com.crystaldecisions.sdk.plugin.desktop.folder
Interface IFolderBase

All Known Subinterfaces:
IFolder

public interface IFolderBase

This interface enables interactions with Folder objects.


Field Summary
static java.lang.String FAVORITESFOLDER_KIND
           The Kind used to query for Favorites Folder objects.
static java.lang.String FAVORITESFOLDER_PROGID
          The ProgID for the Favorites Folder Class.
static java.lang.String FOLDER_KIND
           The Kind used to query for Folder objects.
static java.lang.String FOLDER_PROGID
          The ProgID for the Folder Class.
 
Method Summary
 java.lang.String[] getPath()
           Returns this folder's path.
 

Field Detail

FOLDER_KIND

static final java.lang.String FOLDER_KIND

The Kind used to query for Folder objects.

See Also:
Constant Field Values

FOLDER_PROGID

static final java.lang.String FOLDER_PROGID

The ProgID for the Folder Class.

ProgIDCrystalEnterprise.Folder
Query CategoryCI_INFOOBJECTS
Associated Interfacecom.crystaldecisions.sdk.plugin.desktop.folder.IFolder

Query syntax:

SELECT
SI_PATH
FROM
CI_INFOOBJECTS
WHERE
SI_PROGID='CrystalEnterprise.Folder'

The CePropertyIDs named in the SELECT statement are those that are required to access data through the IFolder interface. For more information on their associations with the interface's methods, see IFolder

See Also:
Constant Field Values

FAVORITESFOLDER_KIND

static final java.lang.String FAVORITESFOLDER_KIND

The Kind used to query for Favorites Folder objects.

See Also:
Constant Field Values

FAVORITESFOLDER_PROGID

static final java.lang.String FAVORITESFOLDER_PROGID

The ProgID for the Favorites Folder Class.

ProgIDCrystalEnterprise.FavoritesFolder
Query CategoryCI_INFOOBJECTS
Associated Interfacecom.crystaldecisions.sdk.plugin.desktop.folder.IFolder

Query syntax:

SELECT
SI_PATH
FROM
CI_INFOOBJECTS
WHERE
SI_PROGID='CrystalEnterprise.FavoritesFolder'

The CePropertyIDs named in the SELECT statement are those that are required to access data through the IFolder interface. For more information on their associations with the interface's methods, see IFolder

See Also:
Constant Field Values
Method Detail

getPath

java.lang.String[] getPath()

Returns this folder's path.

Returns:
An array of folder names, starting with the immediate parent folder's name.
InfoObject properties to query for:
SI_PATH