The AutomationManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
AutomationManager | Obsolete.
Constructor
| |
AutomationManager(UserInfo) |
Constructor - Creates automation manager.
|
Methods
Name | Description | |
---|---|---|
CreateActionArgumentsInternal |
Creates action arguments.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
CreateActionsExecutorInternal |
Creates action executor with prefilled parameters.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
Equals | (Inherited from Object.) | |
EvaluateSourcePointsInternal |
Evaluates source points with given macro resolver
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
EvaluateTransitions(WorkflowStepInfo, UserInfo, Int32, MacroResolver) |
Evaluates list of existing transitions for given workflow step and returns either one best match or multiple transitions matched
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
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
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetActionStatus |
Gets action state
(Inherited from AbstractAutomationManager InfoType .) | |
GetActionStatusInternal |
Gets action state
(Inherited from AbstractAutomationManager InfoType .) | |
GetBasicResolverInternal |
Gets basic resolver for evaluation of transitions and source points
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
GetEmailResolver |
Get resolver for e-mail sending.
(Inherited from AbstractAutomationManager InfoType .) | |
GetEmailResolverInternal |
Get resolver for e-mail sending.
(Inherited from AbstractAutomationManager InfoType .) | |
GetEvalResolverInternal |
Gets resolver for evaluation of transitions and source points
(Inherited from AbstractAutomationManager InfoType .) | |
GetFinishedStep |
Returns finished step for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetFinishedStepInternal |
Returns finished step for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetFirstStep |
Returns start step for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetFirstStepInternal |
Returns first step for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInstance |
Gets the instance of the manager.
| |
GetNextStepInfoInternal |
Returns list of next steps for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetNextSteps |
Returns list of next steps.
(Inherited from AbstractAutomationManager InfoType .) | |
GetObjectProcess |
Returns the process for the specified object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetObjectProcessInternal |
Returns the process for the specified object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetPreviousStepInfo |
Returns previous step information.
(Inherited from AbstractAutomationManager InfoType .) | |
GetPreviousStepInfoInternal |
Returns previous step information for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetPreviousSteps |
Returns list of previous steps for current process
(Inherited from AbstractAutomationManager InfoType .) | |
GetPreviousStepsInternal |
Returns list of previous steps for current cycle
(Inherited from AbstractAutomationManager InfoType .) | |
GetStepInboundTransitionsInternal |
Gets transitions leading into given step
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
GetStepInfo |
Gets step information for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetStepInfoInternal |
Gets step information for given object.
(Inherited from AbstractAutomationManager InfoType .) | |
GetStepTransitions(WorkflowStepInfo) |
Gets all workflow step transitions
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
GetStepTransitions(WorkflowStepInfo, WorkflowTransitionTypeEnum) |
Gets workflow step transitions
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUsersWhoCanMove(InfoType, AutomationStateInfo, SourcePoint) |
Returns list of users who can move object to the next step. Users who are approved due to generic roles are not included to the result.
(Inherited from AbstractAutomationManager InfoType .) | |
GetUsersWhoCanMove(InfoType, AutomationStateInfo, SourcePoint, Boolean, Boolean, Boolean) |
Returns list of all the users who can move object to the next step.
(Inherited from AbstractAutomationManager InfoType .) | |
GetUsersWhoCanMove(InfoType, AutomationStateInfo, SourcePoint, String, String, Int32, String) |
Returns list of users who can move object to the next step. Users who are approved due to generic roles are not included to the result.
(Inherited from AbstractAutomationManager InfoType .) | |
GetUsersWhoCanMove(InfoType, AutomationStateInfo, SourcePoint, Boolean, Boolean, Boolean, String, String, Int32, String) |
Returns list of all the users who can move object to the next step.
(Inherited from AbstractAutomationManager InfoType .) | |
GetUsersWhoCanMoveInternal(InfoType, AutomationStateInfo, SourcePoint, String, String, Int32, String) |
Returns list of users who can move object to the next step. Users who are approved due to generic roles are not included to the result.
(Inherited from AbstractAutomationManager InfoType .) | |
GetUsersWhoCanMoveInternal(InfoType, AutomationStateInfo, SourcePoint, Boolean, Boolean, Boolean, String, String, Int32, String) |
Returns list of all the users who can move object to the next step.
(Inherited from AbstractAutomationManager InfoType .) | |
HandleStepInternal |
Handles step additional actions
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
HandleStepTimeoutInternal |
Handles step timeout
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
ChangeManagerType OriginalType |
Changes the default manager type to the given type
(Inherited from AbstractManager.) | |
ChangeManagerTypeTo |
Changes the manager type to the given type
(Overrides AbstractManager ChangeManagerTypeTo(Type).) | |
CheckRecurrenceInternal |
Check automation process recurrence settings
(Inherited from AbstractAutomationManager InfoType .) | |
CheckStepPermissions |
Returns true if given user can move given object to the previous/next step.
(Inherited from AbstractAutomationManager InfoType .) | |
CheckStepPermissionsInternal |
Returns true if given user can move given object to previous/next step.
(Inherited from AbstractAutomationManager InfoType .) | |
LogHopsReachedWarningInternal |
Logs warning about maximum hops reached
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
LogMessage |
Logs custom message to event log.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
LogMessageInternal |
Logs message to the event log
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
LogMissingConnectionWarningInternal |
Logs warning about missing connection
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
LogProcessHistory |
Logs specified action in the object workflow history record.
(Inherited from AbstractAutomationManager InfoType .) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveStepInternal(InfoType, AutomationStateInfo, WorkflowStepInfo) |
Moves the specified object to the first step without automatic transition and returns the final step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveStepInternal(InfoType, StateInfoType, WorkflowStepInfo, UserInfo) |
Moves the specified object to the first step without automatic transition in the workflow and returns the final step.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
MoveToFinishedStep |
Moves object directly to finished step. (Finishes the process without going through all the steps.)
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToFinishedStepInternal |
Moves object directly to finished step. (Finishes the process without going through all the steps.)
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToFirstStep |
Moves the specified object to the first step and returns the step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToFirstStepInternal |
Moves the specified object to the first step and returns the step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToNextStep |
Moves the specified object to the next step and returns new step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToNextStepInternal |
Moves the specified object to the next step and returns new step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToPreviousStep(InfoType, AutomationStateInfo, String) |
Moves the specified object to the previous step and returns the step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToPreviousStep(InfoType, AutomationStateInfo, WorkflowStepInfo, String) |
Moves the specified object to the specified previous step and returns the step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToPreviousStepInternal |
Moves the specified object to the previous step and returns the new step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToSpecificNextStep |
Moves the specified object to the specified next step and returns workflow step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToSpecificStep |
Moves the specified object to the specified step and returns workflow step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToSpecificStepInternal |
Moves the specified object to the specified step and returns workflow step.
(Inherited from AbstractAutomationManager InfoType .) | |
MoveToStepInternal |
Moves the specified object to the specified step and returns the step.
(Inherited from AbstractAutomationManager InfoType .) | |
ProcessActionInternal |
Processes action connected to given step.
(Inherited from AbstractAutomationManager InfoType .) | |
ProcessActions |
Processes all actions in scope.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
ProcessActionsInternal |
Processes all actions in scope.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
RemoveProcess |
Removes process from given object.
(Inherited from AbstractAutomationManager InfoType .) | |
RemoveProcessInternal |
Removes process from given object.
(Inherited from AbstractAutomationManager InfoType .) | |
SendWorkflowEmails |
Sends the workflow e-mails to given recipients.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
SendWorkflowEmailsInternal |
Sends the workflow e-mails to given recipients.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
SetActionStatus |
Sets action state
(Inherited from AbstractAutomationManager InfoType .) | |
SetActionStatusInternal |
Sets action state
(Inherited from AbstractAutomationManager InfoType .) | |
StartProcess |
Starts process on given object.
(Inherited from AbstractAutomationManager InfoType .) | |
StartProcessInternal |
Starts process on given object.
(Inherited from AbstractAutomationManager InfoType .) | |
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
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
CurrentHops |
Number of currently processed hops
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
EventLogSource |
Event log source name.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
CheckPermissions |
Indicates if step permissions should be checked when the step is moved.
(Inherited from AbstractAutomationManager InfoType .) | |
MacroResolver |
Macro resolver instance.
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
SendEmails |
Indicates if notification e-mails should be sent
(Inherited from AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType .) | |
User |
User
(Inherited from AbstractAutomationManager InfoType .) |
See Also