Class AfterRejectGenericWorkflowDecisionAction
java.lang.Object
de.hybris.platform.b2b.process.approval.actions.AbstractWorkflowAutomatedAction
de.hybris.platform.b2b.process.approval.actions.AfterRejectGenericWorkflowDecisionAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
- Direct Known Subclasses:
AfterMerchantRejectionWorkflowDecisionAction,AfterQuoteRejectionWorkflowDecisionAction
@Deprecated(since="4.4",
forRemoval=true)
public class AfterRejectGenericWorkflowDecisionAction
extends AbstractWorkflowAutomatedAction
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 functionality 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 TypeMethodDescriptionvoidperformAction(WorkflowAction action) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.b2b.process.approval.actions.AbstractWorkflowAutomatedAction
getEventService, getModelService, perform
-
Constructor Details
-
AfterRejectGenericWorkflowDecisionAction
public AfterRejectGenericWorkflowDecisionAction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
performAction
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
performActionin classAbstractWorkflowAutomatedAction
-