Package org.flowable.cmmn.api.repository
Interface CaseDefinition
- All Superinterfaces:
FlowableDefinition
- All Known Subinterfaces:
CaseDefinitionEntity
- All Known Implementing Classes:
CaseDefinitionEntityImpl
-
Method Summary
Modifier and TypeMethodDescriptioncategory name which is derived from the targetNamespace attribute in the definitions elementdescription of this case definitionThe resource name in the deployment of the diagram image (if any).booleanDoes this case definition have a graphical notation defined (such that a diagram can be generated)?booleanDoes this case definition have a start form key}.voidsetLocalizedDescription(String localizedDescription) Sets an optional localized description for the case definitionvoidsetLocalizedName(String localizedName) Sets an optional localized name for the case definition.Methods inherited from interface org.flowable.common.engine.api.repository.FlowableDefinition
getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Method Details
-
getCategory
String getCategory()category name which is derived from the targetNamespace attribute in the definitions element -
getDescription
String getDescription()description of this case definition -
getDiagramResourceName
String getDiagramResourceName()The resource name in the deployment of the diagram image (if any). -
hasStartFormKey
boolean hasStartFormKey()Does this case definition have a start form key}. -
hasGraphicalNotation
boolean hasGraphicalNotation()Does this case definition have a graphical notation defined (such that a diagram can be generated)? -
setLocalizedName
Sets an optional localized name for the case definition. -
setLocalizedDescription
Sets an optional localized description for the case definition
-