Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectSourceContext
-
-
Uses of ManagedObjectSourceContext in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectSourceContext Modifier and Type Method Description ManagedObjectSourceMetaData<O,F>
ManagedObjectSource. init(ManagedObjectSourceContext<F> context)
Initialises theManagedObjectSource
. -
Uses of ManagedObjectSourceContext in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl that return ManagedObjectSourceContext Modifier and Type Method Description ManagedObjectSourceContext<F>
AbstractAsyncManagedObjectSource.MetaDataContext. getManagedObjectSourceContext()
Obtains theManagedObjectSourceContext
.Methods in net.officefloor.frame.api.managedobject.source.impl with parameters of type ManagedObjectSourceContext Modifier and Type Method Description ManagedObjectSourceMetaData<O,F>
AbstractAsyncManagedObjectSource. init(ManagedObjectSourceContext<F> context)
-
Uses of ManagedObjectSourceContext in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource that implement ManagedObjectSourceContext Modifier and Type Class Description class
ManagedObjectSourceContextImpl<F extends java.lang.Enum<F>>
Implementation of theManagedObjectSourceContext
. -
Uses of ManagedObjectSourceContext in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ManagedObjectSourceContext Modifier and Type Method Description ManagedObjectSourceMetaData<None,None>
MockManagedObjectSource. init(ManagedObjectSourceContext context)
-
Uses of ManagedObjectSourceContext in net.officefloor.jdbc
Methods in net.officefloor.jdbc with parameters of type ManagedObjectSourceContext Modifier and Type Method Description protected abstract void
AbstractJdbcManagedObjectSource. setupActive(ManagedObjectSourceContext<None> mosContext)
Sets up theManagedObjectSource
for active use.protected void
DataSourceManagedObjectSource. setupActive(ManagedObjectSourceContext<None> mosContext)
protected void
ReadOnlyConnectionManagedObjectSource. setupActive(ManagedObjectSourceContext<None> mosContext)
-
Uses of ManagedObjectSourceContext in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type ManagedObjectSourceContext Modifier and Type Method Description ManagedObjectSourceMetaData<O,Indexed>
HttpSecurityManagedObjectAdapterSource. init(ManagedObjectSourceContext<Indexed> context)
-