Skip to content

Commit

Permalink
Wfdm 910 create script to delete security classification b c and gree…
Browse files Browse the repository at this point in the history
…n reports (#104)

* basic structure

* Delete files from index with security classification Protected B or Protected C and update existing green report secuirty classification to Protected B

* Minor updates

* Variable name mistake fix
  • Loading branch information
CEBergin-Vivid authored Oct 26, 2023
1 parent 411a834 commit dac5ecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static boolean setIndexedMetadata(String accessToken, String fileId, Stri
}

if (!creatorExists) creatorExists = metadataName.equals("Creator");
if (!uploadedByExists) uploadedByExists = metadataName.equals("UploadBy");
if (!uploadedByExists) uploadedByExists = metadataName.equals("UploadedBy");
if (!titleExists) titleExists = metadataName.equals("Title");
if (!dateCreatedExists) dateCreatedExists = metadataName.equals("DateCreated");
if (!dateModifiedExists) dateModifiedExists = metadataName.equals("DateModified");
Expand Down

0 comments on commit dac5ecb

Please sign in to comment.