public interface GradingProfile extends OsidProfile
The GradingProfile describes the interoperability among
grading services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getGradebookColumnRecordTypes()
Gets the supported
GradebookColumn record types. |
TypeList |
getGradebookColumnSearchRecordTypes()
Gets the supported gradebook column search record types.
|
TypeList |
getGradebookColumnSummaryRecordTypes()
Gets the supported
GradebookColumnSummary record types. |
TypeList |
getGradebookRecordTypes()
Gets the supported
Gradebook record types. |
TypeList |
getGradebookSearchRecordTypes()
Gets the supported gradebook search record types.
|
TypeList |
getGradeEntryRecordTypes()
Gets the supported
GradeEntry record types. |
TypeList |
getGradeEntrySearchRecordTypes()
Gets the supported
GradeEntry search record types. |
TypeList |
getGradeRecordTypes()
Gets the supported
Grade record types. |
TypeList |
getGradeSystemRecordTypes()
Gets the supported
GradeSystem record types. |
TypeList |
getGradeSystemSearchRecordTypes()
Gets the supported
GradeSystem search record types. |
boolean |
supportsGradebookAdmin()
Tests if a gradebook administrative service is supported.
|
boolean |
supportsGradebookColumnAdmin()
Tests if a gradebook column administrative service is supported.
|
boolean |
supportsGradebookColumnGradebook()
Tests if a gradebook column to gradebook lookup session is available.
|
boolean |
supportsGradebookColumnGradebookAssignment()
Tests if a gradebook column to gradebook assignment session is
available.
|
boolean |
supportsGradebookColumnLookup()
Tests if a gradebook column lookup service is supported.
|
boolean |
supportsGradebookColumnNotification()
Tests if gradebook column notification is supported.
|
boolean |
supportsGradebookColumnQuery()
Tests if a gradebook column query service is supported.
|
boolean |
supportsGradebookColumnRecordType(Type gradebookColumnRecordType)
Tests if the given
GradebookColumn record type is
supported. |
boolean |
supportsGradebookColumnSearch()
Tests if a gradebook column search service is supported.
|
boolean |
supportsGradebookColumnSearchRecordType(Type gradebookColumnSearchRecordType)
Tests if the given gradebook column search record type is supported.
|
boolean |
supportsGradebookColumnSmartGradebook()
Tests if a gradebook column smart gradebookt session is available.
|
boolean |
supportsGradebookColumnSummaryRecordType(Type gradebookColumnSummaryRecordType)
Tests if the given
GradebookColumnSummary record type
is supported. |
boolean |
supportsGradebookHierarchy()
Tests if a gradebook hierarchy traversal is supported.
|
boolean |
supportsGradebookHierarchyDesign()
Tests if gradebook hierarchy design is supported.
|
boolean |
supportsGradebookLookup()
Tests if a gradebook lookup service is supported.
|
boolean |
supportsGradebookNotification()
Tests if gradebook notification is supported.
|
boolean |
supportsGradebookQuery()
Tests if a gradebook query service is supported.
|
boolean |
supportsGradebookRecordType(Type gradebookRecordType)
Tests if the given
Gradebook record type is supported. |
boolean |
supportsGradebookSearch()
Tests if a gradebook search service is supported.
|
boolean |
supportsGradebookSearchRecordType(Type gradebookSearchRecordType)
Tests if the given gradebook search record type is supported.
|
boolean |
supportsGradeEntryAdmin()
Tests if a grade entry administrative service is supported.
|
boolean |
supportsGradeEntryLookup()
Tests if a grade entry lookup service is supported.
|
boolean |
supportsGradeEntryNotification()
Tests if grade entry notification is supported.
|
boolean |
supportsGradeEntryQuery()
Tests if a grade entry query service is supported.
|
boolean |
supportsGradeEntryRecordType(Type gradeEntryRecordType)
Tests if the given
GradeEntry record type is supported. |
boolean |
supportsGradeEntrySearch()
Tests if a grade entry search service is supported.
|
boolean |
supportsGradeEntrySearchRecordType(Type gradeEntrySearchRecordType)
Tests if the given
GradeEntry search record type is
supported. |
boolean |
supportsGradeRecordType(Type gradeRecordType)
Tests if the given
Grade record type is supported. |
boolean |
supportsGradeSystemAdmin()
Tests if a grade system administrative service is supported.
|
boolean |
supportsGradeSystemGradebook()
Tests if a grade system to gradebook lookup session is available.
|
boolean |
supportsGradeSystemGradebookAssignment()
Tests if a grade system to gradebook assignment session is available.
|
boolean |
supportsGradeSystemLookup()
Tests if a grade system lookup service is supported.
|
boolean |
supportsGradeSystemNotification()
Tests if grade system notification is supported.
|
boolean |
supportsGradeSystemQuery()
Tests if a grade system query service is supported.
|
boolean |
supportsGradeSystemRecordType(Type gradeSystemRecordType)
Tests if the given
GradeSystem record type is
supported. |
boolean |
supportsGradeSystemSearch()
Tests if a grade system search service is supported.
|
boolean |
supportsGradeSystemSearchRecordType(Type gradeSystemSearchRecordType)
Tests if the given
GradeSystem search record type is
supported. |
boolean |
supportsGradeSystemSmartGradebook()
Tests if a grade system smart gradebook session is available.
|
boolean |
supportsGradingBatch()
Tests if a grading batch service is supported.
|
boolean |
supportsGradingCalculation()
Tests if a grading calculation service is supported.
|
boolean |
supportsGradingTransform()
Tests if a grade system transform service is supported.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemLookup()
mandatory - This method must be implemented. boolean supportsGradeSystemQuery()
true if grade system query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemSearch()
true if grade system search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemAdmin()
true if grade system admin is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemNotification()
true if grade system notification is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemGradebook()
true if grade system gradebook lookup session
is supported, false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemGradebookAssignment()
true if grade system gradebook assignment is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradeSystemSmartGradebook()
true if grade system smart gradebook is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradeEntryLookup()
mandatory - This method must be implemented. boolean supportsGradeEntryQuery()
mandatory - This method must be implemented. boolean supportsGradeEntrySearch()
true if grade entry search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradeEntryAdmin()
true if grade entry admin is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradeEntryNotification()
true if grade entry notification is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnLookup()
mandatory - This method must be implemented. boolean supportsGradebookColumnQuery()
true if grade system query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnSearch()
true if grade system search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnAdmin()
true if gradebook column admin is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnNotification()
true if gradebook column notification is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnGradebook()
true if gradebook column gradebook lookup
session is supported, false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnGradebookAssignment()
true if gradebook column gradebook assignment
is supported, false otherwisemandatory - This method must be implemented. boolean supportsGradebookColumnSmartGradebook()
true if gradebook column amsrt gradebook is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradebookLookup()
true if gradebook lookup is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookQuery()
true if gradebook query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookSearch()
true if gradebook search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookAdmin()
true if gradebook admin is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradebookNotification()
true if gradebook notification is supported
, false otherwisemandatory - This method must be implemented. boolean supportsGradebookHierarchy()
true if a gradebook hierarchy traversal is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradebookHierarchyDesign()
true if a gradebook hierarchy design is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradingBatch()
true if a grading batch service is supported,
false otherwisemandatory - This method must be implemented. boolean supportsGradingCalculation()
true if a grading calculation service is
supported, false otherwisemandatory - This method must be implemented. boolean supportsGradingTransform()
true if a grading transform service is
supported, false otherwisemandatory - This method must be implemented. TypeList getGradeRecordTypes()
Grade record types. Grade record
typesmandatory - This method must be implemented. boolean supportsGradeRecordType(Type gradeRecordType)
Grade record type is supported.gradeRecordType - a Type indicating a
Grade record type true if the given Type is supported,
false otherwiseNullArgumentException - gradeRecordType
is null mandatory - This method must be implemented. TypeList getGradeSystemRecordTypes()
GradeSystem record types. GradeSystem
record typesmandatory - This method must be implemented. boolean supportsGradeSystemRecordType(Type gradeSystemRecordType)
GradeSystem record type is
supported.gradeSystemRecordType - a Type indicating a
GradeSystem record type true if the given Type is supported,
false otherwiseNullArgumentException - gradeSystemRecordType
is null mandatory - This method must be implemented. TypeList getGradeSystemSearchRecordTypes()
GradeSystem search record types. GradeSystem
search record typesmandatory - This method must be implemented. boolean supportsGradeSystemSearchRecordType(Type gradeSystemSearchRecordType)
GradeSystem search record type is
supported.gradeSystemSearchRecordType - a Type indicating a
GradeSystem search record type true if the given Type is supported,
false otherwiseNullArgumentException -
gradeSystemSearchRecordType is null mandatory - This method must be implemented. TypeList getGradeEntryRecordTypes()
GradeEntry record types. GradeEntry
record typesmandatory - This method must be implemented. boolean supportsGradeEntryRecordType(Type gradeEntryRecordType)
GradeEntry record type is supported.gradeEntryRecordType - a Type indicating a
GradeEntry record type true if the given Type is supported,
false otherwiseNullArgumentException - gradeEntryRecordType
is null mandatory - This method must be implemented. TypeList getGradeEntrySearchRecordTypes()
GradeEntry search record types. GradeEntry
search record typesmandatory - This method must be implemented. boolean supportsGradeEntrySearchRecordType(Type gradeEntrySearchRecordType)
GradeEntry search record type is
supported.gradeEntrySearchRecordType - a Type indicating a
GradeEntry search record type true if the given Type is supported,
false otherwiseNullArgumentException -
gradeEntrySearchRecordType is null mandatory - This method must be implemented. TypeList getGradebookColumnRecordTypes()
GradebookColumn record types. GradebookColumn
record typesmandatory - This method must be implemented. boolean supportsGradebookColumnRecordType(Type gradebookColumnRecordType)
GradebookColumn record type is
supported.gradebookColumnRecordType - a Type indicating a
GradebookColumn type true if the given gradebook column record
Type is supported, false
otherwiseNullArgumentException -
gradebookColumnRecordType is null mandatory - This method must be implemented. TypeList getGradebookColumnSearchRecordTypes()
GradebookColumn
search record typesmandatory - This method must be implemented. boolean supportsGradebookColumnSearchRecordType(Type gradebookColumnSearchRecordType)
gradebookColumnSearchRecordType - a Type
indicating a GradebookColumn search record type true if the given search record Type
is supported, false otherwiseNullArgumentException -
gradebookColumnSearchRecordType is null mandatory - This method must be implemented. TypeList getGradebookColumnSummaryRecordTypes()
GradebookColumnSummary record types. GradebookColumnSummary
record typesmandatory - This method must be implemented. boolean supportsGradebookColumnSummaryRecordType(Type gradebookColumnSummaryRecordType)
GradebookColumnSummary record type
is supported.gradebookColumnSummaryRecordType - a Type
indicating a GradebookColumnSummary type true if the given gradebook column summary
record Type is supported, false
otherwiseNullArgumentException -
gradebookColumnRecordType is null mandatory - This method must be implemented. TypeList getGradebookRecordTypes()
Gradebook record types. Gradebook
record typesmandatory - This method must be implemented. boolean supportsGradebookRecordType(Type gradebookRecordType)
Gradebook record type is supported.gradebookRecordType - a Type indicating a
Gradebook type true if the given gradebook record Type
is supported, false otherwiseNullArgumentException - gradebookRecordType
is null mandatory - This method must be implemented. TypeList getGradebookSearchRecordTypes()
Gradebook
search record typesmandatory - This method must be implemented. boolean supportsGradebookSearchRecordType(Type gradebookSearchRecordType)
gradebookSearchRecordType - a Type indicating a
Gradebook search record type true if the given search record Type
is supported, false otherwiseNullArgumentException -
gradebookSearchRecordType is null mandatory - This method must be implemented.