|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryAssistance
Represents each document in the ($DirectoryAssitance) view in the names.nsf file.
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
java.lang.String |
getDomainName()
Field "DomainName" |
java.lang.String |
getDomainType()
Represents the field "DomainType" in directory document. |
int |
getEnabled()
represents field "DomainEnabled" |
int |
getGroupAuthorization()
Field "GroupExpansion" |
int |
getMakeThisDomainAvailableTo()
Field ""ClientProtocolType"" |
DominoNamingContext |
getNamingContext1()
Represents the naming context 1 in the directory document. |
DominoServer |
getParent()
The parent domino server which contains this object. |
DominoReplicas |
getReplicas()
Represents domino replicas in the directory document. |
boolean |
hasDomainName()
|
boolean |
hasDomainType()
|
boolean |
hasEnabled()
|
boolean |
hasGroupAuthorization()
|
boolean |
hasMakeThisDomainAvailableTo()
|
boolean |
hasNamingContext1()
|
boolean |
hasParent()
|
boolean |
hasReplicas()
|
void |
setDomainName(java.lang.String s)
|
void |
setDomainType(java.lang.String s)
|
void |
setEnabled(int s)
|
void |
setGroupAuthorization(int s)
|
void |
setMakeThisDomainAvailableTo(int s)
|
void |
setNamingContext1(DominoNamingContext s)
|
void |
setParent(DominoServer s)
|
void |
setReplicas(DominoReplicas s)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
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 |
Method Detail |
---|
void setParent(DominoServer s)
DominoServer getParent() throws AttributeNotSetException
AttributeNotSetException
boolean hasParent()
void setDomainType(java.lang.String s)
java.lang.String getDomainType() throws AttributeNotSetException
AttributeNotSetException
boolean hasDomainType()
void setDomainName(java.lang.String s)
java.lang.String getDomainName() throws AttributeNotSetException
AttributeNotSetException
boolean hasDomainName()
void setMakeThisDomainAvailableTo(int s)
int getMakeThisDomainAvailableTo() throws AttributeNotSetException
AttributeNotSetException
boolean hasMakeThisDomainAvailableTo()
void setGroupAuthorization(int s)
int getGroupAuthorization() throws AttributeNotSetException
AttributeNotSetException
boolean hasGroupAuthorization()
void setEnabled(int s)
int getEnabled() throws AttributeNotSetException
AttributeNotSetException
boolean hasEnabled()
void setNamingContext1(DominoNamingContext s)
DominoNamingContext getNamingContext1() throws AttributeNotSetException
AttributeNotSetException
boolean hasNamingContext1()
void setReplicas(DominoReplicas s)
DominoReplicas getReplicas() throws AttributeNotSetException
AttributeNotSetException
boolean hasReplicas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |