示例#1
0
def publishQueryService():
    b = createService(queryIndexer(), cdmArchive(),
                      support.entityFor(IThumbnailManager), searchProvider())
    registerService(b, binders())
示例#2
0
def publishQueryService():
    b = createService(queryIndexer())
    registerService(b, (bindSuperdeskSession, ))
示例#3
0
def publishQueryService():
    b = createService(queryIndexer())
    registerService(b, (bindSuperdeskSession,))
示例#4
0
def publishQueryService():
    b = createService(queryIndexer(), cdmArchive(), support.entityFor(IThumbnailManager), searchProvider())
    registerService(b, binders())