Package org.flowable.dmn.api
Interface DmnDecision
- All Superinterfaces:
FlowableDefinition
- All Known Subinterfaces:
DecisionEntity
- All Known Implementing Classes:
DecisionEntityImpl
An object structure representing an executable DMN decision
- Author:
- Tijs Rademakers, Joram Barez, Yvo Swillens
-
Method Summary
Modifier and TypeMethodDescriptioncategory name of this definitionThe decision type of this definitiondescription of this definitionThe resource name in the deployment of the diagram image (if any).booleanDoes this decision have a graphical notation defined (such that a diagram can be generated)?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 of this definition -
getDescription
String getDescription()description of this definition -
hasGraphicalNotation
boolean hasGraphicalNotation()Does this decision have a graphical notation defined (such that a diagram can be generated)? -
getDiagramResourceName
String getDiagramResourceName()The resource name in the deployment of the diagram image (if any). -
getDecisionType
String getDecisionType()The decision type of this definition
-