|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Service for accessing recently visited objects.
Supported API: true
Extendable: false
Method Summary | |
void |
addCustomStackObject(WTObject a,
String customStackName)
Add the given object to the given custom stack as the most recently accessed one. |
Vector |
addCustomStackObject(WTObject a,
String customStackName,
boolean returnStack)
Add the given object to the given custom stack as the most recently accessed one and return the stack. |
void |
addCustomStackObjectByOid(ObjectIdentifier oid,
String customStackName)
Add the object corresponding to given ObjectIdentifier to the given custom stack as the most recently accessed one. |
Vector |
addCustomStackObjectByOid(ObjectIdentifier oid,
String customStackName,
boolean returnStack)
Add the object corresponding to given ObjectIdentifier to the given custom stack as the most recently accessed one and return the stack. |
void |
addRecentlyVisitedContainer(WTContainer wtc)
Add the given container as the most recently accessed one for the corresponding type. |
Vector |
addRecentlyVisitedContainer(WTContainer wtc,
boolean returnStack)
Add the given container as the most recently accessed one for the corresponding type and return the stack. |
void |
addRecentlyVisitedContainer(WTContainer wtc,
String type)
Add the given container as the most recently accessed one for the given type. |
void |
addRecentlyVisitedContainerByOid(ObjectIdentifier oid)
Add the container corresponding to given ObjectIdentifier as the most recently accessed one for the corresponding type. |
Vector |
addRecentlyVisitedContainerByOid(ObjectIdentifier oid,
boolean returnStack)
Add the container corresponding to given ObjectIdentifier as the most recently accessed one for the corresponding type and return the stack. |
void |
addRecentlyVisitedObject(WTObject a)
Add the given object as the most recently accessed one. |
Vector |
addRecentlyVisitedObject(WTObject a,
boolean returnStack)
Add the given object as the most recently accessed one and return the stack. |
void |
addRecentlyVisitedObjectByOid(ObjectIdentifier oid)
Add the object corresponding to given ObjectIdentifier as the most recently accessed one. |
Vector |
addRecentlyVisitedObjectByOid(ObjectIdentifier oid,
boolean returnStack)
Add the object corresponding to given ObjectIdentifier as the most recently accessed one and return the stack. |
Boolean |
getBypassRecentList()
Supported API: false |
Vector |
getCustomStack(String customStackName)
Gets all the most recently accessed objects currently in the given custom stack preference. |
Vector |
getCustomStack(String classname,
String customStackName)
Gets all the most recently accessed objects belonging to the classname currently in the given Custom Stack preference. |
Vector |
getFromDB(String prefName)
Deprecated. |
ObjectVisitedInfo |
getLastVisitedContainer()
Returns the most recently accessed container. |
ObjectVisitedInfo |
getLatestCustomStackObject(String customStackName)
Returns the most recently accessed object from given Custom Stack. |
ObjectVisitedInfo |
getRecentlyVisitedContainer(String type)
Gets the most recently accessed container for given type. |
Vector |
getRecentlyVisitedContainerStack(String type)
Gets all the most recently accessed containers for given type. |
int |
getRecentlyVisitedContainerStackSize(String type)
Returns the setting for maximum number of conainers as part of stack of recently visited containers of given type. |
ObjectVisitedInfo |
getRecentlyVisitedObject()
Returns the most recently accessed object. |
Vector |
getRecentlyVisitedObjectStack()
Gets all the most recently accessed objects currently in the preference. |
Vector |
getRecentlyVisitedObjectStack(String classname)
Gets all the most recently accessed objects belonging to the classname currently in the preference. |
int |
getRecentlyVisitedObjectStackSize()
Returns the setting for maximum number of objects as part of stack of recently visited objects. |
Vector |
listCustomStacks()
Get all custom stack names as Vector. |
void |
setBypassRecentList(Boolean bypass)
Supported API: false |
void |
setLastVisitedContainer(WTContainer wtc)
Sets the given container as the most recently accessed container. |
void |
setRecentlyVisitedContainerStackSize(int i,
String type)
Sets the maximum number of containers as part of stack of recently visited containers for given type. |
void |
setRecentlyVisitedObjectStackSize(int i)
Sets the maximum number of objects as part of stack of recently visited objects. |
Method Detail |
public void addRecentlyVisitedContainer(WTContainer wtc) throws WTException
wtc
-
WTException
public void addRecentlyVisitedContainer(WTContainer wtc, String type) throws WTException
wtc
- type
-
WTException
public void addRecentlyVisitedObject(WTObject a) throws WTException
a
-
WTException
public ObjectVisitedInfo getLastVisitedContainer() throws WTException
WTException
public ObjectVisitedInfo getRecentlyVisitedContainer(String type) throws WTException
type
-
WTException
public Vector getRecentlyVisitedContainerStack(String type) throws WTException
type
-
WTException
public ObjectVisitedInfo getRecentlyVisitedObject() throws WTException
WTException
public Vector getRecentlyVisitedObjectStack() throws WTException
WTException
public void setLastVisitedContainer(WTContainer wtc) throws WTException
wtc
-
WTException
public void setRecentlyVisitedContainerStackSize(int i, String type) throws WTException
i
- type
-
WTException
public void setRecentlyVisitedObjectStackSize(int i) throws WTException
i
-
WTException
public int getRecentlyVisitedContainerStackSize(String type) throws WTException
type
-
WTException
public int getRecentlyVisitedObjectStackSize() throws WTException
WTException
public void addCustomStackObject(WTObject a, String customStackName) throws WTException
a
- customStackName
-
WTException
public ObjectVisitedInfo getLatestCustomStackObject(String customStackName) throws WTException
customStackName
-
WTException
public Vector getCustomStack(String customStackName) throws WTException
customStackName
-
WTException
public Vector listCustomStacks() throws WTException
WTException
public Vector getCustomStack(String classname, String customStackName) throws WTException
classname
- customStackName
-
WTException
public Vector getRecentlyVisitedObjectStack(String classname) throws WTException
classname
-
WTException
public void setBypassRecentList(Boolean bypass) throws WTException
bypass
-
WTException
public Boolean getBypassRecentList() throws WTException
WTException
public void addRecentlyVisitedObjectByOid(ObjectIdentifier oid) throws WTException
oid
-
WTException
public void addRecentlyVisitedContainerByOid(ObjectIdentifier oid) throws WTException
oid
-
WTException
public void addCustomStackObjectByOid(ObjectIdentifier oid, String customStackName) throws WTException
oid
- customStackName
-
WTException
public Vector addRecentlyVisitedObjectByOid(ObjectIdentifier oid, boolean returnStack) throws WTException
oid
- returnStack
-
WTException
public Vector addRecentlyVisitedContainer(WTContainer wtc, boolean returnStack) throws WTException
wtc
- returnStack
-
WTException
public Vector addCustomStackObjectByOid(ObjectIdentifier oid, String customStackName, boolean returnStack) throws WTException
oid
- customStackName
- returnStack
-
WTException
public Vector addRecentlyVisitedContainerByOid(ObjectIdentifier oid, boolean returnStack) throws WTException
oid
- returnStack
-
WTException
public Vector addRecentlyVisitedObject(WTObject a, boolean returnStack) throws WTException
a
- returnStack
-
WTException
public Vector addCustomStackObject(WTObject a, String customStackName, boolean returnStack) throws WTException
a
- customStackName
- returnStack
-
WTException
public Vector getFromDB(String prefName) throws WTException
prefName
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |