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 Long
getId()
Returns the node description id.String
getName()
Returns the node description name.String
getNodeType()
Returns the node description node type.String
getUniqueId()
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
-
-