|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentUnitDAO
DAO interface for a "deployment unit", a collection of processes deployed as a single unit.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |