BCDocumentWorkflow Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCDocumentWorkflow type exposes the following members.
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.
|
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.) |