Package org.jbpm.services.api.model
Interface NodeDesc
-
- All Known Implementing Classes:
NodeDesc
public interface NodeDesc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetId()Returns the node description id.StringgetName()Returns the node description name.StringgetNodeType()Returns the node description node type.StringgetUniqueId()Returns the node description unique id.
-
-
-
Method Detail
-
getId
Long getId()
Returns the node description id.- Returns:
- id
-
getName
String getName()
Returns the node description name.- Returns:
- name
-
getNodeType
String getNodeType()
Returns the node description node type.- Returns:
- node type
-
getUniqueId
String getUniqueId()
Returns the node description unique id.- Returns:
- id
-
-