|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractAdminDomainsMgmt
The dkAbstractAdminDomainsMgmt class represents and processes management functions for administrative domains. The dkAbstractAdminDomainsMgmt provides facilities to query, retrieve, update, store, and manage objects associating with administrative domains.
dkAdminDomainsMgmt
, Serialized FormFields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
dkAbstractAdminDomainsMgmt()
Constructs a new dkAbstractAdminDomainsMgmt class without owner datastore object. |
|
dkAbstractAdminDomainsMgmt(dkDatastore ds)
Constructs a new dkAbstractAdminDomainsMgmt class with owner datastore object |
Method Summary | |
void |
add(dkAdminDomainDef adObj)
Adds the given admin domain object to persistent datastore |
void |
addACLNames(java.lang.String domainName,
java.lang.String[] ACLNames)
Adds a list of ACLs to this admin domain |
void |
addGroupNames(java.lang.String domainName,
java.lang.String[] groupNames)
Adds a list of user groups to this admin domain |
void |
addPrivSetNames(java.lang.String domainName,
java.lang.String[] privSetNames)
Adds a list of privilege sets to this admin domain |
void |
addResourceMgrNames(java.lang.String domainName,
java.lang.String[] RMNames)
Adds a list of resource Managers to this admin domain |
void |
addSMSCollectionNames(java.lang.String domainName,
java.lang.String[] collNames)
Adds a list of SMS collections to this admin domain |
void |
addUserNames(java.lang.String domainName,
java.lang.String[] userNames)
Adds a list of users to this admin domain |
dkAdminDomainDef |
createAdminDomain()
Creates a dkAdminDomainDef instance |
void |
del(dkAdminDomainDef adObj)
Deletes the given admin domain object from persistent datastore |
void |
del(java.lang.String name)
Deletes the given admin domain object from persistent datastore |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
int |
getIDfromName(java.lang.String name)
Gets the domain ID of the given domain from persistent datastore |
java.lang.String[] |
listACLNames(java.lang.String domainName)
Gets a list of ACLs defined to this admin domain |
java.lang.String[] |
listAdminDomainNames()
Gets a list of admin domain names from persistent datastore |
dkCollection |
listAdminDomains()
Gets a list of admin domains from persistent datastore |
java.lang.String[] |
listGroupNames(java.lang.String domainName)
Gets a list of user groups defined to this admin domain |
java.lang.String[] |
listPrivSetNames(java.lang.String domainName)
Gets a list of privilege sets defined to this admin domain |
java.lang.String[] |
listResourceMgrNames(java.lang.String domainName)
Gets a list of Resource Managers defined to this admin domain |
java.lang.String[] |
listSMSCollectionNames(java.lang.String domainName)
Gets a list of SMS collections defined to this admin domain |
java.lang.String[] |
listUserNames(java.lang.String domainName)
Gets a list of users defined to this admin domain |
void |
removeACLNames(java.lang.String domainName,
java.lang.String[] ACLNames)
Removes a list of ACLs from this admin domain |
void |
removeGroupNames(java.lang.String[] groupNames)
Removes a list of user groups from an admin domain We always move the groups to Public Domain |
void |
removePrivSetNames(java.lang.String domainName,
java.lang.String[] privSetNames)
Removes a list of privilege sets from this admin domain |
void |
removeResourceMgrNames(java.lang.String[] RMNames)
Removes a list of resource managers from this admin domain |
void |
removeSMSCollectionNames(java.lang.String[] collNames)
Removes a list of SMS collections from this admin domain |
void |
removeUserNames(java.lang.String[] userNames)
Removes a list of users from an admin domain We always move the users to Default Domain. |
dkAdminDomainDef |
retrieve(dkAdminDomainDef adObj)
Retrieves the given admin domain object from persistent datastore |
dkAdminDomainDef |
retrieve(java.lang.String name)
Retrieves the given admin domain object from persistent datastore |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
update(dkAdminDomainDef adObj)
Updates the given admin domain object in persistent datastore |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public dkAbstractAdminDomainsMgmt()
public dkAbstractAdminDomainsMgmt(dkDatastore ds)
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkAdminDomainsMgmt
public dkDatastore getDatastore()
getDatastore
in interface dkAdminDomainsMgmt
public dkCollection listAdminDomains() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listAdminDomains
in interface dkAdminDomainsMgmt
DKException
- if error occurspublic java.lang.String[] listAdminDomainNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listAdminDomainNames
in interface dkAdminDomainsMgmt
DKException
- if error occurspublic void add(dkAdminDomainDef adObj) throws DKAlreadyExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
add
in interface dkAdminDomainsMgmt
adObj
- admin domain object to be added.DKException
- if errorpublic void del(dkAdminDomainDef adObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
del
in interface dkAdminDomainsMgmt
adObj
- -- admin domain object to be deleted.DKException
- if errorpublic void del(java.lang.String name) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
del
in interface dkAdminDomainsMgmt
name
- -- admin domain object to be deleted.DKException
- if errorpublic void update(dkAdminDomainDef adObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
update
in interface dkAdminDomainsMgmt
adObj
- -- admin domain object to be updated.DKException
- if errorpublic dkAdminDomainDef retrieve(dkAdminDomainDef adObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrieve
in interface dkAdminDomainsMgmt
name
- -- admin domain object to be retrieved.DKException
- if errorpublic dkAdminDomainDef retrieve(java.lang.String name) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrieve
in interface dkAdminDomainsMgmt
name
- -- admin domain name to be retrieved.DKException
- if errorpublic java.lang.String[] listUserNames(java.lang.String domainName) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listUserNames
in interface dkAdminDomainsMgmt
public void addUserNames(java.lang.String domainName, java.lang.String[] userNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
addUserNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- admin domain namethe
- list of user namesDKException
- if error occurspublic void removeUserNames(java.lang.String[] userNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
removeUserNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- list of user namesDKException
- if error occurspublic java.lang.String[] listGroupNames(java.lang.String domainName) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listGroupNames
in interface dkAdminDomainsMgmt
public void addGroupNames(java.lang.String domainName, java.lang.String[] groupNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
addGroupNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- admin domain namethe
- list of user group namesDKException
- if error occurspublic void removeGroupNames(java.lang.String[] groupNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
removeGroupNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- list of user group namesDKException
- if error occurspublic java.lang.String[] listPrivSetNames(java.lang.String domainName) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivSetNames
in interface dkAdminDomainsMgmt
public void addPrivSetNames(java.lang.String domainName, java.lang.String[] privSetNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
addPrivSetNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- admin domain namethe
- list of privilege set namesDKException
- if error occurspublic void removePrivSetNames(java.lang.String domainName, java.lang.String[] privSetNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
removePrivSetNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- list of privilege set namesDKException
- if error occurspublic java.lang.String[] listACLNames(java.lang.String domainName) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listACLNames
in interface dkAdminDomainsMgmt
public void addACLNames(java.lang.String domainName, java.lang.String[] ACLNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
addACLNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- admin domain namethe
- list of ACL namesDKException
- if error occurspublic void removeACLNames(java.lang.String domainName, java.lang.String[] ACLNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
removeACLNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- list of ACL namesDKException
- if error occurspublic java.lang.String[] listResourceMgrNames(java.lang.String domainName) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listResourceMgrNames
in interface dkAdminDomainsMgmt
public void addResourceMgrNames(java.lang.String domainName, java.lang.String[] RMNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
addResourceMgrNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- admin domain namethe
- list of resource manager namesDKException
- if error occurspublic void removeResourceMgrNames(java.lang.String[] RMNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
removeResourceMgrNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- list of resource manager namesDKException
- if error occurspublic java.lang.String[] listSMSCollectionNames(java.lang.String domainName) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listSMSCollectionNames
in interface dkAdminDomainsMgmt
public void addSMSCollectionNames(java.lang.String domainName, java.lang.String[] collNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
addSMSCollectionNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- admin domain namethe
- list of SMS collection namesDKException
- if error occurspublic void removeSMSCollectionNames(java.lang.String[] collNames) throws DKNotExistException, DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
removeSMSCollectionNames
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
the
- list of SMS collection namesDKException
- if error occurspublic int getIDfromName(java.lang.String name) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
getIDfromName
in interface dkAdminDomainsMgmt
name
- -- admin domain name.DKException
- if errorpublic dkAdminDomainDef createAdminDomain() throws DKException, java.lang.Exception
createAdminDomain
in interface dkAdminDomainsMgmt
com.ibm.mm.sdk.common.dkAdminDomainsMgmt
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |