Package com.flowable.core.content.api
Interface DocumentDefinitionModel
-
- All Known Implementing Classes:
BaseDocumentDefinitionModel
public interface DocumentDefinitionModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,DocumentActionHandlerModel>
getActionHandlers()
Map<String,Set<String>>
getActionPermissions()
String
getDescription()
Map<String,String>
getForms()
Map<String,Map<String,String>>
getI18n()
String
getInitialState()
String
getInitialSubState()
String
getInitialSubType()
String
getInitialType()
String
getKey()
String
getName()
Map<String,String>
getVariables()
String
getVersioning()
-
-
-
Method Detail
-
getKey
String getKey()
-
getName
String getName()
-
getDescription
String getDescription()
-
getInitialState
String getInitialState()
-
getInitialSubState
String getInitialSubState()
-
getInitialType
String getInitialType()
-
getInitialSubType
String getInitialSubType()
-
getVersioning
String getVersioning()
-
getActionHandlers
Map<String,DocumentActionHandlerModel> getActionHandlers()
-
-