Class AbstractWorkflowAutomatedAction
java.lang.Object
de.hybris.platform.b2b.process.approval.actions.AbstractWorkflowAutomatedAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
- Direct Known Subclasses:
AfterApproveGenericWorkflowDecisionAction,AfterRejectGenericWorkflowDecisionAction
@Deprecated(since="4.4",
forRemoval=true)
public class AbstractWorkflowAutomatedAction
extends Object
implements AutomatedWorkflowTemplateJob
Deprecated, for removal: This API element is subject to removal in a future version.
Since 4.4. Will be migrated to service layer in version 4.5.
This automated action depends on Jalo functionlity and is currently required for workflows managed via HMC.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Since 5.0.Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.final WorkflowDecisionperform(WorkflowAction action) Deprecated, for removal: This API element is subject to removal in a future version.execution method for the automated workflow jobvoidperformAction(WorkflowAction action) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AbstractWorkflowAutomatedAction
public AbstractWorkflowAutomatedAction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
perform
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Specified by:
performin interfaceAutomatedWorkflowTemplateJob- Parameters:
action- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-
performAction
Deprecated, for removal: This API element is subject to removal in a future version. -
getModelService
Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0. -
getEventService
Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.
-