|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentService
JaxRS service that returns information about documents.
Method Summary | |
---|---|
List<ChannelDocument> |
getChannels(String uuid)
Returns information about all channels a document is part of. |
String |
getUrl(String uuid,
String type)
Returns a fully qualified URL for a document in a mount of a certain type. |
Method Detail |
---|
List<ChannelDocument> getChannels(String uuid)
uuid
- the identifier of the document
javax.ws.rs.WebApplicationException
- when the client-side invocation of this service failsString getUrl(String uuid, String type)
uuid
- the identifier of the documenttype
- the type of the mounts that can be used to generate a link to the document. When null or empty,
the value 'live' is used.
javax.ws.rs.WebApplicationException
- when the client-side invocation of this service fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |