Uses of Interface
com.redwood.scheduler.api.model.Service
-
Packages that use Service Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Service in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Service Modifier and Type Field Description static QueryObjectType<Service>
Service. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Service Modifier and Type Method Description Service
SchedulerSession. createService()
Return a new instance of Service.Service
JobDefinitionType. getHandlerService()
Get the HandlerService.Service
ProcessServerService. getService()
Get the Service.static Service
BusinessKeyLookup. getServiceByBusinessKey(SchedulerSession session, String key)
Query an instance ofService
, based on its business key.Service
BusinessKeyResolver. getServiceByKey(BusinessKey key)
Query an instance ofService
, based on its business key.Service
Partition. getServiceByName(String name)
Get the Service by Name.Service
SchedulerSession. getServiceByName(Partition partition, String name)
Get theService
by Name.Service
SchedulerSession. getServiceByName(String name)
Get theService
by Name.Service
SchedulerSession. getServiceByUniqueId(Long uniqueId)
Get theService
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Service Modifier and Type Method Description RWIterable<Service>
Application. getChildServices()
Get anRWIterable
over a collection ofChildServices
, the collection will be ordered by Name.RWIterable<Service>
Partition. getServices()
Get anRWIterable
over an ordered collection ofServices
.Methods in com.redwood.scheduler.api.model with parameters of type Service Modifier and Type Method Description ProcessServerService
ProcessServer. createProcessServerService(Service newService)
Create a newProcessServerService
linked to this object.ProcessServerService
ProcessServer. getProcessServerServiceByService(Service service)
Get the ProcessServerService by Association.void
AbstractConcreteObjectCallback. handle(Service theService)
void
ConcreteObjectCallback. handle(Service theService)
void
JobDefinitionType. setHandlerService(Service newHandlerService)
Set the value for HandlerService. -
Uses of Service in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Service Modifier and Type Method Description Iterator<Service>
ApplicationComp. getChildServices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildServices()
instead.Iterator<Service>
PartitionComp. getServices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getServices()
instead.
-