Uses of Class
com.wewebu.ow.server.ecm.OwSearchObjectStore

Packages that use OwSearchObjectStore
com.wewebu.ow.server.app   
com.wewebu.ow.server.ecm   
 

Uses of OwSearchObjectStore in com.wewebu.ow.server.app
 

Methods in com.wewebu.ow.server.app that return OwSearchObjectStore
static OwSearchObjectStore OwEcmUtil.createSearchStore(String objectStoreId_p, String objectStoreName_p)
          Creates a OwSearchObjectStore object with the given parameters.
 

Methods in com.wewebu.ow.server.app with parameters of type OwSearchObjectStore
static OwSearchNode OwEcmUtil.createSimpleSearchNode(int objectType_p, OwSearchObjectStore searchObjectStore_p, String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwFieldDefinitionProvider fielddefinitionprovider_p)
          create a simple search node from a array of property values
static OwSearchNode OwEcmUtil.createSimpleSearchNode(int objectType_p, OwSearchObjectStore searchObjectStore_p, String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwFieldDefinitionProvider fielddefinitionprovider_p, boolean searchSubFolders_p)
          create a simple search node from a array of property values
 

Uses of OwSearchObjectStore in com.wewebu.ow.server.ecm
 

Methods in com.wewebu.ow.server.ecm that return OwSearchObjectStore
 OwSearchObjectStore OwSearchPath.getObjectStore()
           
 OwSearchObjectStore OwSearchObjectStore.unify(OwSearchObjectStore objectStore_p)
          Unifies the state of this ObjectStore and the given ObjectStore parameter and returns their unified state as a new ObjectStore.
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwSearchObjectStore
 OwSearchObjectStore OwSearchObjectStore.unify(OwSearchObjectStore objectStore_p)
          Unifies the state of this ObjectStore and the given ObjectStore parameter and returns their unified state as a new ObjectStore.
 

Constructors in com.wewebu.ow.server.ecm with parameters of type OwSearchObjectStore
OwSearchPath(OwSearchObjectStore objectStore_p)
          Constructor
OwSearchPath(String id_p, String pathName_p, boolean searchSubFolders_p, OwSearchObjectStore objectStore_p)
          Constructor
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.