Class AbstractCategoriesService
java.lang.Object
org.hippoecm.frontend.service.categories.AbstractCategoriesService
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,CategoriesService
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getCategories
(Node node, IPluginContext context, String[] workflowCategories, String[] versionCategories) protected abstract CategoriesBuilder
-
Constructor Details
-
AbstractCategoriesService
public AbstractCategoriesService()
-
-
Method Details
-
getCategories
public String[] getCategories(Node node, IPluginContext context, String[] workflowCategories, String[] versionCategories) - Specified by:
getCategories
in interfaceCategoriesService
-
getCategoriesBuilder
-