Package org.openstack4j.api.workflow
Interface ValidationService
-
- All Superinterfaces:
RestService
public interface ValidationService extends RestService
TODO- Author:
- Renat Akhmerov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringvalidate(WorkflowDefinition workflowDefinition)Validate workflow definition.
-
-
-
Method Detail
-
validate
String validate(WorkflowDefinition workflowDefinition)
Validate workflow definition.- Parameters:
workflowDefinition- Workflow definition.- Returns:
- TODO: What should be the return type?
-
-