| Package | Description |
|---|---|
| de.hybris.bootstrap.util | |
| de.hybris.platform.workflow.jalo |
| Modifier and Type | Method and Description |
|---|---|
static <T extends RequirementHolder> |
RequirementSolver.solve(Collection<T> elements)
Sorts the given list of requirements in a manner that honors the given relationships.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends RequirementHolder> |
RequirementHolder.getRequirements() |
static List<List<? extends RequirementHolder>> |
RequirementSolver.solveParallel(Collection<? extends RequirementHolder> elements)
return a list of list's with tasks that contains either one RequirementHolder or multiple one's, if they can be
processed together at a time (which means they have no dependencies between each other) This can be used for
parallel computing..
|
| Modifier and Type | Method and Description |
|---|---|
static List<List<? extends RequirementHolder>> |
RequirementSolver.solveParallel(Collection<? extends RequirementHolder> elements)
return a list of list's with tasks that contains either one RequirementHolder or multiple one's, if they can be
processed together at a time (which means they have no dependencies between each other) This can be used for
parallel computing..
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutomatedWorkflowActionTemplate |
class |
GeneratedAutomatedWorkflowActionTemplate
Generated class for type
AutomatedWorkflowActionTemplate. |
class |
WorkflowActionTemplate
Deprecated.
as of release 4.3, please use
WorkflowActionTemplateModel
An action template used for creating new actions. |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends RequirementHolder> |
WorkflowActionTemplate.getRequirements()
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.