Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDeploymentEntity
Package
Description
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected boolean
DeployCmd.deploymentsDiffer
(ActionDeploymentEntity deployment, ActionDeploymentEntity saved) -
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.deployer
Modifier and TypeMethodDescriptionprotected void
ActionDefinitionDeployer.updateCachingAndArtifacts
(ActionDefinitionEntity actionDefinition, ActionDefinitionModel actionResourceModel, ActionDeploymentEntity deployment) -
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
ActionDeploymentEntityManagerImpl.insert
(ActionDeploymentEntity deployment) void
ActionDeploymentEntityManagerImpl.insert
(ActionDeploymentEntity deployment, boolean fireEvent) -
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionClass<? extends ActionDeploymentEntity>
MybatisActionDeploymentDataManager.getManagedEntityClass()
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.repository
Modifier and TypeFieldDescriptionprotected ActionDeploymentEntity
ActionDeploymentBuilderImpl.deployment