public abstract class ServiceBinding extends Object implements oracle.fmwplatform.envspec.common.ContainerAware<Domain>, oracle.fmwplatform.envspec.common.Substitutable
| Constructor and Description |
|---|
ServiceBinding() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
getParent()
Returns the object that contains this entity
|
String |
getResourceRef()
Return the reference to the blueprint AppSvcResource
|
Service |
getServiceRef()
Return the reference to the service that contains the endpoints
in the topology
|
String |
getVariableValue(String key)
Returns the variable value assigned to the specified key.
|
ServiceBinding |
setParent(Domain domain)
Sets the container object that contains this.
|
ServiceBinding |
setResourceRef(String resourceRef)
Set the reference to the blueprint AppSvcResource
|
ServiceBinding |
setServiceRef(Service serviceRef)
Set the reference to the service that contains the endpoints
in the topology
|
String |
substitute(String text)
Replaces substitution keys in the specified text with their corresponding values.
|
public String getResourceRef()
public ServiceBinding setResourceRef(String resourceRef)
resourceRef - id of the resourcepublic Service getServiceRef()
public ServiceBinding setServiceRef(Service serviceRef)
serviceRef - id of the servicepublic Domain getParent()
oracle.fmwplatform.envspec.common.ContainerAwaregetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>public ServiceBinding setParent(Domain domain)
oracle.fmwplatform.envspec.common.ContainerAwaresetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>domain - the parent containerpublic String getVariableValue(String key)
getVariableValue in interface oracle.fmwplatform.envspec.common.Substitutablekey - the key of the variable to be checkedpublic String substitute(String text)
substitute in interface oracle.fmwplatform.envspec.common.Substitutabletext - the original text