public class FilePreservationListsCommand extends BaseKickstartCommand
ksdata, rebuildPartitionCommands, user| Constructor and Description |
|---|
FilePreservationListsCommand(java.lang.Long ksid,
User userIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileListsByIds(java.util.List<java.lang.Long> ids)
Adds file lists to the kickstart profile.
|
java.util.Set<FileList> |
getPreserveFileLists()
Get the PreservationList items associated with this profile
|
void |
removeFileListsByIds(java.util.List<java.lang.Long> ids)
Removes file lists from the kickstart profile.
|
findCommandName, getKickstartData, getUser, storepublic FilePreservationListsCommand(java.lang.Long ksid,
User userIn)
ksid - Kickstart IduserIn - Logged in Userpublic void removeFileListsByIds(java.util.List<java.lang.Long> ids)
ids - The ids of the file lists to remove.public void addFileListsByIds(java.util.List<java.lang.Long> ids)
ids - The ids of the regtokens to add.public java.util.Set<FileList> getPreserveFileLists()