Uses of Interface
net.officefloor.compile.internal.structure.ManagedFunctionNode
Packages that use ManagedFunctionNode
Package
Description
-
Uses of ManagedFunctionNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ManagedFunctionNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createFunctionNode(String functionName, SectionNode section) Methods in net.officefloor.compile.impl with parameters of type ManagedFunctionNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createFunctionFlowNode(String flowName, boolean isEscalation, ManagedFunctionNode function) OfficeFloorCompilerImpl.createFunctionObjectNode(String objectName, ManagedFunctionNode functionNode) OfficeFloorCompilerImpl.createResponsibleTeamNode(String teamName, ManagedFunctionNode function) -
Uses of ManagedFunctionNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedFunctionNodeMethods in net.officefloor.compile.impl.structure that return ManagedFunctionNodeModifier and TypeMethodDescriptionSectionNodeImpl.addManagedFunctionNode(String functionName, String functionTypeName, FunctionNamespaceNode namespaceNode) Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionNodeModifier and TypeMethodDescriptionvoidOfficeBindingsImpl.buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode) voidOfficeNodeImpl.visit(ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionNode managedFunctionNode, CompileContext compileContext) Method parameters in net.officefloor.compile.impl.structure with type arguments of type ManagedFunctionNodeModifier and TypeMethodDescriptionvoidSectionNodeImpl.loadManagedFunctionNodes(Map<String, ManagedFunctionNode> managedFunctionNodes) booleanSectionInputNodeImpl.runExecutionExplorers(Map<String, ManagedFunctionNode> managedFunctions, CompileContext compileContext) booleanSectionNodeImpl.runExecutionExplorers(Map<String, ManagedFunctionNode> managedFunctions, CompileContext compileContext) Constructors in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionNodeModifierConstructorDescriptionFunctionFlowNodeImpl(String flowName, boolean isEscalation, ManagedFunctionNode function, NodeContext context) Initiate.FunctionObjectNodeImpl(String objectName, ManagedFunctionNode functionNode, NodeContext context) Initiate.ResponsibleTeamNodeImpl(String teamName, ManagedFunctionNode taskNode, NodeContext context) Initiate. -
Uses of ManagedFunctionNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ManagedFunctionNodeModifier and TypeMethodDescriptionManagedFunctionRegistry.addManagedFunctionNode(String functionName, String functionTypeName, FunctionNamespaceNode functionNamespaceNode) Adds an initialisedManagedFunctionNodeto the registry.NodeContext.createFunctionNode(String functionName, SectionNode section) Creates theManagedFunctionNode.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedFunctionNodeModifier and TypeMethodDescriptionvoidOfficeBindings.buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode) Builds theManagedFunctionNodeinto theOffice.NodeContext.createFunctionFlowNode(String flowName, boolean isEscalation, ManagedFunctionNode function) Creates theFunctionFlowNode.NodeContext.createFunctionObjectNode(String objectName, ManagedFunctionNode functionNode) Creates theFunctionObjectNode.NodeContext.createResponsibleTeamNode(String teamName, ManagedFunctionNode function) Creates theResponsibleTeamNode.voidManagedFunctionVisitor.visit(ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionNode managedFunctionNode, CompileContext compileContext) Visits theManagedFunctionNode.Method parameters in net.officefloor.compile.internal.structure with type arguments of type ManagedFunctionNodeModifier and TypeMethodDescriptionvoidSectionNode.loadManagedFunctionNodes(Map<String, ManagedFunctionNode> managedFunctionNodes) Loads theManagedFunctionNodeinstances.booleanSectionInputNode.runExecutionExplorers(Map<String, ManagedFunctionNode> managedFunctions, CompileContext compileContext) Runs theExecutionExplorerinstances.booleanSectionNode.runExecutionExplorers(Map<String, ManagedFunctionNode> managedFunctions, CompileContext compileContext) Runs theExecutionExplorerinstances.