BCDocumentWorkflow Methods |
The BCDocumentWorkflow type exposes the following members.
Name | Description | |
---|---|---|
AddComment | Obsolete.
Sets a Comment property value.
| |
AddToLog |
Appends a text message to the document log.
| |
AddToLogWithComment |
Appends a text message to the document log.
| |
AddToLogWithTimeStamp |
Appends a text message to the document log.
| |
AssignManagers(IEnumerableString) |
Assigns workflow managers for the document.
| |
AssignManagers(IEnumerableString, String) |
Assigns workflow managers for the document.
| |
AssignToDoPersons(IEnumerableString) |
Assigns workflow to-do persons for the document.
| |
AssignToDoPersons(IEnumerableString, String) |
Assigns workflow to-do persons for the document.
| |
AvailableTransitions |
Returns the collection of available workflow transition objects.
| |
AvailableTransitions(BCWorkflowDef) |
Starts the workflow and returns the collection of available workflow transition objects.
| |
ChangeState |
Moves a document to another workflow state.
| |
ChangeTodoPerson |
Forwards a document to another user.
| |
ClearLog |
Clears all the content from the document log.
| |
CreateNewRevision |
Creates a new revision for the document.
| |
CreateNewRevision(String) |
Creates a new revision for the document.
| |
Equals | (Inherited from Object.) | |
ExecuteTransition(BCWorkflowTransition) |
Executes a workflow transition.
| |
ExecuteTransition(BCWorkflowTransition, String) |
Executes a workflow transition.
| |
ExecuteTransition(BCWorkflowTransition, String, IEnumerableString, IEnumerableString) |
Executes a workflow transition.
| |
ExpectedTransitionResult |
Returns an expected result of the specified transition.
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPossibleStateUsers(DocumentWorkflowFlags) |
Returns an array containing the user and user group names
that have privileges in the specified state.
| |
GetPossibleStateUsers(DocumentWorkflowFlags, Boolean, Boolean) |
Returns an array containing user work list name and user full name for users
that have privileges in specified given state.
| |
GetType | (Inherited from Object.) | |
InitState |
Initialize a new document to the given state.
| |
MemberwiseClone | (Inherited from Object.) | |
Migrate(BCWorkflowDef) |
Migrates the document to a new configurable workflow.
| |
Migrate(BCWorkflowDef, BCWorkflowState) |
Migrates the document to a new configurable workflow.
| |
Migrate(BCWorkflowDef, BCWorkflowState, String) |
Migrates the document to a new configurable workflow.
| |
RerouteToState(BCWorkflowState) |
Reroutes the document in a workflow to a new state.
| |
RerouteToState(BCWorkflowState, String) |
Reroutes the document in workflow to a new state.
| |
RerouteToState(BCWorkflowState, String, IEnumerableString) |
Reroutes the document in workflow to a new state.
| |
RerouteToState(BCWorkflowState, String, IEnumerableString, Boolean) |
Reroutes the document in workflow to a new state.
| |
Revoke |
Revokes the document to the last released revision.
| |
RevokeWorkflow |
Revokes the document from workflow.
| |
RevokeWorkflow(String) |
Revokes the document from workflow.
| |
SetStateToReleased |
Releases the document from the workflow.
| |
ToString | (Inherited from Object.) |