BCDocumentWorkflowExtender Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Client
The BCDocumentWorkflowExtender type exposes the following members.
Name | Description | |
---|---|---|
![]() | BCDocumentWorkflowExtender(BCDocument) |
Initializes a new instance of the BCDocumentWorkflowExtender class.
|
![]() | BCDocumentWorkflowExtender(BCDocument, BCServiceProvider) |
Initializes a new instance of the BCDocumentWorkflowExtender class.
|
![]() | BCDocumentWorkflowExtender(BCDocument, BCServiceProvider, IWin32Window) |
Initializes a new instance of the BCDocumentWorkflowExtender class.
|
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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Document |
Gets the document under management.
|
![]() | IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) |
![]() | Options |
Gets or sets options of project copy management.
|
![]() | UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |