|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPTSiteMapFolder
| Method Summary | |
IPTSiteMapLink |
CreateLink()
Create a new link that will be in the current folder. |
IPTSiteMapFolder |
CreateSubfolder(java.lang.String strName,
java.lang.String strDesc)
Create a new folder that will be a child of the current folder. |
void |
DeleteLink(int nObjectID)
Delete link in the current folder. |
int |
GetFolderDepth()
Get the folder depth. |
java.lang.String |
GetGID()
Return the GID, or genealogical ID. |
int |
GetParentFolderID()
Get the current folder's parent folder id. |
java.lang.String |
GetPath()
Get all the names of the parent folders above the current folder, from the root first, to the current folder's parent last. |
IPTSiteMapLink |
OpenLink(int nObjectID)
Open a link in the current folder. |
IPTQueryResult |
QueryLinks()
Query for all the links inside this folder that are visible to the current user. |
IPTQueryResult |
QuerySubfolders(boolean bGetSubSub)
Query for all the child folders inside this folder and if the boolean is true, get all the children's children as well. |
IPTQueryResult |
QuerySubfoldersRecursive()
Query for all the folders beneath this folder in the tree. |
void |
SetParent(IPTSiteMapFolder objParentFolder)
Set the parent folder of this folder. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetPath()
public IPTSiteMapFolder CreateSubfolder(java.lang.String strName,
java.lang.String strDesc)
strName - - name of the new folderstrDesc - - description of the new folderpublic IPTSiteMapLink CreateLink()
public IPTSiteMapLink OpenLink(int nObjectID)
nObjectID - - object id of the link to openpublic void DeleteLink(int nObjectID)
nObjectID - - object if of the link to delete.public IPTQueryResult QueryLinks()
public IPTQueryResult QuerySubfolders(boolean bGetSubSub)
bGetSubSub - - boolean to determine if only children should be returned
or grandchildren should be returned as well.public IPTQueryResult QuerySubfoldersRecursive()
public void SetParent(IPTSiteMapFolder objParentFolder)
objParentFolder - - folder will become the parent of the current folderpublic java.lang.String GetGID()
public int GetFolderDepth()
public int GetParentFolderID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||