Uses of Interface
com.flowable.action.api.repository.ActionDefinitionModel
Package
Description
-
Uses of ActionDefinitionModel in com.flowable.action.api.bot
-
Uses of ActionDefinitionModel in com.flowable.action.api.repository
Modifier and TypeMethodDescriptionActionResourceConverter.convertActionResourceToModel
(byte[] actionResourceBytes) ActionResourceConverter.convertActionResourceToModel
(InputStream actionResourceStream) ActionRepositoryService.getActionDefinitionModel
(String actionDefinitionId) Returns theActionDefinitionModel
including all action model info.ActionRepositoryService.getActionDefinitionModelByKey
(String actionDefinitionKey) Returns theActionDefinitionModel
including all action model info, using the action definition key and resolving the key to the latest version.ActionRepositoryService.getActionDefinitionModelByKeyAndTenantId
(String actionDefinitionKey, String tenantId) Returns theActionDefinitionModel
including all action model info, using the action definition key and resolving the key to the latest version.Modifier and TypeMethodDescriptionboolean
BaseScopedObjectActionFilter.acceptsActionDefinition
(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) ActionResourceConverter.convertActionDefinitionModelToJson
(ActionDefinitionModel actionDefinitionModel) protected boolean
BaseScopedObjectActionFilter.currentUserHasAccess
(T scopedObject, ActionDefinitionModel actionDefinitionModel, SecurityScope securityScope) ActionTemplateService.getMessage
(String templateKey, String tenantId, String code, String language, ActionDefinitionModel actionDefinitionModel, Object scopedObject) Get the message for the giventemplateKey
. -
Uses of ActionDefinitionModel in com.flowable.action.api.runtime
Modifier and TypeFieldDescriptionprotected Map<String,
ActionDefinitionModel> ScopedObjectActionData.actionDefinitionModels
Modifier and TypeMethodDescriptionScopedObjectActionData.getActionDefinitionModelForActionDefinitionId
(String actionDefinitionId) ScopedObjectActionData.getActionDefinitionModelForActionInstance
(ActionInstance actionInstance) Modifier and TypeMethodDescriptionboolean
ScopedObjectActionFilter.acceptsActionDefinition
(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) Check if the scoped object accepts the providedactionDefinition
with the providedactionDefinitionModel
.Modifier and TypeMethodDescriptionvoid
ScopedObjectActionData.setActionDefinitionModels
(Map<String, ActionDefinitionModel> actionDefinitionModels) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl
Modifier and TypeFieldDescriptionprotected ActionDefinitionModel
BaseBotInvocationContext.actionDefinitionModel
-
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.cmd
Modifier and TypeMethodDescriptionGetActionDefinitionModelCmd.execute
(CommandContext commandContext) protected ActionDefinitionModel
FindScopedActionDataCmd.getActionDefinitionModel
(CommandContext commandContext, String actionDefinitionId) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.deployer
Modifier and TypeMethodDescriptionActionResourceConverterImpl.convertActionResourceToModel
(byte[] appResourceBytes) ActionResourceConverterImpl.convertActionResourceToModel
(InputStream appResourceStream) Modifier and TypeMethodDescriptionActionResourceConverterImpl.convertActionDefinitionModelToJson
(ActionDefinitionModel actionDefinitionModel) protected ActionDefinitionEntity
ActionDefinitionDeployer.getMostRecentVersionOfActionDefinition
(ActionDefinitionModel actionDefinitionModel, String tenantId) protected void
ActionDefinitionDeployer.updateCachingAndArtifacts
(ActionDefinitionEntity actionDefinition, ActionDefinitionModel actionResourceModel, ActionDeploymentEntity deployment) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.persistence.deploy
Modifier and TypeFieldDescriptionprotected ActionDefinitionModel
ActionDefinitionCacheEntry.actionDefinitionModel
Modifier and TypeMethodDescriptionvoid
ActionDefinitionCacheEntry.setActionDefinitionModel
(ActionDefinitionModel actionDefinitionModel) ModifierConstructorDescriptionActionDefinitionCacheEntry
(ActionDefinitionEntity actionDefinitionEntity, ActionDefinitionModel actionDefinitionModel) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.repository
Modifier and TypeMethodDescriptionActionRepositoryServiceImpl.getActionDefinitionModel
(String actionDefinitionId) ActionRepositoryServiceImpl.getActionDefinitionModelByKey
(String actionDefinitionKey) ActionRepositoryServiceImpl.getActionDefinitionModelByKeyAndTenantId
(String actionDefinitionKey, String tenantId) Modifier and TypeMethodDescriptionActionTemplateServiceImpl.getMessage
(String templateKey, String tenantId, String code, String language, ActionDefinitionModel actionDefinitionModel, Object scopedObject) -
Uses of ActionDefinitionModel in com.flowable.platform.engine.impl.scripting