Uses of Interface
net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource.MetaDataContext
-
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.compile.test.managedobject
Fields in net.officefloor.compile.test.managedobject declared as AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Field Description static AbstractAsyncManagedObjectSource.MetaDataContext<?,?>
ManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource. metaDataContext
Methods in net.officefloor.compile.test.managedobject that return AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
AbstractAsyncManagedObjectSource.MetaDataContext<M,F>ManagedObjectLoaderUtil. createMetaDataContext(java.lang.Class<M> dependenciesEnum, java.lang.Class<F> flowsEnum, java.lang.String... propertyNameValues)
Methods in net.officefloor.compile.test.managedobject with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
ManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.flyway
Methods in net.officefloor.flyway with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
FlywayManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<FlywayManagedObjectSource.DependencyKeys,None> context)
protected void
FlywayMigrateManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.frame.api.managedobject.executor
Constructors in net.officefloor.frame.api.managedobject.executor with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Constructor Description ManagedObjectExecutorFactory(AbstractAsyncManagedObjectSource.MetaDataContext<?,F> context, F flowKey, java.lang.String teamName)
Instantiate for invoking byFlow
key.ManagedObjectExecutorFactory(AbstractAsyncManagedObjectSource.MetaDataContext<?,Indexed> context, java.lang.String teamName)
Instantiate for invoking by next index. -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected abstract void
AbstractAsyncManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<O,F> context)
Overridden to load meta-data. -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test with type parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Field Description java.util.function.Consumer<AbstractAsyncManagedObjectSource.MetaDataContext<O,F>>
TestManagedObject. enhanceMetaData
OptionalConsumer
to enhance theManagedObjectSourceMetaData
.Methods in net.officefloor.frame.test with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
TestManagedObject.TestManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<O,F> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.identity.google
Methods in net.officefloor.identity.google with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
GoogleIdTokenVerifierManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,GoogleIdTokenVerifierManagedObjectSource.Flows> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.jdbc
Methods in net.officefloor.jdbc with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
AbstractJdbcManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
ConnectionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ConnectionManagedObjectSource.DependencyKeys,None> context)
protected void
AbstractJdbcManagedObjectSource. loadValidateConnectivity(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
Loads validation of connectivity on start up.protected abstract void
AbstractJdbcManagedObjectSource. setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
Sets up the meta-data.protected void
DataSourceManagedObjectSource. setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
ReadOnlyConnectionManagedObjectSource. setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.jpa
Methods in net.officefloor.jpa with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
JpaManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.nosql.cosmosdb
Methods in net.officefloor.nosql.cosmosdb with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
CosmosAsyncClientManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
CosmosAsyncDatabaseManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
CosmosAsyncEntitiesManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
CosmosClientManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
CosmosDatabaseManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
CosmosEntitiesManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.nosql.dynamodb
Methods in net.officefloor.nosql.dynamodb with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
DynamoDbMapperManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.pay.paypal
Methods in net.officefloor.pay.paypal with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
PayPalHttpClientManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,PayPalHttpClientManagedObjectSource.Flows> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.managedobject.clazz
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
ClassManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)
static void
ClassExtensionFactory. registerExtension(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context, java.lang.Class<?> objectClass)
Registers the extension. -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
Singleton. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
VariableManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.xml.marshall.tree
Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
TreeXmlMarshallerManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
FlatXmlUnmarshallerManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.xml.unmarshall.tree
Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
TreeXmlUnmarshallerManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.r2dbc
Methods in net.officefloor.r2dbc with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
R2dbcManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected AcceptedSocketDecorator
HttpServerSocketManagedObjectSource. getAcceptedSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)
Enables overriding to configure theAcceptedSocketDecorator
.protected ServerSocketDecorator
HttpServerSocketManagedObjectSource. getServerSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)
Enables overriding to configure aServerSocketDecorator
.protected void
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
HttpServerSocketManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.servlet.supply
Methods in net.officefloor.servlet.supply with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
ServletServicerManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring
Methods in net.officefloor.spring with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
ApplicationContextManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
SpringBeanManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring.webclient
Methods in net.officefloor.spring.webclient with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
WebClientManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
InMemoryJwtAuthorityRepositoryManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
InMemoryJwtAuthorityRepositoryManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
JwtClaimsManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<JwtClaimsManagedObjectSource.Dependencies,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
JwtAuthorityManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,JwtAuthorityManagedObjectSource.Flows> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
HttpResourceCacheManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
HttpResourceStoreManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.response
Methods in net.officefloor.web.response with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
ObjectResponseManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ObjectResponseManagedObjectSource.ObjectResponseDependencies,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.security.impl
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
JndiLdapManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<JndiLdapManagedObjectSource.DependencyKeys,None> context)
protected void
MockCredentialStoreManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
protected void
PasswordFileManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.session
Methods in net.officefloor.web.session with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
HttpSessionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.session.object
Methods in net.officefloor.web.session.object with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected void
HttpSessionObjectManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpSessionObjectManagedObject.Dependencies,None> context)
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.state
-