| Package | Description |
|---|---|
| de.hybris.platform.b2b.strategies.impl | |
| de.hybris.platform.print.tests | |
| de.hybris.platform.workflow | |
| de.hybris.platform.workflow.impl | |
| de.hybris.platform.workflow.integration | |
| de.hybris.platform.workflow.model |
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
|
| de.hybris.platform.workflow.resource | |
| de.hybris.platform.workflow.services.internal.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWorkflowTemplateStrategy.setConnectionBetweenActionAndDecision(WorkflowActionTemplateModel toAction,
Boolean isAndConnection,
WorkflowDecisionTemplateModel workflowDecisionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionTemplateModel |
AbstractPrintServicelayerTest.createWorkflowDecisionTemplate(String code,
WorkflowActionTemplateModel actionTemplate)
Creates new decision template.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPrintServicelayerTest.createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate,
WorkflowActionTemplateModel toAction,
Boolean hasAndConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTemplateService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision,
WorkflowActionTemplateModel workflowAction)
Sets "andconnection" attribute for links.
|
void |
WorkflowTemplateService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision,
WorkflowActionTemplateModel workflowAction)
Sets "orconnection" attribute for links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowTemplateService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision,
WorkflowActionTemplateModel workflowAction) |
void |
DefaultWorkflowTemplateService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision,
WorkflowActionTemplateModel workflowAction) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionTemplateModel |
WorkflowTest.createWorkflowDecisionTemplate(String code,
WorkflowActionTemplateModel actionTemplate)
Creates new decision template.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkflowTest.createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate,
WorkflowActionTemplateModel toAction,
Boolean hasAndConnection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowDecisionTemplateModel> |
WorkflowActionTemplateModel.getDecisionTemplates()
Generated method - Getter of the
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
Collection<WorkflowDecisionTemplateModel> |
WorkflowActionTemplateModel.getIncomingTemplateDecisions()
Generated method - Getter of the
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionTemplateModel.setDecisionTemplates(Collection<WorkflowDecisionTemplateModel> value)
Generated method - Setter of
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
void |
WorkflowActionTemplateModel.setIncomingTemplateDecisions(Collection<WorkflowDecisionTemplateModel> value)
Generated method - Setter of
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplateResource.getWorkflowDecisionTemplateModel()
Convenience method which just delegates to
#getResourceValue() |
protected WorkflowDecisionTemplateModel |
WorkflowDecisionTemplateResource.readResource(String resourceId)
Gets the
WorkflowDecisionTemplateModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowDecisionTemplateModel> |
WorkflowDecisionTemplatesResource.getWorkflowDecisionTemplatesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionTemplateResource.setWorkflowDecisionTemplateModel(WorkflowDecisionTemplateModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowDecisionTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionTemplatesResource.setWorkflowDecisionTemplatesCollection(Collection<WorkflowDecisionTemplateModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
DecisionFromDecisionTemplateFactory.create(WorkflowModel root,
WorkflowDecisionTemplateModel workflowDecisionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionsFromActionTemplateFactory.setDecisionFactory(WorkflowFactory<WorkflowModel,WorkflowDecisionTemplateModel,WorkflowDecisionModel> converter) |
Copyright © 2017 SAP SE. All Rights Reserved.