Uses of Class
com.hybris.backoffice.workflow.WorkflowTemplateActivationCtx
-
Packages that use WorkflowTemplateActivationCtx Package Description com.hybris.backoffice.workflow com.hybris.backoffice.workflow.impl -
-
Uses of WorkflowTemplateActivationCtx in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowTemplateActivationCtx Modifier and Type Method Description java.util.List<WorkflowTemplateActivationCtx>WorkflowTemplateActivationService. prepareWorkflowTemplateActivationContexts(java.util.Map<? extends ItemModel,WorkflowTemplateActivationAction> items, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)PreparesWorkflowTemplateActivationCtxfor every item in given items list.Method parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowTemplateActivationCtx Modifier and Type Method Description voidWorkflowTemplateActivationService. activateWorkflowTemplates(java.util.Collection<WorkflowTemplateActivationCtx> activationCtxList)For every given activation ctx, seeksWorkflowTemplateModelwith activation script and runs the script which activation ctx. -
Uses of WorkflowTemplateActivationCtx in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return WorkflowTemplateActivationCtx Modifier and Type Method Description protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareContextForCreate(ItemModel item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareContextForRemove(ItemModel item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareContextForSave(ItemModel item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareWorkflowTemplateActivationCtx(ItemModel item, WorkflowTemplateActivationAction action, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)Methods in com.hybris.backoffice.workflow.impl that return types with arguments of type WorkflowTemplateActivationCtx Modifier and Type Method Description java.util.List<WorkflowTemplateActivationCtx>DefaultWorkflowTemplateActivationService. prepareWorkflowTemplateActivationContexts(java.util.Map<? extends ItemModel,WorkflowTemplateActivationAction> items, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowTemplateActivationCtx Modifier and Type Method Description voidDefaultWorkflowTemplateActivationService. activateWorkflowTemplates(java.util.Collection<WorkflowTemplateActivationCtx> activationCtxList)
-