Uses of Class
com.flowable.workobject.engine.impl.WorkObjectQueryImpl
-
Uses of WorkObjectQueryImpl in com.flowable.workobject.engine.impl
Methods in com.flowable.workobject.engine.impl that return WorkObjectQueryImpl Modifier and Type Method Description WorkObjectQueryImpl
WorkObjectQueryImpl. definitionId(java.lang.String definitionId)
WorkObjectQueryImpl
WorkObjectQueryImpl. descendantOf(java.lang.String workObjectDefinitionId)
WorkObjectQueryImpl
WorkObjectQueryImpl. externalId(java.lang.String workObjectDefinitionExternalId)
WorkObjectQueryImpl
WorkObjectQueryImpl. externalIds(java.util.Set<java.lang.String> workObjectDefinitionExternalIds)
WorkObjectQueryImpl
WorkObjectQueryImpl. globalId(java.lang.String workObjectDefinitionGlobalId)
WorkObjectQueryImpl
WorkObjectQueryImpl. globalIds(java.util.Set<java.lang.String> workObjectDefinitionGlobalIds)
WorkObjectQueryImpl
WorkObjectQueryImpl. id(java.lang.String workObjectId)
WorkObjectQueryImpl
WorkObjectQueryImpl. ids(java.util.Set<java.lang.String> workObjectDefinitionIds)
WorkObjectQueryImpl
WorkObjectQueryImpl. includeVariables()
WorkObjectQueryImpl
WorkObjectQueryImpl. name(java.lang.String name)
WorkObjectQueryImpl
WorkObjectQueryImpl. nameLike(java.lang.String nameLike)
WorkObjectQueryImpl
WorkObjectQueryImpl. parentId(java.lang.String parentId)
WorkObjectQueryImpl
WorkObjectQueryImpl. providerId(java.lang.String providerId)
WorkObjectQueryImpl
WorkObjectQueryImpl. subState(java.lang.String subState)
WorkObjectQueryImpl
WorkObjectQueryImpl. subStates(java.util.Collection<java.lang.String> subStates)
WorkObjectQueryImpl
WorkObjectQueryImpl. tenantId(java.lang.String tenantId)
WorkObjectQueryImpl
WorkObjectQueryImpl. tenantIdLike(java.lang.String tenantIdLike)
WorkObjectQueryImpl
WorkObjectQueryImpl. type(java.lang.String type)
WorkObjectQueryImpl
WorkObjectQueryImpl. withoutRestrictions()
WorkObjectQueryImpl
WorkObjectQueryImpl. withoutTenantId()
-
Uses of WorkObjectQueryImpl in com.flowable.workobject.engine.impl.persistence.entity
Methods in com.flowable.workobject.engine.impl.persistence.entity with parameters of type WorkObjectQueryImpl Modifier and Type Method Description long
LegacyWorkObjectEntityManager. findWorkObjectCountByQueryCriteria(WorkObjectQueryImpl workObjectDefinitionQuery)
long
LegacyWorkObjectEntityManagerImpl. findWorkObjectCountByQueryCriteria(WorkObjectQueryImpl workObjectQuery)
java.util.List<WorkObject>
LegacyWorkObjectEntityManager. findWorkObjectsByQueryCriteria(WorkObjectQueryImpl workObjectDefinitionQuery)
java.util.List<WorkObject>
LegacyWorkObjectEntityManagerImpl. findWorkObjectsByQueryCriteria(WorkObjectQueryImpl workObjectQuery)
-
Uses of WorkObjectQueryImpl in com.flowable.workobject.engine.impl.persistence.entity.data
Methods in com.flowable.workobject.engine.impl.persistence.entity.data with parameters of type WorkObjectQueryImpl Modifier and Type Method Description long
WorkObjectDataManager. findWorkObjectCountByQueryCriteria(WorkObjectQueryImpl workObjectDefinitionQuery)
java.util.List<WorkObject>
WorkObjectDataManager. findWorkObjectsByQueryCriteria(WorkObjectQueryImpl workObjectDefinitionQuery)
-
Uses of WorkObjectQueryImpl in com.flowable.workobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.workobject.engine.impl.persistence.entity.data.impl with parameters of type WorkObjectQueryImpl Modifier and Type Method Description long
MybatisWorkObjectDataManager. findWorkObjectCountByQueryCriteria(WorkObjectQueryImpl workObjectDefinitionQuery)
java.util.List<WorkObject>
MybatisWorkObjectDataManager. findWorkObjectsByQueryCriteria(WorkObjectQueryImpl workObjectQuery)