public abstract class TypeConstants extends Object
Modifier and Type | Field and Description |
---|---|
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_FLOW_ELEMENT
The type name for a process flow element.
|
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_PROCESS_FLOW
The type name for a process flow.
|
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_TASK
The type name for a process flow task.
|
static String |
TYPE_USER
The type name for a user object.
|
Constructor and Description |
---|
TypeConstants() |
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 TYPE_TASK
public static final String TYPE_PROCESS_FLOW
public static final String TYPE_FLOW_ELEMENT
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
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA