|
||||||||||
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.def.majorElement | Contains interfaces for objects representing major XPDL elements returned by the QueryDefintionAPI. |
Uses of ProcessDefinition in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that return ProcessDefinition | |
---|---|
ProcessDefinition |
QueryDefinitionAPI.getLastProcess(java.lang.String processId)
Return the last deployed process for the specified 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. |
Methods in org.ow2.bonita.facade that return types with arguments of type ProcessDefinition | |
---|---|
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deploy(org.ow2.bonita.deployment.Deployment deployment)
To deploy 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)
To deploy the XPDL Workflow Package and its depending java classes. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployBar(byte[] barFile)
To deploy a package giving the URL of the bar file. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployBar(java.net.URL barFileURL)
To deploy 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)
To deploy 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)
To deploy the XPDL Workflow Package giving the URL of the XPDL file. |
java.util.Map<java.lang.String,ProcessDefinition> |
ManagementAPI.deployZip(byte[] zipFile)
To deploy 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)
To deploy 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.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 the xpdl file. |
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. |
Uses of ProcessDefinition in org.ow2.bonita.facade.def.majorElement |
---|
Subinterfaces of ProcessDefinition in org.ow2.bonita.facade.def.majorElement | |
---|---|
interface |
ProcessFullDefinition
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |