Uses of Class
org.hippoecm.frontend.model.JcrNodeModel
Packages that use JcrNodeModel
Package
Description
-
Uses of JcrNodeModel in org.hippoecm.frontend.editor.workflow.dialog
Constructors in org.hippoecm.frontend.editor.workflow.dialog with parameters of type JcrNodeModelModifierConstructorDescriptionReferencesTabView
(String id, JcrNodeModel model, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog, ILocaleProvider localeProvider) -
Uses of JcrNodeModel in org.hippoecm.frontend.editor.workflow.model
Constructors in org.hippoecm.frontend.editor.workflow.model with parameters of type JcrNodeModelModifierConstructorDescriptionAbstractNodeReferenceDataProvider
(JcrNodeModel nodeModel, AbstractReferencesDataProvider.ReferenceType referenceType, String locale) AbstractReferencesDataProvider
(JcrNodeModel nodeModel, AbstractReferencesDataProvider.ReferenceType referenceType, String locale) ReferredDocumentsDataProvider
(JcrNodeModel nodeModel, String locale) ReferringDocumentsDataProvider
(JcrNodeModel nodeModel, String locale) ReferringDocumentsProvider
(JcrNodeModel nodeModel) ReferringDocumentsProvider
(JcrNodeModel nodeModel, boolean retrieveUnpublished) SiteReferencesDataProvider
(JcrNodeModel nodeModel, String locale) -
Uses of JcrNodeModel in org.hippoecm.frontend.model
Fields in org.hippoecm.frontend.model declared as JcrNodeModelMethods in org.hippoecm.frontend.model that return JcrNodeModelModifier and TypeMethodDescriptionJcrNodeModel.getParentModel()
Retrieve a JcrNodeModel for the parent node.Methods in org.hippoecm.frontend.model with parameters of type JcrNodeModelModifier 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) Constructors in org.hippoecm.frontend.model with parameters of type JcrNodeModelModifierConstructorDescriptionChildNodeProvider
(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 JcrNodeModelConstructors in org.hippoecm.frontend.model.event with parameters of type JcrNodeModelModifierConstructorDescriptionJcrFrontendListener
(IObservationContext<JcrNodeModel> obContext, JcrNodeModel nodeModel) Constructor parameters in org.hippoecm.frontend.model.event with type arguments of type JcrNodeModelModifierConstructorDescriptionJcrEventListener
(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 JcrNodeModelModifierConstructorDescriptionJcrList
(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 -
Uses of JcrNodeModel in org.hippoecm.frontend.model.properties
Constructors in org.hippoecm.frontend.model.properties with parameters of type JcrNodeModel -
Uses of JcrNodeModel in org.hippoecm.frontend.model.tree
Methods in org.hippoecm.frontend.model.tree with parameters of type JcrNodeModelModifier and TypeMethodDescriptionprotected JcrTreeNode
JcrTreeNode.createChildJcrTreeNode
(JcrNodeModel childNodeModel) Creates child tree node.IJcrTreeModel.lookup
(JcrNodeModel model) JcrTreeModel.lookup
(JcrNodeModel model) ObservableTreeModel.lookup
(JcrNodeModel nodeModel) Constructors in org.hippoecm.frontend.model.tree with parameters of type JcrNodeModel -
Uses of JcrNodeModel in org.hippoecm.frontend.plugin.config.impl
Fields in org.hippoecm.frontend.plugin.config.impl declared as JcrNodeModelMethods in org.hippoecm.frontend.plugin.config.impl that return JcrNodeModelConstructors in org.hippoecm.frontend.plugin.config.impl with parameters of type JcrNodeModelModifierConstructorDescriptionJcrClusterConfig
(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 JcrNodeModelModifierConstructorDescriptionImageContainer
(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 -
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.browse
Methods in org.hippoecm.frontend.plugins.standards.browse that return JcrNodeModelMethods in org.hippoecm.frontend.plugins.standards.browse with parameters of type JcrNodeModelModifier and TypeMethodDescriptionvoid
AbstractBrowseView.browse
(JcrNodeModel model) protected void
BreadcrumbPlugin.update
(JcrNodeModel model) Deprecated.Constructors in org.hippoecm.frontend.plugins.standards.browse with parameters of type JcrNodeModelModifierConstructorDescriptionprotected
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
Methods in org.hippoecm.frontend.plugins.standards.list.comparators with parameters of type JcrNodeModelModifier 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
Constructors in org.hippoecm.frontend.plugins.standards.list.resolvers with parameters of type JcrNodeModelModifierConstructorDescriptionStateIconAttributes
(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 -
Uses of JcrNodeModel in org.hippoecm.frontend.plugins.standards.tree
Methods in org.hippoecm.frontend.plugins.standards.tree with parameters of type JcrNodeModelModifier and TypeMethodDescriptionprotected JcrTreeNode
FolderTreeNode.createChildJcrTreeNode
(JcrNodeModel childNodeModel) Creates child tree node.Constructors in org.hippoecm.frontend.plugins.standards.tree with parameters of type JcrNodeModelModifierConstructorDescriptionFolderTreeNode
(JcrNodeModel model, DocumentListFilter filter) Constructs a folder tree node usingmodel
andconfig
.FolderTreeNode
(JcrNodeModel model, DocumentListFilter filter, 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 JcrNodeModelModifierConstructorDescriptionImageNodeDragBehavior
(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 JcrNodeModelModifier and TypeMethodDescriptionICmsValidator.validate
(IFieldValidator fieldValidator, JcrNodeModel model, org.apache.wicket.model.IModel childModel)