Uses of Interface
com.redwood.scheduler.api.model.ProcessServerService
- 
Packages that use ProcessServerService Package Description com.redwood.scheduler.api.directory Scheduler API - Listing remote directoriescom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 
- 
- 
Uses of ProcessServerService in com.redwood.scheduler.api.directoryMethods in com.redwood.scheduler.api.directory with parameters of type ProcessServerService Modifier and Type Method Description static FileProviderContextFileProviderContextFactory. createProcessServerServiceContext(ProcessServerService pss, Long namespace)FileProviderContextFileProviderContextFactory.FileProviderContextFactoryInterface. createProcessServerServiceContext(ProcessServerService pss, Long namespace)
- 
Uses of ProcessServerService in com.redwood.scheduler.api.modelFields in com.redwood.scheduler.api.model with type parameters of type ProcessServerService Modifier and Type Field Description static QueryObjectType<ProcessServerService>ProcessServerService. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return types with arguments of type ProcessServerService Modifier and Type Method Description RWIterable<ProcessServerService>ProcessServer. getProcessServerServices()Get anRWIterableover an ordered collection ofProcessServerServices.RWIterable<ProcessServerService>Service. getProcessServerServices()Get anRWIterableover an ordered collection ofProcessServerServices.Methods in com.redwood.scheduler.api.model with parameters of type ProcessServerService Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(ProcessServerService theProcessServerService)voidConcreteObjectCallback. handle(ProcessServerService theProcessServerService)
- 
Uses of ProcessServerService in com.redwood.scheduler.api.model.compatibility_14Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ProcessServerService Modifier and Type Method Description Iterator<ProcessServerService>ProcessServerComp. getProcessServerServices()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerServices()instead.Iterator<ProcessServerService>ServiceComp. getProcessServerServices()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useService.getProcessServerServices()instead.
 
-