Uses of Interface
com.flowable.action.api.repository.ActionDeployment
-
Uses of ActionDeployment in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDeployment Modifier and Type Method Description ActionDeployment
ActionDeploymentBuilder. deploy()
Deploys all provided sources to the CMMN engine. -
Uses of ActionDeployment in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDeployment Modifier and Type Method Description ActionDeployment
DeployCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionDeployment in com.flowable.action.engine.impl.persistence.entity Modifier and Type Interface Description interface
ActionDeploymentEntity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDeployment Modifier and Type Class Description class
ActionDeploymentEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionDeployment Modifier and Type Method Description java.util.List<ActionDeployment>
ActionDeploymentEntityManager. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
java.util.List<ActionDeployment>
ActionDeploymentEntityManagerImpl. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
java.util.List<ActionDeployment>
ActionDeploymentEntityManager. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
java.util.List<ActionDeployment>
ActionDeploymentEntityManagerImpl. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
-
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type ActionDeployment Modifier and Type Method Description java.util.List<ActionDeployment>
ActionDeploymentDataManager. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
java.util.List<ActionDeployment>
ActionDeploymentDataManager. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
-
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionDeployment Modifier and Type Method Description java.util.List<ActionDeployment>
MybatisActionDeploymentDataManager. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
java.util.List<ActionDeployment>
MybatisActionDeploymentDataManager. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
-
Uses of ActionDeployment in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDeployment Modifier and Type Method Description ActionDeployment
ActionDeploymentBuilderImpl. deploy()
ActionDeployment
ActionRepositoryServiceImpl. deploy(ActionDeploymentBuilderImpl deploymentBuilder)
ActionDeployment
ActionDeploymentBuilderImpl. getDeployment()
Methods in com.flowable.action.engine.impl.repository that return types with arguments of type ActionDeployment Modifier and Type Method Description java.util.List<ActionDeployment>
ActionDeploymentQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ActionDeployment in com.flowable.action.engine.test
Fields in com.flowable.action.engine.test with type parameters of type ActionDeployment Modifier and Type Field Description protected java.util.List<ActionDeployment>
ActionTestHelper. classActionDeployments
protected java.util.List<ActionDeployment>
ActionTestHelper. methodActionDeployments
Methods in com.flowable.action.engine.test that return ActionDeployment Modifier and Type Method Description protected ActionDeployment
ActionTestHelper. deploy(java.lang.String[] resources, java.lang.String deploymentName, java.lang.String tenantId)
Methods in com.flowable.action.engine.test that return types with arguments of type ActionDeployment Modifier and Type Method Description java.util.List<ActionDeployment>
ActionTestHelper. getClassActionDeployments()
java.util.List<ActionDeployment>
ActionTestHelper. getMethodActionDeployments()