org.xiruss.xirussrepository.api
Class XirussRepositoryConst.ObjPropNames

java.lang.Object
  extended by org.xiruss.xirussrepository.api.XirussRepositoryConst.ObjPropNames
Enclosing class:
XirussRepositoryConst

public class XirussRepositoryConst.ObjPropNames
extends java.lang.Object

Built-in version property names:


Field Summary
static java.lang.String CHARACTER_ENCODING
          The character encoding of text storage objects.
static java.lang.String CREATING_USER
           
static java.lang.String CREATION_DATE
           
static java.lang.String DATA_BYTE_COUNT
           
static java.lang.String DATA_CHARACTER_COUNT
           
static java.lang.String GOVERNING_SCHEMAS
           
static java.lang.String MIME_TYPE
          The HTTP MIME type of the storage object
static java.lang.String NAMESPACES
           
static java.lang.String ORIG_SYSTEM_ID
          The original system ID of the imported storage object from which a version was created.
static java.lang.String REFERENT_USE_SEMANTIC
          Indicates the semantic purpose of the referent pointed to by an RTD.
static java.lang.String ROOT_NAMESPACE
           
static java.lang.String TARGET_NAMESPACE
           
 
Constructor Summary
XirussRepositoryConst.ObjPropNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_NAMESPACE

public static final java.lang.String ROOT_NAMESPACE
See Also:
Constant Field Values

TARGET_NAMESPACE

public static final java.lang.String TARGET_NAMESPACE
See Also:
Constant Field Values

DATA_BYTE_COUNT

public static final java.lang.String DATA_BYTE_COUNT
See Also:
Constant Field Values

DATA_CHARACTER_COUNT

public static final java.lang.String DATA_CHARACTER_COUNT
See Also:
Constant Field Values

CREATING_USER

public static final java.lang.String CREATING_USER
See Also:
Constant Field Values

CREATION_DATE

public static final java.lang.String CREATION_DATE
See Also:
Constant Field Values

GOVERNING_SCHEMAS

public static final java.lang.String GOVERNING_SCHEMAS
See Also:
Constant Field Values

NAMESPACES

public static final java.lang.String NAMESPACES
See Also:
Constant Field Values

ORIG_SYSTEM_ID

public static final java.lang.String ORIG_SYSTEM_ID
The original system ID of the imported storage object from which a version was created.

See Also:
Constant Field Values

REFERENT_USE_SEMANTIC

public static final java.lang.String REFERENT_USE_SEMANTIC
Indicates the semantic purpose of the referent pointed to by an RTD. The same target may be pointed to for different semantic purposes

See Also:
Constant Field Values

CHARACTER_ENCODING

public static final java.lang.String CHARACTER_ENCODING
The character encoding of text storage objects.

See Also:
Constant Field Values

MIME_TYPE

public static final java.lang.String MIME_TYPE
The HTTP MIME type of the storage object

See Also:
Constant Field Values
Constructor Detail

XirussRepositoryConst.ObjPropNames

public XirussRepositoryConst.ObjPropNames()