package eu.dnetlib.organizations.utils; public enum OrganizationStatus { suggested, // from user or dedup depends by created_by field approved, // normal status of valid organizations discarded, // suggested organization that have been rejected by an administrator hidden, // hidden organizations after the fix of a conflict deleted, // organizations that are virtually deleted duplicate // organizations that duplicate of a valid organization (their id is not an openorgs id) }