Uses of Interface
net.officefloor.compile.spi.office.ExecutionManagedFunction
-
-
Uses of ExecutionManagedFunction in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ExecutionManagedFunction Modifier and Type Method Description ExecutionManagedFunction
ManagedFunctionNodeImpl. createExecutionManagedFunction(CompileContext compileContext)
ExecutionManagedFunction
ManagedObjectSourceNodeImpl. createExecutionManagedFunction(ManagedObjectFlowType<?> flowType, CompileContext compileContext)
-
Uses of ExecutionManagedFunction in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ExecutionManagedFunction Modifier and Type Method Description ExecutionManagedFunction
ManagedFunctionNode. createExecutionManagedFunction(CompileContext compileContext)
Creates anExecutionManagedFunction
for thisManagedFunctionNode
.ExecutionManagedFunction
ManagedObjectSourceNode. createExecutionManagedFunction(ManagedObjectFlowType<?> flowType, CompileContext compileContext)
Creates theExecutionManagedFunction
. -
Uses of ExecutionManagedFunction in net.officefloor.compile.spi.office
-
Uses of ExecutionManagedFunction in net.officefloor.web.openapi.operation
Methods in net.officefloor.web.openapi.operation that return ExecutionManagedFunction Modifier and Type Method Description ExecutionManagedFunction
OpenApiOperationFunctionContext. getManagedFunction()
Obtains theExecutionManagedFunction
. -
Uses of ExecutionManagedFunction in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build that return ExecutionManagedFunction Modifier and Type Method Description ExecutionManagedFunction
HttpSecurityExplorerContext. getManagedFunction(HttpSecurityFlowType<?> flowType)
Obtains theExecutionManagedFunction
for theHttpSecurityFlowType
.
-