Uses of Class
org.hippoecm.frontend.model.JcrNodeModel
Package
Description
-
Uses of JcrNodeModel in org.hippoecm.frontend.editor.workflow.model
ModifierConstructorDescriptionReferringDocumentsProvider
(JcrNodeModel nodeModel) ReferringDocumentsProvider
(JcrNodeModel nodeModel, boolean retrieveUnpublished) -
Uses of JcrNodeModel in org.hippoecm.frontend.model
Modifier and TypeMethodDescriptionJcrNodeModel.getParentModel()
Retrieve a JcrNodeModel for the parent node.Modifier and TypeMethodDescriptionChildNodeProvider.getFieldElement
(JcrNodeModel model) void
ChildNodeProvider.moveToBottom
(JcrNodeModel model) void
ChildNodeProvider.moveToTop
(JcrNodeModel model) void
ChildNodeProvider.moveUp
(JcrNodeModel model) void
ChildNodeProvider.remove
(JcrNodeModel model) ModifierConstructorDescriptionChildNodeProvider
(IFieldDescriptor descriptor, JcrNodeModel prototype, JcrItemModel<Node> itemModel) NodeModelWrapper
(JcrNodeModel nodeModel) -
Uses of JcrNodeModel in org.hippoecm.frontend.model.event
ModifierConstructorDescriptionJcrFrontendListener
(IObservationContext<JcrNodeModel> obContext, JcrNodeModel nodeModel) ModifierConstructorDescriptionJcrEventListener
(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
ModifierConstructorDescriptionJcrList
(JcrNodeModel nodeModel, String name) JcrMap
(JcrNodeModel node) -
Uses of JcrNodeModel in org.hippoecm.frontend.model.ocm
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.properties
-
Uses of JcrNodeModel in org.hippoecm.frontend.model.tree
Modifier and TypeMethodDescriptionprotected JcrTreeNode
JcrTreeNode.createChildJcrTreeNode
(JcrNodeModel childNodeModel) Creates child tree node.IJcrTreeModel.lookup
(JcrNodeModel model) JcrTreeModel.lookup
(JcrNodeModel model) ObservableTreeModel.lookup
(JcrNodeModel nodeModel) -
Uses of JcrNodeModel in org.hippoecm.frontend.plugin.config.impl
ModifierConstructorDescriptionJcrClusterConfig
(JcrNodeModel nodeModel) JcrConfigServiceFactory
(JcrNodeModel model, String defaultKey) JcrPluginConfig
(JcrNodeModel nodeModel) -
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.gallery
ModifierConstructorDescriptionImageContainer
(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
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.browse
Modifier and TypeMethodDescriptionvoid
AbstractBrowseView.browse
(JcrNodeModel model) protected void
BreadcrumbPlugin.update
(JcrNodeModel model) Deprecated.ModifierConstructorDescriptionprotected
AbstractBrowseView
(IPluginContext context, IPluginConfig config, JcrNodeModel document) BrowseService
(IPluginContext context, IPluginConfig config, JcrNodeModel document) protected
BrowseView
(IPluginContext context, IPluginConfig config, JcrNodeModel document) -
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.list.comparators
Modifier and TypeMethodDescriptionint
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
ModifierConstructorDescriptionStateIconAttributes
(JcrNodeModel nodeModel) TypeStateAttributes
(JcrNodeModel nodeModel) -
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.sort
-
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.tree
Modifier and TypeMethodDescriptionprotected JcrTreeNode
FolderTreeNode.createChildJcrTreeNode
(JcrNodeModel childNodeModel) Creates child tree node.ModifierConstructorDescriptionFolderTreeNode
(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
ModifierConstructorDescriptionImageNodeDragBehavior
(DragSettings settings, JcrNodeModel nodeModel) NodeDragBehavior
(DragSettings settings, JcrNodeModel nodeModel) -
Uses of JcrNodeModel in org.hippoecm.frontend.validation
Modifier and TypeMethodDescriptionICmsValidator.validate
(IFieldValidator fieldValidator, JcrNodeModel model, org.apache.wicket.model.IModel childModel)