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.RemoteException
TieredAdminRole copyRole(java.lang.String roleKeyID) throws java.rmi.RemoteException
java.rmi.RemoteException
void applyMatrix() throws java.rmi.RemoteException
java.rmi.RemoteException
void setConfig(TieredAdminGroupConfig config) throws java.rmi.RemoteException
java.rmi.RemoteException
RightsTypeSet toRightsTypeSet(TieredAdminRights rights) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateWebArchive(java.lang.String inputFilename, java.lang.String outputFilename) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteRole(java.lang.String roleKeyID) throws java.rmi.RemoteException
java.rmi.RemoteException
void resetRightsToDefaults(java.lang.String predefRole) throws java.rmi.RemoteException
java.rmi.RemoteException
void reassignUserObjects(java.lang.String currentUser, java.lang.String newUser) throws java.rmi.RemoteException
java.rmi.RemoteException
TieredAdminRights fromRightsTypeSet(TieredAdminRights rights, RightsTypeSet rightsSet) throws java.rmi.RemoteException
java.rmi.RemoteException