| Modifier and Type | Method and Description |
|---|---|
Workflow |
GeneratedB2BCommerceManager.getWorkflow(AbstractOrder item)
Generated method - Getter of the
AbstractOrder.workflow attribute. |
Workflow |
GeneratedB2BCommerceManager.getWorkflow(SessionContext ctx,
AbstractOrder item)
Generated method - Getter of the
AbstractOrder.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedB2BCommerceManager.setWorkflow(AbstractOrder item,
Workflow value)
Generated method - Setter of the
AbstractOrder.workflow attribute. |
void |
GeneratedB2BCommerceManager.setWorkflow(SessionContext ctx,
AbstractOrder item,
Workflow value)
Generated method - Setter of the
AbstractOrder.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
WorkflowLabelProvider.getIconPath(Workflow item)
Deprecated.
|
protected java.lang.String |
WorkflowLabelProvider.getIconPath(Workflow item,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
WorkflowLabelProvider.getItemDescription(Workflow item)
Deprecated.
|
protected java.lang.String |
WorkflowLabelProvider.getItemDescription(Workflow item,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
WorkflowLabelProvider.getItemLabel(Workflow item)
Deprecated.
|
protected java.lang.String |
WorkflowLabelProvider.getItemLabel(Workflow item,
java.lang.String languageIso)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
WorkflowService.createWorkflow(WorkflowTemplate template,
Item item)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
WorkflowServiceImpl.createWorkflow(WorkflowTemplate template,
Item item)
Deprecated.
Creates workflow out of given template and starts it.
|
| Modifier and Type | Field and Description |
|---|---|
protected Workflow |
WorkflowTest.testWorkflow
workflow instance created at each set up.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
WorkflowTemplate.createWorkflow()
Deprecated.
since ages - as of release 4.3, plase use
WorkflowService.createWorkflow(WorkflowTemplateModel,de.hybris.platform.core.model.user.UserModel)
Creates a new workflow instance using this template for getting attributes. |
Workflow |
GeneratedWorkflowManager.createWorkflow(java.util.Map attributeValues) |
Workflow |
GeneratedWorkflowManager.createWorkflow(SessionContext ctx,
java.util.Map attributeValues) |
Workflow |
GeneratedWorkflowAction.getWorkflow()
Generated method - Getter of the
WorkflowAction.workflow attribute. |
Workflow |
GeneratedWorkflowItemAttachment.getWorkflow()
Generated method - Getter of the
WorkflowItemAttachment.workflow attribute. |
Workflow |
GeneratedWorkflowAction.getWorkflow(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.workflow attribute. |
Workflow |
GeneratedWorkflowItemAttachment.getWorkflow(SessionContext ctx)
Generated method - Getter of the
WorkflowItemAttachment.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Workflow> |
WorkflowManager.getWorkflowsByTemplate(WorkflowTemplate template)
Deprecated.
since ages - as of release 4.3, please use
WorkflowService.getWorkflowsForTemplateAndUser(de.hybris.platform.workflow.model.WorkflowTemplateModel,de.hybris.platform.core.model.user.UserModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowAction> |
WorkflowTemplate.createActions(Workflow workflow)
Deprecated.
Creates new actions corresponding to the action templates set to this workflow template.
|
WorkflowAction |
WorkflowActionTemplate.createWorkflowAction(Workflow workflow)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.createWorkflowAction(de.hybris.platform.workflow.model.WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel)
Creates a new action instance using attributes of this action template. |
protected void |
GeneratedWorkflowAction.setWorkflow(SessionContext ctx,
Workflow value)
Generated method - Setter of the
WorkflowAction.workflow attribute. |
protected void |
GeneratedWorkflowItemAttachment.setWorkflow(SessionContext ctx,
Workflow value)
Generated method - Setter of the
WorkflowItemAttachment.workflow attribute. |
protected void |
GeneratedWorkflowAction.setWorkflow(Workflow value)
Generated method - Setter of the
WorkflowAction.workflow attribute. |
protected void |
GeneratedWorkflowItemAttachment.setWorkflow(Workflow value)
Generated method - Setter of the
WorkflowItemAttachment.workflow attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.