Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDeploymentEntity
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionDeploymentEntity Modifier and Type Method Description protected boolean
DeployCmd. deploymentsDiffer(ActionDeploymentEntity deployment, ActionDeploymentEntity saved)
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDeploymentEntity Modifier and Type Method Description protected void
ActionDefinitionDeployer. updateCachingAndArtifacts(ActionDefinitionEntity actionDefinition, ActionDefinitionModel actionResourceModel, ActionDeploymentEntity deployment)
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDeploymentEntity Modifier and Type Class Description class
ActionDeploymentEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDeploymentEntity Modifier and Type Method Description void
ActionDeploymentEntityManagerImpl. insert(ActionDeploymentEntity deployment)
void
ActionDeploymentEntityManagerImpl. insert(ActionDeploymentEntity deployment, boolean fireEvent)
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionDeploymentEntity Modifier and Type Method Description ActionDeploymentEntity
MybatisActionDeploymentDataManager. create()
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionDeploymentEntity Modifier and Type Method Description java.lang.Class<? extends ActionDeploymentEntity>
MybatisActionDeploymentDataManager. getManagedEntityClass()
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.repository
Fields in com.flowable.action.engine.impl.repository declared as ActionDeploymentEntity Modifier and Type Field Description protected ActionDeploymentEntity
ActionDeploymentBuilderImpl. deployment