Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDeploymentEntity
Packages that use ActionDeploymentEntity
Package
Description
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionDeploymentEntityModifier and TypeMethodDescriptionprotected 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 ActionDeploymentEntityModifier and TypeMethodDescriptionprotected 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 ActionDeploymentEntityMethods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDeploymentEntityModifier 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
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionDeploymentEntityMethods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionDeploymentEntityModifier and TypeMethodDescriptionClass<? extends ActionDeploymentEntity>
MybatisActionDeploymentDataManager.getManagedEntityClass()
-
Uses of ActionDeploymentEntity in com.flowable.action.engine.impl.repository
Fields in com.flowable.action.engine.impl.repository declared as ActionDeploymentEntityModifier and TypeFieldDescriptionprotected ActionDeploymentEntity
ActionDeploymentBuilderImpl.deployment