it.sistematica.isharedoc.opencmis.indatabase.server
Class InDatabaseServiceContext

java.lang.Object
  extended by it.sistematica.isharedoc.opencmis.indatabase.server.InDatabaseServiceContext

public class InDatabaseServiceContext
extends java.lang.Object

Helper class to associate context information with each incoming call


Constructor Summary
InDatabaseServiceContext()
           
 
Method Summary
static org.apache.chemistry.opencmis.commons.server.CallContext getCallContext()
           
static InDatabaseService getCmisService()
           
static void setCallContext(org.apache.chemistry.opencmis.commons.server.CallContext context)
           
static void setWrapperService(org.apache.chemistry.opencmis.server.support.CmisServiceWrapper<InDatabaseService> wrapperService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InDatabaseServiceContext

public InDatabaseServiceContext()
Method Detail

setWrapperService

public static void setWrapperService(org.apache.chemistry.opencmis.server.support.CmisServiceWrapper<InDatabaseService> wrapperService)

getCmisService

public static InDatabaseService getCmisService()

setCallContext

public static void setCallContext(org.apache.chemistry.opencmis.commons.server.CallContext context)

getCallContext

public static org.apache.chemistry.opencmis.commons.server.CallContext getCallContext()