|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.ptutilities.migrationutility.exp.DependencyBundle
public class DependencyBundle
| Field Summary | |
|---|---|
protected int |
m_nObjectID
Object ID of this IPTMigrationElement |
protected IPTMigrationElement |
m_ptME
The IPTMigrationElement that this is a dependency bundle for |
protected XPArrayList |
m_xparDependencies
XPArrayList of all dependent IPTMigrationElements |
protected XPHashtable |
m_xphtUUIDs
XPHashtable of dependents. |
| Constructor Summary | |
|---|---|
DependencyBundle(IPTMigrationElement ptME,
int nObjectID)
|
|
| Method Summary | |
|---|---|
void |
AddDependentObject(IPTMigrationElement ptME)
Adds an IPTMigrationElement as a dependent on the main object. |
boolean |
DependencyExistsInBundle(java.lang.String strUUID)
Looks up the UUID to see if it is a dependent in this bundle. |
XPArrayList |
GetDependentObjects()
Get the array list of dependent objects (IPTMigrationElements) |
IPTMigrationElement |
GetMainObject()
Get the IPTMigrationELement that this bundle depends on |
int |
GetMainObjectID()
Get the object ID of the main IPTMigrationElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IPTMigrationElement m_ptME
protected XPArrayList m_xparDependencies
protected XPHashtable m_xphtUUIDs
protected int m_nObjectID
| Constructor Detail |
|---|
public DependencyBundle(IPTMigrationElement ptME,
int nObjectID)
ptME - nObjectID - | Method Detail |
|---|
public IPTMigrationElement GetMainObject()
public XPArrayList GetDependentObjects()
public int GetMainObjectID()
public void AddDependentObject(IPTMigrationElement ptME)
ptME - public boolean DependencyExistsInBundle(java.lang.String strUUID)
strUUID -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||