Package | Description |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.def.impl | |
org.ow2.orchestra.facade.rest |
Modifier and Type | Method and Description |
---|---|
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 |
QueryDefinitionAPI.getProcessDefinition(ProcessDefinitionUUID processUUID)
Returns recorded definition data for the given process definition UUID.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinition> |
QueryDefinitionAPI.findProcessDefinitions()
Returns the list of processes.
|
List<ProcessDefinition> |
QueryDefinitionAPI.findProcessDefinitions(ProcessState state)
Returns the list of processes with the given state.
|
List<ProcessDefinition> |
QueryDefinitionAPI.findProcessDefinitions(QName processQName)
Returns the list of processes with the given qname.
|
List<ProcessDefinition> |
QueryDefinitionAPI.findProcessDefinitions(QName processQName,
ProcessState state)
Returns the list of processes with the given state and qname.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionImpl |
Constructor and Description |
---|
ProcessDefinitionImpl(ProcessDefinition src) |
Modifier and Type | Method and Description |
---|---|
InterfaceWrapper<ProcessDefinition> |
JaxRSManagementAPI.deploy(Deployment bpelDeployment) |
InterfaceWrapper<ProcessDefinition> |
JaxRSManagementAPI.deployBar(ByteArrayWrapper barFile) |
CollectionWrapper<ProcessDefinition> |
JaxRSQueryDefinitionAPI.findProcessDefinitions(String processNamespace,
String processName,
ProcessState state) |
InterfaceWrapper<ProcessDefinition> |
JaxRSQueryDefinitionAPI.getProcessDefinition(ProcessDefinitionUUID processUUID) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.