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 classBaseActionDefinitionModelMethods in com.flowable.action.api.repository that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModelActionResourceConverter. convertActionResourceToModel(byte[] actionResourceBytes)ActionDefinitionModelActionResourceConverter. convertActionResourceToModel(java.io.InputStream actionResourceStream)ActionDefinitionModelActionRepositoryService. getActionDefinitionModel(java.lang.String actionDefinitionId)Returns theActionDefinitionModelincluding all action model info.ActionDefinitionModelActionRepositoryService. getActionDefinitionModelByKey(java.lang.String actionDefinitionKey)Returns theActionDefinitionModelincluding all action model info, using the action definition key and resolving the key to the latest version.ActionDefinitionModelActionRepositoryService. getActionDefinitionModelByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.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 ActionDefinitionModel Modifier and Type Method Description booleanBaseScopedObjectActionFilter. acceptsActionDefinition(java.lang.Object scopedObject, com.flowable.core.common.api.security.SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance)java.lang.StringActionResourceConverter. convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel)protected booleanBaseScopedObjectActionFilter. currentUserHasAccess(T scopedObject, ActionDefinitionModel actionDefinitionModel, com.flowable.core.common.api.security.SecurityScope securityScope)java.lang.StringActionTemplateService. 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. actionDefinitionModelsMethods in com.flowable.action.api.runtime that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModelScopedObjectActionData. getActionDefinitionModelForActionDefinitionId(java.lang.String actionDefinitionId)ActionDefinitionModelScopedObjectActionData. 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 booleanScopedObjectActionFilter. 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 providedactionDefinitionwith the providedactionDefinitionModel.Method parameters in com.flowable.action.api.runtime with type arguments of type ActionDefinitionModel Modifier and Type Method Description voidScopedObjectActionData. 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 ActionDefinitionModelGetActionDefinitionModelCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)protected ActionDefinitionModelFindScopedActionDataCmd. 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 ActionDefinitionModelActionResourceConverterImpl. convertActionResourceToModel(byte[] appResourceBytes)ActionDefinitionModelActionResourceConverterImpl. 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.StringActionResourceConverterImpl. convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel)protected ActionDefinitionEntityActionDefinitionDeployer. getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel, java.lang.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 ActionDefinitionModel Modifier and Type Field Description protected ActionDefinitionModelActionDefinitionCacheEntry. actionDefinitionModelMethods in com.flowable.action.engine.impl.persistence.deploy that return ActionDefinitionModel Modifier and Type Method Description ActionDefinitionModelActionDefinitionCacheEntry. getActionDefinitionModel()Methods in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionModel Modifier and Type Method Description voidActionDefinitionCacheEntry. 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 ActionDefinitionModelActionRepositoryServiceImpl. getActionDefinitionModel(java.lang.String actionDefinitionId)ActionDefinitionModelActionRepositoryServiceImpl. getActionDefinitionModelByKey(java.lang.String actionDefinitionKey)ActionDefinitionModelActionRepositoryServiceImpl. 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.StringActionTemplateServiceImpl. 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 booleanBaseActionResource. currentUserHasAccess(ActionDefinitionModel actionDefinitionModel)protected booleanBaseActionResource. currentUserHasAccess(ActionDefinitionModel actionDefinitionModel, java.lang.String scopeType, java.lang.String scopeId, java.lang.String formDefinitionId, java.lang.String formFieldId)protected booleanBaseActionResource. currentUserHasAccess(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, java.lang.Object scopedObject, java.lang.String scopeType, com.flowable.core.common.api.security.SecurityScope currentUserSecurityScope)protected booleanBaseActionResource. 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 voidActionDefinitionMapper. enhanceWithConfirmationMessageAndTitle(ActionDefinitionResponse response, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)default ActionDefinitionResponseActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService)ActionDefinitionResponseActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObject)ActionDefinitionResponseActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)Create anActionDefinitionResponsefrom the providedactionDefinition,actionDefinitionModelandactionInstance.ActionDefinitionResponseActionDefinitionMapperImpl. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObject)ActionDefinitionResponseActionDefinitionMapperImpl. 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 ActionDefinitionResponseActionDefinitionResource. createAndInitializeActionDefinitionResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel)protected org.flowable.form.api.FormModelActionDefinitionResource. 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)