|
||||||||||
| 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 condition for the feature deliveryReceiptRequested
to the predicate for EMail, which evaluates to
false unless the value of the feature
deliveryReceiptRequested satisfies the given condition. |
StringTypePredicate |
forAllMessageBody()
Adds a condition for the feature messageBody to the
predicate for EMail, which evaluates to false
unless the value of the feature messageBody satisfies the
given condition. |
StringTypePredicate |
forAllMessageSubject()
Adds a condition for the feature messageSubject to the
predicate for EMail, which evaluates to false
unless the value of the feature messageSubject satisfies
the given condition. |
BooleanTypePredicate |
forAllReadReceiptRequested()
Adds a condition for the feature readReceiptRequested to
the predicate for EMail, which evaluates to
false unless the value of the feature
readReceiptRequested satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllSendDate()
Adds a condition for the feature sendDate to the predicate
for EMail, which evaluates to false unless
the value of the feature sendDate satisfies the given
condition. |
EmailAddressQuery |
forAllSender()
Adds a condition for the feature sender to the predicate
for EMail, which evaluates to false unless
the value of the feature sender satisfies the given
condition. |
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 condition for the feature deliveryReceiptRequested
to the predicate for EMail, which evaluates to
false unless the value of the feature
deliveryReceiptRequested satisfies the given condition. |
StringTypePredicate |
thereExistsMessageBody()
Adds a condition for the feature messageBody to the
predicate for EMail, which evaluates to false
unless the value of the feature messageBody satisfies the
given condition. |
StringTypePredicate |
thereExistsMessageSubject()
Adds a condition for the feature messageSubject to the
predicate for EMail, which evaluates to false
unless the value of the feature messageSubject satisfies
the given condition. |
BooleanTypePredicate |
thereExistsReadReceiptRequested()
Adds a condition for the feature readReceiptRequested to
the predicate for EMail, which evaluates to
false unless the value of the feature
readReceiptRequested satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsSendDate()
Adds a condition for the feature sendDate to the predicate
for EMail, which evaluates to false unless
the value of the feature sendDate satisfies the given
condition. |
EmailAddressQuery |
thereExistsSender()
Adds a condition for the feature sender to the predicate
for EMail, which evaluates to false unless
the value of the feature sender satisfies the given
condition. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.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.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.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 for EMail, which evaluates to
false unless the value of the feature
deliveryReceiptRequested satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
BooleanTypePredicate forAllDeliveryReceiptRequested()
deliveryReceiptRequested
to the predicate for EMail, which evaluates to
false unless the value of the feature
deliveryReceiptRequested satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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 for EMail, which evaluates to false
unless the value of the feature messageBody satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllMessageBody()
messageBody to the
predicate for EMail, which evaluates to false
unless the value of the feature messageBody satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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 for EMail, which evaluates to false
unless the value of the feature messageSubject satisfies
the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllMessageSubject()
messageSubject to the
predicate for EMail, which evaluates to false
unless the value of the feature messageSubject satisfies
the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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 for EMail, which evaluates to
false unless the value of the feature
readReceiptRequested satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
BooleanTypePredicate forAllReadReceiptRequested()
readReceiptRequested to
the predicate for EMail, which evaluates to
false unless the value of the feature
readReceiptRequested satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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<Date> thereExistsSendDate()
sendDate to the predicate
for EMail, which evaluates to false unless
the value of the feature sendDate satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllSendDate()
sendDate to the predicate
for EMail, which evaluates to false unless
the value of the feature sendDate satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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
for EMail, 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
EmailAddressQuery forAllSender()
sender to the predicate
for EMail, 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 | |||||||||