|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.common.TypeConstants
public abstract class TypeConstants
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 |
---|
public static final String TYPE_ORGANIZATION
public static final String TYPE_PROJECT
public static final String TYPE_ANALYSIS
public static final String TYPE_FOLDER
public static final String TYPE_FILE
public static final String TYPE_GROUP
public static final String TYPE_USER
public static final String TYPE_ROLE
public static final String TYPE_SCHEDULE
public static final String TYPE_PDF
public static final String TYPE_SAS_DATASET
public static final String TYPE_JOB
public static final String TYPE_SASPROGRAM
public static final String ATTRIBUTE_CONTENTTYPE
public static final String ATTRIBUTE_CREATED
public static final String ATTRIBUTE_CREATEDBY
public static final String ATTRIBUTE_DESCRIPTION
public static final String ATTRIBUTE_LASTMODIFIED
public static final String ATTRIBUTE_LASTMODIFIEDBY
public static final String ATTRIBUTE_PROPERTIESLASTMODIFIED
public static final String ATTRIBUTE_PROPERTIESLASTMODIFIEDBY
public static final String ATTRIBUTE_SIGNATURES
public static final String ATTRIBUTE_LEAD
public static final String ATTRIBUTE_STATE
public static final String ATTRIBUTE_STATECOMMENT
Constructor Detail |
---|
public TypeConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |