Package org.dlese.dpc.schemedit
Class Constants
java.lang.Object
org.dlese.dpc.schemedit.Constants
Schemedit Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUsed to sort in ascending order.static final Stringstatic final intUsed to sort in descending order.static final Stringstatic final Stringstatic final Stringstatic final StringThe session scope attribute under which the User object for the currently logged in user is stored. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER_KEY
The session scope attribute under which the User object for the currently logged in user is stored.- See Also:
-
UNKNOWN_USER
- See Also:
-
UNKNOWN_VALIDITY
- See Also:
-
UNKNOWN_EDITOR
- See Also:
-
ASCENDING
public static final int ASCENDINGUsed to sort in ascending order.- See Also:
-
DESCENDING
public static final int DESCENDINGUsed to sort in descending order.- See Also:
-
ASN_PURL_BASE
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-