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

Packages that use DeploymentException
org.ow2.bonita.facade   
org.ow2.bonita.facade.internal 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
 ProcessDefinition ManagementAPI.deploy(BusinessArchive businessArchive)
           
 ProcessDefinition ManagementAPI.deployBar(byte[] barContent)
          Deploys the businessArchive represented by this byte array.
 ProcessDefinition ManagementAPI.deployBar(java.net.URL barFileURL)
          Deploys the business archive represented by the given url.
 void ManagementAPI.deployClass(byte[] clazz)
          Deploys a class giving its bytes table.
 void ManagementAPI.deployClasses(java.util.Collection<byte[]> classes)
          Deploys several classes in global class repository giving a collection of data classes.
 void ManagementAPI.deployClassesInJar(byte[] classesArchive)
          Deploys several classes in global class repository giving an archive containing the 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(ProcessDefinitionUUID processUUID)
          Un-deploys a Workflow package giving the package UUID.
 

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

Methods in org.ow2.bonita.facade.internal that throw DeploymentException
 ProcessDefinition InternalManagementAPI.deploy(BusinessArchive businessARchive)
           
 ProcessDefinition InternalManagementAPI.deployBar(byte[] barFile)
           
 ProcessDefinition InternalManagementAPI.deployBar(java.net.URL barFileURL)
           
 void InternalManagementAPI.deployClass(byte[] clazz)
           
 void InternalManagementAPI.deployClasses(java.util.Collection<byte[]> classes)
           
 void InternalManagementAPI.deployClassesInJar(byte[] classesArchive)
           
 void InternalManagementAPI.removeClass(java.lang.String className)
           
 void InternalManagementAPI.removeClasses(java.lang.String[] classNames)
           
 void InternalManagementAPI.replaceClass(java.lang.String className, byte[] newClazz)
           
 void InternalManagementAPI.undeploy(ProcessDefinitionUUID processUUID)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.