|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BusinessArchive
A BusinessArchive contains all resources in order to manage a process.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,byte[]> |
getJarFiles()
Obtains all JAR files containing in the business archive. For each JAR file, the name and the content are returned |
java.util.Map<java.lang.String,byte[]> |
getOtherResources(java.lang.String regex)
Obtains all resources which not match with the given regular expression. |
ProcessDefinition |
getProcessDefinition()
Obtains the process definition depending on the business archive. |
ProcessDefinitionUUID |
getProcessUUID()
Gets the process definition UUID related to the business archive. |
byte[] |
getResource(java.lang.String resourcePath)
Gets a resource given by its path. |
java.util.Map<java.lang.String,byte[]> |
getResources()
Returns all resources of the business archive. |
java.util.Map<java.lang.String,byte[]> |
getResources(java.lang.String regex)
Obtains all resources which match with the given regular expression. |
| Method Detail |
|---|
ProcessDefinition getProcessDefinition()
java.util.Map<java.lang.String,byte[]> getJarFiles()
byte[] getResource(java.lang.String resourcePath)
resourcePath - the resource path
java.util.Map<java.lang.String,byte[]> getResources(java.lang.String regex)
regex - the regular expression
java.util.Map<java.lang.String,byte[]> getResources()
ProcessDefinitionUUID getProcessUUID()
java.util.Map<java.lang.String,byte[]> getOtherResources(java.lang.String regex)
regex - the regular expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||