Package com.priint.pubserver.document
Enum Class Document.DocumentProperties
java.lang.Object
java.lang.Enum<Document.DocumentProperties>
com.priint.pubserver.document.Document.DocumentProperties
- All Implemented Interfaces:
Serializable,Comparable<Document.DocumentProperties>,Constable
- Enclosing class:
- Document
Meta data attributes describing a PubServer repository item.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIs this document active?User that created this document node.Createdon document properties.Deleted document properties.Description of a documentFilename document properties.Hash document properties.Lockclientid document properties.Locked document properties.Lockedby document properties.Lockedon document properties.Lockremoteaddr document properties.Locktoken document properties.Name document properties.Origin document properties.Originversion document properties.Path document properties.Type document properties.Updatedby document properties.Updatedon document properties. -
Method Summary
Modifier and TypeMethodDescriptionstatic Document.DocumentPropertiesGets value.toString()static Document.DocumentPropertiesReturns the enum constant of this class with the specified name.static Document.DocumentProperties[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATEDBY
User that created this document node. User name is taken from the currently active session principal. -
ACTIVE
Is this document active? -
DESCRIPTION
Description of a document -
NAME
Name document properties. -
FILENAME
Filename document properties. -
PATH
Path document properties. -
CREATEDON
Createdon document properties. -
UPDATEDON
Updatedon document properties. -
UPDATEDBY
Updatedby document properties. -
TYPE
Type document properties. -
DELETED
Deleted document properties. -
ORIGIN
Origin document properties. -
ORIGINVERSION
Originversion document properties. -
LOCKED
Locked document properties. -
LOCKEDON
Lockedon document properties. -
LOCKEDBY
Lockedby document properties. -
LOCKREMOTEADDR
Lockremoteaddr document properties. -
LOCKCLIENTID
Lockclientid document properties. -
LOCKTOKEN
Locktoken document properties. -
HASH
Hash document properties.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<Document.DocumentProperties>
-
getValue
Gets value.- Parameters:
key- the key- Returns:
- the value
-