| Package | Description |
|---|---|
| de.hybris.platform.workflow.daos | |
| de.hybris.platform.workflow.daos.impl | |
| de.hybris.platform.workflow.impl | |
| de.hybris.platform.workflow.model |
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
|
| de.hybris.platform.workflow.resource |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkModel> |
WorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action)
Searches for links by a given decision and action
|
Collection<LinkModel> |
WorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action)
Searches for links by a given decision and action
|
Collection<LinkModel> |
WorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
WorkflowTemplateDao.findWorkflowLinkTemplatesByDecision(AbstractWorkflowDecisionModel decision) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkModel> |
DefaultWorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
DefaultWorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
DefaultWorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
DefaultWorkflowTemplateDao.findWorkflowLinkTemplatesByDecision(AbstractWorkflowDecisionModel decision) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkModel> |
DefaultWorkflowProcessingService.getLinks(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowDecisionModel
Generated model class for type WorkflowDecision first defined at extension workflow.
|
class |
WorkflowDecisionTemplateModel
Generated model class for type WorkflowDecisionTemplate first defined at extension workflow.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractWorkflowDecisionModel |
AbstractWorkflowDecisionResource.getAbstractWorkflowDecisionModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractWorkflowDecisionModel |
AbstractWorkflowDecisionResource.readResource(String resourceId)
Gets the
AbstractWorkflowDecisionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractWorkflowDecisionModel> |
AbstractWorkflowDecisionsResource.getAbstractWorkflowDecisionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowDecisionResource.setAbstractWorkflowDecisionModel(AbstractWorkflowDecisionModel value)
Convenience method which just delegates to
#setResourceValue(AbstractWorkflowDecisionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowDecisionsResource.setAbstractWorkflowDecisionsCollection(Collection<AbstractWorkflowDecisionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.