com.collation.platform.model.topology.app.lotus
Interface DirectoryInfo
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface DirectoryInfo
- extends LogicalElement
- Naming Rules:
- 0="parent,directoryAssistanceDatabaseName"
- Persistable:
- true
- Table Name:
- DIRINFO
- Display Name:
- directoryAssistanceDatabaseName
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
setParent
void setParent(DominoServer server)
getParent
DominoServer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
hasParent
boolean hasParent()
setDirectoryAssistanceDatabaseName
void setDirectoryAssistanceDatabaseName(java.lang.String name)
getDirectoryAssistanceDatabaseName
java.lang.String getDirectoryAssistanceDatabaseName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDirectoryAssistanceDatabaseName
boolean hasDirectoryAssistanceDatabaseName()
setDirectoryType
void setDirectoryType(java.lang.String name)
getDirectoryType
java.lang.String getDirectoryType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDirectoryType
boolean hasDirectoryType()
setAllowAsRemoteDirectory
void setAllowAsRemoteDirectory(java.lang.String name)
getAllowAsRemoteDirectory
java.lang.String getAllowAsRemoteDirectory()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasAllowAsRemoteDirectory
boolean hasAllowAsRemoteDirectory()
setNameOfCondensedDirectoryCatalog
void setNameOfCondensedDirectoryCatalog(java.lang.String name)
getNameOfCondensedDirectoryCatalog
java.lang.String getNameOfCondensedDirectoryCatalog()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasNameOfCondensedDirectoryCatalog
boolean hasNameOfCondensedDirectoryCatalog()
setDirectoryAssistance
void setDirectoryAssistance(DirectoryAssistance[] s)
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains" reverse="false"
- Containment Relationship:
- true
getDirectoryAssistance
DirectoryAssistance[] getDirectoryAssistance()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDirectoryAssistance
boolean hasDirectoryAssistance()