OfficeTask methods

The OfficeTask type exposes the following members.

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method AllowEnableModificationUpdateAllTasks Override this function to allow or disallow the UpdateAllTasks modificiation for this OfficeTask process
Protected method AllowEnableModificationUpdateReviewers Override this function to allow or disallow the UpdateReviewers modificiation for this OfficeTask process
Protected method AllowEnableWorkflowModificationCancelTaskProcess Override this function to allow or disallow the CancelTask modificiation for this OfficeTask process
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method AssignNextSetOfTasks
Protected method AssignNextSetOfTasksForCurrentStage Override this method to alter how new sets of tasks are assigned, stages are evaluated and update existing modifications
Protected method Cancel (Overrides Activity.Cancel(ActivityExecutionContext).)
Public method Clone (Inherited from Activity.)
Protected method CreateTaskAssignments
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Overrides CompositeActivity.Dispose(Boolean).)
Protected method EnableModificationUpdateReviewers
Public method Equals (Inherited from Object.)
Protected method Execute (Overrides Activity.Execute(ActivityExecutionContext).)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetActivityDetails Gets ActivityDetails XML for this OfficeTask process
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Protected method GetDynamicActivities (Inherited from CompositeActivity.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from CompositeActivity.)
Protected method Initialize (Inherited from CompositeActivity.)
Protected method InitializeProperties (Inherited from DependencyObject.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from Activity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from Activity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method IsChangeAllowed Override this function to manage if task changes should be rolled back or not Users who are allowed to change the task: 1) AssignedTo for the task, including if the original assigned to was a group, any user of the group. 2) Task process owner (TaskProcessOwner is the login name of the user/group) 3) Members of the site owners group, aka the group pointed to by SPWeb.AssociatedOwnersGroup 4) Site collection admins
Protected method IsTaskCompleted Override this method to control how a task determines its completion
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method MoveToNextStage Moves the OfficeTask on to the next stage of this OfficeTask process
Protected method OnActivityChangeAdd (Inherited from CompositeActivity.)
Protected method OnActivityChangeRemove (Inherited from CompositeActivity.)
Protected method OnActivityExecutionContextLoad (Inherited from CompositeActivity.)
Protected method OnActivityExecutionContextUnload (Inherited from CompositeActivity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnListChanged (Inherited from CompositeActivity.)
Protected method OnListChanging (Inherited from CompositeActivity.)
Protected method OnTaskCanceled Override this method to alter behavior when this OfficeTask process has one of its tasks canceled
Protected method OnWorkflowChangesCompleted (Inherited from CompositeActivity.)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Protected method ShouldDelete Override this method to bypass reliance on DeleteTasksOnComplete
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Protected method Uninitialize (Inherited from CompositeActivity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IActivityEventListener<QueueEventArgs>.OnEvent

Top

See also

Reference

OfficeTask class

Microsoft.Office.Workflow.Actions namespace