| java.lang.Object com.ibm.webdav.basicsearch.BasicSearchSchema
BasicSearchSchema | public class BasicSearchSchema implements SearchSchema(Code) | | BasicSearchSchema implements SearchSchema for the
DASL basic search format.
author: Michael Bell version: $Revision: 1.1 $ |
TAG_ANY_OTHER_PROP | final public static String TAG_ANY_OTHER_PROP(Code) | | |
TAG_OPERAND_LIT | final public static String TAG_OPERAND_LIT(Code) | | |
TAG_OPERAND_PROP | final public static String TAG_OPERAND_PROP(Code) | | |
TAG_PROPERTIES | final public static String TAG_PROPERTIES(Code) | | |
TAG_SEARCHABLE | final public static String TAG_SEARCHABLE(Code) | | |
TAG_SELECTABLE | final public static String TAG_SELECTABLE(Code) | | |
BasicSearchSchema | public BasicSearchSchema()(Code) | | |
addAnyOtherPropertyDescription | public void addAnyOtherPropertyDescription(boolean bSearchable, boolean bSelectable, boolean bSortable) throws Exception(Code) | | |
addPropertyDescription | public void addPropertyDescription(Element propertyEl, Element datatypeDef, boolean bSearchable, boolean bSelectable, boolean bSortable) throws Exception(Code) | | |
|
|