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