예제 #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())