public class Directory extends Object implements oracle.fmwplatform.envspec.common.ContainerAware<Topology>, oracle.fmwplatform.envspec.common.EntityWithId, oracle.fmwplatform.envspec.common.Substitutable
| Modifier and Type | Class and Description |
|---|---|
static class |
Directory.DirectoryType
Type of Directory
|
| Constructor and Description |
|---|
Directory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigHome()
Returns the configHome of this Directory object
|
String |
getCredentialRef()
Returns the credentialRef of this Directory object
|
String |
getGroupSearchBase()
Returns the groupSearchBase of this Directory object
|
String |
getId()
Returns the id of this Directory object
|
String |
getLBRURL()
Returns the LBRURL of this Directory object
|
Properties |
getMiscConfig()
Returns the miscConfig of this Directory object
|
Topology |
getParent()
Returns the object that contains this entity.
|
String |
getPort()
Returns the port of this Directory object
|
String |
getProductHome()
Returns the productHome of this Directory object
|
String |
getRcuConnectString()
Returns the rcuConnectString of this Directory object
|
String |
getSearchBase()
Returns the searchBase of this Directory object
|
boolean |
getSecure()
Returns the secure of this Directory object
|
Directory.DirectoryType |
getType()
Returns the type of this Directory object
|
String |
getUserSearchBase()
Returns the userSearchBase of this Directory object
|
String |
getVariableValue(String key)
Returns the variable value assigned to the specified key.
|
Directory |
setConfigHome(String configHome)
Set the configHome of this Directory object
|
Directory |
setCredentialRef(String credentialRef)
Set the credentialRef of this Directory object
|
Directory |
setGroupSearchBase(String groupSearchBase)
Set the groupSearchBase of this Directory object
|
Directory |
setId(String id)
Set the id of this Directory object
|
Directory |
setLBRURL(String LBRURL)
Set the LBRURL of this Directory object
|
Directory |
setMiscConfig(Properties miscConfig)
Set the miscConfig of this Directory object
|
Directory |
setParent(Topology containerTopology)
Sets the parent of this object.
|
Directory |
setPort(String port)
Set the port of this Directory object
|
Directory |
setProductHome(String productHome)
Set the productHome of this Directory object
|
Directory |
setRcuConnectString(String rcuConnectString)
Set the rcuConnectString of this Directory object
|
Directory |
setSearchBase(String searchBase)
Set the searchBase of this Directory object
|
Directory |
setSecure(boolean secure)
Set the secure of this Directory object
|
Directory |
setType(Directory.DirectoryType type)
Set the type of this Directory object
|
Directory |
setUserSearchBase(String userSearchBase)
Set the userSearchBase of this Directory object
|
String |
substitute(String text)
Replaces substitution keys in the specified text with their corresponding values.
|
String |
toCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in JSON format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
public Topology getParent()
oracle.fmwplatform.envspec.common.ContainerAwaregetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Topology>public Directory setParent(Topology containerTopology)
oracle.fmwplatform.envspec.common.ContainerAwaresetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Topology>containerTopology - the parent containerpublic String getId()
getId in interface oracle.fmwplatform.envspec.common.EntityWithIdpublic Directory setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdid - of this Directory objectpublic Directory.DirectoryType getType()
public Directory setType(Directory.DirectoryType type)
type - of this Directory objectpublic String getProductHome()
public Directory setProductHome(String productHome)
productHome - of this Directory objectpublic String getConfigHome()
public Directory setConfigHome(String configHome)
configHome - of this Directory objectpublic String getPort()
public Directory setPort(String port)
port - of this Directory objectpublic boolean getSecure()
public Directory setSecure(boolean secure)
secure - of this Directory objectpublic Properties getMiscConfig()
public Directory setMiscConfig(Properties miscConfig)
miscConfig - of this Directory objectpublic String getRcuConnectString()
public Directory setRcuConnectString(String rcuConnectString)
rcuConnectString - of this Directory objectpublic String getCredentialRef()
public Directory setCredentialRef(String credentialRef)
credentialRef - of this Directory objectpublic String getSearchBase()
public Directory setSearchBase(String searchBase)
searchBase - of this Directory objectpublic String getUserSearchBase()
public Directory setUserSearchBase(String userSearchBase)
userSearchBase - of this Directory objectpublic String getGroupSearchBase()
public Directory setGroupSearchBase(String groupSearchBase)
groupSearchBase - of this Directory objectpublic String getLBRURL()
public Directory setLBRURL(String LBRURL)
LBRURL - of this Directory objectpublic 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 textpublic String toXmlCompactString()
public String toXmlString()
public String toCompactString()