AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumType Class |
Namespace: CMS.WorkflowEngine
public abstract class AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType> : AbstractManager where InfoType : BaseInfo where StateInfoType : BaseInfo where ActionEnumType : struct, new(), IConvertible
The AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumType type exposes the following members.
Name | Description | |
---|---|---|
CreateActionArgumentsInternal |
Creates action arguments.
| |
CreateActionsExecutorInternal |
Creates action executor with prefilled parameters.
| |
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
| |
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
| |
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
| |
HandleStepInternal |
Handles step additional actions
| |
HandleStepTimeoutInternal |
Handles step timeout
| |
ChangeManagerTypeOriginalType |
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
| |
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
|
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.) |
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).
|