Uses of Class
com.flowable.core.content.api.DocumentActionHandlerModel
-
Packages that use 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 Map<String,DocumentActionHandlerModel>
BaseDocumentDefinitionModel. actionHandlers
Methods in com.flowable.core.content.api that return types with arguments of type DocumentActionHandlerModel Modifier and Type Method Description Map<String,DocumentActionHandlerModel>
BaseDocumentDefinitionModel. getActionHandlers()
Map<String,DocumentActionHandlerModel>
DocumentDefinitionModel. getActionHandlers()
Method parameters in com.flowable.core.content.api with type arguments of type DocumentActionHandlerModel Modifier and Type Method Description void
BaseDocumentDefinitionModel. setActionHandlers(Map<String,DocumentActionHandlerModel> actionHandlers)
-