Class ElementSetup
java.lang.Object
com.sas.lsaf.workflow.processflow.setup.ElementSetup
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EventSetup,TaskSetup
The abstract parent class of the element set up information for all element types in a process flow.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionElementSetup(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
-
Field Details
-
name
-
description
-
-
Constructor Details
-
ElementSetup
public ElementSetup(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 element setups 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
-
getName
Gets the name of the element.- Returns:
- The name.
-
getDescription
Gets the description of the element.- Returns:
- The description.
-
getElementId
Gets the identifier for the element as defined in the process flow definition.- Returns:
- The identifier.
-
getType
Gets the type of the element.- Returns:
- The type.
-
getProcessFlowIdentifier
-
hashCode
public int hashCode() -
equals
-
toString
-