| Package | Description |
|---|---|
| com.hybris.backoffice.workflow | |
| de.hybris.platform.b2b.strategies.impl | |
| de.hybris.platform.warehousing.util.builder | |
| de.hybris.platform.warehousing.util.models | |
| 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 |
|---|---|
WorkflowItem |
WorkflowItemModelFactory.create(WorkflowDecisionTemplateModel decision)
Creates new
WorkflowItem from the WorkflowDecisionTemplateModel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWorkflowTemplateStrategy.setConnectionBetweenActionAndDecision(WorkflowActionTemplateModel toAction,
java.lang.Boolean isAndConnection,
WorkflowDecisionTemplateModel workflowDecisionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplateModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionTemplateModelBuilder |
WorkflowActionTemplateModelBuilder.withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions) |
AutomatedWorkflowActionTemplateModelBuilder |
AutomatedWorkflowActionTemplateModelBuilder.withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoDeleteCancellationEvents() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoDeleteStockLevels() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoPackingPickup() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoPackingShipping() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoPickup() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoReallocateConsignments() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.AutoShipping() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.Packing() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.Picking() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.Pickup() |
WorkflowDecisionTemplateModel |
WorkflowDecisionTemplates.Shipping() |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingDao<WorkflowDecisionTemplateModel> |
WorkflowDecisionTemplates.getWorkflowDecisionTemplateDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionTemplates.setWorkflowDecisionTemplateDao(WarehousingDao<WorkflowDecisionTemplateModel> workflowDecisionTemplateDao) |
| 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(java.lang.String code,
WorkflowActionTemplateModel actionTemplate)
Creates new decision template.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkflowTest.createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate,
WorkflowActionTemplateModel toAction,
java.lang.Boolean hasAndConnection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowDecisionTemplateModel> |
WorkflowActionTemplateModel.getDecisionTemplates()
Generated method - Getter of the
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
java.util.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(java.util.Collection<WorkflowDecisionTemplateModel> value)
Generated method - Setter of
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
void |
WorkflowActionTemplateModel.setIncomingTemplateDecisions(java.util.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
AbstractResource.getResourceValue() |
protected WorkflowDecisionTemplateModel |
WorkflowDecisionTemplateResource.readResource(java.lang.String resourceId)
Gets the
WorkflowDecisionTemplateModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowDecisionTemplateModel> |
WorkflowDecisionTemplatesResource.getWorkflowDecisionTemplatesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.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 © 2018 SAP SE. All Rights Reserved.