Uses of Interface
org.ow2.orchestra.facade.def.ProcessDefinition

Packages that use ProcessDefinition
org.ow2.orchestra.facade   
 

Uses of ProcessDefinition in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade that return ProcessDefinition
 ProcessDefinition ManagementAPI.deploy(Deployment deployment)
          To deploy the package giving the deployment object.
 ProcessDefinition ManagementAPI.deployBar(byte[] barFile)
          To deploy a process giving the bytes table of an archive file.
 ProcessDefinition QuerierDefinitionAPI.getProcessDefinition(ProcessDefinitionUUID processUUID)
          Returns recorded definition data for the given process definition UUID.
 

Methods in org.ow2.orchestra.facade that return types with arguments of type ProcessDefinition
 java.util.List<ProcessDefinition> QuerierDefinitionAPI.findProcessDefinitions()
          Returns the list of processes.
 java.util.List<ProcessDefinition> QuerierDefinitionAPI.findProcessDefinitions(ProcessState state)
          Returns the list of processes with the given state.
 java.util.List<ProcessDefinition> QuerierDefinitionAPI.findProcessDefinitions(javax.xml.namespace.QName processQName)
          Returns the list of processes with the given qname.
 java.util.List<ProcessDefinition> QuerierDefinitionAPI.findProcessDefinitions(javax.xml.namespace.QName processQName, ProcessState state)
          Returns the list of processes with the given state and qname.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.