Class FlowElementDefinition
java.lang.Object
com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SignalEventDefinition,TaskDefinition,TimerEventDefinition
The class that represents an element in a process flow definition.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowElementDefinition(String elementId, String name, String description, Element.ElementType type, String parentId) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the description of the element as it appears in the process flow definition.Gets the identifier of the element as it appears in the process flow definition.getName()The name of the element as it appears in the process flow definition.Gets the identifier of the flow definition that is the parent of this element.getType()Gets the type of the element that associates with the type process flow definition.inthashCode()toString()
-
Constructor Details
-
FlowElementDefinition
public FlowElementDefinition(String elementId, String name, String description, Element.ElementType type, String parentId) It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the flow element definitions returned by the API.- Parameters:
elementId- The identifier of the element as it appears in the process flow definition.name- The name of the element as it appears in the process flow definition.description- The description of the element as it appears in the process flow definition.type- The type of the element that associates with the type in the process flow definition.parentId- The identifier of the flow definition that is the parent of this element.
-
-
Method Details
-
getName
The name of the element as it appears in the process flow definition.- Returns:
- The name of the element.
-
getElementId
Gets the identifier of the element as it appears in the process flow definition.- Returns:
- The identifier.
-
getDescription
Gets the description of the element as it appears in the process flow definition.- Returns:
- The description.
-
getType
Gets the type of the element that associates with the type process flow definition.- Returns:
- The type.
-
getParentId
Gets the identifier of the flow definition that is the parent of this element.- Returns:
- The parent identifier.
-
hashCode
public int hashCode() -
equals
-
toString
-