Uses of Class
org.hippoecm.frontend.model.JcrNodeModel
-
-
Uses of JcrNodeModel in org.hippoecm.frontend.editor.workflow.model
Constructors in org.hippoecm.frontend.editor.workflow.model with parameters of type JcrNodeModel Constructor Description ReferringDocumentsProvider(JcrNodeModel nodeModel)
ReferringDocumentsProvider(JcrNodeModel nodeModel, boolean retrieveUnpublished)
-
Uses of JcrNodeModel in org.hippoecm.frontend.model
Fields in org.hippoecm.frontend.model declared as JcrNodeModel Modifier and Type Field Description protected JcrNodeModel
NodeModelWrapper. nodeModel
Methods in org.hippoecm.frontend.model that return JcrNodeModel Modifier and Type Method Description JcrNodeModel
JcrNodeModel. getParentModel()
Retrieve a JcrNodeModel for the parent node.Methods in org.hippoecm.frontend.model with parameters of type JcrNodeModel Modifier and Type Method Description ModelPathElement
ChildNodeProvider. getFieldElement(JcrNodeModel model)
void
ChildNodeProvider. moveToBottom(JcrNodeModel model)
void
ChildNodeProvider. moveToTop(JcrNodeModel model)
void
ChildNodeProvider. moveUp(JcrNodeModel model)
void
ChildNodeProvider. remove(JcrNodeModel model)
Constructors in org.hippoecm.frontend.model with parameters of type JcrNodeModel Constructor Description ChildNodeProvider(IFieldDescriptor descriptor, JcrNodeModel prototype, JcrItemModel<Node> itemModel)
NodeModelWrapper(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.event
Methods in org.hippoecm.frontend.model.event that return JcrNodeModel Modifier and Type Method Description JcrNodeModel
JcrEvent. getSource()
Constructors in org.hippoecm.frontend.model.event with parameters of type JcrNodeModel Constructor Description JcrFrontendListener(IObservationContext<JcrNodeModel> obContext, JcrNodeModel nodeModel)
Constructor parameters in org.hippoecm.frontend.model.event with type arguments of type JcrNodeModel Constructor Description JcrEventListener(IObservationContext<JcrNodeModel> context, int eventTypes, String absPath, boolean isDeep, String[] uuid, String[] nodeTypeName)
JcrFrontendListener(IObservationContext<JcrNodeModel> obContext, JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.map
Constructors in org.hippoecm.frontend.model.map with parameters of type JcrNodeModel Constructor Description JcrList(JcrNodeModel nodeModel, String name)
JcrMap(JcrNodeModel node)
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.ocm
Methods in org.hippoecm.frontend.model.ocm that return JcrNodeModel Modifier and Type Method Description protected JcrNodeModel
JcrObject. getNodeModel()
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.properties
Constructors in org.hippoecm.frontend.model.properties with parameters of type JcrNodeModel Constructor Description JcrPropertiesProvider(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.tree
Methods in org.hippoecm.frontend.model.tree with parameters of type JcrNodeModel Modifier and Type Method Description protected JcrTreeNode
JcrTreeNode. createChildJcrTreeNode(JcrNodeModel childNodeModel)
Creates child tree node.TreePath
IJcrTreeModel. lookup(JcrNodeModel model)
TreePath
JcrTreeModel. lookup(JcrNodeModel model)
TreePath
ObservableTreeModel. lookup(JcrNodeModel nodeModel)
Constructors in org.hippoecm.frontend.model.tree with parameters of type JcrNodeModel Constructor Description JcrTreeNodeProvider(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugin.config.impl
Fields in org.hippoecm.frontend.plugin.config.impl declared as JcrNodeModel Modifier and Type Field Description protected JcrNodeModel
JcrPluginConfig. nodeModel
Methods in org.hippoecm.frontend.plugin.config.impl that return JcrNodeModel Modifier and Type Method Description JcrNodeModel
JcrPluginConfig. getNodeModel()
Constructors in org.hippoecm.frontend.plugin.config.impl with parameters of type JcrNodeModel Constructor Description JcrClusterConfig(JcrNodeModel nodeModel)
JcrConfigServiceFactory(JcrNodeModel model, String defaultKey)
JcrPluginConfig(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.gallery
Constructors in org.hippoecm.frontend.plugins.gallery with parameters of type JcrNodeModel Constructor Description ImageContainer(String wicketId, JcrNodeModel model, IPluginContext pluginContext, IPluginConfig pluginConfig)
ImageContainer(String wicketId, JcrNodeModel model, IPluginContext pluginContext, IPluginConfig pluginConfig, int maxAxisLength)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards
Methods in org.hippoecm.frontend.plugins.standards with parameters of type JcrNodeModel Modifier and Type Method Description boolean
NodeFilter. accept(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.browse
Methods in org.hippoecm.frontend.plugins.standards.browse that return JcrNodeModel Modifier and Type Method Description static JcrNodeModel
BrowserHelper. getParent(org.apache.wicket.model.IModel<Node> model)
Methods in org.hippoecm.frontend.plugins.standards.browse with parameters of type JcrNodeModel Modifier and Type Method Description void
AbstractBrowseView. browse(JcrNodeModel model)
protected void
BreadcrumbPlugin. update(JcrNodeModel model)
Deprecated.Constructors in org.hippoecm.frontend.plugins.standards.browse with parameters of type JcrNodeModel Constructor Description AbstractBrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
BrowseService(IPluginContext context, IPluginConfig config, JcrNodeModel document)
BrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.list.comparators
Methods in org.hippoecm.frontend.plugins.standards.list.comparators with parameters of type JcrNodeModel Modifier and Type Method Description int
NameComparator. compare(JcrNodeModel o1, JcrNodeModel o2)
abstract int
NodeComparator. compare(JcrNodeModel node1, JcrNodeModel node2)
int
NodeNameComparator. compare(JcrNodeModel node1, JcrNodeModel node2)
int
TypeComparator. compare(JcrNodeModel o1, JcrNodeModel o2)
protected Node
NodeComparator. getCanonicalNode(JcrNodeModel model)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.list.resolvers
Constructors in org.hippoecm.frontend.plugins.standards.list.resolvers with parameters of type JcrNodeModel Constructor Description StateIconAttributes(JcrNodeModel nodeModel)
TypeStateAttributes(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.sort
Methods in org.hippoecm.frontend.plugins.standards.sort with parameters of type JcrNodeModel Modifier and Type Method Description void
NodeSortAction. setModel(JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.tree
Methods in org.hippoecm.frontend.plugins.standards.tree with parameters of type JcrNodeModel Modifier and Type Method Description protected JcrTreeNode
FolderTreeNode. createChildJcrTreeNode(JcrNodeModel childNodeModel)
Creates child tree node.Constructors in org.hippoecm.frontend.plugins.standards.tree with parameters of type JcrNodeModel Constructor Description FolderTreeNode(JcrNodeModel model, DocumentListFilter config)
Constructs a folder tree node usingmodel
andconfig
.FolderTreeNode(JcrNodeModel model, DocumentListFilter config, Comparator<IJcrTreeNode> subfolderComparator)
Constructs a folder tree node usingmodel
,config
andsubfolderComparator
. -
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.yui.dragdrop
Constructors in org.hippoecm.frontend.plugins.yui.dragdrop with parameters of type JcrNodeModel Constructor Description ImageNodeDragBehavior(DragSettings settings, JcrNodeModel nodeModel)
NodeDragBehavior(DragSettings settings, JcrNodeModel nodeModel)
-
Uses of JcrNodeModel in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation with parameters of type JcrNodeModel Modifier and Type Method Description Set<Violation>
ICmsValidator. validate(IFieldValidator fieldValidator, JcrNodeModel model, org.apache.wicket.model.IModel childModel)
-