java.lang.Object
overit.geocallapp.wfm.project.util.ProjectConst.ProjectHeaderStatus
- Enclosing class:
ProjectConst
public static class ProjectConst.ProjectHeaderStatus
extends Object
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DRAFT
public static final Long DRAFT
-
ACTIVE
public static final Long ACTIVE
-
SUSPENDED
public static final Long SUSPENDED
-
DELETED
public static final Long DELETED
-
CLOSED
public static final Long CLOSED
-
CANCELLED
public static final Long CANCELLED
-
Method Details
-
getAllStatuses
public static LongSet getAllStatuses()
-
getInitialStatus
public static Long getInitialStatus()
-
getReleasableStatuses
public static LongSet getReleasableStatuses()
-
getCancellableStatuses
public static LongSet getCancellableStatuses()
-
getClosableStatuses
public static LongSet getClosableStatuses()
-
getDeletableStatuses
public static LongSet getDeletableStatuses()
-
getValidStatusesForActivityEvolution
public static LongSet getValidStatusesForActivityEvolution()
-
getNotCancelledStatues
public static LongSet getNotCancelledStatues()
-
getNonOperableStatuses
public static LongSet getNonOperableStatuses()