Uses of Interface
de.hybris.platform.workflow.jobs.AutomatedWorkflowTemplateJob
-
-
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.b2b.process.approval.actions
Classes in de.hybris.platform.b2b.process.approval.actions that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classAfterApproveOrderWorkflowDecisionActionAction which handles business logic after an approve decision has been chosen by an approver of a b2b approval workflowclassAfterRejectOrderWorkflowDecisionActionAction which handles business logic after a reject decision has been chosen by an approver of a b2b approval workflowclassApproveDecisionAutomatedActionAction which handles business logic after an approve decision has been chosen by an approver of a b2b approval workflowclassB2BAbstractWorkflowAutomatedActionclassB2BAfterWorkflowActionclassRejectDecisionAutomatedActionAction which handles business logic after an approve decision has been chosen by an approver of a b2b approval workflow -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.cms2.workflow.actions
Classes in de.hybris.platform.cms2.workflow.actions that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classApprovePageAutomatedWorkflowActionSets the approval status to APPROVED for all pages in the workflow attachmentsclassRejectEditingAutomatedWorkflowActionFinds all active actions and sets them to pending state when "Revise Page" action is made active. -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.secureportaladdon.workflows.actions
Classes in de.hybris.platform.secureportaladdon.workflows.actions that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classAbstractAutomatedWorkflowTemplateJobAbstract class with basic functionalities to support automated workflow actionsclassRegistrationApprovedAutomatedWorkflowTemplateJobAction called when a registration request has been approvedclassRegistrationRejectedAutomatedWorkflowTemplateJobAction called when a registration request has been rejectedclassSendApprovedEmailAutomatedWorkflowTemplateJobAutomated action responsible for sending an email by launching a processclassSendEmailAutomatedWorkflowTemplateJob<PROCESS extends B2BRegistrationProcessModel>Automated action responsible for sending an email by launching a processclassSendEmailAutomatedWorkflowTemplateTestJob<PROCESS extends B2BRegistrationProcessModel>Automated action responsible for sending an email by launching a processclassSendRejectedEmailAutomatedWorkflowTemplateJobWorkflow action responsible for sending the "rejected" email -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.warehousing.asn.actions
Classes in de.hybris.platform.warehousing.asn.actions that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classDefaultTaskDeleteCancellationEventsOnAsnCancelActionAn automated Task to DeleteCancellationEventModelfor theStockLevelModel(s) from the cancelledAdvancedShippingNoticeModelclassDefaultTaskDeleteStockLevelsOnAsnCancelActionAn automated Task to DeleteStockLevelModelfrom the cancelledAdvancedShippingNoticeModelclassDefaultTaskReallocateConsignmentsOnAsnCancelActionDeprecated, for removal: This API element is subject to removal in a future version.since 18.11 - no replacement as this step of the workflow will be removed -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.warehousing.taskassignment.actions
Classes in de.hybris.platform.warehousing.taskassignment.actions that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classAbstractTaskAssignmentActionsAbstract class that have the common functionality of TaskConsignment actionsclassTaskAssignmentPackConsignmentActionSynchronizes the pack consignment action from the Task Assignment Workflow of an employee to the main process engine.classTaskAssignmentPickupConsignmentActionSynchronizes the pickup consignment action from the Task Assignment Workflow of an employee to the main process engine.classTaskAssignmentShipConsignmentActionSynchronizes the ship consignment action from the Task Assignment Workflow of an employee to the main process engine. -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.workflow.integration
Classes in de.hybris.platform.workflow.integration that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classWorkflowAutomatedActionclassWorkflowAutomatedTest.WorkflowAutomatedTestAction -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.workflow.jobs
Classes in de.hybris.platform.workflow.jobs that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description classWorkflowAutomatedAction -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.workflow.services.internal
Methods in de.hybris.platform.workflow.services.internal that return AutomatedWorkflowTemplateJob Modifier and Type Method Description AutomatedWorkflowTemplateJobAutomatedWorkflowTemplateRegistry. getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template)Gets the automated workflow template job for passed as parameter template. -
Uses of AutomatedWorkflowTemplateJob in de.hybris.platform.workflow.services.internal.impl
Classes in de.hybris.platform.workflow.services.internal.impl that implement AutomatedWorkflowTemplateJob Modifier and Type Class Description protected classDefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapperWrapper class for handling all jalo-based workflow templates.Methods in de.hybris.platform.workflow.services.internal.impl that return AutomatedWorkflowTemplateJob Modifier and Type Method Description AutomatedWorkflowTemplateJobDefaultAutomatedWorkflowTemplateRegistry. getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template)Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type AutomatedWorkflowTemplateJob Modifier and Type Method Description voidDefaultAutomatedWorkflowTemplateRegistry. setAutomatedWorkflows(java.util.Map<java.lang.String,AutomatedWorkflowTemplateJob> automatedWorkflows)
-