Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionEntity
-
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
RegisterActionDefinitionCmd. execute(CommandContext commandContext)
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionEntity Modifier and Type Method Description protected ActionDefinitionEntity
ActionDefinitionDeployer. getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel, String tenantId)
protected ActionDefinitionEntity
ActionDefinitionDeployer. getPersistedInstanceOfActionDefinition(String key, String deploymentId, String tenantId)
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionEntity Modifier and Type Method Description protected void
ActionDefinitionDeployer. updateCachingAndArtifacts(ActionDefinitionEntity actionDefinition, ActionDefinitionModel actionResourceModel, ActionDeploymentEntity deployment)
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.deploy
Fields in com.flowable.action.engine.impl.persistence.deploy declared as ActionDefinitionEntity Modifier and Type Field Description protected ActionDefinitionEntity
ActionDefinitionCacheEntry. actionDefinitionEntity
Methods in com.flowable.action.engine.impl.persistence.deploy that return ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
ActionDefinitionCacheEntry. getActionDefinitionEntity()
Methods in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionEntity Modifier and Type Method Description void
ActionDefinitionCacheEntry. setActionDefinitionEntity(ActionDefinitionEntity actionDefinitionEntity)
Constructors in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionEntity Constructor Description ActionDefinitionCacheEntry(ActionDefinitionEntity actionDefinitionEntity, ActionDefinitionModel actionDefinitionModel)
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinitionEntity Modifier and Type Class Description class
ActionDefinitionEntityImpl
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity.data
-
Uses of ActionDefinitionEntity 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 ActionDefinitionEntity Modifier and Type Method Description Class<? extends ActionDefinitionEntity>
MybatisActionDefinitionDataManager. getManagedEntityClass()
-