|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.store.jpa.JpaObj
org.apache.ode.store.jpa.DeploymentUnitDaoImpl
public class DeploymentUnitDaoImpl
| Constructor Summary | |
|---|---|
DeploymentUnitDaoImpl()
|
|
| 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()
The date the process was deployed. |
java.lang.String |
getDeployer()
The user that deployed the process. |
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 |
setDeployDate(java.util.Date deployDate)
|
void |
setDeployer(java.lang.String deployer)
|
void |
setDeploymentUnitDir(java.lang.String dir)
|
void |
setName(java.lang.String name)
|
void |
setProcesses(java.util.Collection<ProcessConfDaoImpl> processes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentUnitDaoImpl()
| Method Detail |
|---|
public java.util.Collection<? extends ProcessConfDAO> getProcesses()
DeploymentUnitDAO
getProcesses in interface DeploymentUnitDAOpublic void setProcesses(java.util.Collection<ProcessConfDaoImpl> processes)
public java.lang.String getDeployer()
getDeployer in interface DeploymentUnitDAOpublic void setDeployer(java.lang.String deployer)
public java.util.Date getDeployDate()
getDeployDate in interface DeploymentUnitDAOpublic void setDeployDate(java.util.Date deployDate)
public java.lang.String getName()
DeploymentUnitDAO
getName in interface DeploymentUnitDAOpublic void setName(java.lang.String name)
public java.lang.String getDeploymentUnitDir()
DeploymentUnitDAO
getDeploymentUnitDir in interface DeploymentUnitDAOpublic void setDeploymentUnitDir(java.lang.String dir)
setDeploymentUnitDir in interface DeploymentUnitDAOpublic void delete()
DeploymentUnitDAO
delete in interface DeploymentUnitDAOdelete in class JpaObj
public ProcessConfDAO createProcess(javax.xml.namespace.QName pid,
javax.xml.namespace.QName type,
long version)
createProcess in interface DeploymentUnitDAOpublic ProcessConfDAO getProcess(javax.xml.namespace.QName pid)
getProcess in interface DeploymentUnitDAO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||