package org.gcube.social_networking.socialnetworking.model.beans.catalogue; public enum CatalogueEventType { /** * use to notify a user she got a workspace item new in some of her workspace shared folder */ ITEM_PUBLISHED; }