|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessDefinition | |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.def.impl |
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. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |