Uses of Interface
com.redwood.scheduler.api.model.ObjectReference
-
Packages that use ObjectReference Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ObjectReference in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ObjectReference Modifier and Type Field Description static QueryObjectType<ObjectReference>
ObjectReference. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ObjectReference Modifier and Type Method Description ObjectReference
NamedRootObject. createObjectReference(NamedRootObject otherObject)
Create an ObjectReference object.ObjectReference
NamedRootObject. getLinkedObjectReferenceByLinkedObject(NamedRootObject searchObject)
Retrieve the ObjectReference that points to given NamedRootObject, if there is one, returns null otherwise.ObjectReference
NamedRootObject. getLinkedObjectReferenceByName(String searchName)
Retrieve a linked object reference by it's search name.static ObjectReference
BusinessKeyLookup. getObjectReferenceByBusinessKey(SchedulerSession session, String key)
Query an instance ofObjectReference
, based on its business key.ObjectReference
BusinessKeyResolver. getObjectReferenceByKey(BusinessKey key)
Query an instance ofObjectReference
, based on its business key.ObjectReference
SchedulerSession. getObjectReferenceByUniqueId(Long uniqueId)
Get theObjectReference
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ObjectReference Modifier and Type Method Description RWIterable<ObjectReference>
NamedRootObject. getLinkedObjectReferences()
Return all ObjectReferences this NamedRootObject is the source for.RWIterable<ObjectReference>
NamedRootObject. getSourceObjectReferences()
Return all ObjectReferences this NamedRootObject is linked in.Methods in com.redwood.scheduler.api.model with parameters of type ObjectReference Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ObjectReference theObjectReference)
void
ConcreteObjectCallback. handle(ObjectReference theObjectReference)
-
Uses of ObjectReference in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ObjectReference Modifier and Type Method Description Iterator<ObjectReference>
NamedRootObjectComp. getLinkedObjectReferences()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getLinkedObjectReferences()
instead.Iterator<ObjectReference>
NamedRootObjectComp. getSourceObjectReferences()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getSourceObjectReferences()
instead.
-