| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
WorkflowTemplateLabelProvider.getIconPath(WorkflowTemplate item)
Deprecated.
|
protected java.lang.String |
WorkflowTemplateLabelProvider.getIconPath(WorkflowTemplate item,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
WorkflowTemplateLabelProvider.getItemDescription(WorkflowTemplate item)
Deprecated.
|
protected java.lang.String |
WorkflowTemplateLabelProvider.getItemDescription(WorkflowTemplate item,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
WorkflowTemplateLabelProvider.getItemLabel(WorkflowTemplate item)
Deprecated.
|
protected java.lang.String |
WorkflowTemplateLabelProvider.getItemLabel(WorkflowTemplate item,
java.lang.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 | Field and Description |
|---|---|
protected WorkflowTemplate |
WorkflowTest.testTemplate
Template instance created at each set up.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTemplate |
GeneratedWorkflowManager.createWorkflowTemplate(java.util.Map attributeValues) |
WorkflowTemplate |
GeneratedWorkflowManager.createWorkflowTemplate(SessionContext ctx,
java.util.Map attributeValues) |
protected WorkflowTemplate |
WorkflowTest.createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.
|
protected WorkflowTemplate |
WorkflowCompatibleTest.createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.
|
protected WorkflowTemplate |
WorkflowIterationTest.createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.
|
protected WorkflowTemplate |
WorkflowAutomatedTest.createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.
|
protected WorkflowTemplate |
WorkflowTest.createWorkflowTemplate(User owner,
java.lang.String code,
java.lang.String desc)
Creates new workflow template using given user, code, and description.
|
protected WorkflowTemplate |
WorkflowCompatibleTest.createWorkflowTemplate(User owner,
java.lang.String code,
java.lang.String desc)
Creates new workflow template using given user, code, and description.
|
protected WorkflowTemplate |
WorkflowTest.createWorkflowTemplate(User owner,
java.lang.String code,
java.lang.String desc,
java.lang.String activationScript)
Creates new workflow template using given user, code, description and activation script.
|
WorkflowTemplate |
GeneratedWorkflowDecisionTemplate.getParentWorkflowTemplate()
Generated method - Getter of the
WorkflowDecisionTemplate.parentWorkflowTemplate attribute. |
abstract WorkflowTemplate |
GeneratedWorkflowDecisionTemplate.getParentWorkflowTemplate(SessionContext ctx)
Generated method - Getter of the
WorkflowDecisionTemplate.parentWorkflowTemplate attribute. |
WorkflowTemplate |
WorkflowDecisionTemplate.getParentWorkflowTemplate(SessionContext ctx)
Deprecated.
|
WorkflowTemplate |
GeneratedWorkflowActionTemplate.getWorkflow()
Generated method - Getter of the
WorkflowActionTemplate.workflow attribute. |
WorkflowTemplate |
GeneratedWorkflowActionTemplate.getWorkflow(SessionContext ctx)
Generated method - Getter of the
WorkflowActionTemplate.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowTemplate> |
WorkflowManager.getAllWorkflowTemplates()
Deprecated.
since ages - as of release 4.3, please use
WorkflowTemplateService.getAllWorkflowTemplates() |
java.util.Collection<WorkflowTemplate> |
GeneratedWorkflowManager.getVisibleTemplates(Principal item)
Generated method - Getter of the
Principal.visibleTemplates attribute. |
java.util.Collection<WorkflowTemplate> |
GeneratedWorkflowManager.getVisibleTemplates(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.visibleTemplates attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowManager.addToVisibleTemplates(Principal item,
WorkflowTemplate value)
Generated method - Adds
value to visibleTemplates. |
void |
GeneratedWorkflowManager.addToVisibleTemplates(SessionContext ctx,
Principal item,
WorkflowTemplate value)
Generated method - Adds
value to visibleTemplates. |
protected AutomatedWorkflowActionTemplate |
WorkflowTest.createAutomatedWorkflowActionTemplate(User user,
java.lang.String code,
EnumerationValue actionType,
WorkflowTemplate workflow,
java.lang.Class jobClass)
Creates new automated action template.
|
protected WorkflowActionTemplate |
WorkflowTest.createWorkflowActionTemplate(User user,
java.lang.String code,
EnumerationValue actionType,
WorkflowTemplate workflow)
Creates new action template.
|
protected WorkflowActionTemplate |
WorkflowCompatibleTest.createWorkflowActionTemplate(User user,
java.lang.String code,
WorkflowTemplate workflow)
Creates new action template.
|
java.util.List<Workflow> |
WorkflowManager.getWorkflowsByTemplate(WorkflowTemplate template)
Deprecated.
since ages - as of release 4.3, please use
WorkflowService.getWorkflowsForTemplateAndUser(de.hybris.platform.workflow.model.WorkflowTemplateModel,de.hybris.platform.core.model.user.UserModel) |
void |
GeneratedWorkflowManager.removeFromVisibleTemplates(Principal item,
WorkflowTemplate value)
Generated method - Removes
value from visibleTemplates. |
void |
GeneratedWorkflowManager.removeFromVisibleTemplates(SessionContext ctx,
Principal item,
WorkflowTemplate value)
Generated method - Removes
value from visibleTemplates. |
protected void |
GeneratedWorkflowActionTemplate.setWorkflow(SessionContext ctx,
WorkflowTemplate value)
Generated method - Setter of the
WorkflowActionTemplate.workflow attribute. |
protected void |
GeneratedWorkflowActionTemplate.setWorkflow(WorkflowTemplate value)
Generated method - Setter of the
WorkflowActionTemplate.workflow attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowManager.setVisibleTemplates(Principal item,
java.util.Collection<WorkflowTemplate> value)
Generated method - Setter of the
Principal.visibleTemplates attribute. |
void |
GeneratedWorkflowManager.setVisibleTemplates(SessionContext ctx,
Principal item,
java.util.Collection<WorkflowTemplate> value)
Generated method - Setter of the
Principal.visibleTemplates attribute. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WorkflowUtils.hasCycle(WorkflowTemplate template) |
Copyright © 2018 SAP SE. All Rights Reserved.