gcube-cms-suite/geoportal-common/src/main/java/org/gcube/application/geoportal/common/model/project/StatusPhase.java

14 lines
190 B
Java
Raw Normal View History

2021-09-20 16:47:35 +02:00
package org.gcube.application.geoportal.common.model.project;
public enum StatusPhase {
DRAFT,
UNDER_VALIDATION,
INVALID,
VALID,
UNDER_PUBLICATION,
PUBLICATION_ERROR,
PUBLISHED
}