|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.control.base.HabitatStack
public final class HabitatStack
Habitat instances. The class using this stack
is responsible for the logic when a habitat is pushed onto
the stack or popped from it. The stack will not check for
duplicates, so there could be several habitats stacked on
each other, all pointing to the same RID/StartRID combination.| Nested Class Summary | |
|---|---|
static interface |
HabitatStack.IPopStack
Deprecated. As of NetWeaver 7.1 |
| Constructor Summary | |
|---|---|
HabitatStack()
Deprecated. As of NetWeaver 7.1 |
|
| Method Summary | |
|---|---|
static int |
getMaxSize()
Deprecated. As of NetWeaver 7.1 |
boolean |
hasMore()
Deprecated. As of NetWeaver 7.1 |
Habitat |
peek()
Deprecated. As of NetWeaver 7.1 |
Habitat |
pop()
Deprecated. As of NetWeaver 7.1 |
void |
push(Habitat habitat)
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HabitatStack()
| Method Detail |
|---|
public static int getMaxSize()
public void push(Habitat habitat)
habitat - the habitat to put on top of the stack. If the
habitat has already reached its maximum number of entries, the
oldest entry will be removed from the stack. This frees space for
the habitat given as parameter. The parameter must not be nullpublic Habitat pop()
Habitat that has been added to this stack
using the push method and not yet removed. If no habitat is
available on the stack, the method will return null. If at least
one is available on the stack, this instance will be removed from the stack and
returned by this method.public Habitat peek()
Habitat on the stack, or null,
if no habitat is on the stack. Will not remove a habitat from the stackpublic boolean hasMore()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||