Uses of Class
org.hippoecm.frontend.model.DocumentReference
Packages that use DocumentReference
Package
Description
-
Uses of DocumentReference in org.hippoecm.frontend.editor.workflow.dialog
Fields in org.hippoecm.frontend.editor.workflow.dialog with type parameters of type DocumentReferenceModifier and TypeFieldDescriptionprotected final ISelectableDataProvider<DocumentReference>
DocumentReferencesView.dataProvider
Methods in org.hippoecm.frontend.editor.workflow.dialog that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> DocumentReferencesView.createExpandColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> NodeReferencesView.createNameColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> SiteReferencesView.createNameColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> NodeReferencesView.createSelectorColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> NodeReferencesView.createStatusColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> NodeReferencesView.createTypeColumn()
protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String> SiteReferencesView.createTypeColumn()
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String>> NodeReferencesView.getColumns()
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String>> ReferredReferencesViev.getColumns()
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<DocumentReference,
String>> SiteReferencesView.getColumns()
Method parameters in org.hippoecm.frontend.editor.workflow.dialog with type arguments of type DocumentReferenceModifier and TypeMethodDescriptionstatic void
BulkReferenceOperation.delete
(ISelectableDataProvider<DocumentReference> dataProvider, org.apache.wicket.markup.html.panel.FeedbackPanel feedback, org.apache.wicket.ajax.AjaxRequestTarget target) static void
BulkReferenceOperation.depublish
(ISelectableDataProvider<DocumentReference> dataProvider, org.apache.wicket.markup.html.panel.FeedbackPanel feedback, org.apache.wicket.ajax.AjaxRequestTarget target) NodeReferencesView.NodeReferenceRenderer.getObservable
(org.apache.wicket.model.IModel<DocumentReference> model) org.apache.wicket.Component
NodeReferencesView.NodeReferenceRenderer.getRenderer
(String id, org.apache.wicket.model.IModel<DocumentReference> model) static void
BulkReferenceOperation.publish
(ISelectableDataProvider<DocumentReference> dataProvider, org.apache.wicket.markup.html.panel.FeedbackPanel feedback, org.apache.wicket.ajax.AjaxRequestTarget target) static void
BulkReferenceOperation.scheduleDepublish
(ISelectableDataProvider<DocumentReference> dataProvider, org.apache.wicket.markup.html.panel.FeedbackPanel feedback, org.apache.wicket.ajax.AjaxRequestTarget target, Date scheduledDate) static void
BulkReferenceOperation.schedulePublish
(ISelectableDataProvider<DocumentReference> dataProvider, org.apache.wicket.markup.html.panel.FeedbackPanel feedback, org.apache.wicket.ajax.AjaxRequestTarget target, Date scheduledDate) Constructor parameters in org.hippoecm.frontend.editor.workflow.dialog with type arguments of type DocumentReferenceModifierConstructorDescriptionDocumentReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog) Deprecated, for removal: This API element is subject to removal in a future version.DocumentReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog, AjaxEventTask selectItemTask) NodeReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog) Deprecated, for removal: This API element is subject to removal in a future version., use#NodeReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask, Boolean)
instead.NodeReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog, AjaxEventTask selectItemTask, boolean isNonDocumentsSelectable) ReferredReferencesViev
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager) Deprecated, for removal: This API element is subject to removal in a future version., use#ReferredReferencesViev(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask, Boolean)
instead.ReferredReferencesViev
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog, AjaxEventTask selectItemTask, boolean isNonDocumentsSelectable) SiteReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager) Deprecated, for removal: This API element is subject to removal in a future version.SiteReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog) -
Uses of DocumentReference in org.hippoecm.frontend.editor.workflow.model
Fields in org.hippoecm.frontend.editor.workflow.model with type parameters of type DocumentReferenceModifier and TypeFieldDescriptionprotected List<DocumentReference>
AbstractReferencesDataProvider.data
protected final List<org.apache.wicket.model.IModel<DocumentReference>>
AbstractReferencesDataProvider.selectedItems
Methods in org.hippoecm.frontend.editor.workflow.model that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionabstract List<DocumentReference>
AbstractReferencesDataProvider.getReferences
(Node handle) Returns the list ofDocumentReference
s for the givenhandle
.ReferredDocumentsDataProvider.getReferences
(Node handle) ReferringDocumentsDataProvider.getReferences
(Node handle) SiteReferencesDataProvider.getReferences
(Node handle) List<org.apache.wicket.model.IModel<DocumentReference>>
AbstractReferencesDataProvider.getSelectedItems()
protected List<DocumentReference>
AbstractNodeReferenceDataProvider.getUnifiedReferences
(Node handle) protected List<DocumentReference>
AbstractReferencesDataProvider.getUnifiedSiteReferences
(Node handle) AbstractReferencesDataProvider.iterator
(long first, long count) org.apache.wicket.model.IModel<DocumentReference>
AbstractNodeReferenceDataProvider.model
(DocumentReference reference) org.apache.wicket.model.IModel<DocumentReference>
AbstractReferencesDataProvider.model
(DocumentReference reference) Methods in org.hippoecm.frontend.editor.workflow.model with parameters of type DocumentReferenceModifier and TypeMethodDescriptionprotected ReferenceDetail
AbstractReferencesDataProvider.getDocumentReferenceDetail
(DocumentReference documentReference) abstract ReferenceDetail
AbstractReferencesDataProvider.getReferenceDetail
(DocumentReference documentReference) Returns theReferenceDetail
for the givenDocumentReference
.ReferredDocumentsDataProvider.getReferenceDetail
(DocumentReference documentReference) ReferringDocumentsDataProvider.getReferenceDetail
(DocumentReference documentReference) SiteReferencesDataProvider.getReferenceDetail
(DocumentReference documentReference) org.apache.wicket.model.IModel<DocumentReference>
AbstractNodeReferenceDataProvider.model
(DocumentReference reference) org.apache.wicket.model.IModel<DocumentReference>
AbstractReferencesDataProvider.model
(DocumentReference reference) -
Uses of DocumentReference in org.hippoecm.frontend.model
Subclasses of DocumentReference in org.hippoecm.frontend.modelModifier and TypeClassDescriptionclass
class
class
DocumentReferencesView(String, ISelectableDataProvider, ILocaleProvider, IEditorManager, RedrawableDialog, AjaxEventTask)
instead.