Uses of Class
com.flowable.core.content.api.DocumentActionHandlerModel
| Package | Description |
|---|---|
| com.flowable.core.content.api |
-
Uses of DocumentActionHandlerModel in com.flowable.core.content.api
Fields in com.flowable.core.content.api with type parameters of type DocumentActionHandlerModel Modifier and Type Field Description protected java.util.Map<java.lang.String,DocumentActionHandlerModel>BaseDocumentDefinitionModel. actionHandlersMethods in com.flowable.core.content.api that return types with arguments of type DocumentActionHandlerModel Modifier and Type Method Description java.util.Map<java.lang.String,DocumentActionHandlerModel>BaseDocumentDefinitionModel. getActionHandlers()java.util.Map<java.lang.String,DocumentActionHandlerModel>DocumentDefinitionModel. getActionHandlers()Method parameters in com.flowable.core.content.api with type arguments of type DocumentActionHandlerModel Modifier and Type Method Description voidBaseDocumentDefinitionModel. setActionHandlers(java.util.Map<java.lang.String,DocumentActionHandlerModel> actionHandlers)