Class AbstractCategoriesService
- java.lang.Object
-
- org.hippoecm.frontend.service.categories.AbstractCategoriesService
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,CategoriesService
public abstract class AbstractCategoriesService extends Object implements CategoriesService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCategoriesService()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String[]
getCategories(Node node, IPluginContext context, String[] workflowCategories, String[] versionCategories)
protected abstract CategoriesBuilder
getCategoriesBuilder()
-
-
-
Method Detail
-
getCategories
public String[] getCategories(Node node, IPluginContext context, String[] workflowCategories, String[] versionCategories)
- Specified by:
getCategories
in interfaceCategoriesService
-
getCategoriesBuilder
protected abstract CategoriesBuilder getCategoriesBuilder()
-
-