public abstract class EventDefinition extends ElementDefinition
description, name
Constructor and Description |
---|
EventDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
equals, getDescription, getElementId, getName, getProcessFlowIdentifier, getRevision, getType, hashCode, toString
public EventDefinition(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier, long revision)
It is not intended or recommended that the consumer of the API construct these objects. They should only be
retrieved from service calls such as
ProcessFlowService.getElementDefinitions(ProcessFlowContext, String)
.
name
- The name of the element definitiondescription
- The description of the element definitionelementId
- The id of the element definition as it appears in the process definitiontype
- The type of the elementprocessFlowIdentifier
- The identifier of the process flow that contains this elementrevision
- the internal revision numberCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA