Package org.opencastproject.adminui.util
Class BulkUpdateUtil.BulkUpdateInstructions
java.lang.Object
org.opencastproject.adminui.util.BulkUpdateUtil.BulkUpdateInstructions
- Enclosing class:
BulkUpdateUtil
Model class for the bulk update instructions which are sent by the UI.
-
Constructor Summary
ConstructorsConstructorDescriptionBulkUpdateInstructions(String json) Create a new instance by parsing the given json String. -
Method Summary
-
Constructor Details
-
BulkUpdateInstructions
Create a new instance by parsing the given json String.- Parameters:
json- The json serialized version of the bulk update instructions sent by the UI.- Throws:
IllegalArgumentException- If the json string cannot be parsed.
-
-
Method Details
-
getGroups
-