Uses of Interface
com.flowable.platform.api.repository.WorkDefinition
-
Packages that use WorkDefinition Package Description com.flowable.platform.engine.impl.work.repository com.flowable.platform.service.work -
-
Uses of WorkDefinition in com.flowable.platform.engine.impl.work.repository
Classes in com.flowable.platform.engine.impl.work.repository that implement WorkDefinition Modifier and Type Class Description class
WorkDefinitionImpl
Methods in com.flowable.platform.engine.impl.work.repository that return types with arguments of type WorkDefinition Modifier and Type Method Description List<WorkDefinition>
WorkDefinitionQueryImpl. executeList(CommandContext commandContext)
-
Uses of WorkDefinition in com.flowable.platform.service.work
Constructors in com.flowable.platform.service.work with parameters of type WorkDefinition Constructor Description WorkDefinitionRepresentation(WorkDefinition definition)
-