Uses of Class
com.flowable.core.idm.api.ActionHandlerModel
Package | Description |
---|---|
com.flowable.core.idm.api | |
com.flowable.idm.engine.impl.cmd |
-
Uses of ActionHandlerModel in com.flowable.core.idm.api
Fields in com.flowable.core.idm.api with type parameters of type ActionHandlerModel Modifier and Type Field Description protected java.util.Map<java.lang.String,ActionHandlerModel>
UserAccountDefinitionModel. actionHandlers
protected java.util.Map<java.lang.String,ActionHandlerModel>
UserDefinitionModel. actionHandlers
Methods in com.flowable.core.idm.api that return types with arguments of type ActionHandlerModel Modifier and Type Method Description java.util.Map<java.lang.String,ActionHandlerModel>
UserAccountDefinitionModel. getActionHandlers()
java.util.Map<java.lang.String,ActionHandlerModel>
UserDefinitionModel. getActionHandlers()
Method parameters in com.flowable.core.idm.api with type arguments of type ActionHandlerModel Modifier and Type Method Description void
UserAccountDefinitionModel. setActionHandlers(java.util.Map<java.lang.String,ActionHandlerModel> actionHandlers)
void
UserDefinitionModel. setActionHandlers(java.util.Map<java.lang.String,ActionHandlerModel> actionHandlers)
-
Uses of ActionHandlerModel in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return ActionHandlerModel Modifier and Type Method Description protected ActionHandlerModel
SavePlatformUserCmd. findActionHandler(java.lang.String actionName, UserDefinitionModel userDefinition)