| Package | Description |
|---|---|
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.b2b.strategies.impl | |
| de.hybris.platform.cockpit.services.label.impl | |
| de.hybris.platform.platformbackoffice.widgets.workflow | |
| de.hybris.platform.print.tests | |
| de.hybris.platform.workflow | |
| de.hybris.platform.workflow.daos | |
| de.hybris.platform.workflow.daos.impl | |
| 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 WorkflowActionModel |
DefaultB2BWorkflowIntegrationService.getWorkAction(WorkflowActionTemplateModel templateAction,
Collection<WorkflowActionModel> workflowActions)
Deprecated.
Unused, will be removed in the next release
|
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionTemplateModel |
AbstractWorkflowTemplateStrategy.createWorkflowActionTemplateModel(String code,
String qualifier,
WorkflowActionType actionType,
UserModel user,
WorkflowTemplateModel workflowTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWorkflowTemplateStrategy.createLink(WorkflowActionTemplateModel fromAction,
WorkflowActionTemplateModel toAction,
String qualifier,
Boolean isAndConnection) |
protected void |
AbstractWorkflowTemplateStrategy.setConnectionBetweenActionAndDecision(WorkflowActionTemplateModel toAction,
Boolean isAndConnection,
WorkflowDecisionTemplateModel workflowDecisionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
WorkflowActionTemplateModelLabelProvider.getIconPath(WorkflowActionTemplateModel item) |
protected String |
WorkflowActionTemplateModelLabelProvider.getIconPath(WorkflowActionTemplateModel item,
String languageIso) |
protected String |
WorkflowActionTemplateModelLabelProvider.getItemDescription(WorkflowActionTemplateModel item) |
protected String |
WorkflowActionTemplateModelLabelProvider.getItemDescription(WorkflowActionTemplateModel item,
String languageIso) |
protected String |
WorkflowActionTemplateModelLabelProvider.getItemLabel(WorkflowActionTemplateModel item) |
protected String |
WorkflowActionTemplateModelLabelProvider.getItemLabel(WorkflowActionTemplateModel item,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionTemplateModel> |
CreateWorkflowForm.getWorkflowActionTemplates() |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionTemplateModel |
AbstractPrintServicelayerTest.createWorkflowActionTemplateModel(UserModel user,
String code,
WorkflowActionType actionType,
WorkflowTemplateModel workflow)
Creates new action template.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPrintServicelayerTest.createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate,
WorkflowActionTemplateModel toAction,
Boolean hasAndConnection) |
protected WorkflowDecisionTemplateModel |
AbstractPrintServicelayerTest.createWorkflowDecisionTemplate(String code,
WorkflowActionTemplateModel actionTemplate)
Creates new decision template.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionTemplateModel |
WorkflowTemplateService.getWorkflowActionTemplateForCode(String code)
Returns workflow action template for a given code
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
WorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template,
WorkflowModel workflow)
Creates workflow action based on template and attach it to workflow
|
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 |
|---|---|
List<WorkflowActionTemplateModel> |
WorkflowTemplateDao.findWorkflowActionTemplatesByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionTemplateModel> |
DefaultWorkflowTemplateDao.findWorkflowActionTemplatesByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionTemplateModel |
DefaultWorkflowTemplateService.getWorkflowActionTemplateForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
DefaultWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template,
WorkflowModel workflow) |
protected WorkflowActionModel |
DefaultWorkflowService.getWorkAction(WorkflowActionTemplateModel templateAction,
List<WorkflowActionModel> workflowActions) |
void |
DefaultWorkflowTemplateService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision,
WorkflowActionTemplateModel workflowAction) |
void |
DefaultWorkflowTemplateService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision,
WorkflowActionTemplateModel workflowAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowService.setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,List<WorkflowDecisionModel>> decisionsFromActionTemplate) |
void |
DefaultWorkflowService.setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowActionTemplateModel |
WorkflowCompatibleTest.createWorkflowActionTemplate(UserModel user,
String code,
WorkflowTemplateModel workflow)
Creates new action template.
|
protected WorkflowActionTemplateModel |
WorkflowTest.createWorkflowActionTemplateModel(UserModel user,
String code,
WorkflowActionType actionType,
WorkflowTemplateModel workflow)
Creates new action template.
|
protected WorkflowActionTemplateModel |
WorkflowTest.getActionTemplate(String code)
Gets the action template with given code from test workflow template.
|
protected WorkflowActionTemplateModel |
WorkflowCompatibleTest.getActionTemplate(String code)
Gets the action template with given code from test workflow template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowCompatibleTest.addToPredecessors(WorkflowActionTemplateModel source,
WorkflowActionTemplateModel target) |
protected void |
WorkflowTest.createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate,
WorkflowActionTemplateModel toAction,
Boolean hasAndConnection) |
protected WorkflowDecisionTemplateModel |
WorkflowTest.createWorkflowDecisionTemplate(String code,
WorkflowActionTemplateModel actionTemplate)
Creates new decision template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutomatedWorkflowActionTemplateModel
Generated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionTemplateModel |
WorkflowDecisionTemplateModel.getActionTemplate()
Generated method - Getter of the
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow. |
WorkflowActionTemplateModel |
WorkflowActionModel.getTemplate()
Generated method - Getter of the
WorkflowAction.template attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionTemplateModel> |
WorkflowTemplateModel.getActions()
Generated method - Getter of the
WorkflowTemplate.actions attribute defined at extension workflow. |
Collection<WorkflowActionTemplateModel> |
WorkflowDecisionTemplateModel.getToTemplateActions()
Generated method - Getter of the
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionTemplateModel.setActionTemplate(WorkflowActionTemplateModel value)
Generated method - Setter of
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow. |
void |
WorkflowActionModel.setTemplate(WorkflowActionTemplateModel value)
Generated method - Initial setter of
WorkflowAction.template attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTemplateModel.setActions(List<WorkflowActionTemplateModel> value)
Generated method - Setter of
WorkflowTemplate.actions attribute defined at extension workflow. |
void |
WorkflowDecisionTemplateModel.setToTemplateActions(Collection<WorkflowActionTemplateModel> value)
Generated method - Setter of
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow. |
| Constructor and Description |
|---|
WorkflowActionModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowActionTemplateModel _template,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowActionTemplateModel _template,
WorkflowModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionTemplateModel |
WorkflowActionTemplateResource.getWorkflowActionTemplateModel()
Convenience method which just delegates to
#getResourceValue() |
protected WorkflowActionTemplateModel |
WorkflowActionTemplateResource.readResource(String resourceId)
Gets the
WorkflowActionTemplateModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionTemplateModel> |
WorkflowActionTemplatesResource.getWorkflowActionTemplatesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionTemplateResource.setWorkflowActionTemplateModel(WorkflowActionTemplateModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowActionTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionTemplatesResource.setWorkflowActionTemplatesCollection(Collection<WorkflowActionTemplateModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDecisionModel> |
DecisionsFromActionTemplateFactory.create(WorkflowModel root,
WorkflowActionTemplateModel templateAction) |
List<AbstractWorkflowActionModel> |
ActionPredecessorsFromActionTemplateFactory.create(WorkflowModel root,
WorkflowActionTemplateModel templateAction) |
protected WorkflowActionModel |
AbstractWorkflowFactory.getWorkAction(WorkflowActionTemplateModel templateAction,
List<WorkflowActionModel> workflowActions) |
Copyright © 2017 SAP SE. All Rights Reserved.