|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionField | |
|---|---|
| blackboard.dataintegration.lis.data.coursesection | Provides data object classes associated with LIS Course Section Operations. |
| blackboard.dataintegration.lis.data.membership | Provides data object classes associated with LIS Membership Operations. |
| blackboard.dataintegration.lis.data.person | Provides data object classes associated with LIS Person Operations. |
| Uses of ExtensionField in blackboard.dataintegration.lis.data.coursesection |
|---|
| Methods in blackboard.dataintegration.lis.data.coursesection that return types with arguments of type ExtensionField | |
|---|---|
java.util.Map<java.lang.String,ExtensionField> |
CourseSection.getExtensions()
Get any custom extensions to the CourseSection data. |
java.util.Map<java.lang.String,ExtensionField> |
CourseSection.getRecordInfo()
Get custom metadata about this CourseSection. |
| Methods in blackboard.dataintegration.lis.data.coursesection with parameters of type ExtensionField | |
|---|---|
void |
CourseSection.addExtension(java.lang.String name,
ExtensionField field)
Add a custom extension field to this CourseSection. |
void |
CourseSection.addRecordInfo(java.lang.String name,
ExtensionField recordInfo)
Add a piece of custom metadata to this CourseSection. |
| Uses of ExtensionField in blackboard.dataintegration.lis.data.membership |
|---|
| Methods in blackboard.dataintegration.lis.data.membership that return types with arguments of type ExtensionField | |
|---|---|
java.util.Map<java.lang.String,ExtensionField> |
Role.getExtensions()
Get any custom extensions to the Role data. |
java.util.Map<java.lang.String,ExtensionField> |
Role.getRecordInfo()
Get custom metadata about this Role. |
| Methods in blackboard.dataintegration.lis.data.membership with parameters of type ExtensionField | |
|---|---|
void |
Role.addExtension(java.lang.String name,
ExtensionField extension)
Add a custom extension field to this Role. |
void |
Role.addRecordInfo(java.lang.String name,
ExtensionField recordInfo)
Add a piece of custom metadata to this Role. |
| Uses of ExtensionField in blackboard.dataintegration.lis.data.person |
|---|
| Methods in blackboard.dataintegration.lis.data.person that return types with arguments of type ExtensionField | |
|---|---|
java.util.Map<java.lang.String,ExtensionField> |
Person.getExtensions()
Get any custom extensions to the Person data. |
| Methods in blackboard.dataintegration.lis.data.person with parameters of type ExtensionField | |
|---|---|
void |
Person.addExtension(java.lang.String name,
ExtensionField f)
Add a custom extension field to this Person. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||