Uses of Interface
com.redwood.scheduler.api.runtime.RuntimeClass
-
Packages that use RuntimeClass Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.runtime Scheduler API - Runtime access to model objects -
-
Uses of RuntimeClass in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return RuntimeClass Modifier and Type Method Description RuntimeClass
SchedulerSession. getRuntimeClass(String objectType)
Get the runtime entity type information for the given object-type.Methods in com.redwood.scheduler.api.model that return types with arguments of type RuntimeClass Modifier and Type Method Description List<RuntimeClass>
SchedulerSession. getRuntimeClasses()
Returns an immutable list with all runtime classes -
Uses of RuntimeClass in com.redwood.scheduler.api.runtime
Subinterfaces of RuntimeClass in com.redwood.scheduler.api.runtime Modifier and Type Interface Description interface
RuntimeObject
Runtime object instance information.
-