| com.ibm.webdav.SearchSchema
All known Subclasses: com.ibm.webdav.basicsearch.BasicSearchSchema,
SearchSchema | public interface SearchSchema (Code) | | SearchSchema represents a schema which can be built and then published
as XML as a response to a DASL request for the supported search schema.
author: Michael Bell version: $Revision: 1.1 $ |
addAnyOtherPropertyDescription | public void addAnyOtherPropertyDescription(boolean bSearchable, boolean bSelectable, boolean bSortable) throws Exception(Code) | | |
addPropertyDescription | public void addPropertyDescription(Element propertyEl, Element datatypeEl, boolean bSearchable, boolean bSelectable, boolean bSortable) throws Exception(Code) | | |
|
|