com.plumtree.server
Class PT_FOLDER_SETTINGS

java.lang.Object
  extended by com.plumtree.server.PT_FOLDER_SETTINGS

public final class PT_FOLDER_SETTINGS
extends java.lang.Object

Version:
$Revision$
Author:
StephenC
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()
           
 
Method Summary
 
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

See Also:
Constant Field Values

PT_FOLDER_CLASSFN_PASS_NO_CARDS

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

See Also:
Constant Field Values

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

See Also:
Constant Field Values

PT_FOLDER_CLASSFN_DEFAULT_SUBFOLDERID

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

See Also:
Constant Field Values

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

See Also:
Constant Field Values

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

See Also:
Constant Field Values

PT_FOLDER_CLASSFN_DONT_INDEX

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

See Also:
Constant Field Values

PT_FOLDER_SEMIO_ENHANCED

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

See Also:
Constant Field Values

PT_FOLDER_INDEXONSTORE

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

See Also:
Constant Field Values
Constructor Detail

PT_FOLDER_SETTINGS

public PT_FOLDER_SETTINGS()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.