public class WorkflowTypeDetail
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains details about a workflow type.
Modifier and Type | Field and Description |
---|---|
private WorkflowTypeConfiguration |
configuration
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
private WorkflowTypeInfo |
typeInfo
General information about the workflow type.
|
Constructor and Description |
---|
WorkflowTypeDetail() |
Modifier and Type | Method and Description |
---|---|
WorkflowTypeDetail |
clone() |
boolean |
equals(java.lang.Object obj) |
WorkflowTypeConfiguration |
getConfiguration()
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
WorkflowTypeInfo |
getTypeInfo()
General information about the workflow type.
|
int |
hashCode() |
void |
setConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
void |
setTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowTypeDetail |
withConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
WorkflowTypeDetail |
withTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
|
private WorkflowTypeInfo typeInfo
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
private WorkflowTypeConfiguration configuration
Configuration settings of the workflow type registered through RegisterWorkflowType
public void setTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
typeInfo
- General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
public WorkflowTypeInfo getTypeInfo()
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
public WorkflowTypeDetail withTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
typeInfo
- General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
public void setConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
configuration
- Configuration settings of the workflow type registered through
RegisterWorkflowTypepublic WorkflowTypeConfiguration getConfiguration()
Configuration settings of the workflow type registered through RegisterWorkflowType
public WorkflowTypeDetail withConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
configuration
- Configuration settings of the workflow type registered through
RegisterWorkflowTypepublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public WorkflowTypeDetail clone()
clone
in class java.lang.Object