Uses of Class
org.hippoecm.frontend.model.DocumentReference
Package
Description
-
Uses of DocumentReference in org.hippoecm.frontend.editor.workflow.dialog
Modifier and TypeFieldDescriptionprotected final ISelectableDataProvider<DocumentReference>
DocumentReferencesView.dataProvider
Modifier 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()
Modifier and TypeMethodDescriptionNodeReferencesView.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) ModifierConstructorDescriptionDocumentReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog) NodeReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager, RedrawableDialog<WorkflowDescriptor> dialog) ReferredReferencesViev
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager) SiteReferencesView
(String id, ISelectableDataProvider<DocumentReference> dataProvider, ILocaleProvider localeProvider, IEditorManager editorManager) -
Uses of DocumentReference in org.hippoecm.frontend.editor.workflow.model
Modifier and TypeFieldDescriptionprotected List<DocumentReference>
AbstractReferencesDataProvider.data
protected final List<org.apache.wicket.model.IModel<DocumentReference>>
AbstractReferencesDataProvider.selectedItems
Modifier 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) Modifier 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
Modifier and TypeClassDescriptionclass
class
class