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.
| |
Equals | (Inherited from Object.) | |
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
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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