|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentException | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
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(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. |
void |
ManagementAPI.deployClass(byte[] clazz)
To deploy a class giving its bytes table. |
void |
ManagementAPI.deployClasses(java.util.Set<byte[]> classes)
To deploy several classes in global class repository giving a set of data classes. |
void |
ManagementAPI.deployClassesInJar(byte[] classesArchive)
To deploy several classes in global class repository giving an archive containing the classes. |
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. |
void |
ManagementAPI.removeClass(java.lang.String className)
To remove a class giving the class name. |
void |
ManagementAPI.removeClasses(java.lang.String[] classNames)
To remove classes giving there class names. |
void |
ManagementAPI.replaceClass(java.lang.String className,
byte[] newClazz)
Remove the class with the given className name. |
void |
ManagementAPI.undeploy(PackageDefinitionUUID packageUUID)
To undeploy a Workflow package giving the package UUID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |