Class NSWorkflowStepBase
Carrier object for WorkflowStepBase.
Constructors
NSWorkflowStepBase()
Initializes a new instance of the NSWorkflowStepBase class.
Declaration
NSWorkflowStepBase Methods
GetWorkflowStepId()
Gets the primary key (ID) for the WorkflowStepBase.
Declaration
Integer GetWorkflowStepId() Returns
| Type | Description |
| Integer | WorkflowStep Id. |
SetWorkflowStepId(Integer)
Sets the primary key (ID) for the WorkflowStepBase.
Declaration
Void SetWorkflowStepId(Integer workflowStepId) Parameters
| Type | Name | Description |
| Integer | workflowStepId | The workflow step ID to set. |
Returns
| Type | Description |
| Void |
GetWorkflowId()
Gets the ID of the workflow this step belongs to.
Declaration
Integer GetWorkflowId() Returns
| Type | Description |
| Integer | The workflow ID. |
SetWorkflowId(Integer)
Sets the ID of the workflow this step belongs to.
Declaration
Void SetWorkflowId(Integer workflowId) Parameters
| Type | Name | Description |
| Integer | workflowId | The workflow ID to set. |
Returns
| Type | Description |
| Void |
GetStepType()
Gets the type of workflow step.
Declaration
NSWorkflowStepType GetStepType() Returns
| Type | Description |
| NSWorkflowStepType | The step type. |
SetStepType(NSWorkflowStepType)
Sets the type of workflow step.
Declaration
Void SetStepType(NSWorkflowStepType stepType) Parameters
| Type | Name | Description |
| NSWorkflowStepType | stepType | The step type to set. |
Returns
| Type | Description |
| Void |
GetRank()
Gets the order/rank of the step in the workflow.
Declaration
Integer GetRank() Returns
| Type | Description |
| Integer | The step rank. |