Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectExecuteContext
-
-
Uses of ManagedObjectExecuteContext in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
ManagedObjectSource. start(ManagedObjectExecuteContext<F> context)
Called once afterManagedObjectSource.init(ManagedObjectSourceContext)
to indicate thisManagedObjectSource
should start execution. -
Uses of ManagedObjectExecuteContext in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
AbstractAsyncManagedObjectSource. start(ManagedObjectExecuteContext<F> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return ManagedObjectExecuteContext Modifier and Type Method Description ManagedObjectExecuteContext<F>
ManagedObjectExecuteManagerImpl. getManagedObjectExecuteContext()
-
Uses of ManagedObjectExecuteContext in net.officefloor.frame.impl.execute.service
Constructors in net.officefloor.frame.impl.execute.service with parameters of type ManagedObjectExecuteContext Constructor Description SafeManagedObjectService(ManagedObjectExecuteContext<F> executeContext)
InitiateManagedObjectExecuteContext
.SafeManagedObjectService(ManagedObjectExecuteContext<F> executeContext, SafeManagedObjectService.SafeServicer<F,? extends java.lang.Exception> startup)
InitiateManagedObjectExecuteContext
. -
Uses of ManagedObjectExecuteContext in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectExecuteContext Modifier and Type Method Description ManagedObjectExecuteContext<F>
ManagedObjectExecuteManager. getManagedObjectExecuteContext()
Obtains theManagedObjectExecuteContext
. -
Uses of ManagedObjectExecuteContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ManagedObjectExecuteContext Modifier and Type Field Description ManagedObjectExecuteContext<F>
TestManagedObject. managedObjectExecuteContext
Methods in net.officefloor.frame.test with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
MockManagedObjectSource. start(ManagedObjectExecuteContext<None> context)
void
TestManagedObject.TestManagedObjectSource. start(ManagedObjectExecuteContext<F> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.identity.google
Methods in net.officefloor.identity.google with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
GoogleIdTokenVerifierManagedObjectSource. start(ManagedObjectExecuteContext<GoogleIdTokenVerifierManagedObjectSource.Flows> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.jdbc
Methods in net.officefloor.jdbc with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
ReadOnlyConnectionManagedObjectSource. start(ManagedObjectExecuteContext<None> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.nosql.dynamodb
Methods in net.officefloor.nosql.dynamodb with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
DynamoDbMapperManagedObjectSource. start(ManagedObjectExecuteContext<None> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.pay.paypal
Methods in net.officefloor.pay.paypal with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
PayPalHttpClientManagedObjectSource. start(ManagedObjectExecuteContext<PayPalHttpClientManagedObjectSource.Flows> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
ClassDependenciesManager. loadManagedObjectExecuteContext(ManagedObjectExecuteContext<Indexed> executeContext)
Loads theManagedObjectExecuteContext
to the createdClassDependencyFactory
instances.default void
ClassDependencyFactory. loadManagedObjectExecuteContext(ManagedObjectExecuteContext<Indexed> executeContext)
Loads theManagedObjectExecuteContext
. -
Uses of ManagedObjectExecuteContext in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
FlowClassDependencyFactory. loadManagedObjectExecuteContext(ManagedObjectExecuteContext<Indexed> executeContext)
-
Uses of ManagedObjectExecuteContext in net.officefloor.plugin.managedobject.clazz
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
ClassManagedObjectSource. start(ManagedObjectExecuteContext<Indexed> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.plugin.managedobject.poll
Methods in net.officefloor.plugin.managedobject.poll with parameters of type ManagedObjectExecuteContext 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.static <S,F extends java.lang.Enum<F>>
StatePoller.Builder<S,F>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, F flowKey, ManagedObjectExecuteContext<F> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)
Creates aStatePoller.Builder
forFlow
key. -
Uses of ManagedObjectExecuteContext in net.officefloor.r2dbc
Methods in net.officefloor.r2dbc with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
R2dbcManagedObjectSource. start(ManagedObjectExecuteContext<None> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
HttpServerSocketManagedObjectSource. start(ManagedObjectExecuteContext<Indexed> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.servlet.supply
Methods in net.officefloor.servlet.supply with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
ServletServicerManagedObjectSource. start(ManagedObjectExecuteContext<None> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
JwtAuthorityManagedObjectSource. start(ManagedObjectExecuteContext<JwtAuthorityManagedObjectSource.Flows> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
AuthenticationContextManagedObjectSource. start(ManagedObjectExecuteContext<AuthenticationContextManagedObjectSource.Flows> context)
void
HttpSecurityExecuteManagedObjectSource. start(ManagedObjectExecuteContext<F> context)
-
Uses of ManagedObjectExecuteContext in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type ManagedObjectExecuteContext Modifier and Type Method Description void
HttpSecurityManagedObjectAdapterSource. start(ManagedObjectExecuteContext<Indexed> context)
-