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.modelMethods in com.redwood.scheduler.api.model that return RuntimeClass Modifier and Type Method Description RuntimeClassSchedulerSession. 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.runtimeSubinterfaces of RuntimeClass in com.redwood.scheduler.api.runtime Modifier and Type Interface Description interfaceRuntimeObjectRuntime object instance information.
 
-