Uses of Interface
com.flowable.action.api.repository.ActionDefinitionModel
-
Uses of ActionDefinitionModel in com.flowable.action.api.repository
Classes in com.flowable.action.api.repository that implement ActionDefinitionModel Modifier and Type Class Description class
BaseActionDefinitionModel
Methods in com.flowable.action.api.repository that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModel
ActionResourceConverter. convertActionResourceToModel(byte[] actionResourceBytes)
ActionDefinitionModel
ActionResourceConverter. convertActionResourceToModel(java.io.InputStream actionResourceStream)
ActionDefinitionModel
ActionRepositoryService. getActionDefinitionModel(java.lang.String actionDefinitionId)
Returns theActionDefinitionModel
including all action model info.ActionDefinitionModel
ActionRepositoryService. getActionDefinitionModelByKey(java.lang.String actionDefinitionKey)
Returns theActionDefinitionModel
including all action model info, using the action definition key and resolving the key to the latest version.ActionDefinitionModel
ActionRepositoryService. getActionDefinitionModelByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.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 ActionDefinitionModel Modifier and Type Method Description boolean
BaseScopedObjectActionFilter. acceptsActionDefinition(java.lang.Object scopedObject, com.flowable.core.common.api.security.SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance)
java.lang.String
ActionResourceConverter. convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel)
protected boolean
BaseScopedObjectActionFilter. currentUserHasAccess(T scopedObject, ActionDefinitionModel actionDefinitionModel, com.flowable.core.common.api.security.SecurityScope securityScope)
java.lang.String
ActionTemplateService. getMessage(java.lang.String templateKey, java.lang.String tenantId, java.lang.String code, java.lang.String language, ActionDefinitionModel actionDefinitionModel, java.lang.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 ActionDefinitionModel Modifier and Type Field Description protected java.util.Map<java.lang.String,ActionDefinitionModel>
ScopedObjectActionData. actionDefinitionModels
Methods in com.flowable.action.api.runtime that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModel
ScopedObjectActionData. getActionDefinitionModelForActionDefinitionId(java.lang.String actionDefinitionId)
ActionDefinitionModel
ScopedObjectActionData. getActionDefinitionModelForActionInstance(ActionInstance actionInstance)
Methods in com.flowable.action.api.runtime that return types with arguments of type ActionDefinitionModel Modifier and Type Method Description java.util.Map<java.lang.String,ActionDefinitionModel>
ScopedObjectActionData. getActionDefinitionModels()
Methods in com.flowable.action.api.runtime with parameters of type ActionDefinitionModel Modifier and Type Method Description boolean
ScopedObjectActionFilter. acceptsActionDefinition(java.lang.Object scopedObject, com.flowable.core.common.api.security.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 ActionDefinitionModel Modifier and Type Method Description void
ScopedObjectActionData. setActionDefinitionModels(java.util.Map<java.lang.String,ActionDefinitionModel> actionDefinitionModels)
-
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModel
GetActionDefinitionModelCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected ActionDefinitionModel
FindScopedActionDataCmd. getActionDefinitionModel(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String actionDefinitionId)
-
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModel
ActionResourceConverterImpl. convertActionResourceToModel(byte[] appResourceBytes)
ActionDefinitionModel
ActionResourceConverterImpl. convertActionResourceToModel(java.io.InputStream appResourceStream)
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionModel Modifier and Type Method Description java.lang.String
ActionResourceConverterImpl. convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel)
protected ActionDefinitionEntity
ActionDefinitionDeployer. getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel, java.lang.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 ActionDefinitionModel Modifier and Type Field Description protected ActionDefinitionModel
ActionDefinitionCacheEntry. actionDefinitionModel
Methods in com.flowable.action.engine.impl.persistence.deploy that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModel
ActionDefinitionCacheEntry. getActionDefinitionModel()
Methods in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionModel Modifier and Type Method Description void
ActionDefinitionCacheEntry. setActionDefinitionModel(ActionDefinitionModel actionDefinitionModel)
Constructors in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionModel Constructor Description ActionDefinitionCacheEntry(ActionDefinitionEntity actionDefinitionEntity, ActionDefinitionModel actionDefinitionModel)
-
Uses of ActionDefinitionModel in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModel
ActionRepositoryServiceImpl. getActionDefinitionModel(java.lang.String actionDefinitionId)
ActionDefinitionModel
ActionRepositoryServiceImpl. getActionDefinitionModelByKey(java.lang.String actionDefinitionKey)
ActionDefinitionModel
ActionRepositoryServiceImpl. getActionDefinitionModelByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.String tenantId)
Methods in com.flowable.action.engine.impl.repository with parameters of type ActionDefinitionModel Modifier and Type Method Description java.lang.String
ActionTemplateServiceImpl. getMessage(java.lang.String templateKey, java.lang.String tenantId, java.lang.String code, java.lang.String language, ActionDefinitionModel actionDefinitionModel, java.lang.Object scopedObject)
-
Uses of ActionDefinitionModel in com.flowable.action.rest.service.api.action
Methods in com.flowable.action.rest.service.api.action with parameters of type ActionDefinitionModel Modifier and Type Method Description protected boolean
BaseActionResource. currentUserHasAccess(ActionDefinitionModel actionDefinitionModel)
protected boolean
BaseActionResource. currentUserHasAccess(ActionDefinitionModel actionDefinitionModel, java.lang.String scopeType, java.lang.String scopeId, java.lang.String formDefinitionId, java.lang.String formFieldId)
protected boolean
BaseActionResource. currentUserHasAccess(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, java.lang.Object scopedObject, java.lang.String scopeType, com.flowable.core.common.api.security.SecurityScope currentUserSecurityScope)
protected boolean
BaseActionResource. currentUserHasAccessToActionInForm(ActionDefinitionModel actionDefinitionModel, java.lang.String formDefinitionId, java.lang.String formFieldId)
-
Uses of ActionDefinitionModel in com.flowable.action.rest.service.api.mapper.definition
Methods in com.flowable.action.rest.service.api.mapper.definition with parameters of type ActionDefinitionModel Modifier and Type Method Description static void
ActionDefinitionMapper. enhanceWithConfirmationMessageAndTitle(ActionDefinitionResponse response, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
default ActionDefinitionResponse
ActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService)
ActionDefinitionResponse
ActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObject)
ActionDefinitionResponse
ActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
Create anActionDefinitionResponse
from the providedactionDefinition
,actionDefinitionModel
andactionInstance
.ActionDefinitionResponse
ActionDefinitionMapperImpl. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObject)
ActionDefinitionResponse
ActionDefinitionMapperImpl. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
-
Uses of ActionDefinitionModel in com.flowable.action.rest.service.api.repository
Methods in com.flowable.action.rest.service.api.repository with parameters of type ActionDefinitionModel Modifier and Type Method Description protected ActionDefinitionResponse
ActionDefinitionResource. createAndInitializeActionDefinitionResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel)
protected org.flowable.form.api.FormModel
ActionDefinitionResource. getFormModel(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel)
Constructors in com.flowable.action.rest.service.api.repository with parameters of type ActionDefinitionModel Constructor Description ActionDefinitionResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel)