Class ReferredDocumentsDataProvider
java.lang.Object
org.hippoecm.frontend.model.NodeModelWrapper<Node>
org.hippoecm.frontend.editor.workflow.model.AbstractReferencesDataProvider
org.hippoecm.frontend.editor.workflow.model.AbstractNodeReferenceDataProvider
org.hippoecm.frontend.editor.workflow.model.ReferredDocumentsDataProvider
- All Implemented Interfaces:
Serializable
,org.apache.wicket.markup.repeater.data.IDataProvider<DocumentReference>
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<Node>
,org.apache.wicket.util.io.IClusterable
,ISelectableDataProvider<DocumentReference>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hippoecm.frontend.editor.workflow.model.AbstractReferencesDataProvider
AbstractReferencesDataProvider.ReferenceType
-
Field Summary
Fields inherited from class org.hippoecm.frontend.editor.workflow.model.AbstractReferencesDataProvider
data, numberOfResults, referenceType, selectedItems
Fields inherited from class org.hippoecm.frontend.model.NodeModelWrapper
nodeModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLiveReferences
(Node handle) getPreviewReferences
(Node handle) getReferenceDetail
(DocumentReference documentReference) Returns theReferenceDetail
for the givenDocumentReference
.getReferences
(Node handle) Returns the list ofDocumentReference
s for the givenhandle
.Methods inherited from class org.hippoecm.frontend.editor.workflow.model.AbstractNodeReferenceDataProvider
getUnifiedReferences, model, sort
Methods inherited from class org.hippoecm.frontend.editor.workflow.model.AbstractReferencesDataProvider
getComponentReferenceDetail, getDocumentReferenceDetail, getLimit, getNumberOfResults, getReferenceType, getSelectedItems, getUnifiedSiteReferences, iterator, size
Methods inherited from class org.hippoecm.frontend.model.NodeModelWrapper
detach, getNode, getNodeModel, getObject, setNodeModel, setObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
ReferredDocumentsDataProvider
-
-
Method Details
-
getLiveReferences
- Throws:
RepositoryException
-
getPreviewReferences
- Throws:
RepositoryException
-
getReferences
Description copied from class:AbstractReferencesDataProvider
Returns the list ofDocumentReference
s for the givenhandle
.- Specified by:
getReferences
in classAbstractReferencesDataProvider
- Parameters:
handle
- the document handle- Returns:
- list of document references
- Throws:
RepositoryException
-
getReferenceDetail
Description copied from class:AbstractReferencesDataProvider
Returns theReferenceDetail
for the givenDocumentReference
.- Specified by:
getReferenceDetail
in classAbstractReferencesDataProvider
- Parameters:
documentReference
- the reference- Returns:
- reference detail
-