COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.common.spi
Interface OutboundContext

All Known Implementing Classes:
OutboundDataContext

public interface OutboundContext


Field Summary
static java.lang.String NAMESPACE
           
 
Method Summary
 IDataQueryService getRootQuery()
           
 void setRootQuery(IDataQueryService rootQuery)
           
 

Field Detail

NAMESPACE

static final java.lang.String NAMESPACE
See Also:
Constant Field Values
Method Detail

setRootQuery

void setRootQuery(IDataQueryService rootQuery)

getRootQuery

IDataQueryService getRootQuery()

COSMOS ${releaseVersion} data-collection Project
Public API Specification