|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityFollowUpQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
activity()
Adds a constraint to the predicate for ActivityFollowUp
testing whether the value of the feature activity is
null or not. |
OptionalFeaturePredicate |
assignedTo()
Adds a constraint to the predicate for ActivityFollowUp
testing whether the value of the feature assignedTo is
null or not. |
ActivityQuery |
forAllActivity()
Adds a constraint for the feature activity to the
predicate. |
ContactQuery |
forAllAssignedTo()
Adds a constraint for the feature assignedTo to the
predicate. |
ActivityProcessTransitionQuery |
forAllTransition()
Adds a constraint for the feature transition to the
predicate. |
ActivityQuery |
thereExistsActivity()
Adds a constraint for the feature activity to the
predicate. |
ContactQuery |
thereExistsAssignedTo()
Adds a constraint for the feature assignedTo to the
predicate. |
ActivityProcessTransitionQuery |
thereExistsTransition()
Adds a constraint for the feature transition to the
predicate. |
OptionalFeaturePredicate |
transition()
Adds a constraint to the predicate for ActivityFollowUp
testing whether the value of the feature transition is
null or not. |
| Methods inherited from interface org.opencrx.kernel.base.query.NoteQuery |
|---|
forAllText, forAllTitle, orderByText, orderByTitle, text, thereExistsText, thereExistsTitle, title |
| 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 |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate activity()
ActivityFollowUp
testing whether the value of the feature activity is
null or not.
ActivityQuery thereExistsActivity()
activity to the
predicate. The predicate for ActivityFollowUp evaluates
true if its value of feature activity
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!
ActivityQuery forAllActivity()
activity to the
predicate. The predicate for ActivityFollowUp evaluates
true if its value of feature activity
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!
OptionalFeaturePredicate assignedTo()
ActivityFollowUp
testing whether the value of the feature assignedTo is
null or not.
ContactQuery thereExistsAssignedTo()
assignedTo to the
predicate. The predicate for ActivityFollowUp evaluates
true if its value of feature assignedTo
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!
ContactQuery forAllAssignedTo()
assignedTo to the
predicate. The predicate for ActivityFollowUp evaluates
true if its value of feature assignedTo
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!
OptionalFeaturePredicate transition()
ActivityFollowUp
testing whether the value of the feature transition is
null or not.
ActivityProcessTransitionQuery thereExistsTransition()
transition to the
predicate. The predicate for ActivityFollowUp evaluates
true if its value of feature transition
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!
ActivityProcessTransitionQuery forAllTransition()
transition to the
predicate. The predicate for ActivityFollowUp evaluates
true if its value of feature transition
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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||