|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessDefinition | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.remote | All interfaces in this package are for internal use only. |
Uses of ProcessDefinition in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that return ProcessDefinition | |
---|---|
ProcessDefinition |
QueryDefinitionAPI.getLastProcess(java.lang.String packageId,
java.lang.String processId)
Return process definition of the last deployed process for the specified package id and process id. |
ProcessDefinition |
QueryDefinitionAPI.getPackageProcess(PackageDefinitionUUID packageDefinitionUUID,
java.lang.String processId)
Returns the process definition for the specified packageDefinition UUID and process Id. |
ProcessDefinition |
QueryDefinitionAPI.getProcess(ProcessDefinitionUUID processDefinitionUUID)
Returns the process definition for the specified processDefinition UUID. |
ProcessDefinition |
QueryDefinitionAPI.getProcess(java.lang.String packageId,
java.lang.String processId,
java.lang.String processVersion)
Return the process definition for the specified packageId, processId and process version. |
Methods in org.ow2.bonita.facade that return types with arguments of type ProcessDefinition | |
---|---|
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deploy(Deployment deployment)
Deploys the XPDL Workflow giving the deployment object containing the XPDL Workflow Package and optionnally its depending java classes. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deploy(java.net.URL xpdlURL,
java.lang.Class<?>[] classes)
Deploys the XPDL Workflow Package and its depending java classes. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployBar(byte[] barFile)
Deploys a package giving the URL of the bar file. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployBar(java.net.URL barFileURL)
Deploys an XPDL workflow package giving the URL of archive file (.bar file) containing the XPDL definition file and optionally the classes to be deployed. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployXpdl(byte[] xpdlFile)
deploys the XPDL Workflow Package giving the byte array of the serialazed XPDL file. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployXpdl(java.net.URL xpdlURL)
Deploys the XPDL Workflow Package giving the URL of the XPDL file. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployZip(byte[] zipFile)
Deploys the XPDL Workflow giving the byte table of the zip archive containing the XPDL Workflow Package and optionnally its depending java classes. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployZip(java.net.URL zipURL)
Deploys the XPDL Workflow giving the URL of the zip archive containing the XPDL Workflow Package and optionally its depending java classes. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getPackageProcesses(PackageDefinitionUUID packageDefinitionUUID)
Returns the set of definition information of all processes within the specified deployed package. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getPackageProcesses(java.lang.String packageId,
java.lang.String processId)
Returns the set of definition informations for the process with the specified process id as specified in the xpdl file. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses()
Returns the set of definition information of all deployed processes. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses(ProcessDefinition.ProcessState processState)
Returns the set of definition informations for the processes with the specified process state. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses(java.lang.String processId)
Returns the set of definition informations for the process with the specified process id as specified in xpdl files. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses(java.lang.String processId,
ProcessDefinition.ProcessState processState)
Returns the set of definition informations for the processes with the specified processId and process state. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses(java.lang.String processId,
java.lang.String processVersion)
Returns the set of the process definition for the specified processId and process version. |
Uses of ProcessDefinition in org.ow2.bonita.facade.remote |
---|
Methods in org.ow2.bonita.facade.remote that return ProcessDefinition | |
---|---|
ProcessDefinition |
RemoteQueryDefinitionAPI.getLastProcess(java.lang.String packageId,
java.lang.String processId)
|
ProcessDefinition |
RemoteQueryDefinitionAPI.getPackageProcess(PackageDefinitionUUID packageDefinitionUUID,
java.lang.String processId)
|
ProcessDefinition |
RemoteQueryDefinitionAPI.getProcess(ProcessDefinitionUUID processDefinitionUUID)
|
ProcessDefinition |
RemoteQueryDefinitionAPI.getProcess(java.lang.String packageId,
java.lang.String processId,
java.lang.String processVersion)
|
Methods in org.ow2.bonita.facade.remote that return types with arguments of type ProcessDefinition | |
---|---|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deploy(Deployment deployment)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deploy(java.net.URL xpdlURL,
java.lang.Class<?>[] classes)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deployBar(byte[] barFile)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deployBar(java.net.URL barFileURL)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deployXpdl(byte[] xpdlFile)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deployXpdl(java.net.URL xpdlURL)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deployZip(byte[] zipFile)
|
java.util.Map<java.lang.String,ProcessDefinition> |
RemoteManagementAPI.deployZip(java.net.URL zipURL)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getPackageProcesses(PackageDefinitionUUID packageDefinitionUUID)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getPackageProcesses(java.lang.String packageId,
java.lang.String processId)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getProcesses()
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getProcesses(ProcessDefinition.ProcessState processState)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getProcesses(java.lang.String processId)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getProcesses(java.lang.String processId,
ProcessDefinition.ProcessState processState)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getProcesses(java.lang.String processId,
java.lang.String processVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |