Class SiteReferencesDataProvider
java.lang.Object
org.hippoecm.frontend.model.NodeModelWrapper<Node>
org.hippoecm.frontend.editor.workflow.model.AbstractReferencesDataProvider
org.hippoecm.frontend.editor.workflow.model.SiteReferencesDataProvider
- 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
-
Method Summary
Modifier and TypeMethodDescriptiongetReferenceDetail
(DocumentReference documentReference) Returns theReferenceDetail
for the givenDocumentReference
.getReferences
(Node handle) Returns the list ofDocumentReference
s for the givenhandle
.void
sort()
Methods inherited from class org.hippoecm.frontend.editor.workflow.model.AbstractReferencesDataProvider
getComponentReferenceDetail, getDocumentReferenceDetail, getLimit, getNumberOfResults, getReferenceType, getSelectedItems, getUnifiedSiteReferences, iterator, model, 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
-
SiteReferencesDataProvider
-
-
Method Details
-
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
-
sort
public void sort() -
getReferenceDetail
Description copied from class:AbstractReferencesDataProvider
Returns theReferenceDetail
for the givenDocumentReference
.- Specified by:
getReferenceDetail
in classAbstractReferencesDataProvider
- Parameters:
documentReference
- the reference- Returns:
- reference detail
-