Uses of Interface
com.flowable.action.api.repository.ActionDefinitionModel
Packages that use ActionDefinitionModel
Package
Description
-
Uses of ActionDefinitionModel in com.flowable.action.api.bot
Methods in com.flowable.action.api.bot that return ActionDefinitionModel -
Uses of ActionDefinitionModel in com.flowable.action.api.repository
Classes in com.flowable.action.api.repository that implement ActionDefinitionModelMethods in com.flowable.action.api.repository that return ActionDefinitionModelModifier 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.Methods in com.flowable.action.api.repository with parameters of type ActionDefinitionModelModifier 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
Fields in com.flowable.action.api.runtime with type parameters of type ActionDefinitionModelModifier and TypeFieldDescriptionprotected Map<String,
ActionDefinitionModel> ScopedObjectActionData.actionDefinitionModels
Methods in com.flowable.action.api.runtime that return ActionDefinitionModelModifier and TypeMethodDescriptionScopedObjectActionData.getActionDefinitionModelForActionDefinitionId
(String actionDefinitionId) ScopedObjectActionData.getActionDefinitionModelForActionInstance
(ActionInstance actionInstance) Methods in com.flowable.action.api.runtime that return types with arguments of type ActionDefinitionModelMethods in com.flowable.action.api.runtime with parameters of type ActionDefinitionModelModifier 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
.Method parameters in com.flowable.action.api.runtime with type arguments of type ActionDefinitionModelModifier and TypeMethodDescriptionvoid
ScopedObjectActionData.setActionDefinitionModels
(Map<String, ActionDefinitionModel> actionDefinitionModels) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionDefinitionModelModifier and TypeFieldDescriptionprotected ActionDefinitionModel
BaseBotInvocationContext.actionDefinitionModel
Methods in com.flowable.action.engine.impl that return ActionDefinitionModel -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinitionModelModifier and TypeMethodDescriptionGetActionDefinitionModelCmd.execute
(CommandContext commandContext) protected ActionDefinitionModel
FindScopedActionDataCmd.getActionDefinitionModel
(CommandContext commandContext, String actionDefinitionId) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionModelModifier and TypeMethodDescriptionActionResourceConverterImpl.convertActionResourceToModel
(byte[] appResourceBytes) ActionResourceConverterImpl.convertActionResourceToModel
(InputStream appResourceStream) Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionModelModifier 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
Fields in com.flowable.action.engine.impl.persistence.deploy declared as ActionDefinitionModelModifier and TypeFieldDescriptionprotected ActionDefinitionModel
ActionDefinitionCacheEntry.actionDefinitionModel
Methods in com.flowable.action.engine.impl.persistence.deploy that return ActionDefinitionModelMethods in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionModelModifier and TypeMethodDescriptionvoid
ActionDefinitionCacheEntry.setActionDefinitionModel
(ActionDefinitionModel actionDefinitionModel) Constructors in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionModelModifierConstructorDescriptionActionDefinitionCacheEntry
(ActionDefinitionEntity actionDefinitionEntity, ActionDefinitionModel actionDefinitionModel) -
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDefinitionModelModifier and TypeMethodDescriptionActionRepositoryServiceImpl.getActionDefinitionModel
(String actionDefinitionId) ActionRepositoryServiceImpl.getActionDefinitionModelByKey
(String actionDefinitionKey) ActionRepositoryServiceImpl.getActionDefinitionModelByKeyAndTenantId
(String actionDefinitionKey, String tenantId) Methods in com.flowable.action.engine.impl.repository with parameters of type ActionDefinitionModelModifier 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
Methods in com.flowable.platform.engine.impl.scripting that return ActionDefinitionModel