The AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType |
Methods
| Name | Description | |
|---|---|---|
| CreateActionArgumentsInternal |
Creates action arguments.
| |
| CreateActionsExecutorInternal |
Creates action executor with prefilled parameters.
| |
| (Inherited from | ||
| EvaluateSourcePointsInternal |
Evaluates source points with given macro resolver
| |
| EvaluateTransitions(WorkflowStepInfo, UserInfo, Int32, MacroResolver) |
Evaluates list of existing transitions for given workflow step and returns either one best match or multiple transitions matched
| |
| EvaluateTransitions(WorkflowStepInfo, UserInfo, Int32, MacroResolver, WorkflowTransitionTypeEnum) |
Evaluates list of existing transitions for given workflow step and returns either one best match or multiple transitions matched
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetActionStatusInternal |
Gets action status
| |
| GetBasicResolverInternal |
Gets basic resolver for evaluation of transitions and source points
| |
| GetEmailResolver |
Get resolver for e-mail sending.
| |
| GetEvalResolverInternal |
Gets resolver for evaluation of transitions and source points
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNextStepInfoInternal |
Returns list of next steps for given object.
| |
| GetPreviousStepInfoInternal |
Returns previous step information for given node.
| |
| GetPreviousStepsInternal |
Returns list of previous steps for current workflow cycle
| |
| GetStepInboundTransitionsInternal |
Gets transitions leading into given step
| |
| GetStepTransitions(WorkflowStepInfo) |
Gets all workflow step transitions
| |
| GetStepTransitions(WorkflowStepInfo, WorkflowTransitionTypeEnum) |
Gets workflow step transitions
| |
Gets the (Inherited from | ||
| HandleStepInternal |
Handles step additional actions
| |
| HandleStepTimeoutInternal |
Handles step timeout
| |
| ChangeManagerType OriginalType |
Changes the default manager type to the given type
(Inherited from AbstractManager.) | |
| ChangeManagerTypeTo |
Changes the manager type to the given type
(Inherited from AbstractManager.) | |
| LogHopsReachedWarningInternal |
Logs warning about maximum hops reached
| |
| LogMessage |
Logs custom message to event log.
| |
| LogMessageInternal |
Logs message to the event log
| |
| LogMissingConnectionWarningInternal |
Logs warning about missing connection
| |
Creates a shallow copy of the current (Inherited from | ||
| MoveStepInternal |
Moves the specified object to the first step without automatic transition in the workflow and returns the final step.
| |
| MoveToSpecificStepInternal |
Moves the specified object to the specified step in the workflow and returns workflow step.
| |
| MoveToStepInternal |
Moves the specified object to the specified step in the workflow and returns the step.
| |
| ProcessActionInternal |
Processes action connected to given step.
| |
| ProcessActions |
Processes all actions in scope.
| |
| ProcessActionsInternal |
Processes all actions in scope.
| |
| SendWorkflowEmails |
Sends the workflow e-mails to given recipients.
| |
| SendWorkflowEmailsInternal |
Sends the workflow e-mails to given recipients.
| |
| SetActionStatusInternal |
Sets action status
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationUrl |
Application URL for macro resolver
| |
| CurrentHops |
Number of currently processed hops
| |
| EventLogSource |
Event log source name.
| |
| CheckPermissions |
Indicates if step permissions should be checked when the step is moved.
| |
| MacroResolver |
Macro resolver instance.
| |
| SendEmails |
Indicates if notification e-mails should be sent
| |
| SendEmailToModerator |
Returns whether the e-mails should be sent to the current moderator (reflects the CMSWorkflowSendEmailToModerator web.config settings).
|
See Also