org.xiruss.xirussrepository.api
Class XirussRepositoryConst.SnapcmObjectTypes

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

public class XirussRepositoryConst.SnapcmObjectTypes
extends java.lang.Object

Constants for base repository object types. Note that these reflect the base types and not any specializations, such as Organizer or Storage Object.


Field Summary
static int BRANCH
           
static int BRANCH_LIST
           
static int DEPENDENCY
           
static int DEPENDENCY_LIST
           
static int REPOSITORY
           
static int REPOSITORY_REPORT
           
static int RESOURCE
           
static int RESOURCE_LIST
           
static int SESSION
           
static int SNAPSHOT
           
static int SNAPSHOT_LIST
           
static int UNKNOWN_TYPE
           
static int USER
           
static int VERSION
           
static int VERSION_LIST
           
 
Constructor Summary
XirussRepositoryConst.SnapcmObjectTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_TYPE

public static final int UNKNOWN_TYPE
See Also:
Constant Field Values

BRANCH

public static final int BRANCH
See Also:
Constant Field Values

SNAPSHOT

public static final int SNAPSHOT
See Also:
Constant Field Values

RESOURCE

public static final int RESOURCE
See Also:
Constant Field Values

VERSION

public static final int VERSION
See Also:
Constant Field Values

DEPENDENCY

public static final int DEPENDENCY
See Also:
Constant Field Values

BRANCH_LIST

public static final int BRANCH_LIST
See Also:
Constant Field Values

SNAPSHOT_LIST

public static final int SNAPSHOT_LIST
See Also:
Constant Field Values

RESOURCE_LIST

public static final int RESOURCE_LIST
See Also:
Constant Field Values

VERSION_LIST

public static final int VERSION_LIST
See Also:
Constant Field Values

DEPENDENCY_LIST

public static final int DEPENDENCY_LIST
See Also:
Constant Field Values

REPOSITORY

public static final int REPOSITORY
See Also:
Constant Field Values

REPOSITORY_REPORT

public static final int REPOSITORY_REPORT
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

SESSION

public static final int SESSION
See Also:
Constant Field Values
Constructor Detail

XirussRepositoryConst.SnapcmObjectTypes

public XirussRepositoryConst.SnapcmObjectTypes()