class documentation

class ZCatalogManager(object): (source)

View In Hierarchy

Provide catalog utility methods for search query formatting and object traversal.

Includes helpers for building catalog search query strings with AND/OR operators, executing catalog queries, and resolving catalog object paths for ZMS objects.

Method getCatalogPathObject Undocumented
Method getCatalogQueryString Undocumented
Method submitCatalogQuery Undocumented
def getCatalogPathObject(self, path): (source)

Undocumented

def getCatalogQueryString(self, raw, option='AND', only_words=False): (source)

Undocumented

def submitCatalogQuery(self, search_query, search_order_by, search_meta_types=[], search_clients=False, REQUEST=None): (source)

Undocumented