Uses of Interface
com.redwood.scheduler.api.model.RemoteSystem
-
Packages that use RemoteSystem Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of RemoteSystem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type RemoteSystem Modifier and Type Field Description static QueryObjectType<RemoteSystem>
RemoteSystem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return RemoteSystem Modifier and Type Method Description RemoteSystem
SchedulerSession. createRemoteSystem()
Return a new instance of RemoteSystem.static RemoteSystem
BusinessKeyLookup. getRemoteSystemByBusinessKey(SchedulerSession session, String key)
Query an instance ofRemoteSystem
, based on its business key.RemoteSystem
BusinessKeyResolver. getRemoteSystemByKey(BusinessKey key)
Query an instance ofRemoteSystem
, based on its business key.RemoteSystem
Partition. getRemoteSystemByName(String name)
Get the RemoteSystem by Name.RemoteSystem
SchedulerSession. getRemoteSystemByName(Partition partition, String name)
Get theRemoteSystem
by Name.RemoteSystem
SchedulerSession. getRemoteSystemByName(String name)
Get theRemoteSystem
by Name.RemoteSystem
SchedulerSession. getRemoteSystemByUniqueId(Long uniqueId)
Get theRemoteSystem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type RemoteSystem Modifier and Type Method Description RWIterable<RemoteSystem>
Application. getChildRemoteSystems()
Get anRWIterable
over a collection ofChildRemoteSystems
, the collection will be ordered by Name.RWIterable<RemoteSystem>
Partition. getRemoteSystems()
Get anRWIterable
over an ordered collection ofRemoteSystems
.Methods in com.redwood.scheduler.api.model with parameters of type RemoteSystem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(RemoteSystem theRemoteSystem)
void
ConcreteObjectCallback. handle(RemoteSystem theRemoteSystem)
-
Uses of RemoteSystem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type RemoteSystem Modifier and Type Method Description Iterator<RemoteSystem>
ApplicationComp. getChildRemoteSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildRemoteSystems()
instead.Iterator<RemoteSystem>
PartitionComp. getRemoteSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getRemoteSystems()
instead.
-