Uses of Interface
com.redwood.scheduler.api.model.ConcreteObjectCallback
-
Packages that use ConcreteObjectCallback Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of ConcreteObjectCallback in com.redwood.scheduler.api.model
Classes in com.redwood.scheduler.api.model that implement ConcreteObjectCallback Modifier and Type Class Description class
AbstractConcreteObjectCallback
Generated base implementation of theConcreteObjectCallback
implementation.Methods in com.redwood.scheduler.api.model with parameters of type ConcreteObjectCallback Modifier and Type Method Description static void
ObjectRetriever. callbackSchedulerEntity(SchedulerEntity schedulerEntity, ConcreteObjectCallback callback)
Dispatch to an appropriate callback, based on the type of the object.static void
ObjectRetriever. callbackSchedulerEntity(SchedulerSession session, String objectType, Long uniqueId, ConcreteObjectCallback callback)
Lookup an object and invoke a callback with it, similar toObjectRetriever.callbackSchedulerEntity(String,Long,ConcreteObjectCallback)
, but using the supplied session instead.void
ObjectRetriever. callbackSchedulerEntity(String objectType, Long uniqueId, ConcreteObjectCallback callback)
Lookup an object that inherits fromSchedulerEntity
, given its concrete-type and uniqueId, and invoke a callback with the object.
-