AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType  MembersKentico 8.1 API Reference
The AbstractWorkflowManager InfoType, StateInfoType, ActionEnumType  type exposes the following members.
Constructors

  NameDescription
Protected methodAbstractWorkflowManager InfoType, StateInfoType, ActionEnumType 
Back to Top
Methods

  NameDescription
Protected methodCreateActionArgumentsInternal
Creates action arguments.
Protected methodCreateActionsExecutorInternal
Creates action executor with prefilled parameters.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodEvaluateSourcePointsInternal
Evaluates source points with given macro resolver
Public methodEvaluateTransitions(WorkflowStepInfo, UserInfo, Int32, MacroResolver)
Evaluates list of existing transitions for given workflow step and returns either one best match or multiple transitions matched
Public methodEvaluateTransitions(WorkflowStepInfo, UserInfo, Int32, MacroResolver, WorkflowTransitionTypeEnum)
Evaluates list of existing transitions for given workflow step and returns either one best match or multiple transitions matched
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodGetActionStatusInternal
Gets action status
Protected methodGetBasicResolverInternal
Gets basic resolver for evaluation of transitions and source points
Public methodGetEmailResolver
Get resolver for e-mail sending.
Protected methodGetEvalResolverInternal
Gets resolver for evaluation of transitions and source points
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetNextStepInfoInternal
Returns list of next steps for given object.
Protected methodGetPreviousStepInfoInternal
Returns previous step information for given node.
Protected methodGetPreviousStepsInternal
Returns list of previous steps for current workflow cycle
Protected methodGetStepInboundTransitionsInternal
Gets transitions leading into given step
Public methodGetStepTransitions(WorkflowStepInfo)
Gets all workflow step transitions
Public methodGetStepTransitions(WorkflowStepInfo, WorkflowTransitionTypeEnum)
Gets workflow step transitions
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodHandleStepInternal
Handles step additional actions
Protected methodHandleStepTimeoutInternal
Handles step timeout
Protected methodChangeManagerType OriginalType 
Changes the default manager type to the given type
(Inherited from AbstractManager.)
Public methodChangeManagerTypeTo
Changes the manager type to the given type
(Inherited from AbstractManager.)
Protected methodLogHopsReachedWarningInternal
Logs warning about maximum hops reached
Public methodLogMessage
Logs custom message to event log.
Protected methodLogMessageInternal
Logs message to the event log
Protected methodLogMissingConnectionWarningInternal
Logs warning about missing connection
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodMoveStepInternal
Moves the specified object to the first step without automatic transition in the workflow and returns the final step.
Protected methodMoveToSpecificStepInternal
Moves the specified object to the specified step in the workflow and returns workflow step.
Protected methodMoveToStepInternal
Moves the specified object to the specified step in the workflow and returns the step.
Protected methodProcessActionInternal
Processes action connected to given step.
Public methodProcessActions
Processes all actions in scope.
Protected methodProcessActionsInternal
Processes all actions in scope.
Public methodSendWorkflowEmails
Sends the workflow e-mails to given recipients.
Protected methodSendWorkflowEmailsInternal
Sends the workflow e-mails to given recipients.
Protected methodSetActionStatusInternal
Sets action status
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyApplicationUrl
Application URL for macro resolver
Protected propertyCurrentHops
Number of currently processed hops
Public propertyEventLogSource
Event log source name.
Public propertyCheckPermissions
Indicates if step permissions should be checked when the step is moved.
Public propertyMacroResolver
Macro resolver instance.
Public propertySendEmails
Indicates if notification e-mails should be sent
Public propertyStatic memberSendEmailToModerator
Returns whether the e-mails should be sent to the current moderator (reflects the CMSWorkflowSendEmailToModerator web.config settings).
Back to Top
See Also