Show / Hide Table of Contents

Class NSWorkflowWaitForAction

Carrier object for WorkflowWaitForAction.

Syntax

Constructors

NSWorkflowWaitForAction()

Initializes a new instance of the NSWorkflowWaitForAction class.

Declaration
NSWorkflowWaitForAction

Methods

GetActionType()

Gets the type of the action.

Declaration
NSWorkflowWaitForActionType GetActionType()
Returns
Type Description
NSWorkflowWaitForActionType

Action type.

GetRank()

Gets the rank of the action in the workflow.

Declaration
Integer GetRank()
Returns
Type Description
Integer

Action rank.

GetRestrictionGroups()

Gets the restriction groups for the action.

Declaration
NSArchiveRestrictionGroup[] GetRestrictionGroups()
Returns
Type Description
NSArchiveRestrictionGroup

Restriction groups.

GetWorkflowId()

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

Declaration
Integer GetWorkflowId()
Returns
Type Description
Integer

Workflow ID.

GetWorkflowStepId()

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

Declaration
Integer GetWorkflowStepId()
Returns
Type Description
Integer

Workflow step ID.

GetWorkflowWaitForActionId()

Gets the primary key (ID) for the WorkflowWaitForAction.

Declaration
Integer GetWorkflowWaitForActionId()
Returns
Type Description
Integer

WorkflowWaitForAction Id.

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

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

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

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

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

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
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top