com.sas.hls.common
Class TypeConstants

java.lang.Object
  extended by com.sas.hls.common.TypeConstants

public abstract class TypeConstants
extends Object


Field Summary
static String ATTRIBUTE_CONTENTTYPE
          Attribute name for the content type for file types only.
static String ATTRIBUTE_CREATED
          Attribute name for the creation date attribute.
static String ATTRIBUTE_CREATEDBY
          Attribute name for the creation date attribute.
static String ATTRIBUTE_DESCRIPTION
          Attribute name for the description attribute.
static String ATTRIBUTE_LASTMODIFIED
          Attribute name for the last modified date attribute.
static String ATTRIBUTE_LASTMODIFIEDBY
          Attribute name for the last modified by attribute.
static String ATTRIBUTE_LEAD
          Attribute name for the designated lead for a project or analysis.
static String ATTRIBUTE_PROPERTIESLASTMODIFIED
          Attribute name for the properties last modified date attribute.
static String ATTRIBUTE_PROPERTIESLASTMODIFIEDBY
          Attribute name for the properties last modified by attribute.
static String ATTRIBUTE_SIGNATURES
          Attribute name for the electronic signatures attribute for files types only.
static String ATTRIBUTE_STATE
          Attribute name for the project or analysis current state.
static String ATTRIBUTE_STATECOMMENT
          Attribute name for the comment set when updating a project or analysis state.
static String TYPE_ANALYSIS
          The type name for an analysis object.
static String TYPE_FILE
          The type name for a file object.
static String TYPE_FOLDER
          The type name for a folder object.
static String TYPE_GROUP
          The type name for a group object.
static String TYPE_JOB
          The type name for a job object.
static String TYPE_ORGANIZATION
          The type name for an organization object.
static String TYPE_PDF
          The type name for a pdf file.
static String TYPE_PROJECT
          The type name for a project object.
static String TYPE_ROLE
          The type name for a role object.
static String TYPE_SAS_DATASET
          The type name for a SAS dataset.
static String TYPE_SASPROGRAM
          The type name for a SAS program.
static String TYPE_SCHEDULE
          The type name for a schedule object.
static String TYPE_USER
          The type name for a user object.
 
Constructor Summary
TypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ORGANIZATION

public static final String TYPE_ORGANIZATION
The type name for an organization object.

See Also:
Constant Field Values

TYPE_PROJECT

public static final String TYPE_PROJECT
The type name for a project object.

See Also:
Constant Field Values

TYPE_ANALYSIS

public static final String TYPE_ANALYSIS
The type name for an analysis object.

See Also:
Constant Field Values

TYPE_FOLDER

public static final String TYPE_FOLDER
The type name for a folder object.

See Also:
Constant Field Values

TYPE_FILE

public static final String TYPE_FILE
The type name for a file object.

See Also:
Constant Field Values

TYPE_GROUP

public static final String TYPE_GROUP
The type name for a group object.

See Also:
Constant Field Values

TYPE_USER

public static final String TYPE_USER
The type name for a user object.

See Also:
Constant Field Values

TYPE_ROLE

public static final String TYPE_ROLE
The type name for a role object.

See Also:
Constant Field Values

TYPE_SCHEDULE

public static final String TYPE_SCHEDULE
The type name for a schedule object.

See Also:
Constant Field Values

TYPE_PDF

public static final String TYPE_PDF
The type name for a pdf file.

See Also:
Constant Field Values

TYPE_SAS_DATASET

public static final String TYPE_SAS_DATASET
The type name for a SAS dataset.

See Also:
Constant Field Values

TYPE_JOB

public static final String TYPE_JOB
The type name for a job object.

See Also:
Constant Field Values

TYPE_SASPROGRAM

public static final String TYPE_SASPROGRAM
The type name for a SAS program.

See Also:
Constant Field Values

ATTRIBUTE_CONTENTTYPE

public static final String ATTRIBUTE_CONTENTTYPE
Attribute name for the content type for file types only.

See Also:
Constant Field Values

ATTRIBUTE_CREATED

public static final String ATTRIBUTE_CREATED
Attribute name for the creation date attribute.

See Also:
Constant Field Values

ATTRIBUTE_CREATEDBY

public static final String ATTRIBUTE_CREATEDBY
Attribute name for the creation date attribute.

See Also:
Constant Field Values

ATTRIBUTE_DESCRIPTION

public static final String ATTRIBUTE_DESCRIPTION
Attribute name for the description attribute.

See Also:
Constant Field Values

ATTRIBUTE_LASTMODIFIED

public static final String ATTRIBUTE_LASTMODIFIED
Attribute name for the last modified date attribute.

See Also:
Constant Field Values

ATTRIBUTE_LASTMODIFIEDBY

public static final String ATTRIBUTE_LASTMODIFIEDBY
Attribute name for the last modified by attribute.

See Also:
Constant Field Values

ATTRIBUTE_PROPERTIESLASTMODIFIED

public static final String ATTRIBUTE_PROPERTIESLASTMODIFIED
Attribute name for the properties last modified date attribute.

See Also:
Constant Field Values

ATTRIBUTE_PROPERTIESLASTMODIFIEDBY

public static final String ATTRIBUTE_PROPERTIESLASTMODIFIEDBY
Attribute name for the properties last modified by attribute.

See Also:
Constant Field Values

ATTRIBUTE_SIGNATURES

public static final String ATTRIBUTE_SIGNATURES
Attribute name for the electronic signatures attribute for files types only.

See Also:
Constant Field Values

ATTRIBUTE_LEAD

public static final String ATTRIBUTE_LEAD
Attribute name for the designated lead for a project or analysis.

See Also:
Constant Field Values

ATTRIBUTE_STATE

public static final String ATTRIBUTE_STATE
Attribute name for the project or analysis current state.

See Also:
Constant Field Values

ATTRIBUTE_STATECOMMENT

public static final String ATTRIBUTE_STATECOMMENT
Attribute name for the comment set when updating a project or analysis state.

See Also:
Constant Field Values
Constructor Detail

TypeConstants

public TypeConstants()


Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA