public interface DeploymentUnitDAO
Modifier and Type | Method and Description |
---|---|
ProcessConfDAO |
createProcess(javax.xml.namespace.QName pid,
javax.xml.namespace.QName type,
long version) |
void |
delete()
Delete this deployment unit (deletes all the children).
|
java.util.Date |
getDeployDate()
Get the date/time the DU was deployed.
|
java.lang.String |
getDeployer()
Get the userid of the user doing the deploying.
|
java.lang.String |
getDeploymentUnitDir()
Get the deployment unit directory path.
|
java.lang.String |
getName()
Get the name of the deployment unit.
|
ProcessConfDAO |
getProcess(javax.xml.namespace.QName pid) |
java.util.Collection<? extends ProcessConfDAO> |
getProcesses()
Get the collection of processes that are deployed as part of this deployment unit.
|
void |
setDeploymentUnitDir(java.lang.String dir) |
java.lang.String getName()
java.lang.String getDeploymentUnitDir()
void setDeploymentUnitDir(java.lang.String dir)
java.util.Collection<? extends ProcessConfDAO> getProcesses()
java.util.Date getDeployDate()
java.lang.String getDeployer()
void delete()
ProcessConfDAO createProcess(javax.xml.namespace.QName pid, javax.xml.namespace.QName type, long version)
ProcessConfDAO getProcess(javax.xml.namespace.QName pid)