|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The dkAdminDomainDef class represents an administrative domain object.
DKAdminDomainDefFed
,
DKAdminDomainDefICM
Method Summary | |
java.lang.String[] |
getACLNames()
Gets a list of ACLs defined to this admin domain |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
gets the description of this admin domain |
int |
getID()
gets the ID of this admin domain |
java.lang.String |
getName()
Gets admin domain name |
java.lang.String |
getNLSLanguage()
gets the NLS language of this admin domain |
java.lang.String[] |
getPrivSetNames()
Gets a list of privilege sets defined to this admin domain |
java.lang.String[] |
getResourceMgrNames()
Gets a list of Resource Managers defined to this admin domain |
java.lang.String[] |
getSMSCollectionNames()
Gets a list of collections defined to this admin domain |
java.lang.String[] |
getUserGroupNames()
Gets a list of user groups defined to this admin domain |
java.lang.String[] |
getUserNames()
Gets a list of users defined to this admin domain |
void |
setACLNames(java.lang.String[] s)
Sets a list of ACLs to this admin domain |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setDescription(java.lang.String description)
sets the description of this admin domain |
void |
setID(int id)
sets the ID of this admin domain |
void |
setName(java.lang.String name)
Sets the admin domain name |
void |
setNLSLanguage(java.lang.String langCode)
sets the NLS language for this admin domain |
void |
setPrivSetNames(java.lang.String[] s)
Sets a list of privilege sets to this admin domain |
void |
setResourceMgrNames(java.lang.String[] s)
Sets a list of Resource Managers to this admin domain |
void |
setSMSCollectionNames(java.lang.String[] s)
Sets a list of collections to this admin domain |
void |
setUserGroupNames(java.lang.String[] s)
Sets a list of user groups to this admin domain |
void |
setUserNames(java.lang.String[] s)
Sets a list of users to this admin domain |
Method Detail |
public dkDatastore getDatastore()
public void setDatastore(dkDatastore ds)
ds
- datastore objectpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- -- new name to be set to this admin domainpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- admin domain descriptionpublic int getID()
public void setID(int id)
id
- - the admin domain idpublic java.lang.String getNLSLanguage()
public void setNLSLanguage(java.lang.String langCode)
langCode
- the NLS language for the domainpublic java.lang.String[] getUserNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void setUserNames(java.lang.String[] s) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
s
- list of user namesDKException
- if error occurspublic java.lang.String[] getUserGroupNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void setUserGroupNames(java.lang.String[] s) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
s
- list of user group namesDKException
- if error occurspublic java.lang.String[] getPrivSetNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void setPrivSetNames(java.lang.String[] s) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
s
- list of privilege set namesDKException
- if error occurspublic java.lang.String[] getACLNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void setACLNames(java.lang.String[] s) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
s
- list of ACL namesDKException
- if error occurspublic java.lang.String[] getResourceMgrNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void setResourceMgrNames(java.lang.String[] s) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
s
- list of Resource Manager namesDKException
- if error occurspublic java.lang.String[] getSMSCollectionNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void setSMSCollectionNames(java.lang.String[] s) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
s
- list of collection namesDKException
- if error occurs
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |