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. metaDataContextMethods 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 voidManagedObjectLoaderUtil.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 voidFlywayManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<FlywayManagedObjectSource.DependencyKeys,None> context)protected voidFlywayMigrateManagedObjectSource. 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 byFlowkey.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 voidAbstractAsyncManagedObjectSource. 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. enhanceMetaDataOptionalConsumerto enhance theManagedObjectSourceMetaData.Methods in net.officefloor.frame.test with parameters of type AbstractAsyncManagedObjectSource.MetaDataContext Modifier and Type Method Description protected voidTestManagedObject.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 voidGoogleIdTokenVerifierManagedObjectSource. 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 voidAbstractJdbcManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidConnectionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ConnectionManagedObjectSource.DependencyKeys,None> context)protected voidAbstractJdbcManagedObjectSource. loadValidateConnectivity(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)Loads validation of connectivity on start up.protected abstract voidAbstractJdbcManagedObjectSource. setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)Sets up the meta-data.protected voidDataSourceManagedObjectSource. setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidReadOnlyConnectionManagedObjectSource. 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 voidJpaManagedObjectSource. 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 voidCosmosAsyncClientManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidCosmosAsyncDatabaseManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidCosmosAsyncEntitiesManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidCosmosClientManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidCosmosDatabaseManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidCosmosEntitiesManagedObjectSource. 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 voidDynamoDbMapperManagedObjectSource. 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 voidPayPalHttpClientManagedObjectSource. 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 voidClassManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)static voidClassExtensionFactory. 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 voidSingleton. 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 voidVariableManagedObjectSource. 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 voidTreeXmlMarshallerManagedObjectSource. 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 voidFlatXmlUnmarshallerManagedObjectSource. 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 voidTreeXmlUnmarshallerManagedObjectSource. 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 voidR2dbcManagedObjectSource. 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 AcceptedSocketDecoratorHttpServerSocketManagedObjectSource. getAcceptedSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)Enables overriding to configure theAcceptedSocketDecorator.protected ServerSocketDecoratorHttpServerSocketManagedObjectSource. getServerSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)Enables overriding to configure aServerSocketDecorator.protected voidAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidHttpServerSocketManagedObjectSource. 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 voidServletServicerManagedObjectSource. 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 voidApplicationContextManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidSpringBeanManagedObjectSource. 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 voidWebClientManagedObjectSource. 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 voidInMemoryJwtAuthorityRepositoryManagedObjectSource. 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 voidInMemoryJwtAuthorityRepositoryManagedObjectSource. 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 voidJwtClaimsManagedObjectSource. 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 voidJwtAuthorityManagedObjectSource. 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 voidHttpResourceCacheManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidHttpResourceStoreManagedObjectSource. 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 voidObjectResponseManagedObjectSource. 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 voidJndiLdapManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<JndiLdapManagedObjectSource.DependencyKeys,None> context)protected voidMockCredentialStoreManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)protected voidPasswordFileManagedObjectSource. 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 voidHttpSessionManagedObjectSource. 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 voidHttpSessionObjectManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpSessionObjectManagedObject.Dependencies,None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.state
-