Uses of Interface
net.officefloor.compile.spi.office.ExecutionManagedFunction
Packages that use ExecutionManagedFunction
Package
Description
-
Uses of ExecutionManagedFunction in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ExecutionManagedFunctionModifier and TypeMethodDescriptionManagedFunctionNodeImpl.createExecutionManagedFunction(CompileContext compileContext) ManagedObjectSourceNodeImpl.createExecutionManagedFunction(ManagedObjectFlowType<?> flowType, CompileContext compileContext) -
Uses of ExecutionManagedFunction in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ExecutionManagedFunctionModifier and TypeMethodDescriptionManagedFunctionNode.createExecutionManagedFunction(CompileContext compileContext) Creates anExecutionManagedFunctionfor thisManagedFunctionNode.ManagedObjectSourceNode.createExecutionManagedFunction(ManagedObjectFlowType<?> flowType, CompileContext compileContext) Creates theExecutionManagedFunction. -
Uses of ExecutionManagedFunction in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return ExecutionManagedFunctionModifier and TypeMethodDescriptionExecutionExplorerContext.getInitialManagedFunction()Obtains the initialExecutionManagedFunctionfor theOfficeSectionInput.ExecutionExplorerContext.getManagedFunction(String functionName) Obtains theExecutionManagedFunctionbyManagedFunctionname.ExecutionManagedFunction.getManagedFunction(ManagedFunctionEscalationType escalationType) Obtains theExecutionManagedFunctionfor theManagedFunctionEscalationType.ExecutionManagedFunction.getManagedFunction(ManagedFunctionFlowType<?> flowType) Obtains theExecutionManagedFunctionfor theManagedFunctionFlowType.ExecutionManagedObject.getManagedFunction(ManagedObjectFlowType<?> flowType) Obtains theExecutionManagedFunctionfor theManagedObjectFlowType.ExecutionManagedFunction.getNextManagedFunction()Obtains the nextExecutionManagedFunction. -
Uses of ExecutionManagedFunction in net.officefloor.web.openapi.operation
Methods in net.officefloor.web.openapi.operation that return ExecutionManagedFunctionModifier and TypeMethodDescriptionOpenApiOperationFunctionContext.getManagedFunction()Obtains theExecutionManagedFunction. -
Uses of ExecutionManagedFunction in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build that return ExecutionManagedFunctionModifier and TypeMethodDescriptionHttpSecurityExplorerContext.getManagedFunction(HttpSecurityFlowType<?> flowType) Obtains theExecutionManagedFunctionfor theHttpSecurityFlowType.