Class WorkflowTypeDetail
- All Implemented Interfaces:
Serializable
,Cloneable
Contains details about a workflow type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Configuration settings of the workflow type registered through RegisterWorkflowTypeGeneral information about the workflow type.int
hashCode()
void
setConfiguration
(WorkflowTypeConfiguration configuration) Configuration settings of the workflow type registered through RegisterWorkflowTypevoid
setTypeInfo
(WorkflowTypeInfo typeInfo) General information about the workflow type.toString()
Returns a string representation of this object; useful for testing and debugging.withConfiguration
(WorkflowTypeConfiguration configuration) Configuration settings of the workflow type registered through RegisterWorkflowTypewithTypeInfo
(WorkflowTypeInfo typeInfo) General information about the workflow type.
-
Constructor Details
-
WorkflowTypeDetail
public WorkflowTypeDetail()
-
-
Method Details
-
setTypeInfo
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
- Parameters:
typeInfo
- General information about the workflow type.The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
-
getTypeInfo
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
- Returns:
- General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
-
withTypeInfo
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
- Parameters:
typeInfo
- General information about the workflow type.The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfiguration
Configuration settings of the workflow type registered through RegisterWorkflowType
- Parameters:
configuration
- Configuration settings of the workflow type registered through RegisterWorkflowType
-
getConfiguration
Configuration settings of the workflow type registered through RegisterWorkflowType
- Returns:
- Configuration settings of the workflow type registered through RegisterWorkflowType
-
withConfiguration
Configuration settings of the workflow type registered through RegisterWorkflowType
- Parameters:
configuration
- Configuration settings of the workflow type registered through RegisterWorkflowType- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-