| 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 String |
WorkflowLabelProvider.getIconPath(Workflow item)
Deprecated.
|
protected String |
WorkflowLabelProvider.getIconPath(Workflow item,
String languageIso)
Deprecated.
|
protected String |
WorkflowLabelProvider.getItemDescription(Workflow item)
Deprecated.
|
protected String |
WorkflowLabelProvider.getItemDescription(Workflow item,
String languageIso)
Deprecated.
|
protected String |
WorkflowLabelProvider.getItemLabel(Workflow item)
Deprecated.
|
protected String |
WorkflowLabelProvider.getItemLabel(Workflow item,
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 | Method and Description |
|---|---|
Workflow |
GeneratedPrintManager.getWorkflow(AbstractComment item)
Generated method - Getter of the
AbstractComment.workflow attribute. |
Workflow |
GeneratedPrintManager.getWorkflow(SessionContext ctx,
AbstractComment item)
Generated method - Getter of the
AbstractComment.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
Principal |
GeneratedPrintManager.getPrincipalAssigned(SessionContext ctx,
Workflow item)
Generated method - Getter of the
Workflow.principalAssigned attribute. |
Principal |
GeneratedPrintManager.getPrincipalAssigned(Workflow item)
Generated method - Getter of the
Workflow.principalAssigned attribute. |
void |
GeneratedPrintManager.setPrincipalAssigned(SessionContext ctx,
Workflow item,
Principal value)
Generated method - Setter of the
Workflow.principalAssigned attribute. |
void |
GeneratedPrintManager.setPrincipalAssigned(Workflow item,
Principal value)
Generated method - Setter of the
Workflow.principalAssigned attribute. |
void |
GeneratedPrintManager.setWorkflow(AbstractComment item,
Workflow value)
Generated method - Setter of the
AbstractComment.workflow attribute. |
void |
GeneratedPrintManager.setWorkflow(SessionContext ctx,
AbstractComment item,
Workflow value)
Generated method - Setter of the
AbstractComment.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
GeneratedCreateWorkflowWizard.getWorkflow()
Generated method - Getter of the
CreateWorkflowWizard.workflow attribute. |
abstract Workflow |
GeneratedCreateWorkflowWizard.getWorkflow(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.workflow attribute. |
Workflow |
CreateWorkflowWizard.getWorkflow(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
GeneratedCreateWorkflowWizard.setWorkflow(SessionContext ctx,
Workflow value)
Generated method - Setter of the
CreateWorkflowWizard.workflow attribute. |
void |
CreateWorkflowWizard.setWorkflow(SessionContext ctx,
Workflow value) |
protected void |
GeneratedCreateWorkflowWizard.setWorkflow(Workflow value)
Generated method - Setter of the
CreateWorkflowWizard.workflow attribute. |
| 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.
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(Map attributeValues) |
Workflow |
GeneratedWorkflowManager.createWorkflow(SessionContext ctx,
Map attributeValues) |
Workflow |
GeneratedWorkflowItemAttachment.getWorkflow()
Generated method - Getter of the
WorkflowItemAttachment.workflow attribute. |
Workflow |
GeneratedWorkflowAction.getWorkflow()
Generated method - Getter of the
WorkflowAction.workflow attribute. |
Workflow |
GeneratedWorkflowItemAttachment.getWorkflow(SessionContext ctx)
Generated method - Getter of the
WorkflowItemAttachment.workflow attribute. |
Workflow |
GeneratedWorkflowAction.getWorkflow(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Workflow> |
WorkflowManager.getWorkflowsByTemplate(WorkflowTemplate template)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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.
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 |
GeneratedWorkflowItemAttachment.setWorkflow(SessionContext ctx,
Workflow value)
Generated method - Setter of the
WorkflowItemAttachment.workflow attribute. |
protected void |
GeneratedWorkflowAction.setWorkflow(SessionContext ctx,
Workflow value)
Generated method - Setter of the
WorkflowAction.workflow attribute. |
protected void |
GeneratedWorkflowItemAttachment.setWorkflow(Workflow value)
Generated method - Setter of the
WorkflowItemAttachment.workflow attribute. |
protected void |
GeneratedWorkflowAction.setWorkflow(Workflow value)
Generated method - Setter of the
WorkflowAction.workflow attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.