-
Method Summary
The type name from the referenced data dictionary model.
The identity links for the data object model.
Flag indicating that instance level permissions should not be done for this data object model.
The identity links that should be added for every newly created data object instance
A data object can have a reference to a data dictionary type to inherit
fields.
The key of the service definition model.
Methods inherited from interface com.flowable.dataobject.api.repository.DataObjectModel
getDataObjectType, getDescription, getExternalId, getKey, getName, getSourceId, getSourceSpecificAttributes, getSourceType, getSubType, getSupportedCachingType, getType
-
Method Details
-
getReferencedServiceDefinitionModelKey
String getReferencedServiceDefinitionModelKey()
The key of the service definition model.
-
getReferencedDataDictionaryModelKey
String getReferencedDataDictionaryModelKey()
A data object can have a reference to a data dictionary type to inherit
fields.
- Returns:
- the model key of the referenced data dictionary model
-
getDataDictionaryTypeName
String getDataDictionaryTypeName()
The type name from the referenced data dictionary model.
Inherits (all) fields of the referenced type.
- Returns:
- the type name to inherit fields from
-
-
getDefinitionIdentityLinks
The identity links for the data object model.
-
getInstanceIdentityLinks
The identity links that should be added for every newly created data object instance
-
getIgnoreInstancePermissions
Boolean getIgnoreInstancePermissions()
Flag indicating that instance level permissions should not be done for this data object model.
- Returns:
- whether instance level permissions need to be applied