Uses of Interface
com.redwood.scheduler.api.runtime.RuntimeObject
-
Packages that use RuntimeObject Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of RuntimeObject in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return RuntimeObject Modifier and Type Method Description RuntimeObject
SchedulerEntity. getRuntime()
Get the API for information for this object.Method parameters in com.redwood.scheduler.api.model with type arguments of type RuntimeObject Modifier and Type Method Description String
ExtensionPoint. getExtensionPointURL(String extension, String source, String objectType, List<RuntimeObject> objects)
Get the URL that can be used to access the Extension Point.String
ExtensionPoint. getExtensionPointURL(String extension, String source, String objectType, List<RuntimeObject> objects, Map<String,String> extraConstants)
Get the URL that can be used to access the Extension Point.
-