Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectStartupProcess
-
Packages that use ManagedObjectStartupProcess Package Description net.officefloor.frame.api.managedobject.source net.officefloor.plugin.managedobject.poll net.officefloor.web.spi.security -
-
Uses of ManagedObjectStartupProcess in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectStartupProcess Modifier and Type Method Description ManagedObjectStartupProcess
ManagedObjectExecuteContext. invokeStartupProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, FlowCallback callback)
Invokes a start upFlow
.ManagedObjectStartupProcess
ManagedObjectExecuteContext. invokeStartupProcess(F key, java.lang.Object parameter, ManagedObject managedObject, FlowCallback callback)
Invokes a start upFlow
. -
Uses of ManagedObjectStartupProcess in net.officefloor.plugin.managedobject.poll
Method parameters in net.officefloor.plugin.managedobject.poll with type arguments of type ManagedObjectStartupProcess Modifier and Type Method Description StatePoller.Builder<S,F>
StatePoller.Builder. startup(java.util.function.Consumer<ManagedObjectStartupProcess> startupProcessDecorator)
Provides a decorator of theManagedObjectStartupProcess
. -
Uses of ManagedObjectStartupProcess in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return ManagedObjectStartupProcess Modifier and Type Method Description ManagedObjectStartupProcess
HttpSecurityExecuteContext. registerStartupProcess(F key, java.lang.Object parameter, FlowCallback callback)
Registers a start upFlow
.
-