|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhoneCallQuery
Method Summary | |
---|---|
AbstractPhoneCallRecipientQuery |
forAllPhoneCallRecipient()
Adds a condition for the feature phoneCallRecipient to the predicate for PhoneCall , which evaluates to false unless the value of the feature phoneCallRecipient satisfies the given condition. |
PhoneNumberQuery |
forAllSender()
Adds a condition for the feature sender to the predicate for PhoneCall , which evaluates to false unless the value of the feature sender satisfies the given condition. |
MultivaluedFeaturePredicate |
phoneCallRecipient()
Adds a constraint to the predicate for PhoneCall testing whether the feature phoneCallRecipient has values or not. |
OptionalFeaturePredicate |
sender()
Adds a constraint to the predicate for PhoneCall testing whether the value of the feature sender is null or not. |
AbstractPhoneCallRecipientQuery |
thereExistsPhoneCallRecipient()
Adds a condition for the feature phoneCallRecipient to the predicate for PhoneCall , which evaluates to false unless the value of the feature phoneCallRecipient satisfies the given condition. |
PhoneNumberQuery |
thereExistsSender()
Adds a condition for the feature sender to the predicate for PhoneCall , which evaluates to false unless the value of the feature sender satisfies the given condition. |
Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery |
---|
depotReference, forAllDepotReference, thereExistsDepotReference |
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
---|
audit, forAllAudit, thereExistsAudit |
Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
---|
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainerQuery |
---|
forAllLocalizedField, localizedField, thereExistsLocalizedField |
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
---|
identity, orderByIdentity |
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
MultivaluedFeaturePredicate phoneCallRecipient()
PhoneCall
testing whether the feature phoneCallRecipient
has values or not.
AbstractPhoneCallRecipientQuery thereExistsPhoneCallRecipient()
phoneCallRecipient
to the predicate for PhoneCall
, which evaluates to false
unless the value of the feature phoneCallRecipient
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
AbstractPhoneCallRecipientQuery forAllPhoneCallRecipient()
phoneCallRecipient
to the predicate for PhoneCall
, which evaluates to false
unless the value of the feature phoneCallRecipient
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
OptionalFeaturePredicate sender()
PhoneCall
testing whether the value of the feature sender
is null
or not.
PhoneNumberQuery thereExistsSender()
sender
to the predicate for PhoneCall
, which evaluates to false
unless the value of the feature sender
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
PhoneNumberQuery forAllSender()
sender
to the predicate for PhoneCall
, which evaluates to false
unless the value of the feature sender
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |