Interface ModelId
- All Known Subinterfaces:
DestinationId
- All Known Implementing Classes:
ForkId,JoinId,ResultId,ResultStatus,StateId,WorkflowDefinitionId
public interface ModelId
Base interface for all model identifiers in the workflow system. ModelId provides a common
contract for all ID types used throughout the workflow definition model.
- Since:
- 1.0
- See Also:
-
Method Summary
-
Method Details
-
getValue
String getValue()Gets the string value of this model ID.- Returns:
- the ID value as a string
-