public abstract class AbstractCategoriesBuilder extends Object implements CategoriesBuilder
Modifier and Type | Field and Description |
---|---|
protected IPluginContext |
context |
protected javax.jcr.Node |
node |
protected String[] |
versionCategories |
protected String[] |
workflowCategories |
Constructor and Description |
---|
AbstractCategoriesBuilder() |
Modifier and Type | Method and Description |
---|---|
CategoriesBuilder |
context(IPluginContext context) |
protected boolean |
isFrozenNode(javax.jcr.Node node) |
protected boolean |
isHandle(javax.jcr.Node node) |
CategoriesBuilder |
node(javax.jcr.Node node) |
CategoriesBuilder |
versionCategories(String[] versionCategories) |
CategoriesBuilder |
workflowCategories(String[] workflowCategories) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
protected javax.jcr.Node node
protected String[] versionCategories
protected String[] workflowCategories
protected IPluginContext context
public CategoriesBuilder node(javax.jcr.Node node)
node
in interface CategoriesBuilder
public CategoriesBuilder versionCategories(String[] versionCategories)
versionCategories
in interface CategoriesBuilder
public CategoriesBuilder workflowCategories(String[] workflowCategories)
workflowCategories
in interface CategoriesBuilder
public CategoriesBuilder context(IPluginContext context)
context
in interface CategoriesBuilder
protected boolean isFrozenNode(javax.jcr.Node node)
protected boolean isHandle(javax.jcr.Node node)
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.