Class Folder
java.lang.Object
com.appiancorp.suiteapi.administration.Folder
- All Implemented Interfaces:
LocalId
,Serializable
Deprecated.
This class pertains to the legacy admin console,
which will be replaced by the Appian Administration Console over the coming releases.
This class represents a folder in the Administration Console.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates and returns a new Folder object.Page[]
Deprecated.Deprecated.Returns the description of the folder.getId()
Deprecated.Returns the unique ID of the folder.getName()
Deprecated.Returns the name of the folder.Long[]
Deprecated.Returns a list of page IDs which identify pages contained in the folder.Deprecated.Returns the ID of the parent folder of the folder, ornull
if the folder has no parent.Deprecated.Returns the sub-folders of the current folder.void
Deprecated.Converts the parsed String UUIDs into Longs.void
setAccessiblePages
(Page[] accessiblePages) Deprecated.void
setDescription
(String description_) Deprecated.SeegetDescription()
.void
Deprecated.SeegetId()
.void
Deprecated.SeegetName()
.void
setPageIds
(Long[] ids) Deprecated.SeegetPageIds()
.void
setParentId
(Long id_) Deprecated.SeegetParentId()
.void
setSubFolders
(List<Folder> folders) Deprecated.SeegetSubFolders()
.
-
Constructor Details
-
Folder
public Folder()Deprecated.
-
-
Method Details
-
copyNonLocalizedFieldsOnly
Deprecated.Creates and returns a new Folder object. The returned object's "non-localized" fields will be set to point to this object's corresponding fields. Non-localized fields are all the fields that are not String fields holding bundle keys.- Returns:
- a new Folder object.
-
getDescription
Deprecated.Returns the description of the folder.- Returns:
- the description of the folder.
- See Also:
-
setDescription
Deprecated.SeegetDescription()
.- Parameters:
description_
- The description of the folder.- See Also:
-
getId
Deprecated.Returns the unique ID of the folder. -
setId
Deprecated.SeegetId()
. -
getName
Deprecated.Returns the name of the folder.- Returns:
- the name of the folder.
- See Also:
-
setName
Deprecated.SeegetName()
.- Parameters:
name_
- The name of this folder.- See Also:
-
getPageIds
Deprecated.Returns a list of page IDs which identify pages contained in the folder.- Returns:
- a list of page IDs which identify pages contained in the folder.
- See Also:
-
setPageIds
Deprecated.SeegetPageIds()
.- Parameters:
ids_
- An array of page IDs which identify pages contained in the folder.- See Also:
-
getParentId
Deprecated.Returns the ID of the parent folder of the folder, ornull
if the folder has no parent.- Returns:
- the ID of the parent folder of the folder, or
null
if the folder has no parent. - See Also:
-
setParentId
Deprecated.SeegetParentId()
.- Parameters:
id_
- The parent id.- See Also:
-
getSubFolders
Deprecated.Returns the sub-folders of the current folder.- Returns:
- the sub-folders of the current folder
- See Also:
-
#setSubFolders(Folder[])
-
setSubFolders
Deprecated.SeegetSubFolders()
.- Parameters:
folders
- An array ofFolder
s that are the sub-folders of the current folder.- See Also:
-
getAccessiblePages
Deprecated. -
setAccessiblePages
Deprecated. -
resolvePageIds
Deprecated.Converts the parsed String UUIDs into Longs.- Parameters:
pas
- the service which provides the lookup
-