The BCDocumentWorkflow type exposes the following members.
Methods
| 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(IEnumerable<(Of <<'(String>)>>)) |
Assigns workflow managers for the document.
| |
| AssignManagers(IEnumerable<(Of <<'(String>)>>), String) |
Assigns workflow managers for the document.
| |
| AssignToDoPersons(IEnumerable<(Of <<'(String>)>>)) |
Assigns workflow to-do persons for the document.
| |
| AssignToDoPersons(IEnumerable<(Of <<'(String>)>>), 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, IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>)) |
Executes a workflow transition.
| |
| ExpectedTransitionResult |
Returns an expected result of the specified transition.
| |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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 | Gets the Type of the current instance. (Inherited from Object.) | |
| InitState |
Initialize a new document to the given state.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (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, IEnumerable<(Of <<'(String>)>>)) |
Reroutes the document in workflow to a new state.
| |
| RerouteToState(BCWorkflowState, String, IEnumerable<(Of <<'(String>)>>), 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.) |
Properties
| Name | Description | |
|---|---|---|
| CanChangeTodoPerson |
Gets a value indicating whether a user is allowed to forward the document.
| |
| Comment |
Gets or sets the text message of a document log comment (the last added line).
| |
| Document |
Gets the document the workflow manages.
| |
| Log |
Gets the content of the document log.
| |
| Manager |
Gets or sets the user name of the current workflow manager.
| |
| Managers |
Gets the array of user names of the current managers.
| |
| PossibleNextStates |
Gets possible states to which a user can move the document.
| |
| Status |
Gets the current workflow state.
| |
| StatusText |
Gets the description of the current workflow state.
| |
| TodoAction |
Gets the description of the action associated with the current workflow state.
| |
| TodoPerson |
Gets or sets the user name of the current to-do person.
| |
| TodoPersons |
Gets the array of user names of the current to-do persons.
| |
| WorkflowDef |
Gets the current workflow definition of the document.
| |
| WorkflowState |
Gets the current workflow state of the document.
|