Uses of Class
com.redwood.scheduler.api.exception.ExtensionPointURLException
-
Packages that use ExtensionPointURLException Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of ExtensionPointURLException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw ExtensionPointURLException 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.
-