Class NSWorkflowWaitForAction

Carrier object for WorkflowWaitForAction.

Constructors

NSWorkflowWaitForAction()

Initializes a new instance of the NSWorkflowWaitForAction class.

Declaration

NSWorkflowWaitForAction

Methods

GetWorkflowWaitForActionId()

Gets the primary key (ID) for the WorkflowWaitForAction.

Declaration

Integer GetWorkflowWaitForActionId()

Returns

Type Description
Integer WorkflowWaitForAction Id.

SetWorkflowWaitForActionId(Integer)

Sets the primary key (ID) for the WorkflowWaitForAction.

Declaration

Void SetWorkflowWaitForActionId(Integer workflowWaitForActionId)

Parameters

Type Name Description
Integer workflowWaitForActionId The workflow wait for action ID to set.

Returns

Type Description
Void

GetWorkflowStepId()

Gets the ID of the workflow step this instance belongs to.

Declaration

Integer GetWorkflowStepId()

Returns

Type Description
Integer Workflow step ID.

SetWorkflowStepId(Integer)

Sets the ID of the workflow step this instance belongs to.

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 action is part of.

Declaration

Integer GetWorkflowId()

Returns

Type Description
Integer Workflow ID.

SetWorkflowId(Integer)

Sets the ID of the workflow this action is part of.

Declaration

Void SetWorkflowId(Integer workflowId)

Parameters

Type Name Description
Integer workflowId The workflow ID to set.

Returns

Type Description
Void

GetRank()

Gets the rank of the action in the workflow.

Declaration

Integer GetRank()

Returns

Type Description
Integer Action rank.

SetRank(Integer)

Sets the rank of the action in the workflow.

Declaration

Void SetRank(Integer rank)

Parameters

Type Name Description
Integer rank The rank to set.

Returns

Type Description
Void

GetActionType()

Gets the type of the action.

Declaration

NSWorkflowWaitForActionType GetActionType()

Returns

Type Description
NSWorkflowWaitForActionType Action type.

SetActionType(NSWorkflowWaitForActionType)

Sets the type of the action.

Declaration

Void SetActionType(NSWorkflowWaitForActionType actionType)

Parameters

Type Name Description
NSWorkflowWaitForActionType actionType The action type to set.

Returns

Type Description
Void

GetRestrictionGroups()

Gets the restriction groups for the action.

Declaration

NSArchiveRestrictionGroup[] GetRestrictionGroups()

Returns

Type Description
NSArchiveRestrictionGroup Restriction groups.

SetRestrictionGroups(NSArchiveRestrictionGroup[])

Sets the restriction groups for the action.

Declaration

Void SetRestrictionGroups(NSArchiveRestrictionGroup[] restrictionGroups)

Parameters

Type Name Description
NSArchiveRestrictionGroup restrictionGroups The restriction groups to set.

Returns

Type Description
Void