Package com.flowable.core.content.api
Interface DocumentDefinitionQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<DocumentDefinitionQuery,
DocumentDefinition>
- All Known Implementing Classes:
DocumentDefinitionQueryImpl
public interface DocumentDefinitionQuery
extends org.flowable.common.engine.api.query.Query<DocumentDefinitionQuery,DocumentDefinition>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentDefinitionQuery
accessibleByUser
(String userId) accessibleByUserOrGroups
(String userId, Collection<String> groupKeys) categoryLike
(String categoryLike) deploymentId
(String deploymentId) ids
(Collection<String> ids) keys
(Collection<String> keys) nameLikeIgnoreCase
(String nameLikeIgnoreCase) tenantIdLike
(String tenantIdLike) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
ids
-
key
-
keyLike
-
keys
-
name
-
nameLike
-
nameLikeIgnoreCase
-
category
-
categoryLike
-
version
-
latestVersion
DocumentDefinitionQuery latestVersion() -
anyVersion
DocumentDefinitionQuery anyVersion() -
deploymentId
-
accessibleByUser
-
accessibleByUserOrGroups
-
tenantId
-
tenantIdLike
-