Uses of Interface
net.officefloor.compile.internal.structure.LinkTeamNode
Packages that use LinkTeamNode
Package
Description
-
Uses of LinkTeamNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkTeamNodeModifier and TypeClassDescriptionclassAdministrationNodeimplementation.classImplementation of theGovernanceNode.classResponsibleTeamNodeimplementation.classOfficeTeamNodeimplementation.classResponsibleTeamNodeimplementation.classTeamNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkTeamNodeModifier and TypeMethodDescriptionAdministrationNodeImpl.getLinkedTeamNode()GovernanceNodeImpl.getLinkedTeamNode()ManagedObjectTeamNodeImpl.getLinkedTeamNode()OfficeTeamNodeImpl.getLinkedTeamNode()ResponsibleTeamNodeImpl.getLinkedTeamNode()TeamNodeImpl.getLinkedTeamNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkTeamNodeModifier and TypeMethodDescriptionbooleanAdministrationNodeImpl.linkTeamNode(LinkTeamNode node) booleanGovernanceNodeImpl.linkTeamNode(LinkTeamNode node) booleanManagedObjectTeamNodeImpl.linkTeamNode(LinkTeamNode node) booleanOfficeTeamNodeImpl.linkTeamNode(LinkTeamNode node) booleanResponsibleTeamNodeImpl.linkTeamNode(LinkTeamNode node) booleanTeamNodeImpl.linkTeamNode(LinkTeamNode node) Method parameters in net.officefloor.compile.impl.structure with type arguments of type LinkTeamNodeModifier and TypeMethodDescriptionvoidManagedFunctionNodeImpl.autoWireManagedFunctionResponsibility(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) voidAdministrationNodeImpl.autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) voidGovernanceNodeImpl.autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) voidManagedObjectSourceNodeImpl.autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) voidOfficeNodeImpl.autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) voidSectionNodeImpl.autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) voidOfficeFloorNodeImpl.loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext) -
Uses of LinkTeamNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkTeamNodeModifier and TypeMethodDescriptionstatic <T extends Node>
TLinkUtil.findTarget(LinkTeamNode link, Class<T> targetType, CompilerIssues issues) Finds the target link by the specified type.static booleanLinkUtil.linkTeamNode(LinkTeamNode node, LinkTeamNode linkNode, CompilerIssues issues, Consumer<LinkTeamNode> loader) Links theLinkObjectNode.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkTeamNodeModifier and TypeMethodDescriptionstatic booleanLinkUtil.linkTeamNode(LinkTeamNode node, LinkTeamNode linkNode, CompilerIssues issues, Consumer<LinkTeamNode> loader) Links theLinkObjectNode. -
Uses of LinkTeamNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkTeamNode in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceOfficeAdministrationnode.interfaceOfficeGovernancenode.interfaceOfficeTeamnode.interfaceOfficeTeamnode.interfaceResponsibleTeamnode.interfaceOfficeFloorTeamnode.Methods in net.officefloor.compile.internal.structure that return LinkTeamNodeModifier and TypeMethodDescriptionLinkTeamNode.getLinkedTeamNode()Obtains theLinkTeamNodelinked to thisLinkTeamNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkTeamNodeModifier and TypeMethodDescriptionbooleanLinkTeamNode.linkTeamNode(LinkTeamNode node) Links the inputLinkTeamNodeto thisLinkTeamNode.Method parameters in net.officefloor.compile.internal.structure with type arguments of type LinkTeamNodeModifier and TypeMethodDescriptionvoidManagedFunctionNode.autoWireManagedFunctionResponsibility(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) Auto wires theResponsibleTeamfor thisManagedFunction.voidAdministrationNode.autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) Auto wires theTeamfor thisAdministration.voidGovernanceNode.autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) Auto wires theTeamfor thisGovernance.voidManagedObjectSourceNode.autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) Auto-wires theTeaminstances for thisManagedObjectSource.voidOfficeNode.autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) Auto-wires theOfficeTeamNodeinstances that are unlinked.voidSectionNode.autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext) Auto-wires theSectionFunctioninstances to a possible responsibleTeam.voidOfficeFloorNode.loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext) Loads theAutoWiretargets for theOfficeFloorTeaminstances.