|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final java.lang.String FOLDER_KIND
The Kind used to query for Folder objects.
static final java.lang.String FOLDER_PROGID
The ProgID for the Folder Class.
| ProgID | CrystalEnterprise.Folder |
| Query Category | CI_INFOOBJECTS |
| Associated Interface | com.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
static final java.lang.String FAVORITESFOLDER_KIND
The Kind used to query for Favorites Folder objects.
static final java.lang.String FAVORITESFOLDER_PROGID
The ProgID for the Favorites Folder Class.
| ProgID | CrystalEnterprise.FavoritesFolder |
| Query Category | CI_INFOOBJECTS |
| Associated Interface | com.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
| Method Detail |
|---|
java.lang.String[] getPath()
Returns this folder's path.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||