public class WmServicesClient extends Object
| Constructor and Description | 
|---|
| WmServicesClient(String serverurl)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | addPackagedWorkflow(String workflowId,
                   Workflow workflow)Add a Packaged workflow | 
| boolean | deletePackagedWorkflow(String workflowId)Delete a Packaged workflow | 
public WmServicesClient(String serverurl)
workflowDir - the directory where workflow files existpublic boolean addPackagedWorkflow(String workflowId, Workflow workflow) throws RepositoryException
workflowId - id of the workflowworkflow - the workflow to be addedRepositoryExceptionpublic boolean deletePackagedWorkflow(String workflowId) throws RepositoryException
workflowId - id of the workflow to be deletedRepositoryExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.