Uses of Class
net.officefloor.frame.api.build.Indexed
-
-
Uses of Indexed in net.officefloor.compile.test.managedfunction.clazz
Methods in net.officefloor.compile.test.managedfunction.clazz that return types with arguments of type Indexed Modifier and Type Method Description static <T> ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Class<T> clazz, java.util.function.Function<java.lang.Class<T>,java.lang.reflect.Method> methodFactory, MethodObjectFactory objectInstanceFactory, FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.String... propertyNameValues)
Builds theManagedFunctionType
.static <T> ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Class<T> clazz, java.util.function.Function<java.lang.Class<T>,java.lang.reflect.Method> methodFactory, MethodObjectFactory objectInstanceFactory, FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.String... propertyNameValues)
Builds theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Object instance, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Object instance, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildStaticMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildStaticMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.Method parameters in net.officefloor.compile.test.managedfunction.clazz with type arguments of type Indexed Modifier and Type Method Description static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Object instance, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Object instance, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildStaticMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildStaticMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.lang.String... propertyNameValues)
Convenience method to build theManagedFunctionType
.static FunctionNamespaceBuilder
MethodManagedFunctionBuilderUtil. createManagedFunctionTypeBuilder(java.lang.String functionName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> decorator)
Convenience method to create aFunctionNamespaceBuilder
for singleManagedFunctionType
.static FunctionNamespaceBuilder
MethodManagedFunctionBuilderUtil. createManagedFunctionTypeBuilder(java.lang.String functionName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> decorator)
Convenience method to create aFunctionNamespaceBuilder
for singleManagedFunctionType
.static MethodManagedFunctionBuilderUtil.MethodResult
MethodManagedFunctionBuilderUtil. runMethod(java.lang.Object instance, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.util.function.Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder, java.lang.String... propertyNameValues)
Convenience method to build and run aManagedFunction
.static MethodManagedFunctionBuilderUtil.MethodResult
MethodManagedFunctionBuilderUtil. runMethod(java.lang.Object instance, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.util.function.Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder, java.lang.String... propertyNameValues)
Convenience method to build and run aManagedFunction
.static MethodManagedFunctionBuilderUtil.MethodResult
MethodManagedFunctionBuilderUtil. runMethod(ManagedFunctionType<Indexed,Indexed> functionType, java.util.function.Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder)
Runs theManagedFunction
.static MethodManagedFunctionBuilderUtil.MethodResult
MethodManagedFunctionBuilderUtil. runMethod(ManagedFunctionType<Indexed,Indexed> functionType, java.util.function.Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder)
Runs theManagedFunction
.static MethodManagedFunctionBuilderUtil.MethodResult
MethodManagedFunctionBuilderUtil. runStaticMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.util.function.Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder, java.lang.String... propertyNameValues)
Convenience method to build and run aManagedFunction
for staticMethod
.static MethodManagedFunctionBuilderUtil.MethodResult
MethodManagedFunctionBuilderUtil. runStaticMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.util.function.Consumer<ManagedFunctionTypeBuilder<Indexed,Indexed>> epectedTypeBuilder, java.util.function.Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder, java.lang.String... propertyNameValues)
Convenience method to build and run aManagedFunction
for staticMethod
. -
Uses of Indexed in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build that return Indexed Modifier and Type Method Description static Indexed
Indexed. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Indexed[]
Indexed. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Indexed in net.officefloor.frame.api.managedobject.executor
Constructor parameters in net.officefloor.frame.api.managedobject.executor with type arguments of type Indexed Constructor Description ManagedObjectExecutorFactory(AbstractAsyncManagedObjectSource.MetaDataContext<?,Indexed> context, java.lang.String teamName)
Instantiate for invoking by next index. -
Uses of Indexed in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return types with arguments of type Indexed Modifier and Type Method Description Governance<java.lang.Object,Indexed>
ReflectiveGovernanceBuilder. createGovernance()
AdministrationBuilder<Indexed,Indexed>
ReflectiveAdministrationBuilder. getBuilder()
Obtains theAdministrationBuilder
.AdministrationBuilder<Indexed,Indexed>
ReflectiveAdministrationBuilder. getBuilder()
Obtains theAdministrationBuilder
.ManagedFunctionBuilder<Indexed,Indexed>
ReflectiveFunctionBuilder. getBuilder()
Obtains theManagedFunctionBuilder
.ManagedFunctionBuilder<Indexed,Indexed>
ReflectiveFunctionBuilder. getBuilder()
Obtains theManagedFunctionBuilder
.GovernanceBuilder<Indexed>
ReflectiveGovernanceBuilder. getBuilder()
Obtains theGovernanceBuilder
.Method parameters in net.officefloor.frame.test with type arguments of type Indexed Modifier and Type Method Description void
ReflectiveFunctionBuilder. execute(ManagedFunctionContext<Indexed,Indexed> context)
void
ReflectiveFunctionBuilder. execute(ManagedFunctionContext<Indexed,Indexed> context)
-
Uses of Indexed in net.officefloor.jpa
Method parameters in net.officefloor.jpa with type arguments of type Indexed Modifier and Type Method Description protected void
JpaManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,None> context)
void
JpaManagedObjectSource.JpaManagedObject. loadObjects(ObjectRegistry<Indexed> registry)
-
Uses of Indexed in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz that return types with arguments of type Indexed Modifier and Type Method Description Administration<java.lang.Object,Indexed,Indexed>
ClassAdministration. createAdministration()
Administration<java.lang.Object,Indexed,Indexed>
ClassAdministration. createAdministration()
Method parameters in net.officefloor.plugin.administration.clazz with type arguments of type Indexed Modifier and Type Method Description void
ClassAdministration. administer(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
void
ClassAdministration. administer(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
protected void
ClassAdministrationSource. loadMetaData(AbstractAdministrationSource.MetaDataContext<java.lang.Object,Indexed,Indexed> context)
protected void
ClassAdministrationSource. loadMetaData(AbstractAdministrationSource.MetaDataContext<java.lang.Object,Indexed,Indexed> context)
-
Uses of Indexed in net.officefloor.plugin.clazz.dependency
Method parameters in net.officefloor.plugin.clazz.dependency with type arguments of type Indexed Modifier and Type Method Description java.lang.Object
ClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Creates the dependency forAdministration
.java.lang.Object
ClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Creates the dependency forAdministration
.java.lang.Object
ClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
Creates the dependency for aManagedFunction
.java.lang.Object
ClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
Creates the dependency for aManagedFunction
.java.lang.Object
ClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Creates the dependency for aManagedObject
.void
ClassDependenciesManager. loadManagedObjectExecuteContext(ManagedObjectExecuteContext<Indexed> executeContext)
Loads theManagedObjectExecuteContext
to the createdClassDependencyFactory
instances.default void
ClassDependencyFactory. loadManagedObjectExecuteContext(ManagedObjectExecuteContext<Indexed> executeContext)
Loads theManagedObjectExecuteContext
. -
Uses of Indexed in net.officefloor.plugin.clazz.dependency.impl
Method parameters in net.officefloor.plugin.clazz.dependency.impl with type arguments of type Indexed Modifier and Type Method Description java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
FlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
FlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
FlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
FlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
FlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ObjectClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ObjectClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ObjectClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ObjectClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ObjectClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
PropertyClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
PropertyClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
PropertyClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
PropertyClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
PropertyClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
VariableClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
VariableClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
VariableClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
VariableClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
VariableClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
void
FlowClassDependencyFactory. loadManagedObjectExecuteContext(ManagedObjectExecuteContext<Indexed> executeContext)
-
Uses of Indexed in net.officefloor.plugin.clazz.factory
Method parameters in net.officefloor.plugin.clazz.factory with type arguments of type Indexed Modifier and Type Method Description java.lang.Object
ClassObjectFactory. createObject(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Creates the object within theAdministration
context.java.lang.Object
ClassObjectFactory. createObject(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Creates the object within theAdministration
context.java.lang.Object
ClassObjectFactory. createObject(ManagedFunctionContext<Indexed,Indexed> context)
Creates the object within aManagedFunction
context.java.lang.Object
ClassObjectFactory. createObject(ManagedFunctionContext<Indexed,Indexed> context)
Creates the object within aManagedFunction
context.java.lang.Object
ClassObjectFactory. createObject(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Creates the object within aManagedObject
context. -
Uses of Indexed in net.officefloor.plugin.clazz.method
Methods in net.officefloor.plugin.clazz.method that return types with arguments of type Indexed Modifier and Type Method Description protected ManagedFunctionTypeBuilder<Indexed,Indexed>
AbstractFunctionManagedFunctionSource. buildMethod(java.lang.Class<?> clazz, java.lang.reflect.Method method, MethodManagedFunctionBuilder managedFunctionBuilder)
Builds theMethod
.protected ManagedFunctionTypeBuilder<Indexed,Indexed>
AbstractFunctionManagedFunctionSource. buildMethod(java.lang.Class<?> clazz, java.lang.reflect.Method method, MethodManagedFunctionBuilder managedFunctionBuilder)
Builds theMethod
.ManagedFunctionTypeBuilder<Indexed,Indexed>
MethodManagedFunctionBuilder. buildMethod(java.lang.reflect.Method method)
Builds theManagedFunction
.ManagedFunctionTypeBuilder<Indexed,Indexed>
MethodManagedFunctionBuilder. buildMethod(java.lang.reflect.Method method)
Builds theManagedFunction
.ManagedFunctionTypeBuilder<Indexed,Indexed>
MethodManagedFunctionBuilder. buildMethod(java.lang.reflect.Method method, MethodObjectManufacturer methodObjectInstanceManufacturer)
Builds theManagedFunction
.ManagedFunctionTypeBuilder<Indexed,Indexed>
MethodManagedFunctionBuilder. buildMethod(java.lang.reflect.Method method, MethodObjectManufacturer methodObjectInstanceManufacturer)
Builds theManagedFunction
.Method parameters in net.officefloor.plugin.clazz.method with type arguments of type Indexed Modifier and Type Method Description java.lang.Object
DefaultMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
DefaultMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
MethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
Creates theObject
instance to invoke theMethod
on.java.lang.Object
MethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
Creates theObject
instance to invoke theMethod
on.java.lang.Object
StaticMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
StaticMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
void
MethodFunction. execute(ManagedFunctionContext<Indexed,Indexed> context)
void
MethodFunction. execute(ManagedFunctionContext<Indexed,Indexed> context)
-
Uses of Indexed in net.officefloor.plugin.governance.clazz
Methods in net.officefloor.plugin.governance.clazz that return types with arguments of type Indexed Modifier and Type Method Description Governance<java.lang.Object,Indexed>
ClassGovernanceFactory. createGovernance()
Method parameters in net.officefloor.plugin.governance.clazz with type arguments of type Indexed Modifier and Type Method Description void
ClassGovernance. disregardGovernance(GovernanceContext<Indexed> context)
void
ClassGovernance. enforceGovernance(GovernanceContext<Indexed> context)
void
ClassGovernance. governManagedObject(java.lang.Object extensionInterface, GovernanceContext<Indexed> context)
protected void
ClassGovernanceSource. loadMetaData(AbstractGovernanceSource.MetaDataContext<java.lang.Object,Indexed> context)
-
Uses of Indexed in net.officefloor.plugin.managedobject.clazz
Method parameters in net.officefloor.plugin.managedobject.clazz with type arguments of type Indexed Modifier and Type Method Description void
ClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Injects dependencies into the object (typically to invokeMethod
against).void
ClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Injects dependencies into the object (typically to invokeMethod
against).void
ClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
Injects dependencies into the object (typically to invokeMethod
against).void
ClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
Injects dependencies into the object (typically to invokeMethod
against).void
ClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Injects dependencies into the object.void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
protected void
ClassManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)
protected void
ClassManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)
void
ClassManagedObject. loadObjects(ObjectRegistry<Indexed> registry)
static void
ClassExtensionFactory. registerExtension(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context, java.lang.Class<?> objectClass)
Registers the extension.static void
ClassExtensionFactory. registerExtension(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context, java.lang.Class<?> objectClass)
Registers the extension.void
ClassManagedObjectSource. start(ManagedObjectExecuteContext<Indexed> context)
-
Uses of Indexed in net.officefloor.plugin.managedobject.poll
Methods in net.officefloor.plugin.managedobject.poll that return types with arguments of type Indexed Modifier and Type Method Description static <S> StatePoller.Builder<S,Indexed>
StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)
Creates aStatePoller.Builder
forFlow
index.Method parameters in net.officefloor.plugin.managedobject.poll with type arguments of type Indexed Modifier and Type Method Description static <S> StatePoller.Builder<S,Indexed>
StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)
Creates aStatePoller.Builder
forFlow
index. -
Uses of Indexed in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return types with arguments of type Indexed Modifier and Type Method Description protected ManagedFunctionTypeBuilder<Indexed,Indexed>
ClassSectionSource.SectionClassManagedFunctionSource. buildMethod(java.lang.Class<?> clazz, java.lang.reflect.Method method, MethodManagedFunctionBuilder managedFunctionBuilder)
protected ManagedFunctionTypeBuilder<Indexed,Indexed>
ClassSectionSource.SectionClassManagedFunctionSource. buildMethod(java.lang.Class<?> clazz, java.lang.reflect.Method method, MethodManagedFunctionBuilder managedFunctionBuilder)
-
Uses of Indexed in net.officefloor.script
Method parameters in net.officefloor.script with type arguments of type Indexed Modifier and Type Method Description java.lang.Object
ScriptFlowParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ScriptFlowParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ScriptFlowParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ScriptFlowParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ScriptFlowParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
void
ScriptManagedFunction. execute(ManagedFunctionContext<Indexed,Indexed> context)
void
ScriptManagedFunction. execute(ManagedFunctionContext<Indexed,Indexed> context)
-
Uses of Indexed in net.officefloor.server.http
Method parameters in net.officefloor.server.http with type arguments of type Indexed Modifier and Type Method Description void
HttpServerSocketManagedObjectSource. execute(ManagedFunctionContext<Indexed,None> context)
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
HttpServerSocketManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)
void
HttpServerSocketManagedObjectSource. start(ManagedObjectExecuteContext<Indexed> context)
-
Uses of Indexed in net.officefloor.spring
Method parameters in net.officefloor.spring with type arguments of type Indexed Modifier and Type Method Description protected void
SpringBeanManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,None> context)
void
SpringBeanManagedObjectSource. loadObjects(ObjectRegistry<Indexed> registry)
-
Uses of Indexed in net.officefloor.web
Methods in net.officefloor.web that return types with arguments of type Indexed Modifier and Type Method Description ManagedFunction<HttpHandleRedirectFunction.HttpHandleRedirectDependencies,Indexed>
HttpHandleRedirectFunction. createManagedFunction()
================= ManagedFunctionFactory ==================ManagedFunction<HttpRouteFunction.HttpRouteDependencies,Indexed>
HttpRouteFunction. createManagedFunction()
Method parameters in net.officefloor.web with type arguments of type Indexed Modifier and Type Method Description void
HttpRouter. configureRoutes(java.util.List<HttpRouteSectionSource.RouteInput> routes, ManagedFunctionTypeBuilder<?,Indexed> function)
Configures theManagedFunctionTypeBuilder
with theFlow
instances for routing.void
HttpHandleRedirectFunction. execute(ManagedFunctionContext<HttpHandleRedirectFunction.HttpHandleRedirectDependencies,Indexed> context)
==================== ManagedFunction ======================void
HttpRouteFunction. execute(ManagedFunctionContext<HttpRouteFunction.HttpRouteDependencies,Indexed> context)
void
WebRouteHandlerImpl. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
java.lang.Object
HttpRouter. route(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Routes theServerHttpConnection
. -
Uses of Indexed in net.officefloor.web.route
Method parameters in net.officefloor.web.route with type arguments of type Indexed Modifier and Type Method Description static WebServicer
WebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)
Obtains the bestWebServicer
for theWebRouteNode
instances.WebServicer
WebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)
Obtains theWebServicer
for theHttpRequest
.WebServicer
LeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
ParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
StaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
void
WebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Handles the web route.WebServicer
WebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Attempts to handle the path. -
Uses of Indexed in net.officefloor.web.security.impl
Method parameters in net.officefloor.web.security.impl with type arguments of type Indexed Modifier and Type Method Description void
HandleAuthenticationRequiredFunction. execute(ManagedFunctionContext<HandleAuthenticationRequiredFunction.Dependencies,Indexed> context)
void
HttpChallengeFunction. execute(ManagedFunctionContext<Indexed,F> context)
void
ManagedObjectAuthenticateFunction. execute(ManagedFunctionContext<Indexed,F> context)
void
ManagedObjectLogoutFunction. execute(ManagedFunctionContext<Indexed,F> context)
protected void
DefaultHttpAuthenticationManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,None> context)
-
Uses of Indexed in net.officefloor.web.security.section
Method parameters in net.officefloor.web.security.section with type arguments of type Indexed Modifier and Type Method Description void
HttpFlowSecurerManagedFunction. execute(ManagedFunctionContext<Indexed,HttpFlowSecurerManagedFunction.Flows> context)
-
Uses of Indexed in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return types with arguments of type Indexed Modifier and Type Method Description ManagedObjectSourceMetaData<O,Indexed>
HttpSecurityManagedObjectAdapterSource. init(ManagedObjectSourceContext<Indexed> context)
Method parameters in net.officefloor.web.security.type with type arguments of type Indexed Modifier and Type Method Description ManagedObjectSourceMetaData<O,Indexed>
HttpSecurityManagedObjectAdapterSource. init(ManagedObjectSourceContext<Indexed> context)
void
HttpSecurityManagedObjectAdapterSource. start(ManagedObjectExecuteContext<Indexed> context)
-
Uses of Indexed in net.officefloor.web.session
Method parameters in net.officefloor.web.session with type arguments of type Indexed Modifier and Type Method Description protected void
HttpSessionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)
protected void
HttpSessionManagedObjectSource. loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed,Indexed> context)
void
HttpSessionManagedObject. loadObjects(ObjectRegistry<Indexed> registry)
-
Uses of Indexed in net.officefloor.web.template.section
Method parameters in net.officefloor.web.template.section with type arguments of type Indexed Modifier and Type Method Description void
WebTemplateFunction. execute(ManagedFunctionContext<Indexed,None> context)
-