|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SegmentQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
account()
Adds a constraint to the predicate for Segment testing whether the feature account has values or not. |
MultivaluedFeaturePredicate |
accountFilter()
Adds a constraint to the predicate for Segment testing whether the feature accountFilter has values or not. |
MultivaluedFeaturePredicate |
address()
Adds a constraint to the predicate for Segment testing whether the feature address has values or not. |
MultivaluedFeaturePredicate |
addressFilter()
Adds a constraint to the predicate for Segment testing whether the feature addressFilter has values or not. |
MultivaluedFeaturePredicate |
competitor()
Adds a constraint to the predicate for Segment testing whether the feature competitor has values or not. |
AccountQuery |
forAllAccount()
Adds a condition for the feature account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition. |
AccountFilterGlobalQuery |
forAllAccountFilter()
Adds a condition for the feature accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition. |
AccountAddressQuery |
forAllAddress()
Adds a condition for the feature address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition. |
AddressFilterGlobalQuery |
forAllAddressFilter()
Adds a condition for the feature addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition. |
CompetitorQuery |
forAllCompetitor()
Adds a condition for the feature competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition. |
OrganizationQuery |
forAllOrganization()
Adds a condition for the feature organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition. |
SearchIndexEntryQuery |
forAllSearchIndexEntry()
Adds a condition for the feature searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry satisfies the given condition. |
MultivaluedFeaturePredicate |
organization()
Adds a constraint to the predicate for Segment testing whether the feature organization has values or not. |
MultivaluedFeaturePredicate |
searchIndexEntry()
Adds a constraint to the predicate for Segment testing whether the feature searchIndexEntry has values or not. |
AccountQuery |
thereExistsAccount()
Adds a condition for the feature account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition. |
AccountFilterGlobalQuery |
thereExistsAccountFilter()
Adds a condition for the feature accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition. |
AccountAddressQuery |
thereExistsAddress()
Adds a condition for the feature address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition. |
AddressFilterGlobalQuery |
thereExistsAddressFilter()
Adds a condition for the feature addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition. |
CompetitorQuery |
thereExistsCompetitor()
Adds a condition for the feature competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition. |
OrganizationQuery |
thereExistsOrganization()
Adds a condition for the feature organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition. |
SearchIndexEntryQuery |
thereExistsSearchIndexEntry()
Adds a condition for the feature searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry satisfies the given condition. |
| Methods inherited from interface org.openmdx.base.cci2.SegmentQuery |
|---|
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtent |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| 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 |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Method Detail |
|---|
MultivaluedFeaturePredicate account()
Segment testing whether the feature account has values or not.
AccountQuery thereExistsAccount()
account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllAccount()
account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate accountFilter()
Segment testing whether the feature accountFilter has values or not.
AccountFilterGlobalQuery thereExistsAccountFilter()
accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountFilterGlobalQuery forAllAccountFilter()
accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate address()
Segment testing whether the feature address has values or not.
AccountAddressQuery thereExistsAddress()
address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountAddressQuery forAllAddress()
address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate addressFilter()
Segment testing whether the feature addressFilter has values or not.
AddressFilterGlobalQuery thereExistsAddressFilter()
addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AddressFilterGlobalQuery forAllAddressFilter()
addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate competitor()
Segment testing whether the feature competitor has values or not.
CompetitorQuery thereExistsCompetitor()
competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
CompetitorQuery forAllCompetitor()
competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate organization()
Segment testing whether the feature organization has values or not.
OrganizationQuery thereExistsOrganization()
organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
OrganizationQuery forAllOrganization()
organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate searchIndexEntry()
Segment testing whether the feature searchIndexEntry has values or not.
SearchIndexEntryQuery thereExistsSearchIndexEntry()
searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SearchIndexEntryQuery forAllSearchIndexEntry()
searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry 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 | |||||||||