Uses of Interface
de.hybris.bootstrap.util.RequirementHolder
Packages that use RequirementHolder
-
Uses of RequirementHolder in de.hybris.bootstrap.util
Methods in de.hybris.bootstrap.util with type parameters of type RequirementHolderModifier and TypeMethodDescriptionstatic <T extends RequirementHolder>
List<T>RequirementSolver.solve(Collection<T> elements) Sorts the given list of requirements in a manner that honors the given relationships.Methods in de.hybris.bootstrap.util that return types with arguments of type RequirementHolderModifier and TypeMethodDescriptionSet<? 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..Method parameters in de.hybris.bootstrap.util with type arguments of type RequirementHolderModifier and TypeMethodDescriptionstatic 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.. -
Uses of RequirementHolder in de.hybris.platform.workflow.jalo
Classes in de.hybris.platform.workflow.jalo that implement RequirementHolderModifier and TypeClassDescriptionclassclassGenerated class for typeAutomatedWorkflowActionTemplate.classDeprecated.Methods in de.hybris.platform.workflow.jalo that return types with arguments of type RequirementHolderModifier and TypeMethodDescriptionSet<? extends RequirementHolder>WorkflowActionTemplate.getRequirements()Deprecated.
WorkflowActionTemplateModel