Class NSWorkflowStepBase
Carrier object for WorkflowStepBase.
Syntax
Constructors
NSWorkflowStepBase()
Initializes a new instance of the NSWorkflowStepBase class.
Declaration
NSWorkflowStepBase
Methods
GetRank()
Gets the order/rank of the step in the workflow.
Declaration
Integer GetRank()
Returns
Type | Description |
---|---|
Integer | The step rank. |
GetStepType()
Gets the type of workflow step.
Declaration
NSWorkflowStepType GetStepType()
Returns
Type | Description |
---|---|
NSWorkflowStepType | The step type. |
GetWorkflowId()
Gets the ID of the workflow this step belongs to.
Declaration
Integer GetWorkflowId()
Returns
Type | Description |
---|---|
Integer | The workflow ID. |
GetWorkflowStepId()
Gets the primary key (ID) for the WorkflowStepBase.
Declaration
Integer GetWorkflowStepId()
Returns
Type | Description |
---|---|
Integer | WorkflowStep Id. |
SetRank(Integer)
Sets the order/rank of the step in the workflow.
Declaration
Void SetRank(Integer rank)
Parameters
Type | Name | Description |
---|---|---|
Integer | rank | The step rank to set. |
Returns
Type | Description |
---|---|
Void |
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 |
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 |
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 |