Uses of Interface
com.redwood.scheduler.api.model.Resource
-
Packages that use Resource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Resource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Resource Modifier and Type Field Description static QueryObjectType<Resource>
Resource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Resource Modifier and Type Method Description Resource
SchedulerSession. createResource()
Return a new instance of Resource.Resource
JobDefinition. getResource()
Get the Resource.Resource
ProcessServerResource. getResource()
Get the Resource.static Resource
BusinessKeyLookup. getResourceByBusinessKey(SchedulerSession session, String key)
Query an instance ofResource
, based on its business key.Resource
BusinessKeyResolver. getResourceByKey(BusinessKey key)
Query an instance ofResource
, based on its business key.Resource
Partition. getResourceByName(String name)
Get the Resource by Name.Resource
SchedulerSession. getResourceByName(Partition partition, String name)
Get theResource
by Name.Resource
SchedulerSession. getResourceByName(String name)
Get theResource
by Name.Resource
SchedulerSession. getResourceByUniqueId(Long uniqueId)
Get theResource
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Resource Modifier and Type Method Description RWIterable<Resource>
Application. getChildResources()
Get anRWIterable
over a collection ofChildResources
, the collection will be ordered by Name.RWIterable<Resource>
Partition. getResources()
Get anRWIterable
over an ordered collection ofResources
.Methods in com.redwood.scheduler.api.model with parameters of type Resource Modifier and Type Method Description ProcessServerResource
ProcessServer. createProcessServerResource(Resource newResource)
Create a newProcessServerResource
linked to this object.ProcessServerResource
ProcessServer. getProcessServerResourceByResource(Resource resource)
Get the ProcessServerResource by Association.void
AbstractConcreteObjectCallback. handle(Resource theResource)
void
ConcreteObjectCallback. handle(Resource theResource)
void
JobDefinition. setResource(Resource newResource)
Set the value for Resource. -
Uses of Resource in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Resource Modifier and Type Method Description Iterator<Resource>
ApplicationComp. getChildResources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildResources()
instead.Iterator<Resource>
PartitionComp. getResources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getResources()
instead.
-