Project

General

Profile

« Previous | Next » 

Revision 7861

implement the view service (uses existing skin-based dbtransform) - and include the REST endpoint. https://projects.ecoinformatics.org/ecoinfo/issues/6028

View differences:

MNodeService.java
1754 1754
	 * @throws NotFound
1755 1755
	 * @throws NotImplemented
1756 1756
	 */
1757
	public InputStream getPackage(Session session, Identifier pid, String format) throws InvalidToken, ServiceFailure, NotAuthorized, NotFound, NotImplemented {
1757
	public InputStream getView(Session session, Identifier pid, String format) throws InvalidToken, ServiceFailure, NotAuthorized, NotFound, NotImplemented {
1758 1758
		InputStream resultInputStream = null;
1759 1759
		
1760 1760
		SystemMetadata sysMeta = this.getSystemMetadata(session, pid);

Also available in: Unified diff