Uses of Interface
net.officefloor.frame.api.team.Team
Packages that use Team
Package
Description
-
Uses of Team in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return TeamModifier and TypeMethodDescriptionTeamOversight.createTeam(ExecutiveContext context) Creates theTeam. -
Uses of Team in net.officefloor.frame.api.team
Subinterfaces of Team in net.officefloor.frame.api.teamModifier and TypeInterfaceDescriptioninterface -
Uses of Team in net.officefloor.frame.api.team.source
Methods in net.officefloor.frame.api.team.source that return TeamModifier and TypeMethodDescriptionTeamSource.createTeam(TeamSourceContext context) Creates theTeam. -
Uses of Team in net.officefloor.frame.impl.execute.team
Methods in net.officefloor.frame.impl.execute.team that return TeamConstructors in net.officefloor.frame.impl.execute.team with parameters of type TeamModifierConstructorDescriptionTeamExecutor(Team team, Executive executive) Instantiate.TeamManagementImpl(Team team) Initiate. -
Uses of Team in net.officefloor.frame.impl.spi.team
Classes in net.officefloor.frame.impl.spi.team that implement TeamMethods in net.officefloor.frame.impl.spi.team that return TeamModifier and TypeMethodDescriptionstatic TeamPassiveTeamSource.createPassiveTeam()Convenience method to create the passiveTeam.AbstractExecutorTeamSource.createTeam(int teamSize, String... propertyNameValues) Convenience method to create aTeamfrom the implementation of thisAbstractExecutorTeamSource.AbstractExecutorTeamSource.createTeam(TeamSourceContext context) LeaderFollowerTeamSource.createTeam(TeamSourceContext context) OnePersonTeamSource.createTeam(TeamSourceContext context) PassiveTeamSource.createTeam(TeamSourceContext context) ThreadLocalAwareTeamSource.createTeam(TeamSourceContext context) WorkerPerJobTeamSource.createTeam(TeamSourceContext context) -
Uses of Team in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return Team -
Uses of Team in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement TeamMethods in net.officefloor.frame.test that return TeamModifier and TypeMethodDescriptionBackPressureTeamSource.createTeam(TeamSourceContext context) MockTeamSource.createTeam(TeamSourceContext context) StepTeam.createTeam(TeamSourceContext context) Methods in net.officefloor.frame.test with parameters of type TeamModifier and TypeMethodDescriptionstatic TeamBuilder<?>MockTeamSource.bindTeamBuilder(OfficeFloorBuilder officeFloorBuilder, String teamName, Team team) Binds theTeamto the name.TeamBuilder<?>AbstractOfficeConstructTestCase.constructTeam(String teamName, Team team) Facade method to create aTeam.TeamBuilder<?>ConstructTestSupport.constructTeam(String teamName, Team team) Facade method to create aTeam. -
Uses of Team in net.officefloor.frame.util
Methods in net.officefloor.frame.util that return TeamModifier and TypeMethodDescription<TS extends TeamSource>
TeamReturns aTeamfrom the loadedTeamSource. -
Uses of Team in net.officefloor.web.executive
Methods in net.officefloor.web.executive that return TeamModifier and TypeMethodDescriptionWebThreadAffinityExecutive.createTeam(ExecutiveContext context)