Package eu.larkc.core.management

Interface Summary
EndpointResource This interface describes the methods that are possible in an endpoint resource.
ManagementInterfaceResource This interface describes the methods that are possible at the management interface.
RDFHandlerResource This interface describes the methods that are possible in a RDF handler resource.
WorkflowResource This interface defines the methods which are possible via the management interface for a workflow.
 

Class Summary
EndpointResourceImpl This class implements the methods defined by the EndpointResource interface to allow operations on specific endpoints over the management interface.
EndpointResourceTest This class tests the functionality of the endpoint resource.
ManagementInterface The management interface application.
ManagementInterfaceMain Main class to start the management interface server for manual testing.
ManagementInterfaceResourceImpl Management interface resource.
ManagementInterfaceTest Test availability and functions of the management interface.
MgmtTest Base class for all management interface tests.
RDFHandlerResourceTest Tests the retrieval of remote workflow descriptions via the management interface.
RdfHandlerResourceUsingRdfGraph RDF handler which is capable of processing workflows (and additional parameters) defined in RDF.
StamentCollectorRDFHandler Very simple RDF handler which collects all statements of a RDF document.
WorkflowResourceImpl This class implements the methods defined by the WorkflowResource interface to allow operations on specific workflows over the management interface.
WorkflowResourceTest Tests deleting a workflow via the management interface.
 

Exception Summary
InvalidURLException This exception describes the case when the URL is invalid.