Package com.flowable.action.api.repository
package com.flowable.action.api.repository
-
ClassDescriptionThis interface is an enumeration of the default channel types available for actions, however, you can also add additional, custom ones.An action definition is used as the model and meta information in order to create a new Action based on such a definition.An action definition model contains all information around an action definition, its necessary permissions and mapped types and many things more to have pluggable actions on scoped objects like conversations, users, etc.A collection of common tags representing additional state information which can then be used within the tag list of
ActionDefinition
.Represents a deployment that is already present in the action definition repository.Builder for creating new deployments, similar to the action deployment builder.Allows programmatic querying ofActionDeployment
s.The action template service supports the handling of message generation in the scope of the Action engine.A base implementation ofScopedObjectActionFilter
which performs checks based on theActionDefinitionModel.getMappedStates()
,ActionDefinitionModel.getMappedSubStates()
,ActionDefinitionModel.getMappedTypes()
andActionDefinitionModel.getMappedSubTypes()
.