Package callofproject.dev.project.util
Class Policy
java.lang.Object
callofproject.dev.project.util.Policy
Utility class for policy constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Maximum number of projects that the user can participate in (excluding own project)static final int
Maximum project count per userstatic final int
Maximum number of projects the user can create. -
Method Summary
-
Field Details
-
OWNER_MAX_PROJECT_COUNT
public static final int OWNER_MAX_PROJECT_COUNTMaximum number of projects the user can create. If not completed.- See Also:
-
MAX_PARTICIPANT_PROJECT_COUNT
public static final int MAX_PARTICIPANT_PROJECT_COUNTMaximum number of projects that the user can participate in (excluding own project)- See Also:
-
MAX_PROJECT_COUNT
public static final int MAX_PROJECT_COUNTMaximum project count per user- See Also:
-