|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecentlyVisitedService
Service for accessing recently visited objects.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addRecentlyVisitedContainer(WTContainer wtc)
Add the given container as the most recently accessed one for the corresponding type. |
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. |
void |
addRecentlyVisitedObject(WTObject a)
Add the given object as the most recently accessed one. |
void |
addRecentlyVisitedObjectByOid(ObjectIdentifier oid)
Add the object corresponding to given ObjectIdentifier as the most recently accessed one. |
ObjectVisitedInfo |
getLastVisitedContainer()
Returns the most recently accessed container. |
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. |
int |
getRecentlyVisitedObjectStackSize()
Returns the setting for maximum number of objects as part of stack of recently visited objects. |
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 |
|---|
void addRecentlyVisitedContainer(WTContainer wtc)
throws WTException
wtc -
WTException
void addRecentlyVisitedContainer(WTContainer wtc,
String type)
throws WTException
wtc - type -
WTException
void addRecentlyVisitedObject(WTObject a)
throws WTException
a -
WTException
ObjectVisitedInfo getLastVisitedContainer()
throws WTException
WTException
ObjectVisitedInfo getRecentlyVisitedContainer(String type)
throws WTException
type -
WTException
Vector getRecentlyVisitedContainerStack(String type)
throws WTException
type -
WTException
ObjectVisitedInfo getRecentlyVisitedObject()
throws WTException
WTException
Vector getRecentlyVisitedObjectStack()
throws WTException
WTException
void setLastVisitedContainer(WTContainer wtc)
throws WTException
wtc -
WTException
void setRecentlyVisitedContainerStackSize(int i,
String type)
throws WTException
i - type -
WTException
void setRecentlyVisitedObjectStackSize(int i)
throws WTException
i -
WTException
int getRecentlyVisitedContainerStackSize(String type)
throws WTException
type -
WTException
int getRecentlyVisitedObjectStackSize()
throws WTException
WTException
void addRecentlyVisitedObjectByOid(ObjectIdentifier oid)
throws WTException
oid -
WTException
void addRecentlyVisitedContainerByOid(ObjectIdentifier oid)
throws WTException
oid -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||