WebCenter Interaction API  
 

IPTFolder Members

IPTFolder overview

Public Instance Methods

public methodAddClassificationFilter Assigns a Classification Filter to this Folder
public methodAddUserAsRelatedExpert 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.
public methodGetCatalog Returns an interface to the Catalog
public methodGetClassificationFiltersOperator Returns the Classification Filter operator, either PT_BOOLOP_AND or PT_BOOLOP_OR, that us applied to the Filters assigned to this Folder
public methodGetDefaultDataSource Returns the default DataSource to be used when submitting Cards to this Folder
public methodGetDefaultOrderBy Returns the PropertyID by which cards should be ordered when querying through the database
public methodGetDefaultSearchOrderBy Returns the PropertyID by which cards should be ordered when querying through search
public methodGetFolderLevel Returns the depth of the Folder
public methodGetParentFolderID Returns the parent folderID of this Folder
public methodGetPath Returns the Folder Path starting from root folder to this Folder.
public methodGetPathAsQueryResult Returns a localized path as a query result.
public methodGetPresentationHint Retrieves the Presentation Hint
public methodGetRelatedResourcesOverloaded. Returns the Related Resources assigned to this Folder for the specified categories.
public methodGetSettings Returns a particular setting of this folder.
public methodGetSubmitAccessLevel Returns the highest Access Level that the current user has on this Folder
public methodQueryCardsOverloaded. Queries the Cards in this Folder.
public methodQueryCardsCount Returns the number of cards in this Folder.
public methodQueryClassificationFilters Queries the Filters that are assigned to this Folder
public methodQuerySubfoldersOverloaded. Queries the subfolders of this folder.
public methodQuerySubfoldersCount Returns the number of subfolders directly under this Folder
public methodRemoveClassificationFilter Unassigns a Classification Filter from this Folder. This does not delete the Filter.
public methodScheduleRecursiveAction This method is currently not implemented.
public methodSetClassificationFiltersOperator Sets the Classification Filter operator, either PT_BOOLOP_AND or PT_BOOLOP_OR, that is applied to the Filters assigned to this Folder
public methodSetDefaultOrderBy Sets the PropertyID by which cards should be ordered when querying through the database
public methodSetDefaultSearchOrderBy Sets the PropertyID by which cards should be ordered when querying through search
public methodSetPresentationHint Sets the Presentation Hint
public methodSetSettings Sets a particular setting value on this folder
public methodSimpleQueryCardsOverloaded. Queries the Cards of this Folder. By default the query returns all properties and all matching cards
public methodSimpleQuerySubfoldersOverloaded. Queries the subfolders of this folder. By default the query returns all properties and all matching subfoldres
public methodTrimSpaces Returns a String with leading and trailing whitespace omitted. Calls java.util.String.trim()

See Also

IPTFolder Interface | com.plumtree.server Namespace