Uses of Interface
net.officefloor.compile.internal.structure.ManagedFunctionNode
-
Packages that use ManagedFunctionNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of ManagedFunctionNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ManagedFunctionNode Modifier and Type Method Description ManagedFunctionNodeOfficeFloorCompilerImpl. createFunctionNode(java.lang.String functionName, SectionNode section)Methods in net.officefloor.compile.impl with parameters of type ManagedFunctionNode Modifier and Type Method Description FunctionFlowNodeOfficeFloorCompilerImpl. createFunctionFlowNode(java.lang.String flowName, boolean isEscalation, ManagedFunctionNode function)FunctionObjectNodeOfficeFloorCompilerImpl. createFunctionObjectNode(java.lang.String objectName, ManagedFunctionNode functionNode)ResponsibleTeamNodeOfficeFloorCompilerImpl. createResponsibleTeamNode(java.lang.String teamName, ManagedFunctionNode function) -
Uses of ManagedFunctionNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedFunctionNode Modifier and Type Class Description classManagedFunctionNodeImplManagedFunctionNodeimplementation.Methods in net.officefloor.compile.impl.structure that return ManagedFunctionNode Modifier and Type Method Description ManagedFunctionNodeSectionNodeImpl. addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode namespaceNode)Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionNode Modifier and Type Method Description voidOfficeBindingsImpl. buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)voidOfficeNodeImpl. visit(ManagedFunctionType<?,?> managedFunctionType, ManagedFunctionNode managedFunctionNode, CompileContext compileContext)Method parameters in net.officefloor.compile.impl.structure with type arguments of type ManagedFunctionNode Modifier and Type Method Description voidSectionNodeImpl. loadManagedFunctionNodes(java.util.Map<java.lang.String,ManagedFunctionNode> managedFunctionNodes)booleanSectionInputNodeImpl. runExecutionExplorers(java.util.Map<java.lang.String,ManagedFunctionNode> managedFunctions, CompileContext compileContext)booleanSectionNodeImpl. runExecutionExplorers(java.util.Map<java.lang.String,ManagedFunctionNode> managedFunctions, CompileContext compileContext)Constructors in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionNode Constructor Description FunctionFlowNodeImpl(java.lang.String flowName, boolean isEscalation, ManagedFunctionNode function, NodeContext context)Initiate.FunctionObjectNodeImpl(java.lang.String objectName, ManagedFunctionNode functionNode, NodeContext context)Initiate.ResponsibleTeamNodeImpl(java.lang.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 ManagedFunctionNode Modifier and Type Method Description ManagedFunctionNodeManagedFunctionRegistry. addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode functionNamespaceNode)Adds an initialisedManagedFunctionNodeto the registry.ManagedFunctionNodeNodeContext. createFunctionNode(java.lang.String functionName, SectionNode section)Creates theManagedFunctionNode.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedFunctionNode Modifier and Type Method Description voidOfficeBindings. buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)Builds theManagedFunctionNodeinto theOffice.FunctionFlowNodeNodeContext. createFunctionFlowNode(java.lang.String flowName, boolean isEscalation, ManagedFunctionNode function)Creates theFunctionFlowNode.FunctionObjectNodeNodeContext. createFunctionObjectNode(java.lang.String objectName, ManagedFunctionNode functionNode)Creates theFunctionObjectNode.ResponsibleTeamNodeNodeContext. createResponsibleTeamNode(java.lang.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 ManagedFunctionNode Modifier and Type Method Description voidSectionNode. loadManagedFunctionNodes(java.util.Map<java.lang.String,ManagedFunctionNode> managedFunctionNodes)Loads theManagedFunctionNodeinstances.booleanSectionInputNode. runExecutionExplorers(java.util.Map<java.lang.String,ManagedFunctionNode> managedFunctions, CompileContext compileContext)Runs theExecutionExplorerinstances.booleanSectionNode. runExecutionExplorers(java.util.Map<java.lang.String,ManagedFunctionNode> managedFunctions, CompileContext compileContext)Runs theExecutionExplorerinstances.
-