BCDocumentWorkflowExtender Methods |
The BCDocumentWorkflowExtender type exposes the following members.
Name | Description | |
---|---|---|
AfterAssignToWorkArea |
Raises an event that the document has been assigned to a work area.
| |
AfterDiscard |
Raises an event that the document has been discarded from a work area.
| |
AfterRelease |
Raises an event that the document has been released from a work area.
| |
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.
| |
BeforeAssignToWorkArea |
Raises an event that the document is being assigned to a work area.
| |
BeforeDiscard |
Raises an event that the document is being discarded from a work area.
| |
BeforeRelease |
Raises an event that the document is being released from a work area.
| |
BeginDraftVersion |
Raises an event that a working copy (or Quick Change) for the document.
| |
BeginDraftVersion(String) |
Creates a working copy (or Quick Change) of the document.
| |
BeginDraftVersion(String, BCWorkList) |
Creates a working copy (or Quick Change) of the document.
| |
BeginDraftVersionWithRefs |
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
| |
BeginDraftVersionWithRefs(String) |
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
| |
BeginDraftVersionWithRefs(String, BCWorkList) |
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
| |
BeginDraftVersionWithRefs(String, BCWorkList, Int32) |
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
| |
ChangeManager |
Assigns workflow manager for the document.
| |
ChangeState |
Moves a document to another workflow state.
| |
ChangeToDoPerson |
Forwards a document to another user.
| |
CreateNewRevision |
Creates a new revision for the document.
| |
CreateNewRevision(String) |
Creates a new revision for the document.
| |
CreateWorkingCopy |
Creates a working copy (or Quick Change) of the document.
| |
CreateWorkingCopy(BCWorkList) |
Creates a working copy (or Quick Change) of the document.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
EndDraftVersion |
Ends the draft revision of the document.
| |
EndDraftVersion(String) |
Ends the draft revision of the document.
| |
EndDraftVersion(String, Boolean) |
Ends the draft revision of the document.
| |
EndDraftVersion(String, Boolean, Boolean) |
Ends the draft revision of the document.
| |
EndDraftVersionWithRefs |
Ends the draft revision of the document and outgoing referenced documents.
| |
EndDraftVersionWithRefs(String) |
Ends the draft revision of the document and outgoing referenced documents.
| |
EndDraftVersionWithRefs(String, Boolean) |
Ends the draft revision of the document and outgoing referenced documents.
| |
EndDraftVersionWithRefs(String, Boolean, Boolean) |
Ends the draft revision of the document and outgoing referenced documents.
| |
EndDraftVersionWithRefs(String, Boolean, Boolean, Int32) |
Ends the draft revision of the document and outgoing referenced documents.
| |
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.
| |
Finalize | (Inherited from Object.) | |
GetDefaultManagers |
Resolves workflow managers.
| |
GetDefaultTodoPersons(BCWorkflowState, String, String) |
Resolves workflow to-do persons for the specified workflow state.
| |
GetDefaultTodoPersons(BCWorkflowTransition, String, String) |
Resolves workflow to-do persons for the specified workflow transition.
| |
GetEquivalentTransition |
Returns an transition which is equivalent to the specified workflow transition.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.
| |
OnDispose |
The method is called on Dispose.
(Overrides DisposableObjectOnDispose.) | |
Reroute(BCWorkflowState) |
Reroutes the document in workflow to a new state.
| |
Reroute(BCWorkflowState, String) |
Reroutes the document in workflow to a new state.
| |
Reroute(BCWorkflowState, String, IEnumerableString) |
Reroutes the document in workflow to a new state.
| |
RestoreVersion |
Restores the specified revision.
| |
Revoke |
Revokes the document to the last released revision.
| |
RevokeWorkingCopy |
Ends the draft revision of the document and revokes its changes.
| |
RunTransitionWizard |
Shows wizards and raises events that occur when the specified workflow transition is executed.
| |
StartQuickChangeFor |
Creates a working copy (Quick Change) for the specified user.
| |
SubmitWorkingCopy |
Ends the draft revision of the document and commits its changes.
| |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |