public interface AbstractContractQuery extends AssignableQuery, AddressContainerQuery, DeliveryRequestContainerQuery, ShippingDetailQuery, BookingOriginQuery, DepotReferenceHolderQuery, CrxObjectQuery, ExtendedQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
activeOn()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature activeOn is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
activity()
Adds a constraint to the predicate for
AbstractContract testing whether the feature activity has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
assignedAccount()
Adds a constraint to the predicate for
AbstractContract testing whether the feature assignedAccount has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
cancelOn()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature cancelOn is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
closedOn()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature closedOn is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
contact()
Adds a constraint to the predicate for
AbstractContract testing whether the feature contact has values or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
contractLanguage() |
org.w3c.cci2.OptionalFeaturePredicate |
contractNumber()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature contractNumber is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
contractRole()
Adds a constraint to the predicate for
AbstractContract testing whether the feature contractRole has values or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
contractState() |
org.w3c.cci2.OptionalFeaturePredicate |
contractType()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature contractType is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature description is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
expiresOn()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature expiresOn is null or not. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllActiveOn()
Adds a condition for the feature
activeOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature activeOn satisfies the given condition. |
ActivityQuery |
forAllActivity()
Adds a condition for the feature
activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition. |
AccountAssignmentContractQuery |
forAllAssignedAccount()
Adds a condition for the feature
assignedAccount to the predicate for AbstractContract, which evaluates to false unless the value of the feature assignedAccount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllCancelOn()
Adds a condition for the feature
cancelOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature cancelOn satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllClosedOn()
Adds a condition for the feature
closedOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature closedOn satisfies the given condition. |
AccountQuery |
forAllContact()
Adds a condition for the feature
contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllContractNumber()
Adds a condition for the feature
contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
forAllContractRole()
Adds a condition for the feature
contractRole to the predicate for AbstractContract, which evaluates to false unless the values of the feature contractRole satisfy the given condition. |
ContractTypeQuery |
forAllContractType()
Adds a condition for the feature
contractType to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractType satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllDescription()
Adds a condition for the feature
description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllExpiresOn()
Adds a condition for the feature
expiresOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature expiresOn satisfies the given condition. |
ContractGroupAssignmentQuery |
forAllGroupAssignment()
Adds a condition for the feature
groupAssignment to the predicate for AbstractContract, which evaluates to false unless the value of the feature groupAssignment satisfies the given condition. |
ContractCreatorQuery |
forAllLastAppliedCreator()
Adds a condition for the feature
lastAppliedCreator to the predicate for AbstractContract, which evaluates to false unless the value of the feature lastAppliedCreator satisfies the given condition. |
ContractLinkFromQuery |
forAllLinkFrom()
Adds a condition for the feature
linkFrom to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkFrom satisfies the given condition. |
ContractLinkToQuery |
forAllLinkTo()
Adds a condition for the feature
linkTo to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkTo satisfies the given condition. |
AbstractContractQuery |
forAllOrigin()
Adds a condition for the feature
origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
groupAssignment()
Adds a constraint to the predicate for
AbstractContract testing whether the feature groupAssignment has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
lastAppliedCreator()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature lastAppliedCreator is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
linkFrom()
Adds a constraint to the predicate for
AbstractContract testing whether the feature linkFrom has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
linkTo()
Adds a constraint to the predicate for
AbstractContract testing whether the feature linkTo has values or not. |
org.w3c.cci2.StringTypePredicate |
name() |
org.w3c.cci2.SimpleTypeOrder |
orderByActiveOn()
Allows to adds a sort instruction for
AbstractContract depending the feature activeOn
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByCancelOn()
Allows to adds a sort instruction for
AbstractContract depending the feature cancelOn
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByClosedOn()
Allows to adds a sort instruction for
AbstractContract depending the feature closedOn
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByContractLanguage()
Allows to adds a sort instruction for
AbstractContract depending the feature contractLanguage
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByContractNumber()
Allows to adds a sort instruction for
AbstractContract depending the feature contractNumber
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByContractState()
Allows to adds a sort instruction for
AbstractContract depending the feature contractState
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for
AbstractContract depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByExpiresOn()
Allows to adds a sort instruction for
AbstractContract depending the feature expiresOn
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for
AbstractContract depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPriority()
Allows to adds a sort instruction for
AbstractContract depending the feature priority
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
origin()
Adds a constraint to the predicate for
AbstractContract testing whether the value of the feature origin is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
priority() |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsActiveOn()
Adds a condition for the feature
activeOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature activeOn satisfies the given condition. |
ActivityQuery |
thereExistsActivity()
Adds a condition for the feature
activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition. |
AccountAssignmentContractQuery |
thereExistsAssignedAccount()
Adds a condition for the feature
assignedAccount to the predicate for AbstractContract, which evaluates to false unless the value of the feature assignedAccount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsCancelOn()
Adds a condition for the feature
cancelOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature cancelOn satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsClosedOn()
Adds a condition for the feature
closedOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature closedOn satisfies the given condition. |
AccountQuery |
thereExistsContact()
Adds a condition for the feature
contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsContractNumber()
Adds a condition for the feature
contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
thereExistsContractRole()
Adds a condition for the feature
contractRole to the predicate for AbstractContract, which evaluates to false unless the values of the feature contractRole satisfy the given condition. |
ContractTypeQuery |
thereExistsContractType()
Adds a condition for the feature
contractType to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractType satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature
description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsExpiresOn()
Adds a condition for the feature
expiresOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature expiresOn satisfies the given condition. |
ContractGroupAssignmentQuery |
thereExistsGroupAssignment()
Adds a condition for the feature
groupAssignment to the predicate for AbstractContract, which evaluates to false unless the value of the feature groupAssignment satisfies the given condition. |
ContractCreatorQuery |
thereExistsLastAppliedCreator()
Adds a condition for the feature
lastAppliedCreator to the predicate for AbstractContract, which evaluates to false unless the value of the feature lastAppliedCreator satisfies the given condition. |
ContractLinkFromQuery |
thereExistsLinkFrom()
Adds a condition for the feature
linkFrom to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkFrom satisfies the given condition. |
ContractLinkToQuery |
thereExistsLinkTo()
Adds a condition for the feature
linkTo to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkTo satisfies the given condition. |
AbstractContractQuery |
thereExistsOrigin()
Adds a condition for the feature
origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition. |
address, forAllAddress, thereExistsAddressdeliveryRequest, forAllDeliveryRequest, thereExistsDeliveryRequestcarrier, forAllCarrier, forAllGiftMessage, forAllShippingInstructions, forAllShippingTrackingNumber, giftMessage, isGift, orderByGiftMessage, orderByIsGift, orderByShippingInstructions, orderByShippingMethod, orderByShippingTrackingNumber, shippingInstructions, shippingMethod, shippingTrackingNumber, thereExistsCarrier, thereExistsGiftMessage, thereExistsShippingInstructions, thereExistsShippingTrackingNumberdepotReference, forAllDepotReference, thereExistsDepotReferenceadditionalExternalLink, assignedTimer, attachedDocument, category, disabled, disabledReason, documentFolderAssignment, externalLink, forAllAdditionalExternalLink, forAllAssignedTimer, forAllAttachedDocument, forAllCategory, forAllDisabled, forAllDisabledReason, forAllDocumentFolderAssignment, forAllExternalLink, forAllInvolvedObject, forAllMedia, forAllNote, forAllPropertySet, forAllPropertySetEntry, forAllRating, forAllUserBoolean0, forAllUserBoolean1, forAllUserBoolean2, forAllUserBoolean3, forAllUserBoolean4, forAllUserCode0, forAllUserCode1, forAllUserCode2, forAllUserCode3, forAllUserCode4, forAllUserDate0, forAllUserDate1, forAllUserDate2, forAllUserDate3, forAllUserDate4, forAllUserDateTime0, forAllUserDateTime1, forAllUserDateTime2, forAllUserDateTime3, forAllUserDateTime4, forAllUserNumber0, forAllUserNumber1, forAllUserNumber2, forAllUserNumber3, forAllUserNumber4, forAllUserString0, forAllUserString1, forAllUserString2, forAllUserString3, forAllUserString4, involvedObject, media, note, orderByDisabled, orderByDisabledReason, orderByUserBoolean0, orderByUserBoolean1, orderByUserBoolean2, orderByUserBoolean3, orderByUserCode0, orderByUserCode1, orderByUserCode2, orderByUserCode3, orderByUserDate0, orderByUserDate1, orderByUserDate2, orderByUserDate3, orderByUserDateTime0, orderByUserDateTime1, orderByUserDateTime2, orderByUserDateTime3, orderByUserNumber0, orderByUserNumber1, orderByUserNumber2, orderByUserNumber3, orderByUserString0, orderByUserString1, orderByUserString2, orderByUserString3, propertySet, propertySetEntry, rating, thereExistsAdditionalExternalLink, thereExistsAssignedTimer, thereExistsAttachedDocument, thereExistsCategory, thereExistsDisabled, thereExistsDisabledReason, thereExistsDocumentFolderAssignment, thereExistsExternalLink, thereExistsInvolvedObject, thereExistsMedia, thereExistsNote, thereExistsPropertySet, thereExistsPropertySetEntry, thereExistsRating, thereExistsUserBoolean0, thereExistsUserBoolean1, thereExistsUserBoolean2, thereExistsUserBoolean3, thereExistsUserBoolean4, thereExistsUserCode0, thereExistsUserCode1, thereExistsUserCode2, thereExistsUserCode3, thereExistsUserCode4, thereExistsUserDate0, thereExistsUserDate1, thereExistsUserDate2, thereExistsUserDate3, thereExistsUserDate4, thereExistsUserDateTime0, thereExistsUserDateTime1, thereExistsUserDateTime2, thereExistsUserDateTime3, thereExistsUserDateTime4, thereExistsUserNumber0, thereExistsUserNumber1, thereExistsUserNumber2, thereExistsUserNumber3, thereExistsUserNumber4, thereExistsUserString0, thereExistsUserString1, thereExistsUserString2, thereExistsUserString3, thereExistsUserString4, userBoolean0, userBoolean1, userBoolean2, userBoolean3, userBoolean4, userCode0, userCode1, userCode2, userCode3, userCode4, userDate0, userDate1, userDate2, userDate3, userDate4, userDateTime0, userDateTime1, userDateTime2, userDateTime3, userDateTime4, userNumber0, userNumber1, userNumber2, userNumber3, userNumber4, userString0, userString1, userString2, userString3, userString4audit, forAllAudit, thereExistsAuditforAllIndexEntry, indexEntry, thereExistsIndexEntryaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUserforAllLocalizedField, localizedField, thereExistsLocalizedFieldcreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByforAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedByelementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualToextBoolean0, extBoolean1, extBoolean2, extBoolean3, extBoolean4, extCode0, extCode1, extCode2, extCode3, extCode4, extDate0, extDate1, extDate2, extDate3, extDate4, extDateTime0, extDateTime1, extDateTime2, extDateTime3, extDateTime4, extNumber0, extNumber1, extNumber2, extNumber3, extNumber4, extString0, extString1, extString2, extString3, extString4, forAllExtBoolean0, forAllExtBoolean1, forAllExtBoolean2, forAllExtBoolean3, forAllExtBoolean4, forAllExtCode0, forAllExtCode1, forAllExtCode2, forAllExtCode3, forAllExtCode4, forAllExtDate0, forAllExtDate1, forAllExtDate2, forAllExtDate3, forAllExtDate4, forAllExtDateTime0, forAllExtDateTime1, forAllExtDateTime2, forAllExtDateTime3, forAllExtDateTime4, forAllExtNumber0, forAllExtNumber1, forAllExtNumber2, forAllExtNumber3, forAllExtNumber4, forAllExtString0, forAllExtString1, forAllExtString2, forAllExtString3, forAllExtString4, orderByExtBoolean0, orderByExtBoolean1, orderByExtBoolean2, orderByExtBoolean3, orderByExtBoolean4, orderByExtCode0, orderByExtCode1, orderByExtCode2, orderByExtCode3, orderByExtCode4, orderByExtDate0, orderByExtDate1, orderByExtDate2, orderByExtDate3, orderByExtDate4, orderByExtDateTime0, orderByExtDateTime1, orderByExtDateTime2, orderByExtDateTime3, orderByExtDateTime4, orderByExtNumber0, orderByExtNumber1, orderByExtNumber2, orderByExtNumber3, orderByExtNumber4, orderByExtString0, orderByExtString1, orderByExtString2, orderByExtString3, orderByExtString4, thereExistsExtBoolean0, thereExistsExtBoolean1, thereExistsExtBoolean2, thereExistsExtBoolean3, thereExistsExtBoolean4, thereExistsExtCode0, thereExistsExtCode1, thereExistsExtCode2, thereExistsExtCode3, thereExistsExtCode4, thereExistsExtDate0, thereExistsExtDate1, thereExistsExtDate2, thereExistsExtDate3, thereExistsExtDate4, thereExistsExtDateTime0, thereExistsExtDateTime1, thereExistsExtDateTime2, thereExistsExtDateTime3, thereExistsExtDateTime4, thereExistsExtNumber0, thereExistsExtNumber1, thereExistsExtNumber2, thereExistsExtNumber3, thereExistsExtNumber4, thereExistsExtString0, thereExistsExtString1, thereExistsExtString2, thereExistsExtString3, thereExistsExtString4org.w3c.cci2.OptionalFeaturePredicate activeOn()
AbstractContract testing whether the value of the feature activeOn is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsActiveOn()
activeOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature activeOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllActiveOn()
activeOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature activeOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByActiveOn()
AbstractContract depending the feature activeOn
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate activity()
AbstractContract testing whether the feature activity has values or not.ActivityQuery thereExistsActivity()
activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ActivityQuery forAllActivity()
activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate assignedAccount()
AbstractContract testing whether the feature assignedAccount has values or not.AccountAssignmentContractQuery thereExistsAssignedAccount()
assignedAccount to the predicate for AbstractContract, which evaluates to false unless the value of the feature assignedAccount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountAssignmentContractQuery forAllAssignedAccount()
assignedAccount to the predicate for AbstractContract, which evaluates to false unless the value of the feature assignedAccount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate cancelOn()
AbstractContract testing whether the value of the feature cancelOn is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsCancelOn()
cancelOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllCancelOn()
cancelOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByCancelOn()
AbstractContract depending the feature cancelOn
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate closedOn()
AbstractContract testing whether the value of the feature closedOn is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsClosedOn()
closedOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature closedOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllClosedOn()
closedOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature closedOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByClosedOn()
AbstractContract depending the feature closedOn
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate contact()
AbstractContract testing whether the feature contact has values or not.AccountQuery thereExistsContact()
contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllContact()
contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.ComparableTypePredicate<Short> contractLanguage()
org.w3c.cci2.SimpleTypeOrder orderByContractLanguage()
AbstractContract depending the feature contractLanguage
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate contractNumber()
AbstractContract testing whether the value of the feature contractNumber is null or not.org.w3c.cci2.StringTypePredicate thereExistsContractNumber()
contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllContractNumber()
contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByContractNumber()
AbstractContract depending the feature contractNumber
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate contractRole()
AbstractContract testing whether the feature contractRole has values or not.org.w3c.cci2.ComparableTypePredicate<Short> thereExistsContractRole()
contractRole to the predicate for AbstractContract, which evaluates to false unless the values of the feature contractRole satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Short> forAllContractRole()
contractRole to the predicate for AbstractContract, which evaluates to false unless the values of the feature contractRole satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.ComparableTypePredicate<Short> contractState()
org.w3c.cci2.SimpleTypeOrder orderByContractState()
AbstractContract depending the feature contractState
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate contractType()
AbstractContract testing whether the value of the feature contractType is null or not.ContractTypeQuery thereExistsContractType()
contractType to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractTypeQuery forAllContractType()
contractType to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate description()
AbstractContract testing whether the value of the feature description is null or not.org.w3c.cci2.StringTypePredicate thereExistsDescription()
description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllDescription()
description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByDescription()
AbstractContract depending the feature description
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate expiresOn()
AbstractContract testing whether the value of the feature expiresOn is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsExpiresOn()
expiresOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllExpiresOn()
expiresOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByExpiresOn()
AbstractContract depending the feature expiresOn
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate groupAssignment()
AbstractContract testing whether the feature groupAssignment has values or not.ContractGroupAssignmentQuery thereExistsGroupAssignment()
groupAssignment to the predicate for AbstractContract, which evaluates to false unless the value of the feature groupAssignment satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractGroupAssignmentQuery forAllGroupAssignment()
groupAssignment to the predicate for AbstractContract, which evaluates to false unless the value of the feature groupAssignment satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate lastAppliedCreator()
AbstractContract testing whether the value of the feature lastAppliedCreator is null or not.ContractCreatorQuery thereExistsLastAppliedCreator()
lastAppliedCreator to the predicate for AbstractContract, which evaluates to false unless the value of the feature lastAppliedCreator satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractCreatorQuery forAllLastAppliedCreator()
lastAppliedCreator to the predicate for AbstractContract, which evaluates to false unless the value of the feature lastAppliedCreator satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate linkFrom()
AbstractContract testing whether the feature linkFrom has values or not.ContractLinkFromQuery thereExistsLinkFrom()
linkFrom to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkFrom satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractLinkFromQuery forAllLinkFrom()
linkFrom to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkFrom satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate linkTo()
AbstractContract testing whether the feature linkTo has values or not.ContractLinkToQuery thereExistsLinkTo()
linkTo to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkTo satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractLinkToQuery forAllLinkTo()
linkTo to the predicate for AbstractContract, which evaluates to false unless the value of the feature linkTo satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.StringTypePredicate name()
org.w3c.cci2.SimpleTypeOrder orderByName()
AbstractContract depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate origin()
AbstractContract testing whether the value of the feature origin is null or not.AbstractContractQuery thereExistsOrigin()
origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AbstractContractQuery forAllOrigin()
origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.ComparableTypePredicate<Short> priority()
org.w3c.cci2.SimpleTypeOrder orderByPriority()
AbstractContract depending the feature priority
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.