public class MetadataProviderReader extends GroupingObjectReader
More Info:
createdDate, doc, dsFormats, handle, lastModifiedDate, nativeDataStreamFormat, nsContext, objectType
Constructor and Description |
---|
MetadataProviderReader(org.dom4j.Document ndrResponse)
Constructor for the MetadataProviderReader object for the provided Document
representing a NDR "get" call for a MetadataProvider object.
|
MetadataProviderReader(java.lang.String handle)
Constructor for the MetadataProviderReader object at the specified NDR
handle.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAggregatedBy()
Gets the aggregatedBy attribute of the MetadataProviderReader object
|
java.lang.String |
getChildToParentRelationship()
Gets the childToParentRelationship attribute of the GroupingObjectReader
object
|
java.lang.String |
getCollectionId()
Gets the collectionId attribute of the MetadataProviderReader object
(corresponding to the "setSpec" attribute of the collection's SetInfo
object).
|
java.lang.String |
getCollectionName()
Gets the collectionName attribute of the MetadataProviderReader object
(corresponding to the "name" attribute of the collection's SetInfo object).
|
org.dom4j.Element |
getCollectionRecord()
Gets the collectionRecord (dlese_collect format) of the MetadataProviderReader object
|
HarvestInfoReader |
getHarvestInfo()
Gets the serviceDescription attribute of the MetadataProviderReader object
|
java.util.List |
getInactiveItemHandles()
Gets the handles of the inactive metadata objects of the MetadataProviderReader object
|
java.util.List |
getItemHandles()
Gets the metadata object handles for the MetadataProviderReader object
|
java.lang.String |
getMetadataProviderFor()
Gets the metadataProviderFor attribute (an agent handle) of the MetadataProviderReader object
|
java.lang.String |
getNativeFormat()
Gets the nativeFormat for the ITEM-level metadata of this collection.
|
java.lang.String |
getSetName()
Gets the setName attribute of the MetadataProviderReader object
|
java.lang.String |
getSetSpec()
Gets the setSpec attribute of the MetadataProviderReader object
|
getInactiveMemberCount, getInactiveMemberHandles, getMemberCount, getMemberHandles, getServiceDescription, isAuthorizedToChange, isAuthorizedToChange
getCanonicalNsdlDcDataStream, getCreated, getCreatedDate, getDataStream, getDataStream, getDocument, getFormats, getHandle, getLastModified, getLastModifiedDate, getNativeDataStream, getNativeDataStream, getNode, getNodes, getNodeText, getNsContext, getObjectType, getProperty, getPropertyValues, getRelationship, getRelationshipValues, getState, getXPath, initDataStreams, pp, setDebug
public MetadataProviderReader(java.lang.String handle) throws java.lang.Exception
handle
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic MetadataProviderReader(org.dom4j.Document ndrResponse) throws java.lang.Exception
ndrResponse
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic java.lang.String getChildToParentRelationship()
GroupingObjectReader
getChildToParentRelationship
in class GroupingObjectReader
public java.lang.String getCollectionId()
public java.lang.String getCollectionName()
public org.dom4j.Element getCollectionRecord()
public java.lang.String getNativeFormat()
public java.lang.String getAggregatedBy()
public java.lang.String getMetadataProviderFor()
public java.lang.String getSetSpec()
public java.lang.String getSetName()
public HarvestInfoReader getHarvestInfo()
public java.util.List getItemHandles() throws java.lang.Exception
java.lang.Exception
- NOT YET DOCUMENTEDpublic java.util.List getInactiveItemHandles() throws java.lang.Exception
java.lang.Exception
- NOT YET DOCUMENTED