net.anotheria.anosite.photoserver.api.access.PhotoAction Maven / Gradle / Ivy
The newest version!
package net.anotheria.anosite.photoserver.api.access;
/**
* Action's on photo for managing access.
*
* @author Alexandr Bolbat
* @version $Id: $Id
*/
public enum PhotoAction {
/**
* View photo.
*/
VIEW,
/**
* Edit photo.
*/
EDIT,
/**
* Add photo.
*/
ADD,
/**
* Remove photo.
*/
REMOVE,
/**
* Comment photo.
*/
COMMENT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy