Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectStartupProcess
Packages that use ManagedObjectStartupProcess
Package
Description
-
Uses of ManagedObjectStartupProcess in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectStartupProcessModifier and TypeMethodDescriptionManagedObjectExecuteContext.invokeStartupProcess(int flowIndex, Object parameter, ManagedObject managedObject, FlowCallback callback) Invokes a start upFlow.ManagedObjectExecuteContext.invokeStartupProcess(F key, 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 ManagedObjectStartupProcessModifier and TypeMethodDescriptionStatePoller.Builder.startup(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 ManagedObjectStartupProcessModifier and TypeMethodDescriptionHttpSecurityExecuteContext.registerStartupProcess(F key, Object parameter, FlowCallback callback) Registers a start upFlow.