|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessDefinition | |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.def.impl | |
org.ow2.orchestra.facade.rest |
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 |
QueryDefinitionAPI.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 | |
---|---|
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. |
Uses of ProcessDefinition in org.ow2.orchestra.facade.def.impl |
---|
Classes in org.ow2.orchestra.facade.def.impl that implement ProcessDefinition | |
---|---|
class |
ProcessDefinitionImpl
|
Constructors in org.ow2.orchestra.facade.def.impl with parameters of type ProcessDefinition | |
---|---|
ProcessDefinitionImpl(ProcessDefinition src)
|
Uses of ProcessDefinition in org.ow2.orchestra.facade.rest |
---|
Methods in org.ow2.orchestra.facade.rest that return types with arguments of type ProcessDefinition | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |