public interface DmnDecision
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name of this definition
|
String |
getDecisionType()
The decision type of this definition
|
String |
getDeploymentId()
The deployment in which this definition is contained.
|
String |
getDescription()
description of this definition
|
String |
getDiagramResourceName()
The resource name in the deployment of the diagram image (if any).
|
String |
getId()
unique identifier
|
String |
getKey()
unique name for all versions this definition
|
String |
getName()
label used for display purposes
|
String |
getResourceName()
name of
the resource of this definition. |
String |
getTenantId()
The tenant identifier of this definition
|
int |
getVersion()
version of this definition
|
boolean |
hasGraphicalNotation()
Does this decision have a graphical notation defined (such that a diagram can be generated)?
|
String getId()
String getCategory()
String getName()
String getKey()
String getDescription()
int getVersion()
String getResourceName()
the resource of this definition.boolean hasGraphicalNotation()
String getDiagramResourceName()
String getDeploymentId()
String getTenantId()
String getDecisionType()
Copyright © 2020 Flowable. All rights reserved.