|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DeliveryAccessWS
| Method Summary | |
|---|---|
java.lang.String |
getBaseFileUrl(java.lang.String dvs)
Returns the Stream Gate file viewer base URL for the given dvs. |
java.lang.String |
getCMSRecord(java.lang.String dvs,
java.lang.String iePID)
Returns the CMS DC XML of the IE. |
java.lang.String |
getDnxDocument(java.lang.String dvs,
java.lang.String pid)
Returns the DNX document XML of the entity (IE/REP/FILE) that its PID is associated to the given dvs. |
java.lang.String |
getFilePathByDvs(java.lang.String dvs,
java.lang.String pid)
Returns the path to a file which is associated to the given dvs. |
java.lang.String |
getFullIEByDVS(java.lang.String dvs)
Returns the IE METS document which is associated to the given dvs, including the IE, Representation and File level sections. |
java.lang.String |
getIE(java.lang.String pid)
Deprecated. |
java.lang.String |
getIEByDVS(java.lang.String dvs)
Returns the IE METS document which is associated to the given dvs, including the IE and Representation level sections. |
java.lang.String |
getMetadata(java.lang.String dvs,
java.lang.String pid,
java.lang.String mdType,
java.lang.String mdSubType)
Returns the Metadata XML of the entity (IE/REP/FILE) that its PID is associated to the given dvs. |
| Methods inherited from interface com.exlibris.core.infra.svc.api.GenericWebService |
|---|
getHeartBit |
| Method Detail |
|---|
@Deprecated
java.lang.String getIE(java.lang.String pid)
throws java.lang.Exception
java.lang.Exception
java.lang.String getIEByDVS(java.lang.String dvs)
throws java.lang.Exception
dvs - The Delivery session key
java.lang.Exception - when the dvs is invalid
java.lang.String getFullIEByDVS(java.lang.String dvs)
throws java.lang.Exception
dvs - The Delivery session key
java.lang.Exception - when the dvs is invalid
java.lang.String getFilePathByDvs(java.lang.String dvs,
java.lang.String pid)
throws java.lang.Exception
StoragePlugin.getFullFilePath(String).
dvs - The Delivery session keypid - file PID
java.lang.Exception
java.lang.String getDnxDocument(java.lang.String dvs,
java.lang.String pid)
throws java.lang.Exception
dvs - The Delivery session keypid - IE/REP/FILE PID
java.lang.Exception
java.lang.String getMetadata(java.lang.String dvs,
java.lang.String pid,
java.lang.String mdType,
java.lang.String mdSubType)
throws java.lang.Exception
dvs - The Delivery session keypid - IE/REP/FILE PIDmdType - Metadata type (e.g. descriptive)mdSubType - Metadata sub type (e.g. dc)
java.lang.Exception
java.lang.String getCMSRecord(java.lang.String dvs,
java.lang.String iePID)
throws java.lang.Exception
dvs - The Delivery session keyiePID - IE PID
java.lang.Exception
java.lang.String getBaseFileUrl(java.lang.String dvs)
throws java.lang.Exception
getFilePathByDvs as it doesn't expose the file path on the storage to the viewer.
The external viewer should append the file PID to the baseFileUrl in order to get the file's stream from Rosetta.
dvs - The Delivery session key
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||