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 ExecutionManagedFunctionManagedFunctionNodeImpl. createExecutionManagedFunction(CompileContext compileContext)ExecutionManagedFunctionManagedObjectSourceNodeImpl. 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 ExecutionManagedFunctionManagedFunctionNode. createExecutionManagedFunction(CompileContext compileContext)Creates anExecutionManagedFunctionfor thisManagedFunctionNode.ExecutionManagedFunctionManagedObjectSourceNode. 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 ExecutionManagedFunctionOpenApiOperationFunctionContext. 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 ExecutionManagedFunctionHttpSecurityExplorerContext. getManagedFunction(HttpSecurityFlowType<?> flowType)Obtains theExecutionManagedFunctionfor theHttpSecurityFlowType.
-