public interface ITieredAdminTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
applyMatrix() |
TieredAdminRole |
copyRole(java.lang.String roleKeyID) |
void |
deleteRole(java.lang.String roleKeyID) |
TieredAdminRights |
fromRightsTypeSet(TieredAdminRights rights,
RightsTypeSet rightsSet) |
TieredAdminGroupConfig |
getConfig() |
void |
reassignUserObjects(java.lang.String currentUser,
java.lang.String newUser) |
void |
resetRightsToDefaults(java.lang.String predefRole) |
void |
setConfig(TieredAdminGroupConfig config) |
RightsTypeSet |
toRightsTypeSet(TieredAdminRights rights) |
void |
updateWebArchive(java.lang.String inputFilename,
java.lang.String outputFilename) |
TieredAdminGroupConfig getConfig() throws java.rmi.RemoteException
java.rmi.RemoteExceptionTieredAdminRole copyRole(java.lang.String roleKeyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid applyMatrix()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setConfig(TieredAdminGroupConfig config) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRightsTypeSet toRightsTypeSet(TieredAdminRights rights) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateWebArchive(java.lang.String inputFilename,
java.lang.String outputFilename)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteRole(java.lang.String roleKeyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid resetRightsToDefaults(java.lang.String predefRole)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid reassignUserObjects(java.lang.String currentUser,
java.lang.String newUser)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionTieredAdminRights fromRightsTypeSet(TieredAdminRights rights, RightsTypeSet rightsSet) throws java.rmi.RemoteException
java.rmi.RemoteException