|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc
com.plumtree.uiinfrastructure.opener.types.classtypes.UIActivitySpaces
public class UIActivitySpaces
This psuedo class type represents the ID to use to tell the Common Opener to open Activity Spaces. Although the Common Opener is supposed to open objects, there are places in the Portal that are not related to objects, and thus this class type will allow you to go to those pages.
Field Summary | |
---|---|
static java.lang.String |
QS_ACTIVITY_SPACE_ID
QueryString paramenter for defining AS ID or to use a cached space. |
static java.lang.String |
QS_ACTIVITY_SPACE_NAME
QueryString paramenter for defining AS name. |
static java.lang.String |
QS_PARENT_SPACE_ID
QueryString paramenter for defining parent AS ID. |
static java.lang.String |
QS_PARENT_SPACE_NAME
QueryString paramenter for defining parent AS name. |
static java.lang.String |
QS_SPACE_ID_CACHED
QueryString paramenter value for using a cached space. |
static java.lang.String |
UICLASSTYPEDESC_CLASSNAME
Name that identifies this UIClassTypeDesc |
Constructor Summary | |
---|---|
UIActivitySpaces()
|
Method Summary | |
---|---|
java.lang.String |
GetClassName()
Returns the class name of the class type. |
ClassTypeEnum |
GetClassType()
Returns the class type. |
Redirect |
GetRedirectViewObject(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the view mode. |
Methods inherited from class com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc |
---|
GetClassKey, GetDefaultOpenerMode, GetRedirectCreateNew, GetRedirectOpenObject, GetRedirectSearchBrowse, GetRedirectSearchEdit, GetRedirectViewObjectMetaData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String UICLASSTYPEDESC_CLASSNAME
public static final java.lang.String QS_ACTIVITY_SPACE_NAME
public static final java.lang.String QS_ACTIVITY_SPACE_ID
public static final java.lang.String QS_SPACE_ID_CACHED
public static final java.lang.String QS_PARENT_SPACE_NAME
public static final java.lang.String QS_PARENT_SPACE_ID
Constructor Detail |
---|
public UIActivitySpaces()
Method Detail |
---|
public ClassTypeEnum GetClassType()
IClassTypeDesc
GetClassType
in interface IClassTypeDesc
GetClassType
in class AUIClassTypeDesc
public java.lang.String GetClassName()
IUIClassTypeDesc
GetClassName
in interface IUIClassTypeDesc
GetClassName
in class AUIClassTypeDesc
public Redirect GetRedirectViewObject(XPHashtable _htArguments, AActivitySpace _asParent, java.lang.Object _userSession)
IClassTypeDesc
GetRedirectViewObject
in interface IClassTypeDesc
GetRedirectViewObject
in class AUIClassTypeDesc
_htArguments
- Arguments to reach the new space._asParent
- The parent activity space._userSession
- The current session.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |