Uses of Class
org.ow2.bonita.facade.exception.DeploymentException

Packages that use DeploymentException
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 DeploymentException in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that throw DeploymentException
 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.
 void ManagementAPI.deployClass(byte[] clazz)
          Deploys a class giving its bytes table.
 void ManagementAPI.deployClasses(java.util.Set<byte[]> classes)
          Deploys several classes in global class repository giving a set of data classes.
 void ManagementAPI.deployClassesInJar(byte[] classesArchive)
          Deploys several classes in global class repository giving an archive containing the classes.
 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.
 void ManagementAPI.removeClass(java.lang.String className)
          Removes a class giving the class name.
 void ManagementAPI.removeClasses(java.lang.String[] classNames)
          Removes classes giving there class names.
 void ManagementAPI.replaceClass(java.lang.String className, byte[] newClazz)
          Removes the class with the given className name.
 void ManagementAPI.undeploy(PackageDefinitionUUID packageUUID)
          Un-deploys a Workflow package giving the package UUID.
 

Uses of DeploymentException in org.ow2.bonita.facade.remote
 

Methods in org.ow2.bonita.facade.remote that throw DeploymentException
 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)
           
 void RemoteManagementAPI.deployClass(byte[] clazz)
           
 void RemoteManagementAPI.deployClasses(java.util.Set<byte[]> classes)
           
 void RemoteManagementAPI.deployClassesInJar(byte[] classesArchive)
           
 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)
           
 void RemoteManagementAPI.removeClass(java.lang.String className)
           
 void RemoteManagementAPI.removeClasses(java.lang.String[] classNames)
           
 void RemoteManagementAPI.replaceClass(java.lang.String className, byte[] newClazz)
           
 void RemoteManagementAPI.undeploy(PackageDefinitionUUID packageUUID)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.