com.webct.platform.sdk.gradebook.utils
Class GradeBookSDKConstants

java.lang.Object
  extended by com.webct.platform.sdk.gradebook.utils.GradeBookSDKConstants

public class GradeBookSDKConstants
extends java.lang.Object

GradeBookSDKConstants contains the definitions of the constants used by the Grade Book service.


Field Summary
static int ALIGN
          This constant is the field "align" in the column descriptor
static java.lang.String ALIGN_CENTER
          This constant specifies the alignment of the column value: the value will be centered.
static java.lang.String ALIGN_LEFT
          This constant specifies the alignment of the column value: the value will be aligned to the left.
static java.lang.String ALIGN_RIGHT
          This constant specifies the alignment of the column value: the value will be aligned to the right.
static int COLUMN_ALIGN_CENTRE
          This constant specifies the alignment of the column value: the value will be centered.
static int COLUMN_ALIGN_LEFT
          This constant specifies the alignment of the column value: the value is aligned to the left.
static int COLUMN_ALIGN_RIGHT
          This constant specifies the alignment of the column value: the value will be aligned to the right.
static int COLUMN_CATEGORY_ALL
          This constant specifies that all columns are returned
static int COLUMN_CATEGORY_GRADE
          This constant specifies that only grade columns that have been released to students are returned
static java.lang.String COLUMN_TYPE_ALPHA
          This constant specifies the text column type
static java.lang.String COLUMN_TYPE_ASSIGNMENT
          This constant specifies the assignment column type
static java.lang.String COLUMN_TYPE_CALCULATED
          This constant specifies the calculated column type
static java.lang.String COLUMN_TYPE_DISCUSSION
          This constant specifies the discussion column type
static java.lang.String COLUMN_TYPE_LETTERGRADE
          This constant specifies the letter grade column type
static java.lang.String COLUMN_TYPE_LONG_TEXT
          This constant specifies the long text column type
static java.lang.String COLUMN_TYPE_NUMERIC
          This constant specifies the numeric column type
static java.lang.String COLUMN_TYPE_QUIZ
          This constant specifies the quiz column type
static java.lang.String COLUMN_TYPE_RUBRIC
          This constant specifies the rubric column type
static java.lang.String COLUMN_TYPE_SCORM
          This constant specifies the scorm column type
static java.lang.String COLUMN_TYPE_SELECTION
          This constant specifies the selection column type
static java.lang.String COLUMN_TYPE_SURVEY
          This constant specifies the survey column type
static int DECIMAL
          This constant is the field "decimalScale" in the column descriptor
static java.lang.String DEFAULT_COLUMN_TYPE
          This constant is the default type of columns in the Grade Book service
static java.lang.String[] DEFAULT_CONVERSION_TYPES
          Default column types to which any column that supports conversion can be converted
static double DEFAULT_MAX_VALUE
          Default maximum value (unlimited)
static int END_OF_EDITABLE_COL_PROP
          This constant indicates the last editable column constant
static java.lang.String EXPORT_DONE
          Export status constant indicating that the export was successfully completed.
static java.lang.String EXPORT_EXCEEDED_TIME_LIMIT
          Export status constant indicating that the export failed, as the response with the export results did not arrive within the time limit.
static java.lang.String EXPORT_FAILED
          Export status constant indicating that the export failed and this value is still available for export.
static java.lang.String EXPORT_PENDING
          Export status constant indicating that the export was started but acknowledgement of (un)successful export has not yet been received.
static long EXPORT_WAIT_LIMIT
          The export wait limit
static java.lang.String EXPORTABLE
          Export status constant that indicates that this value is exportable.
static java.lang.String FINAL_COLUMN
          This constant is for the "final" column
static java.lang.String FINAL_COLUMN_KEY
          Set of constants for the keys of the standard columns.
static java.lang.String FIRST_NAME_COLUMN
          This constant is for the "first name" column
static java.lang.String FIRST_NAME_COLUMN_KEY
          Set of constants for the keys of the standard columns.
static int GRADE_FLAG
          This constant is the field "grade" in the column descriptor
static int GRADE_FORMULA
          This constant is the field "formula" in the column descriptor
static int INHERITED
          This constant is the field "inherited" in the column descriptor
static int LABEL
          This constant is the field "label" in the column descriptor
static java.lang.String LAST_NAME_COLUMN
          This constant is for the "last name" column
static java.lang.String LAST_NAME_COLUMN_KEY
          Set of constants for the keys of the standard columns.
static int MAX_LENGTH_FOR_COLUMN_LABEL
          Maximum length for a column label
static int MAX_LENGTH_FOR_TEXT_COLUMN
          Maximum length for a text column
static int MAX_VALUE
          This constant is the field "maxValue" in the column descriptor
static double MAXIMUM_MAX_VALUE
          Possible value range for maximum value: maximum possible value for the maximum
static java.lang.String MIDTERM_COLUMN
          This constant is for the "midterm" column
static java.lang.String MIDTERM_COLUMN_KEY
          Set of constants for the keys of the standard columns.
static double MINIMUM_MAX_VALUE
          Possible value range for maximum value: minimal possible value for the maximum
static java.lang.String[] NO_CONVERSION_COLUMN_TYPES
          Default column types that cannot be converted
static java.lang.String NON_EXPORTABLE
          Export status constant that indicates that this value is not exportable.
static int RELEASE_DATE
          This constant is the field "release date" in the column descriptor
static int RELEASE_STATISTICS
          This constant is the field "release statistics" in the column descriptor
static int RELEASE_STATISTICS_ALL
          The following constant is a valid value for releaseStatistics of SectionColumnVO.
static int RELEASE_STATISTICS_AVERAGE_ONLY
          The following constant is a valid value for releaseStatistics of SectionColumnVO.
static int RELEASE_STATISTICS_NONE
          The following constant is a valid value for releaseStatistics of SectionColumnVO.
static int RELEASED
          This constant is the field "released" in the column descriptor
static java.lang.String ROLE_COLUMN
          This constant is for the "role" column
static java.lang.String ROLE_COLUMN_KEY
          Set of constants for the keys of the standard columns.
static java.lang.String SOURCE_TOOL_ASSIGN
          This constant specifies the source "Assignment tool"
static java.lang.String SOURCE_TOOL_DISCUSSION
          This constant specifies the source "Discussion tool"
static java.lang.String SOURCE_TOOL_GRADEBOOK
          This constant specifies the source "Gradebook tool"
static java.lang.String SOURCE_TOOL_QUIZ
          This constant specifies the source "Quiz tool"
static java.lang.String SOURCE_TOOL_SURVEY
          This constant specifies the source "Survey tool"
static int START_OF_EDITABLE_COL_PROP
          This constant indicates the first editable column constant
static int STATS_RELEASED
          This constant is the field "released" in the column descriptor
static int TYPE
          This constant is the field "type" in the column descriptor
static java.lang.String USER_ID_COLUMN
          This constant is for the "user ID" column
static java.lang.String USER_ID_COLUMN_KEY
          Set of constants for the keys of the standard columns.
 
Constructor Summary
GradeBookSDKConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_CATEGORY_GRADE

public static final int COLUMN_CATEGORY_GRADE
Description copied from class: GradeBookSDKConstants
This constant specifies that only grade columns that have been released to students are returned

See Also:
Constant Field Values

COLUMN_CATEGORY_ALL

public static final int COLUMN_CATEGORY_ALL
Description copied from class: GradeBookSDKConstants
This constant specifies that all columns are returned

See Also:
Constant Field Values

COLUMN_TYPE_NUMERIC

public static final java.lang.String COLUMN_TYPE_NUMERIC
Description copied from class: GradeBookSDKConstants
This constant specifies the numeric column type

See Also:
Constant Field Values

COLUMN_TYPE_ALPHA

public static final java.lang.String COLUMN_TYPE_ALPHA
Description copied from class: GradeBookSDKConstants
This constant specifies the text column type

See Also:
Constant Field Values

COLUMN_TYPE_LONG_TEXT

public static final java.lang.String COLUMN_TYPE_LONG_TEXT
Description copied from class: GradeBookSDKConstants
This constant specifies the long text column type

See Also:
Constant Field Values

COLUMN_TYPE_SELECTION

public static final java.lang.String COLUMN_TYPE_SELECTION
Description copied from class: GradeBookSDKConstants
This constant specifies the selection column type

See Also:
Constant Field Values

COLUMN_TYPE_LETTERGRADE

public static final java.lang.String COLUMN_TYPE_LETTERGRADE
Description copied from class: GradeBookSDKConstants
This constant specifies the letter grade column type

See Also:
Constant Field Values

COLUMN_TYPE_CALCULATED

public static final java.lang.String COLUMN_TYPE_CALCULATED
Description copied from class: GradeBookSDKConstants
This constant specifies the calculated column type

See Also:
Constant Field Values

COLUMN_TYPE_ASSIGNMENT

public static final java.lang.String COLUMN_TYPE_ASSIGNMENT
Description copied from class: GradeBookSDKConstants
This constant specifies the assignment column type

See Also:
Constant Field Values

COLUMN_TYPE_QUIZ

public static final java.lang.String COLUMN_TYPE_QUIZ
Description copied from class: GradeBookSDKConstants
This constant specifies the quiz column type

See Also:
Constant Field Values

COLUMN_TYPE_SCORM

public static final java.lang.String COLUMN_TYPE_SCORM
Description copied from class: GradeBookSDKConstants
This constant specifies the scorm column type

See Also:
Constant Field Values

COLUMN_TYPE_SURVEY

public static final java.lang.String COLUMN_TYPE_SURVEY
Description copied from class: GradeBookSDKConstants
This constant specifies the survey column type

See Also:
Constant Field Values

COLUMN_TYPE_DISCUSSION

public static final java.lang.String COLUMN_TYPE_DISCUSSION
Description copied from class: GradeBookSDKConstants
This constant specifies the discussion column type

See Also:
Constant Field Values

COLUMN_TYPE_RUBRIC

public static final java.lang.String COLUMN_TYPE_RUBRIC
Description copied from class: GradeBookSDKConstants
This constant specifies the rubric column type

See Also:
Constant Field Values

SOURCE_TOOL_GRADEBOOK

public static final java.lang.String SOURCE_TOOL_GRADEBOOK
Description copied from class: GradeBookSDKConstants
This constant specifies the source "Gradebook tool"

See Also:
Constant Field Values

SOURCE_TOOL_QUIZ

public static final java.lang.String SOURCE_TOOL_QUIZ
Description copied from class: GradeBookSDKConstants
This constant specifies the source "Quiz tool"

See Also:
Constant Field Values

SOURCE_TOOL_SURVEY

public static final java.lang.String SOURCE_TOOL_SURVEY
Description copied from class: GradeBookSDKConstants
This constant specifies the source "Survey tool"

See Also:
Constant Field Values

SOURCE_TOOL_ASSIGN

public static final java.lang.String SOURCE_TOOL_ASSIGN
Description copied from class: GradeBookSDKConstants
This constant specifies the source "Assignment tool"

See Also:
Constant Field Values

SOURCE_TOOL_DISCUSSION

public static final java.lang.String SOURCE_TOOL_DISCUSSION
Description copied from class: GradeBookSDKConstants
This constant specifies the source "Discussion tool"

See Also:
Constant Field Values

COLUMN_ALIGN_LEFT

public static final int COLUMN_ALIGN_LEFT
Description copied from class: GradeBookSDKConstants
This constant specifies the alignment of the column value: the value is aligned to the left.

See Also:
Constant Field Values

COLUMN_ALIGN_CENTRE

public static final int COLUMN_ALIGN_CENTRE
Description copied from class: GradeBookSDKConstants
This constant specifies the alignment of the column value: the value will be centered.

See Also:
Constant Field Values

COLUMN_ALIGN_RIGHT

public static final int COLUMN_ALIGN_RIGHT
Description copied from class: GradeBookSDKConstants
This constant specifies the alignment of the column value: the value will be aligned to the right.

See Also:
Constant Field Values

ALIGN_LEFT

public static final java.lang.String ALIGN_LEFT
Description copied from class: GradeBookSDKConstants
This constant specifies the alignment of the column value: the value will be aligned to the left.

See Also:
Constant Field Values

ALIGN_CENTER

public static final java.lang.String ALIGN_CENTER
Description copied from class: GradeBookSDKConstants
This constant specifies the alignment of the column value: the value will be centered.

See Also:
Constant Field Values

ALIGN_RIGHT

public static final java.lang.String ALIGN_RIGHT
Description copied from class: GradeBookSDKConstants
This constant specifies the alignment of the column value: the value will be aligned to the right.

See Also:
Constant Field Values

START_OF_EDITABLE_COL_PROP

public static final int START_OF_EDITABLE_COL_PROP
Description copied from class: GradeBookSDKConstants
This constant indicates the first editable column constant

See Also:
Constant Field Values

LABEL

public static final int LABEL
Description copied from class: GradeBookSDKConstants
This constant is the field "label" in the column descriptor

See Also:
Constant Field Values

ALIGN

public static final int ALIGN
Description copied from class: GradeBookSDKConstants
This constant is the field "align" in the column descriptor

See Also:
Constant Field Values

RELEASED

public static final int RELEASED
Description copied from class: GradeBookSDKConstants
This constant is the field "released" in the column descriptor

See Also:
Constant Field Values

RELEASE_DATE

public static final int RELEASE_DATE
Description copied from class: GradeBookSDKConstants
This constant is the field "release date" in the column descriptor

See Also:
Constant Field Values

GRADE_FLAG

public static final int GRADE_FLAG
Description copied from class: GradeBookSDKConstants
This constant is the field "grade" in the column descriptor

See Also:
Constant Field Values

DECIMAL

public static final int DECIMAL
Description copied from class: GradeBookSDKConstants
This constant is the field "decimalScale" in the column descriptor

See Also:
Constant Field Values

STATS_RELEASED

public static final int STATS_RELEASED
Description copied from class: GradeBookSDKConstants
This constant is the field "released" in the column descriptor

See Also:
Constant Field Values

TYPE

public static final int TYPE
Description copied from class: GradeBookSDKConstants
This constant is the field "type" in the column descriptor

See Also:
Constant Field Values

GRADE_FORMULA

public static final int GRADE_FORMULA
Description copied from class: GradeBookSDKConstants
This constant is the field "formula" in the column descriptor

See Also:
Constant Field Values

INHERITED

public static final int INHERITED
Description copied from class: GradeBookSDKConstants
This constant is the field "inherited" in the column descriptor

See Also:
Constant Field Values

MAX_VALUE

public static final int MAX_VALUE
Description copied from class: GradeBookSDKConstants
This constant is the field "maxValue" in the column descriptor

See Also:
Constant Field Values

RELEASE_STATISTICS

public static final int RELEASE_STATISTICS
Description copied from class: GradeBookSDKConstants
This constant is the field "release statistics" in the column descriptor

See Also:
Constant Field Values

END_OF_EDITABLE_COL_PROP

public static final int END_OF_EDITABLE_COL_PROP
Description copied from class: GradeBookSDKConstants
This constant indicates the last editable column constant

See Also:
Constant Field Values

DEFAULT_COLUMN_TYPE

public static final java.lang.String DEFAULT_COLUMN_TYPE
Description copied from class: GradeBookSDKConstants
This constant is the default type of columns in the Grade Book service

See Also:
Constant Field Values

MAX_LENGTH_FOR_TEXT_COLUMN

public static final int MAX_LENGTH_FOR_TEXT_COLUMN
Description copied from class: GradeBookSDKConstants
Maximum length for a text column

See Also:
Constant Field Values

MAX_LENGTH_FOR_COLUMN_LABEL

public static final int MAX_LENGTH_FOR_COLUMN_LABEL
Description copied from class: GradeBookSDKConstants
Maximum length for a column label

See Also:
Constant Field Values

FIRST_NAME_COLUMN

public static final java.lang.String FIRST_NAME_COLUMN
Description copied from class: GradeBookSDKConstants
This constant is for the "first name" column

See Also:
Constant Field Values

LAST_NAME_COLUMN

public static final java.lang.String LAST_NAME_COLUMN
Description copied from class: GradeBookSDKConstants
This constant is for the "last name" column

See Also:
Constant Field Values

USER_ID_COLUMN

public static final java.lang.String USER_ID_COLUMN
Description copied from class: GradeBookSDKConstants
This constant is for the "user ID" column

See Also:
Constant Field Values

ROLE_COLUMN

public static final java.lang.String ROLE_COLUMN
Description copied from class: GradeBookSDKConstants
This constant is for the "role" column

See Also:
Constant Field Values

MIDTERM_COLUMN

public static final java.lang.String MIDTERM_COLUMN
Description copied from class: GradeBookSDKConstants
This constant is for the "midterm" column

See Also:
Constant Field Values

FINAL_COLUMN

public static final java.lang.String FINAL_COLUMN
Description copied from class: GradeBookSDKConstants
This constant is for the "final" column

See Also:
Constant Field Values

DEFAULT_MAX_VALUE

public static final double DEFAULT_MAX_VALUE
Description copied from class: GradeBookSDKConstants
Default maximum value (unlimited)

See Also:
Constant Field Values

MINIMUM_MAX_VALUE

public static final double MINIMUM_MAX_VALUE
Description copied from class: GradeBookSDKConstants
Possible value range for maximum value: minimal possible value for the maximum

See Also:
Constant Field Values

MAXIMUM_MAX_VALUE

public static final double MAXIMUM_MAX_VALUE
Description copied from class: GradeBookSDKConstants
Possible value range for maximum value: maximum possible value for the maximum

See Also:
Constant Field Values

FIRST_NAME_COLUMN_KEY

public static final java.lang.String FIRST_NAME_COLUMN_KEY
Description copied from class: GradeBookSDKConstants
Set of constants for the keys of the standard columns. This constant is for the "first name" column

See Also:
Constant Field Values

LAST_NAME_COLUMN_KEY

public static final java.lang.String LAST_NAME_COLUMN_KEY
Description copied from class: GradeBookSDKConstants
Set of constants for the keys of the standard columns. This constant is for the "last name" column

See Also:
Constant Field Values

USER_ID_COLUMN_KEY

public static final java.lang.String USER_ID_COLUMN_KEY
Description copied from class: GradeBookSDKConstants
Set of constants for the keys of the standard columns. This constant is for the "user ID" column

See Also:
Constant Field Values

ROLE_COLUMN_KEY

public static final java.lang.String ROLE_COLUMN_KEY
Description copied from class: GradeBookSDKConstants
Set of constants for the keys of the standard columns. This constant is for the "role" column

See Also:
Constant Field Values

MIDTERM_COLUMN_KEY

public static final java.lang.String MIDTERM_COLUMN_KEY
Description copied from class: GradeBookSDKConstants
Set of constants for the keys of the standard columns. This constant is for the "midterm" column

See Also:
Constant Field Values

FINAL_COLUMN_KEY

public static final java.lang.String FINAL_COLUMN_KEY
Description copied from class: GradeBookSDKConstants
Set of constants for the keys of the standard columns. This constant is for the "final" column

See Also:
Constant Field Values

DEFAULT_CONVERSION_TYPES

public static final java.lang.String[] DEFAULT_CONVERSION_TYPES
Description copied from class: GradeBookSDKConstants
Default column types to which any column that supports conversion can be converted


NO_CONVERSION_COLUMN_TYPES

public static final java.lang.String[] NO_CONVERSION_COLUMN_TYPES
Description copied from class: GradeBookSDKConstants
Default column types that cannot be converted


EXPORTABLE

public static final java.lang.String EXPORTABLE
Description copied from class: GradeBookSDKConstants
Export status constant that indicates that this value is exportable.

See Also:
Constant Field Values

NON_EXPORTABLE

public static final java.lang.String NON_EXPORTABLE
Description copied from class: GradeBookSDKConstants
Export status constant that indicates that this value is not exportable.

See Also:
Constant Field Values

EXPORT_DONE

public static final java.lang.String EXPORT_DONE
Description copied from class: GradeBookSDKConstants
Export status constant indicating that the export was successfully completed. This value is no longer available for export.

See Also:
Constant Field Values

EXPORT_PENDING

public static final java.lang.String EXPORT_PENDING
Description copied from class: GradeBookSDKConstants
Export status constant indicating that the export was started but acknowledgement of (un)successful export has not yet been received. This value is not available for export at this time.

See Also:
Constant Field Values

EXPORT_FAILED

public static final java.lang.String EXPORT_FAILED
Description copied from class: GradeBookSDKConstants
Export status constant indicating that the export failed and this value is still available for export.

See Also:
Constant Field Values

EXPORT_EXCEEDED_TIME_LIMIT

public static final java.lang.String EXPORT_EXCEEDED_TIME_LIMIT
Description copied from class: GradeBookSDKConstants
Export status constant indicating that the export failed, as the response with the export results did not arrive within the time limit. This value is still available for export.

See Also:
Constant Field Values

EXPORT_WAIT_LIMIT

public static final long EXPORT_WAIT_LIMIT
Description copied from class: GradeBookSDKConstants
The export wait limit

See Also:
Constant Field Values

RELEASE_STATISTICS_NONE

public static final int RELEASE_STATISTICS_NONE
Description copied from class: GradeBookSDKConstants
The following constant is a valid value for releaseStatistics of SectionColumnVO. This value indicates that no statistics data should be released to students.

See Also:
Constant Field Values

RELEASE_STATISTICS_AVERAGE_ONLY

public static final int RELEASE_STATISTICS_AVERAGE_ONLY
Description copied from class: GradeBookSDKConstants
The following constant is a valid value for releaseStatistics of SectionColumnVO. This value indicates that average statistics data should be released to students.

See Also:
Constant Field Values

RELEASE_STATISTICS_ALL

public static final int RELEASE_STATISTICS_ALL
Description copied from class: GradeBookSDKConstants
The following constant is a valid value for releaseStatistics of SectionColumnVO. This value indicates that all statistics data should be released to students.

See Also:
Constant Field Values
Constructor Detail

GradeBookSDKConstants

public GradeBookSDKConstants()


Copyright © 2000-2004 WebCT Corp. All Rights Reserved.