com.plumtree.server
Class PT_FOLDER_SETTINGS

java.lang.Object
  |
  +--com.plumtree.server.PT_FOLDER_SETTINGS

public final class PT_FOLDER_SETTINGS
extends java.lang.Object

See Also:
folder queries can have a propid that returns the classification settings of the folder. in this case, when you ask the query result for the value with the propid for the classification settings field, you will get back an int that will have the following in a bitmask

Field Summary
static int PT_FOLDER_CLASSFN_AND_FILTERS
          All of a folder's filters must be satisfied for cards to pass
static int PT_FOLDER_CLASSFN_DEFAULT_SUBFOLDERID
          Cards rejected from child folders default to this specified folder
static int PT_FOLDER_CLASSFN_DONT_INDEX
          Folder object itself should not be indexed for search
static int PT_FOLDER_CLASSFN_OR_FILTERS
          Any of a folder's filters can be satisfied for cards to pass
static int PT_FOLDER_CLASSFN_PASS_ALL_CARDS
          Allow all cards to pass without examination
static int PT_FOLDER_CLASSFN_PASS_NO_CARDS
          No cards may pass irrespective of filter satisfication
static int PT_FOLDER_CLASSFN_PUT_CARDS_HERE
          Cards rejected from child folders default to this parent folder
static int PT_FOLDER_INDEXONSTORE
          Folder should be indexed at the time store is called
static int PT_FOLDER_SEMIO_ENHANCED
          Folder is subject of Semio integration logic
 
Constructor Summary
PT_FOLDER_SETTINGS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_FOLDER_CLASSFN_PASS_ALL_CARDS

public static final int PT_FOLDER_CLASSFN_PASS_ALL_CARDS
Allow all cards to pass without examination

PT_FOLDER_CLASSFN_PASS_NO_CARDS

public static final int PT_FOLDER_CLASSFN_PASS_NO_CARDS
No cards may pass irrespective of filter satisfication

PT_FOLDER_CLASSFN_PUT_CARDS_HERE

public static final int PT_FOLDER_CLASSFN_PUT_CARDS_HERE
Cards rejected from child folders default to this parent folder

PT_FOLDER_CLASSFN_DEFAULT_SUBFOLDERID

public static final int PT_FOLDER_CLASSFN_DEFAULT_SUBFOLDERID
Cards rejected from child folders default to this specified folder

PT_FOLDER_CLASSFN_AND_FILTERS

public static final int PT_FOLDER_CLASSFN_AND_FILTERS
All of a folder's filters must be satisfied for cards to pass

PT_FOLDER_CLASSFN_OR_FILTERS

public static final int PT_FOLDER_CLASSFN_OR_FILTERS
Any of a folder's filters can be satisfied for cards to pass

PT_FOLDER_CLASSFN_DONT_INDEX

public static final int PT_FOLDER_CLASSFN_DONT_INDEX
Folder object itself should not be indexed for search

PT_FOLDER_SEMIO_ENHANCED

public static final int PT_FOLDER_SEMIO_ENHANCED
Folder is subject of Semio integration logic

PT_FOLDER_INDEXONSTORE

public static final int PT_FOLDER_INDEXONSTORE
Folder should be indexed at the time store is called
Constructor Detail

PT_FOLDER_SETTINGS

public PT_FOLDER_SETTINGS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.