|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EMailQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
deliveryReceiptRequested()
Adds a constraint to the predicate for EMail testing
whether the value of the feature deliveryReceiptRequested
is null or not. |
BooleanTypePredicate |
forAllDeliveryReceiptRequested()
Adds a constraint for the feature deliveryReceiptRequested
to the predicate. |
StringTypePredicate |
forAllMessageBody()
Adds a constraint for the feature messageBody to the
predicate. |
StringTypePredicate |
forAllMessageSubject()
Adds a constraint for the feature messageSubject to the
predicate. |
BooleanTypePredicate |
forAllReadReceiptRequested()
Adds a constraint for the feature readReceiptRequested to
the predicate. |
ComparableTypePredicate |
forAllSendDate()
Adds a constraint for the feature sendDate to the
predicate. |
EMailAddressQuery |
forAllSender()
Adds a constraint for the feature sender to the predicate. |
OptionalFeaturePredicate |
messageBody()
Adds a constraint to the predicate for EMail testing
whether the value of the feature messageBody is
null or not. |
OptionalFeaturePredicate |
messageSubject()
Adds a constraint to the predicate for EMail testing
whether the value of the feature messageSubject is
null or not. |
SimpleTypeOrder |
orderByDeliveryReceiptRequested()
Allows to adds a sort instruction for EMail depending the
feature deliveryReceiptRequested
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByMessageBody()
Allows to adds a sort instruction for EMail depending the
feature messageBody
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByMessageSubject()
Allows to adds a sort instruction for EMail depending the
feature messageSubject
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByReadReceiptRequested()
Allows to adds a sort instruction for EMail depending the
feature readReceiptRequested
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySendDate()
Allows to adds a sort instruction for EMail depending the
feature sendDate
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
readReceiptRequested()
Adds a constraint to the predicate for EMail testing
whether the value of the feature readReceiptRequested is
null or not. |
OptionalFeaturePredicate |
sendDate()
Adds a constraint to the predicate for EMail testing
whether the value of the feature sendDate is
null or not. |
OptionalFeaturePredicate |
sender()
Adds a constraint to the predicate for EMail testing
whether the value of the feature sender is
null or not. |
BooleanTypePredicate |
thereExistsDeliveryReceiptRequested()
Adds a constraint for the feature deliveryReceiptRequested
to the predicate. |
StringTypePredicate |
thereExistsMessageBody()
Adds a constraint for the feature messageBody to the
predicate. |
StringTypePredicate |
thereExistsMessageSubject()
Adds a constraint for the feature messageSubject to the
predicate. |
BooleanTypePredicate |
thereExistsReadReceiptRequested()
Adds a constraint for the feature readReceiptRequested to
the predicate. |
ComparableTypePredicate |
thereExistsSendDate()
Adds a constraint for the feature sendDate to the
predicate. |
EMailAddressQuery |
thereExistsSender()
Adds a constraint for the feature sender to the predicate. |
| 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 deliveryReceiptRequested()
EMail testing
whether the value of the feature deliveryReceiptRequested
is null or not.
BooleanTypePredicate thereExistsDeliveryReceiptRequested()
deliveryReceiptRequested
to the predicate. The predicate for EMail evaluates
true if its value of feature
deliveryReceiptRequested 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!
BooleanTypePredicate forAllDeliveryReceiptRequested()
deliveryReceiptRequested
to the predicate. The predicate for EMail evaluates
true if its value of feature
deliveryReceiptRequested 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!
SimpleTypeOrder orderByDeliveryReceiptRequested()
EMail depending the
feature deliveryReceiptRequested
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate messageBody()
EMail testing
whether the value of the feature messageBody is
null or not.
StringTypePredicate thereExistsMessageBody()
messageBody to the
predicate. The predicate for EMail evaluates
true if its value of feature messageBody
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!
StringTypePredicate forAllMessageBody()
messageBody to the
predicate. The predicate for EMail evaluates
true if its value of feature messageBody
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!
SimpleTypeOrder orderByMessageBody()
EMail depending the
feature messageBody
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate messageSubject()
EMail testing
whether the value of the feature messageSubject is
null or not.
StringTypePredicate thereExistsMessageSubject()
messageSubject to the
predicate. The predicate for EMail evaluates
true if its value of feature messageSubject
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!
StringTypePredicate forAllMessageSubject()
messageSubject to the
predicate. The predicate for EMail evaluates
true if its value of feature messageSubject
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!
SimpleTypeOrder orderByMessageSubject()
EMail depending the
feature messageSubject
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate readReceiptRequested()
EMail testing
whether the value of the feature readReceiptRequested is
null or not.
BooleanTypePredicate thereExistsReadReceiptRequested()
readReceiptRequested to
the predicate. The predicate for EMail evaluates
true if its value of feature
readReceiptRequested 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!
BooleanTypePredicate forAllReadReceiptRequested()
readReceiptRequested to
the predicate. The predicate for EMail evaluates
true if its value of feature
readReceiptRequested 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!
SimpleTypeOrder orderByReadReceiptRequested()
EMail depending the
feature readReceiptRequested
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate sendDate()
EMail testing
whether the value of the feature sendDate is
null or not.
ComparableTypePredicate thereExistsSendDate()
sendDate to the
predicate. The predicate for EMail evaluates
true if its value of feature sendDate
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!
ComparableTypePredicate forAllSendDate()
sendDate to the
predicate. The predicate for EMail evaluates
true if its value of feature sendDate
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!
SimpleTypeOrder orderBySendDate()
EMail depending the
feature sendDate
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate sender()
EMail testing
whether the value of the feature sender is
null or not.
EMailAddressQuery thereExistsSender()
sender to the predicate.
The predicate for EMail evaluates true if its
value of feature sender 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!
EMailAddressQuery forAllSender()
sender to the predicate.
The predicate for EMail evaluates true if its
value of feature sender 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 | |||||||||