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 addedRepositoryException
public boolean deletePackagedWorkflow(String workflowId) throws RepositoryException
workflowId
- id of the workflow to be deletedRepositoryException
Copyright © 1999–2017 Apache OODT. All rights reserved.