|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecoratedNavObject
Represents an item in the navigation context
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
|
java.lang.String |
getKey()
|
PlanIdentifier |
getMaster()
The master plan iff the plan is a branched plan and it has a master. |
com.google.common.collect.ImmutableList<? extends DecoratedNavGroupObject> |
getNavGroups()
|
DecoratedNavObject |
getParent()
|
PlanType |
getPlanType()
|
DecoratedNavObjectStatus |
getStatus()
|
java.lang.String |
getType()
|
boolean |
isResult()
|
java.lang.String |
replaceKey(java.lang.String url,
DecoratedNavObject originalObject)
Given an existing url (may be directly from the originalObject or may be with a static ${planKey} reference) generate the new url for this object |
Method Detail |
---|
@NotNull java.lang.String getKey()
@NotNull java.lang.String getDisplayName()
@NotNull com.google.common.collect.ImmutableList<? extends DecoratedNavGroupObject> getNavGroups()
@Nullable DecoratedNavObject getParent()
@NotNull PlanType getPlanType()
@NotNull java.lang.String getType()
boolean isResult()
@Nullable DecoratedNavObjectStatus getStatus()
@Nullable java.lang.String replaceKey(java.lang.String url, DecoratedNavObject originalObject)
url
- - to manipulateoriginalObject
- - the object the original url may have belonged to
@Nullable PlanIdentifier getMaster()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |