org.opencrx.kernel.contract1.query
Interface PositionModificationQuery
- All Superinterfaces:
- AnyTypePredicate, AuditeeQuery, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SecureObjectQuery, ViewCapableQuery
- All Known Subinterfaces:
- ConfigurationModificationQuery, PositionCreationQuery, PositionRemovalQuery, QuantityModificationQuery
- All Known Implementing Classes:
- ConfigurationModificationFilterImpl, PositionCreationFilterImpl, PositionModificationFilterImpl, PositionRemovalFilterImpl, QuantityModificationFilterImpl
public interface PositionModificationQuery
- extends AuditeeQuery, SecureObjectQuery, BasicObjectQuery
| Methods inherited from interface org.opencrx.kernel.base.query.SecureObjectQuery |
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
involved
OptionalFeaturePredicate involved()
- Adds a constraint to the predicate for
PositionModification testing whether the value of the
feature involved is null or not.
thereExistsInvolved
ContractPositionQuery thereExistsInvolved()
- Adds a constraint for the feature
involved to the
predicate. The predicate for PositionModification
evaluates true if its value of feature
involved satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
forAllInvolved
ContractPositionQuery forAllInvolved()
- Adds a constraint for the feature
involved to the
predicate. The predicate for PositionModification
evaluates true if its value of feature
involved satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.