wt.epm.structure
Class EPMNavigateUtility.IdSet
java.lang.Object
wt.epm.structure.EPMNavigateUtility.IdSet
- Enclosing class:
- EPMNavigateUtility
- protected static class EPMNavigateUtility.IdSet
- extends Object
Represents a collection of one or more object identifiers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectIDs
private HashSet objectIDs
databaseIDs
private long[] databaseIDs
EPMNavigateUtility.IdSet
protected EPMNavigateUtility.IdSet(Persistable object)
EPMNavigateUtility.IdSet
protected EPMNavigateUtility.IdSet(OidHolder[] oidHolders)
throws WTException
- Constructs a set of object identifiers from an array of OidHolders
removing duplicates.
EPMNavigateUtility.IdSet
protected EPMNavigateUtility.IdSet(Persistable[] objects)
- Constructs a set of object identifiers from an array of Persistable objects
removing duplicates.
EPMNavigateUtility.IdSet
protected EPMNavigateUtility.IdSet(Versioned[] objects)
throws WTException
- Constructs a set of Branch identifiers from an array of Persistable objects
removing duplicates.
getSearchCondition
protected SearchCondition getSearchCondition(Class objectClass,
String attribute)
throws WTException
- Throws:
WTException
getDatabaseIDs
protected long[] getDatabaseIDs()
getObjectIDs
protected Collection getObjectIDs()