Click or drag to resize
BCDocumentWorkflowExtender Methods

The BCDocumentWorkflowExtender type exposes the following members.

Methods
  NameDescription
Public methodAfterAssignToWorkArea
Raises an event that the document has been assigned to a work area.
Public methodAfterDiscard
Raises an event that the document has been discarded from a work area.
Public methodAfterRelease
Raises an event that the document has been released from a work area.
Public methodAssignManagers(IEnumerableString)
Assigns workflow managers for the document.
Public methodAssignManagers(IEnumerableString, String)
Assigns workflow managers for the document.
Public methodAssignToDoPersons(IEnumerableString)
Assigns workflow to-do persons for the document.
Public methodAssignToDoPersons(IEnumerableString, String)
Assigns workflow to-do persons for the document.
Public methodBeforeAssignToWorkArea
Raises an event that the document is being assigned to a work area.
Public methodBeforeDiscard
Raises an event that the document is being discarded from a work area.
Public methodBeforeRelease
Raises an event that the document is being released from a work area.
Public methodBeginDraftVersion
Raises an event that a working copy (or Quick Change) for the document.
Public methodBeginDraftVersion(String)
Creates a working copy (or Quick Change) of the document.
Public methodBeginDraftVersion(String, BCWorkList)
Creates a working copy (or Quick Change) of the document.
Public methodBeginDraftVersionWithRefs
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
Public methodBeginDraftVersionWithRefs(String)
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
Public methodBeginDraftVersionWithRefs(String, BCWorkList)
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
Public methodBeginDraftVersionWithRefs(String, BCWorkList, Int32)
Creates a working copy (or Quick Change) of the document and outgoing referenced documents.
Public methodChangeManager
Assigns workflow manager for the document.
Public methodChangeState
Moves a document to another workflow state.
Public methodChangeToDoPerson
Forwards a document to another user.
Public methodCreateNewRevision
Creates a new revision for the document.
Public methodCreateNewRevision(String)
Creates a new revision for the document.
Public methodCreateWorkingCopy
Creates a working copy (or Quick Change) of the document.
Public methodCreateWorkingCopy(BCWorkList)
Creates a working copy (or Quick Change) of the document.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEndDraftVersion
Ends the draft revision of the document.
Public methodEndDraftVersion(String)
Ends the draft revision of the document.
Public methodEndDraftVersion(String, Boolean)
Ends the draft revision of the document.
Public methodEndDraftVersion(String, Boolean, Boolean)
Ends the draft revision of the document.
Public methodEndDraftVersionWithRefs
Ends the draft revision of the document and outgoing referenced documents.
Public methodEndDraftVersionWithRefs(String)
Ends the draft revision of the document and outgoing referenced documents.
Public methodEndDraftVersionWithRefs(String, Boolean)
Ends the draft revision of the document and outgoing referenced documents.
Public methodEndDraftVersionWithRefs(String, Boolean, Boolean)
Ends the draft revision of the document and outgoing referenced documents.
Public methodEndDraftVersionWithRefs(String, Boolean, Boolean, Int32)
Ends the draft revision of the document and outgoing referenced documents.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteTransition(BCWorkflowTransition)
Executes a workflow transition.
Public methodExecuteTransition(BCWorkflowTransition, String)
Executes a workflow transition.
Public methodExecuteTransition(BCWorkflowTransition, String, IEnumerableString, IEnumerableString)
Executes a workflow transition.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultManagers
Resolves workflow managers.
Public methodGetDefaultTodoPersons(BCWorkflowState, String, String)
Resolves workflow to-do persons for the specified workflow state.
Public methodGetDefaultTodoPersons(BCWorkflowTransition, String, String)
Resolves workflow to-do persons for the specified workflow transition.
Public methodGetEquivalentTransition
Returns an transition which is equivalent to the specified workflow transition.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMigrate(BCWorkflowDef)
Migrates the document to a new configurable workflow.
Public methodMigrate(BCWorkflowDef, BCWorkflowState)
Migrates the document to a new configurable workflow.
Public methodMigrate(BCWorkflowDef, BCWorkflowState, String)
Migrates the document to a new configurable workflow.
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodReroute(BCWorkflowState)
Reroutes the document in workflow to a new state.
Public methodReroute(BCWorkflowState, String)
Reroutes the document in workflow to a new state.
Public methodReroute(BCWorkflowState, String, IEnumerableString)
Reroutes the document in workflow to a new state.
Public methodRestoreVersion
Restores the specified revision.
Public methodRevoke
Revokes the document to the last released revision.
Public methodRevokeWorkingCopy
Ends the draft revision of the document and revokes its changes.
Public methodRunTransitionWizard
Shows wizards and raises events that occur when the specified workflow transition is executed.
Public methodStartQuickChangeFor
Creates a working copy (Quick Change) for the specified user.
Public methodSubmitWorkingCopy
Ends the draft revision of the document and commits its changes.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also