Uses of Interface
net.officefloor.compile.TeamSourceService
-
Packages that use TeamSourceService Package Description net.officefloor.plugin.team -
-
Uses of TeamSourceService in net.officefloor.plugin.team
Classes in net.officefloor.plugin.team that implement TeamSourceService Modifier and Type Class Description class
OnePersonTeamSourceService
class
PassiveTeamSourceService
class
ThreadLocalAwareTeamSourceService
class
WorkerPerJobTeamSourceService
Methods in net.officefloor.plugin.team that return TeamSourceService Modifier and Type Method Description TeamSourceService<?>
OnePersonTeamSourceService. createService(ServiceContext context)
TeamSourceService<?>
PassiveTeamSourceService. createService(ServiceContext context)
TeamSourceService<?>
ThreadLocalAwareTeamSourceService. createService(ServiceContext context)
TeamSourceService<?>
WorkerPerJobTeamSourceService. createService(ServiceContext context)
-