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 theActionDefinitionModelincluding all action model info.ActionRepositoryService.getActionDefinitionModelByKey(String actionDefinitionKey) Returns theActionDefinitionModelincluding all action model info, using the action definition key and resolving the key to the latest version.ActionRepositoryService.getActionDefinitionModelByKeyAndTenantId(String actionDefinitionKey, String tenantId) Returns theActionDefinitionModelincluding 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 TypeMethodDescriptionbooleanBaseScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) ActionResourceConverter.convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel) protected booleanBaseScopedObjectActionFilter.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.actionDefinitionModelsMethods 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 TypeMethodDescriptionbooleanScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) Check if the scoped object accepts the providedactionDefinitionwith the providedactionDefinitionModel.Method parameters in com.flowable.action.api.runtime with type arguments of type ActionDefinitionModelModifier and TypeMethodDescriptionvoidScopedObjectActionData.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 ActionDefinitionModelBaseBotInvocationContext.actionDefinitionModelMethods 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 ActionDefinitionModelFindScopedActionDataCmd.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 ActionDefinitionEntityActionDefinitionDeployer.getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel, String tenantId) protected voidActionDefinitionDeployer.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 ActionDefinitionModelActionDefinitionCacheEntry.actionDefinitionModelMethods 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 TypeMethodDescriptionvoidActionDefinitionCacheEntry.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.engage.engine.impl.dto
Constructors in com.flowable.engage.engine.impl.dto with parameters of type ActionDefinitionModelModifierConstructorDescriptionStickyMessageDTO(Message message, ActionInstance actionInstance, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel) -
Uses of ActionDefinitionModel in com.flowable.platform.engine.impl.scripting
Methods in com.flowable.platform.engine.impl.scripting that return ActionDefinitionModel