Package moise.reorg.commands
Class RemoveAllRoleObligations
- java.lang.Object
-
- moise.reorg.commands.ChangeOS
-
- moise.reorg.commands.ChangeDS
-
- moise.reorg.commands.RemoveAllRoleObligations
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoveAllRoleObligations extends ChangeDS
A reorganisation command, a command that changes the OS- Author:
- jomi
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
roleId
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RemoveAllRoleObligations()
RemoveAllRoleObligations(java.lang.String roleId)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
roleId
java.lang.String roleId
-
-
Method Detail
-
execute
public void execute(OS os, OE oe) throws MoiseException
- Overrides:
execute
in classChangeOS
- Throws:
MoiseException
-
-