|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.collections.RefreshHelper.RefreshData
Tracks the oids and branch ids for the first and second pass queries
Field Summary | |
private Set |
firstPassBranchIDs
The branch ids of VersionReferences that need to be queried in the 1st pass |
private Set |
firstPassOids
The oids of ObjectReferences that need to be queried in the 1st pass |
private Class |
persistableClass
The class of Persistable this data maintains QueryKeys for |
private Set |
secondPassBranchIDs
The branch ids of VersionReferences that need to be inflated |
private Set |
secondPassOids
The oids of ObjectReferences that need to be inflated |
Constructor Summary | |
(package private) |
RefreshHelper.RefreshData(Class persistable_class)
|
Method Summary | |
(package private) boolean |
addToFirstPass(ObjectIdentifier oid)
|
(package private) boolean |
addToFirstPass(VersionForeignKey vfk)
|
(package private) boolean |
addToSecondPass(ObjectIdentifier oid)
|
(package private) boolean |
addToSecondPass(VersionForeignKey vfk)
|
(package private) void |
appendFirstPassWhere(QuerySpec qs)
|
(package private) void |
appendSecondPassWhere(QuerySpec qs)
|
(package private) boolean |
containsInFirstPass(ObjectIdentifier oid)
|
(package private) boolean |
containsInFirstPass(VersionForeignKey vfk)
|
(package private) boolean |
containsInSecondPass(ObjectIdentifier oid)
|
(package private) boolean |
containsInSecondPass(VersionForeignKey vfk)
|
(package private) Class |
getPersistableClass()
|
(package private) boolean |
isFirstPassNeeded()
|
(package private) boolean |
isSecondPassNeeded()
|
(package private) boolean |
removeFromFirstPass(ObjectIdentifier oid)
|
(package private) boolean |
removeFromFirstPass(VersionForeignKey vfk)
|
(package private) boolean |
removeFromSecondPass(ObjectIdentifier oid)
|
(package private) boolean |
removeFromSecondPass(VersionForeignKey vfk)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Set firstPassOids
private Set firstPassBranchIDs
private Set secondPassOids
private Set secondPassBranchIDs
private final Class persistableClass
Constructor Detail |
RefreshHelper.RefreshData(Class persistable_class)
Method Detail |
boolean isFirstPassNeeded()
boolean isSecondPassNeeded()
void appendFirstPassWhere(QuerySpec qs) throws WTException
WTException
void appendSecondPassWhere(QuerySpec qs) throws WTException
WTException
Class getPersistableClass()
boolean addToFirstPass(ObjectIdentifier oid)
boolean addToFirstPass(VersionForeignKey vfk)
boolean addToSecondPass(ObjectIdentifier oid)
boolean addToSecondPass(VersionForeignKey vfk)
boolean containsInFirstPass(ObjectIdentifier oid)
boolean containsInFirstPass(VersionForeignKey vfk)
boolean containsInSecondPass(ObjectIdentifier oid)
boolean containsInSecondPass(VersionForeignKey vfk)
boolean removeFromFirstPass(ObjectIdentifier oid)
boolean removeFromFirstPass(VersionForeignKey vfk)
boolean removeFromSecondPass(ObjectIdentifier oid)
boolean removeFromSecondPass(VersionForeignKey vfk)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |