eu.larkc.core.management
Interface WorkflowResource

All Known Implementing Classes:
WorkflowResourceImpl

public interface WorkflowResource

This interface defines the methods which are possible via the management interface for a workflow.

Author:
Luka, norlan

Method Summary
 void deleteWorkflow()
          This method deletes a workflow via the management interface.
 

Method Detail

deleteWorkflow

@Delete
void deleteWorkflow()
                    throws InvalidURLException,
                           EndpointShutdownException
This method deletes a workflow via the management interface.

Throws:
InvalidURLException - if the URL is invalid
EndpointShutdownException - if one or more endpoints are unable to shutdown