public class ObjectMemberContext extends Object
| Constructor and Description |
|---|
ObjectMemberContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
SpecificationLoader specificationLookup,
AdapterManager adapterManager,
QuerySubmitter querySubmitter,
CollectionTypeRegistry collectionTypeRegistry,
ServicesProvider servicesProvider) |
| Modifier and Type | Method and Description |
|---|---|
AdapterManager |
getAdapterManager() |
AuthenticationSessionProvider |
getAuthenticationSessionProvider() |
CollectionTypeRegistry |
getCollectionTypeRegistry() |
DeploymentCategory |
getDeploymentCategory() |
QuerySubmitter |
getQuerySubmitter() |
ServicesProvider |
getServicesProvider() |
SpecificationLoader |
getSpecificationLookup() |
public ObjectMemberContext(DeploymentCategory deploymentCategory, AuthenticationSessionProvider authenticationSessionProvider, SpecificationLoader specificationLookup, AdapterManager adapterManager, QuerySubmitter querySubmitter, CollectionTypeRegistry collectionTypeRegistry, ServicesProvider servicesProvider)
public DeploymentCategory getDeploymentCategory()
public AuthenticationSessionProvider getAuthenticationSessionProvider()
public SpecificationLoader getSpecificationLookup()
public AdapterManager getAdapterManager()
public ServicesProvider getServicesProvider()
public QuerySubmitter getQuerySubmitter()
public CollectionTypeRegistry getCollectionTypeRegistry()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.