Searched refs:thePerform (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java503 private void validatePerform(Service theService, Perform thePerform) argument
506 if (thePerform.getProcess() == null)
508 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"Perform '"+thePerform.getLocalName()+"' must specify a process");
511 //else validateProcess(theService, thePerform.getProcess());
520 InputBindingList aBindingList = thePerform.getBindings();
527 addMessage(theService,CODE_MISSING_VALUE,"Perform '"+thePerform.getLocalName()+"' must specify an Input for the toParam property.");

Completed in 10 milliseconds