Uses of Interface
com.flowable.workobject.api.LegacyWorkObjectDefinition
-
Uses of LegacyWorkObjectDefinition in com.flowable.workobject.engine.impl
Methods in com.flowable.workobject.engine.impl that return types with arguments of type LegacyWorkObjectDefinition Modifier and Type Method Description java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of LegacyWorkObjectDefinition in com.flowable.workobject.engine.impl.persistence.entity
Subinterfaces of LegacyWorkObjectDefinition in com.flowable.workobject.engine.impl.persistence.entity Modifier and Type Interface Description interfaceLegacyWorkObjectDefinitionEntityClasses in com.flowable.workobject.engine.impl.persistence.entity that implement LegacyWorkObjectDefinition Modifier and Type Class Description classLegacyWorkObjectDefinitionEntityImplMethods in com.flowable.workobject.engine.impl.persistence.entity that return types with arguments of type LegacyWorkObjectDefinition Modifier and Type Method Description java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionEntityManager. findWorkObjectDefinitionsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionEntityManagerImpl. findWorkObjectDefinitionsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionEntityManager. findWorkObjectDefinitionsByQueryCriteria(LegacyWorkObjectDefinitionQueryImpl workObjectDefinitionQuery)java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionEntityManagerImpl. findWorkObjectDefinitionsByQueryCriteria(LegacyWorkObjectDefinitionQueryImpl workObjectDefinitionQuery)Methods in com.flowable.workobject.engine.impl.persistence.entity with parameters of type LegacyWorkObjectDefinition Modifier and Type Method Description protected WorkObjectDefinitionEntityWorkObjectDeploymentEntityManagerImpl. findLatestWorkObjectDefinition(LegacyWorkObjectDefinition workObjectDefinition) -
Uses of LegacyWorkObjectDefinition in com.flowable.workobject.engine.impl.persistence.entity.data
Methods in com.flowable.workobject.engine.impl.persistence.entity.data that return types with arguments of type LegacyWorkObjectDefinition Modifier and Type Method Description java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionDataManager. findWorkObjectDefinitionsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<LegacyWorkObjectDefinition>LegacyWorkObjectDefinitionDataManager. findWorkObjectDefinitionsByQueryCriteria(LegacyWorkObjectDefinitionQueryImpl workObjectDefinitionQuery) -
Uses of LegacyWorkObjectDefinition in com.flowable.workobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.workobject.engine.impl.persistence.entity.data.impl that return types with arguments of type LegacyWorkObjectDefinition Modifier and Type Method Description java.util.List<LegacyWorkObjectDefinition>MybatisLegacyWorkObjectDefinitionDataManager. findWorkObjectDefinitionsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<LegacyWorkObjectDefinition>MybatisLegacyWorkObjectDefinitionDataManager. findWorkObjectDefinitionsByQueryCriteria(LegacyWorkObjectDefinitionQueryImpl workObjectDefinitionQuery)