Class DocumentDefinitionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<DocumentDefinitionQuery,DocumentDefinition>
com.flowable.content.engine.impl.repository.DocumentDefinitionQueryImpl
- All Implemented Interfaces:
DocumentDefinitionQuery,Serializable,org.flowable.common.engine.api.query.Query<DocumentDefinitionQuery,,DocumentDefinition> org.flowable.common.engine.impl.interceptor.Command<Object>
public class DocumentDefinitionQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<DocumentDefinitionQuery,DocumentDefinition>
implements DocumentDefinitionQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Collection<String> protected booleanprotected Stringprotected Stringprotected Stringprotected Collection<? extends Collection<String>> protected Stringprotected Stringprotected IntegerFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionDocumentDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionaccessibleByUserOrGroups(String userId, Collection<String> groupKeys) categoryLike(String categoryLike) deploymentId(String deploymentId) longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()getIds()getKey()getKeys()getName()Collection<? extends Collection<String>> ids(Collection<String> ids) booleanisLatest()keys(Collection<String> keys) nameLikeIgnoreCase(String nameLikeIgnoreCase) voidsetSafeAccessibleByGroups(Collection<? extends Collection<String>> safeAccessibleByGroups) tenantIdLike(String tenantIdLike) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.flowable.core.content.api.DocumentDefinitionQuery
accessibleByUserMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
ids
-
key
-
keyLike
-
keys
-
name
-
nameLike
-
nameLikeIgnoreCase
-
category
-
categoryLike
-
version
-
latest
protected boolean latest -
deploymentId
-
accessibleByUser
-
accessibleByGroups
-
safeAccessibleByGroups
-
tenantId
-
tenantIdLike
-
-
Constructor Details
-
DocumentDefinitionQueryImpl
public DocumentDefinitionQueryImpl() -
DocumentDefinitionQueryImpl
public DocumentDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
idin interfaceDocumentDefinitionQuery
-
ids
- Specified by:
idsin interfaceDocumentDefinitionQuery
-
key
- Specified by:
keyin interfaceDocumentDefinitionQuery
-
keyLike
- Specified by:
keyLikein interfaceDocumentDefinitionQuery
-
keys
- Specified by:
keysin interfaceDocumentDefinitionQuery
-
deploymentId
- Specified by:
deploymentIdin interfaceDocumentDefinitionQuery
-
name
- Specified by:
namein interfaceDocumentDefinitionQuery
-
nameLike
- Specified by:
nameLikein interfaceDocumentDefinitionQuery
-
nameLikeIgnoreCase
- Specified by:
nameLikeIgnoreCasein interfaceDocumentDefinitionQuery
-
category
- Specified by:
categoryin interfaceDocumentDefinitionQuery
-
categoryLike
- Specified by:
categoryLikein interfaceDocumentDefinitionQuery
-
version
- Specified by:
versionin interfaceDocumentDefinitionQuery
-
latestVersion
- Specified by:
latestVersionin interfaceDocumentDefinitionQuery
-
anyVersion
- Specified by:
anyVersionin interfaceDocumentDefinitionQuery
-
accessibleByUserOrGroups
public DocumentDefinitionQuery accessibleByUserOrGroups(String userId, Collection<String> groupKeys) - Specified by:
accessibleByUserOrGroupsin interfaceDocumentDefinitionQuery
-
tenantId
- Specified by:
tenantIdin interfaceDocumentDefinitionQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceDocumentDefinitionQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<DocumentDefinitionQuery,DocumentDefinition>
-
executeList
public List<DocumentDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<DocumentDefinitionQuery,DocumentDefinition>
-
getId
-
getIds
-
getKey
-
getKeyLike
-
getKeys
-
getName
-
getNameLike
-
getCategory
-
getCategoryLike
-
getVersion
-
isLatest
public boolean isLatest() -
getTenantId
-
getTenantIdLike
-
getDeploymentId
-
getNameLikeIgnoreCase
-
getAccessibleByUser
-
getAccessibleByGroups
-
getSafeAccessibleByGroups
-
setSafeAccessibleByGroups
public void setSafeAccessibleByGroups(Collection<? extends Collection<String>> safeAccessibleByGroups)
-