Interface NamedDescribedWorkflowStartEventType
public interface NamedDescribedWorkflowStartEventType
Workflow start event with human readable and translated name and description.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the event.ReturnsWorkflowStartEventTypewhich identifies the object.getName()Returns the name of the event.
-
Method Details
-
getEventType
WorkflowStartEventType getEventType()ReturnsWorkflowStartEventTypewhich identifies the object.- Returns:
- the event type.
-
getName
String getName()Returns the name of the event.- Returns:
- the name of the event.
-
getDescription
String getDescription()Return the description of the event.- Returns:
- the description of the event.
-