SecurityAction.java
/*
* Copyright 2026 Global Crop Diversity Trust
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root folder or http://www.apache.org/licenses/LICENSE-2.0
*/
package org.gringlobal.model.community;
/**
* List of all supported secured actions in GGCE.
*
* @author Matija Obreza
*/
public enum SecurityAction {
/* Accession actions */
PassportData, Acquisition, AccessionAttachment, SourceDescriptor, AccessionDOI,
/* Inventory actions */
InventoryData, InventoryAttachment, InventoryGroup, InventoryDOI,
/* Invitro */
Invitro,
/* Viability testing */
ViabilityTest,
/* Crop traits */
CropTrait, CropTraitObservation,
/* Crop */
Crop,
/* Taxonomy */
Taxonomy,
/* Requests */
Request, RequestItem,
/* Geography action */
GeographyData,
/* Materiel */
Materiel,
/* Method action */
MethodData,
/** Cooperator */
CooperatorData,
/** Genesys */
GenesysRequests, GenesysUpload,
/** Citations */
Citations,
/** Location reservation */
Location,
/** Plant health: Pathogen and Symptom */
Pathogen, Symptom,
/** System actions */
SystemAction
}