public class BusinessArchive extends Object implements Serializable
| Constructor and Description |
|---|
BusinessArchive() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResource(String resourcePath,
byte[] resourceData)
Adds a resource to this BusinessArchive
|
Map<String,Object> |
getJarFiles()
What is this method for?
|
Map<String,String> |
getParameters() |
DesignProcessDefinition |
getProcessDefinition() |
byte[] |
getResource(String resourceName) |
Map<String,byte[]> |
getResources() |
Map<String,byte[]> |
getResources(String regex) |
void |
setParameters(Map<String,String> parameters) |
void |
setProcessDefinition(DesignProcessDefinition processDefinition) |
public DesignProcessDefinition getProcessDefinition()
public void setProcessDefinition(DesignProcessDefinition processDefinition)
public byte[] getResource(String resourceName)
protected void addResource(String resourcePath, byte[] resourceData)
resourcePath - must contain the full path and filenameresourceData - the byte array of the resource contentCopyright © 2013 BonitaSoft. All Rights Reserved.