Aqualogic Interaction API  
 

IPTFolder Members

IPTFolder overview

Public Instance Methods

AddClassificationFilter Assigns a Classification Filter to this Folder
AddUserAsRelatedExpert Adds the current user as a Related Expert on this Folder. The current user must have the PT_ACTIVITY_RIGHT_SELFSELECTING_EXPERTS activity right as well as SELECT rights on the Folder.
GetCatalog Returns an interface to the Catalog
GetClassificationFiltersOperator Returns the Classification Filter operator, either PT_BOOLOP_AND or PT_BOOLOP_OR, that us applied to the Filters assigned to this Folder
GetDefaultDataSource Returns the default DataSource to be used when submitting Cards to this Folder
GetDefaultOrderBy Returns the PropertyID by which cards should be ordered when querying through the database
GetDefaultSearchOrderBy Returns the PropertyID by which cards should be ordered when querying through search
GetFolderLevel Returns the depth of the Folder
GetParentFolderID Returns the parent folderID of this Folder
GetPath Returns the Folder Path starting from root folder to this Folder.
GetPathAsQueryResult Returns a localized path as a query result.
GetPresentationHint Retrieves the Presentation Hint
GetRelatedResourcesOverloaded. Returns the Related Resources assigned to this Folder for the specified categories.
GetSettings Returns a particular setting of this folder.
GetSubmitAccessLevel Returns the highest Access Level that the current user has on this Folder
QueryCardsOverloaded. Queries the Cards in this Folder.
QueryCardsCount Returns the number of cards in this Folder.
QueryClassificationFilters Queries the Filters that are assigned to this Folder
QuerySubfoldersOverloaded. Queries the subfolders of this folder.
QuerySubfoldersCount Returns the number of subfolders directly under this Folder
RemoveClassificationFilter Unassigns a Classification Filter from this Folder. This does not delete the Filter.
ScheduleRecursiveAction This method is currently not implemented.
SetClassificationFiltersOperator Sets the Classification Filter operator, either PT_BOOLOP_AND or PT_BOOLOP_OR, that is applied to the Filters assigned to this Folder
SetDefaultOrderBy Sets the PropertyID by which cards should be ordered when querying through the database
SetDefaultSearchOrderBy Sets the PropertyID by which cards should be ordered when querying through search
SetPresentationHint Sets the Presentation Hint
SetSettings Sets a particular setting value on this folder
SimpleQueryCardsOverloaded. Queries the Cards of this Folder. By default the query returns all properties and all matching cards
SimpleQuerySubfoldersOverloaded. Queries the subfolders of this folder. By default the query returns all properties and all matching subfoldres

See Also

IPTFolder Interface | com.plumtree.server Namespace