Пример #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())