| Package | Description |
|---|---|
| com.hybris.backoffice.workflow | |
| com.hybris.backoffice.workflow.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowTemplateActivationCtx> |
WorkflowTemplateActivationService.prepareWorkflowTemplateActivationContexts(java.util.Map<? extends ItemModel,WorkflowTemplateActivationAction> items,
Context invocationCtx)
Prepares
WorkflowTemplateActivationCtx for every item in given items list. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTemplateActivationService.activateWorkflowTemplates(java.util.Collection<WorkflowTemplateActivationCtx> activationCtxList)
For every given activation ctx, seeks
WorkflowTemplateModel with
activation script and runs the script which activation ctx. |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowTemplateActivationCtx |
DefaultWorkflowTemplateActivationService.prepareContextForCreate(ItemModel item,
DataType dataType,
Context invocationCtx) |
protected WorkflowTemplateActivationCtx |
DefaultWorkflowTemplateActivationService.prepareContextForRemove(ItemModel item,
DataType dataType,
Context invocationCtx) |
protected WorkflowTemplateActivationCtx |
DefaultWorkflowTemplateActivationService.prepareContextForSave(ItemModel item,
DataType dataType,
Context invocationCtx) |
protected WorkflowTemplateActivationCtx |
DefaultWorkflowTemplateActivationService.prepareWorkflowTemplateActivationCtx(ItemModel item,
WorkflowTemplateActivationAction action,
Context invocationCtx) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowTemplateActivationCtx> |
DefaultWorkflowTemplateActivationService.prepareWorkflowTemplateActivationContexts(java.util.Map<? extends ItemModel,WorkflowTemplateActivationAction> items,
Context invocationCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowTemplateActivationService.activateWorkflowTemplates(java.util.Collection<WorkflowTemplateActivationCtx> activationCtxList) |
Copyright © 2018 SAP SE. All Rights Reserved.