|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.owls.ontology.WorkflowChecker
public class WorkflowChecker
Constructor Summary | |
---|---|
WorkflowChecker(KAoSDirectoryService dirService)
Create |
Method Summary | |
---|---|
protected java.lang.String |
analyzeWorkflow(OwlsOntClassLoader ocl)
Convert each process in the workflow into a kaos action class, then check permissions and obligations for the actions and amend the workflow with applicable policies. |
java.lang.String |
analyzeWorkflow(java.lang.String workflowString)
Convert each process in the workflow into a kaos action class, then check permissions and obligations for the actions and amend the workflow with applicable policies. |
java.lang.String |
analyzeWorkflow(java.net.URL workflowURI)
Convert each process in the workflow into a kaos action class, then check permissions and obligations for the actions and amend the workflow with applicable policies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowChecker(KAoSDirectoryService dirService)
dirService
- - ref. to an existing directory serviceMethod Detail |
---|
public java.lang.String analyzeWorkflow(java.lang.String workflowString)
workflowString
- - OWL-S string containing a service desc. and process model
public java.lang.String analyzeWorkflow(java.net.URL workflowURI)
workflowURL
- - URL to an OWL-S doc containing a service desc. and process model
protected java.lang.String analyzeWorkflow(OwlsOntClassLoader ocl)
ocl
- - owls class loader already initialized with a workflow doc
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |