| Package | Description | 
|---|---|
| oracle.adf.model.rest | |
| oracle.jbo.version | 
| Modifier and Type | Method and Description | 
|---|---|
VersionDef | 
LOVResource.findVersionDef()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ViewObject | 
LOVUtil.getResourceViewObject(VersionDef version,
                     java.lang.String resourceName)
Returns the view object that is datasource for the REST resource collection results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VersionDef | 
VersionConfig.findVersionByDisplayName(java.lang.String displayName)
Returns the version metadata for the specified version display name. 
 | 
VersionDef | 
VersionConfig.findVersionByName(java.lang.String name)
Returns the version metadata for the specified version name. 
 | 
VersionDef | 
VersionConfig.getLatestVersion()
Returns the latest supported version as defined in
  
adf-config.xml. | 
VersionDef | 
VersionDef.getNextVersion()
Gets the first supported version that is later than this version. 
 | 
VersionDef | 
VersionDef.getPreviousVersion()
Gets the first supported version that is earlier than this version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
VersionDef.compareTo(VersionDef anotherVersion)
Compares this VersionDef with the specified VersionDef. 
 | 
static java.util.Collection<java.lang.String> | 
VersionResolver.getAvailableResources(VersionDef requestVersion)
Gets all the resources available for the specified version. 
 | 
static JUFormBinding | 
VersionResolver.resolveVersionedResource(VersionDef version,
                        java.lang.String resName)
Finds the resource definition in a given version. 
 |