Class EventSetup
java.lang.Object
com.sas.lsaf.workflow.processflow.setup.ElementSetup
com.sas.lsaf.workflow.processflow.setup.EventSetup
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SignalEventSetup,TimerEventSetup
The abstract class that represents the set up information for event types in a process flow.
- See Also:
-
Field Summary
Fields inherited from class com.sas.lsaf.workflow.processflow.setup.ElementSetup
description, name -
Constructor Summary
ConstructorsConstructorDescriptionEventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Methods inherited from class com.sas.lsaf.workflow.processflow.setup.ElementSetup
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
-
Constructor Details
-
EventSetup
public EventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId) It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the elements returned by the API.- Parameters:
name- The name of the element.description- The description of the element.elementId- The identifier of the element as it appears in the process flow definition.type- The type of the element.processFlowId- The identifier of the process flow that contains the element.
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classElementSetup
-
equals
- Overrides:
equalsin classElementSetup
-
toString
- Overrides:
toStringin classElementSetup
-