public class TaskDefinition extends FlowElementDefinition
Constructor and Description |
---|
TaskDefinition(String elementId,
String name,
String description,
Element.ElementType type,
String parentId,
Set<FormAttributeDefinition> completionAttributes)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<FormAttributeDefinition> |
getCompletionAttributes()
Gets the attribute definitions for the completion properties of a task.
|
int |
hashCode() |
getDescription, getElementId, getName, getParentId, getType, toString
public TaskDefinition(String elementId, String name, String description, Element.ElementType type, String parentId, Set<FormAttributeDefinition> completionAttributes)
elementId
- The id of the task element as it appears in the process definition.name
- The name of the task as it appears in the process definition, if it exists.description
- The description of the task as it appears in the process definition, if it exists.type
- The type of the task that associates with the type in the process definition.parentId
- The id of the flow definition which is the parent of this task.completionAttributes
- The attribute definitions for the completion properties of a task.public Set<FormAttributeDefinition> getCompletionAttributes()
public int hashCode()
hashCode
in class FlowElementDefinition
public boolean equals(Object obj)
equals
in class FlowElementDefinition
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>