com.businessobjects.jsf.sdk.properties
Class DefaultParentType

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.DefaultParentType

public class DefaultParentType
extends java.lang.Object

Contains fields that specify which item will be the parent item.


Field Summary
static int CorporateCategory
           Use the BusinessObjects Enterprise main corporate category as the parent item.
static int Custom
           A parent item specified by the ParentItemID property.
static int None
           No parent item is chosen.
static int PersonalCategory
           Use the BusinessObjects Enterprise main personal category as the parent item.
static int RootFolder
           Use the system's root folder as the parent item.
static int UserRootCategory
           Use the user's root category as the parent item.
static int UserRootFolder
           Use the user root folder as the parent item.
 
Constructor Summary
DefaultParentType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

No parent item is chosen.

See Also:
Constant Field Values

Custom

public static final int Custom

A parent item specified by the ParentItemID property.

See Also:
Constant Field Values

RootFolder

public static final int RootFolder

Use the system's root folder as the parent item.

See Also:
Constant Field Values

UserRootFolder

public static final int UserRootFolder

Use the user root folder as the parent item.

See Also:
Constant Field Values

CorporateCategory

public static final int CorporateCategory

Use the BusinessObjects Enterprise main corporate category as the parent item.

See Also:
Constant Field Values

PersonalCategory

public static final int PersonalCategory

Use the BusinessObjects Enterprise main personal category as the parent item.

See Also:
Constant Field Values

UserRootCategory

public static final int UserRootCategory

Use the user's root category as the parent item.

See Also:
Constant Field Values
Constructor Detail

DefaultParentType

public DefaultParentType()