Package | Description |
---|---|
oracle.fmwplatform.envspec.model |
This package contains classes that are used to represent models of real (existing) or imagined (to be created) environments.
|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
Template |
EnvironmentModel.getBaseTemplateForDomain(String domainId)
Returns the base Template from the Domain specified or null if no match is found.
|
Modifier and Type | Method and Description |
---|---|
List<Template> |
EnvironmentModel.getExtensionTemplatesForDomain(String domainId)
Returns the extension Templates for the Domain specified or an empty list if none are found.
|
List<Template> |
EnvironmentModel.getTemplatesInDomain(Domain domain)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
List<Template> |
EnvironmentModel.getTemplatesInDomain(String domainId)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
Modifier and Type | Method and Description |
---|---|
Template |
Template.setIsCustom(boolean isCustom)
Sets if the template is custom i.e.
|
Template |
Template.setLocation(String location)
Sets the location of this Template for custom Templates only.
|
Template |
Template.setName(String name)
Sets the name of this Template.
|
Template |
Template.setProfile(String profile)
Sets the profile associated with this template assignment.
|
Template |
Template.setTemplateType(Template.TemplateType templateType)
Sets the Template type of this Template.
|
Modifier and Type | Method and Description |
---|---|
List<Template> |
Blueprint.getTemplates()
Returns the list of Templates in this Blueprint.
|
Modifier and Type | Method and Description |
---|---|
Blueprint |
Blueprint.setTemplates(List<Template> templates)
Sets the list of templates in this Blueprint.
|
Modifier and Type | Method and Description |
---|---|
List<Template> |
Domain.getEffectiveTemplates()
Returns all the templates in this domain.
|