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 classOnePersonTeamSourceServiceclassPassiveTeamSourceServiceclassThreadLocalAwareTeamSourceServiceclassWorkerPerJobTeamSourceServiceMethods 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)
-