Package org.jbpm.services.api.model
Interface TimerDesc
-
- All Known Implementing Classes:
TimerDesc
public interface TimerDesc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getId()
Returns the timer description id.Long
getNodeId()
Returns the timer description node id.String
getNodeName()
Returns the timer description node name.String
getUniqueId()
Returns the timer description unique id.
-
-
-
Method Detail
-
getId
Long getId()
Returns the timer description id.- Returns:
- id
-
getNodeId
Long getNodeId()
Returns the timer description node id.- Returns:
- node id
-
getNodeName
String getNodeName()
Returns the timer description node name.- Returns:
- node name
-
getUniqueId
String getUniqueId()
Returns the timer description unique id.- Returns:
- unique id
-
-