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.directory
Methods in com.redwood.scheduler.api.directory with parameters of type ProcessServerService Modifier and Type Method Description static FileProviderContext
FileProviderContextFactory. createProcessServerServiceContext(ProcessServerService pss, Long namespace)
FileProviderContext
FileProviderContextFactory.FileProviderContextFactoryInterface. createProcessServerServiceContext(ProcessServerService pss, Long namespace)
-
Uses of ProcessServerService in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ProcessServerService Modifier and Type Field Description static QueryObjectType<ProcessServerService>
ProcessServerService. TYPE
Type 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 anRWIterable
over an ordered collection ofProcessServerServices
.RWIterable<ProcessServerService>
Service. getProcessServerServices()
Get anRWIterable
over an ordered collection ofProcessServerServices
.Methods in com.redwood.scheduler.api.model with parameters of type ProcessServerService Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ProcessServerService theProcessServerService)
void
ConcreteObjectCallback. handle(ProcessServerService theProcessServerService)
-
Uses of ProcessServerService in com.redwood.scheduler.api.model.compatibility_14
Methods 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.
-