eu.larkc.core.management
Interface RDFHandlerResource
- All Known Implementing Classes:
- RdfHandlerResourceUsingRdfGraph
public interface RDFHandlerResource
This interface describes the methods that are possible in a RDF handler
resource.
- Author:
- norlan
Method Summary |
org.restlet.representation.Representation |
downloadWorkflowDescription(org.restlet.representation.Representation entity)
Downloads a remote workflow description (RDF document) and creates a set
of statement from the retrieved file. |
downloadWorkflowDescription
@Post
org.restlet.representation.Representation downloadWorkflowDescription(org.restlet.representation.Representation entity)
throws org.apache.http.client.ClientProtocolException,
java.io.IOException,
IllegalWorkflowGraphException,
java.lang.Exception
- Downloads a remote workflow description (RDF document) and creates a set
of statement from the retrieved file.
- Parameters:
entity
- the entity
- Returns:
- the representation
- Throws:
java.io.IOException
- on I/O error
org.apache.http.client.ClientProtocolException
- if the client protocol is invalid
IllegalWorkflowGraphException
- if the executor could not be initialized
java.lang.Exception