public interface DocumentAttachmentQuery extends AuditeeQuery, SecureObjectQuery, MediaQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
author()
Adds a constraint to the predicate for
DocumentAttachment testing whether the value of the feature author is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllAuthor()
Adds a condition for the feature
author to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature author satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllVersion()
Adds a condition for the feature
version to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature version satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
name() |
org.w3c.cci2.StringTypeOrder |
orderByAuthor()
Allows to adds a sort instruction for
DocumentAttachment depending the feature author
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypeOrder |
orderByName()
Allows to adds a sort instruction for
DocumentAttachment depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypeOrder |
orderByVersion()
Allows to adds a sort instruction for
DocumentAttachment depending the feature version
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsAuthor()
Adds a condition for the feature
author to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature author satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsVersion()
Adds a condition for the feature
version to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature version satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
version()
Adds a constraint to the predicate for
DocumentAttachment testing whether the value of the feature version is null or not. |
audit, forAllAudit, thereExistsAuditaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercontent, contentLength, contentMimeType, contentName, description, forAllContent, forAllContentLength, forAllContentMimeType, forAllContentName, forAllDescription, orderByContentLength, orderByContentMimeType, orderByContentName, orderByDescription, thereExistsContent, thereExistsContentLength, thereExistsContentMimeType, thereExistsContentName, thereExistsDescriptioncreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate author()
DocumentAttachment testing whether the value of the feature author is null or not.org.w3c.cci2.StringTypePredicate thereExistsAuthor()
author to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature author satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllAuthor()
author to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature author satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.StringTypeOrder orderByAuthor()
DocumentAttachment depending the feature author
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.StringTypePredicate name()
org.w3c.cci2.StringTypeOrder orderByName()
DocumentAttachment depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate version()
DocumentAttachment testing whether the value of the feature version is null or not.org.w3c.cci2.StringTypePredicate thereExistsVersion()
version to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature version satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllVersion()
version to the predicate for DocumentAttachment, which evaluates to false unless the value of the feature version satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.StringTypeOrder orderByVersion()
DocumentAttachment depending the feature version
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.