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,Query<DocumentDefinitionQuery,,DocumentDefinition> Command<Object>
public class DocumentDefinitionQueryImpl
extends AbstractQuery<DocumentDefinitionQuery,DocumentDefinition>
implements DocumentDefinitionQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessibleByUserOrGroups(String userId, Collection<String> groupKeys) categoryLike(String categoryLike) deploymentId(String deploymentId) longexecuteCount(CommandContext commandContext) executeList(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, 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, 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
accessibleByUser
-
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
-
-
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
- Specified by:
executeCountin classAbstractQuery<DocumentDefinitionQuery,DocumentDefinition>
-
executeList
- Specified by:
executeListin classAbstractQuery<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)
-