| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
| Modifier and Type | Method and Description |
|---|---|
Installation |
Installation.setId(String id) |
Installation |
Installation.setInstaller(String installer)
Set the location and name of the installer image.
|
Installation |
Installation.setInstallType(String installType)
Set the type of parts to install with this install image.
|
Installation |
Installation.setParent(InstallationData containerData) |
| Modifier and Type | Method and Description |
|---|---|
List<Installation> |
InstallationData.getInstallations()
Returns a list of the installations for this InstallationData.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstallationData.addInstallation(Installation installation)
Adds the installation to the end of the list and sets the order id.
|
boolean |
InstallationData.removeInstallation(Installation installation)
Remove the installation from the installation list and reassign order ids to the remaining installations.
|
| Modifier and Type | Method and Description |
|---|---|
InstallationData |
InstallationData.setInstallations(List<Installation> installations)
Set the installation list for the InstallationData.
|