home

ContextInfo

Name ContextInfo
Usage StateService TypeService AcademicCalendarService AtpService DataDictionaryService LuiPersonRelationService
getProcessKeys getState getStatesByProcess getInitialValidStates getNextHappyState getType getTypesByRefObjectURI getAllowedTypesForType getTypeRelationsByOwnerType getAcademicCalendar getAcademicCalendarsByKeyList getAcademicCalendarKeysByType getAcademicCalendarsByYear getAcademicCalendarsByCredentialProgramType getAcademicCalendarsByCredentialProgramTypeForYear validateAcademicCalendar createAcademicCalendar updateAcademicCalendar deleteAcademicCalendar copyAcademicCalendar getAcademicCalendarData getCampusCalendar getCampusCalendarsByKeyList getCampusCalendarKeysByType getCampusCalendarsByYear validateCampusCalendar createCampusCalendar updateCampusCalendar deleteCampusCalendar getTerm getTermsByKeyList getTermKeysByType getKeyDate getKeyDatesByKeyList getKeyDateKeysByType getKeyDatesForAcademicCalendar getKeyDatesForTerm getAllKeyDatesForTerm validateKeyDate createKeyDateForTerm createKeyDateForCampusCalendar updateKeyDate deleteKeyDate getHolidaysForAcademicCalendar validateHoliday createHolidayForCampusCalendar updateHoliday deleteHoliday getEnrollmentDateGroup updateEnrollmentDateGroup getInstructionalDaysForTerm getAtp getAtpsByDate getAtpsByDates getAtpsByKeyList getAtpKeysByType getMilestone getMilestonesByKeyList getMilestonesByAtp getMilestonesByDates getMilestonesByDatesAndType validateAtp createAtp updateAtp deleteAtp validateMilestone createMilestone updateMilestone deleteMilestone getAtpMilestoneRelation getAtpMilestoneRelationsByAtp getAtpMilestoneRelationsByMilestone validateAtpMilestoneRelation createAtpMilestoneRelation updateAtpMilestoneRelation deleteAtpMilestoneRelation getDataDictionaryEntryKeys getDataDictionaryEntry fetchLuiPersonRelation findLuiPersonRelationsByIdList findLuiIdsRelatedToPerson findPersonIdsRelatedToLui findLuiPersonRelations findLuiPersonRelationIds findLuiPersonRelationsForPerson findLuiPersonRelationIdsForPerson findLuiPersonRelationsForLui findLuiPersonRelationIdsForLui validateLuiPersonRelation findAllValidLuisForPerson searchForLuiPersonRelationIds createLuiPersonRelation createBulkRelationshipsForPerson createBulkRelationshipsForLui updateLuiPersonRelation deleteLuiPersonRelation getLui getLuisByIdList getLuisInAtpByCluId getLuiIdsByCluId getLuiIdsInAtpByCluId getLuisByRelation getLuiIdsByRelation getRelatedLuisByLuiId getRelatedLuiIdsByLuiId getLuiLuiRelation getLuiLuiRelationsByLui validateLui createLui updateLui deleteLui updateLuiState validateLuiLuiRelation createLuiLuiRelation updateLuiLuiRelation deleteLuiLuiRelation getDeliveryMethodTypes getDeliveryMethodType getInstructionalFormatTypes getInstructionalFormatType getLuTypes getLuType getLuCodeTypes getLuCodeType getLuLuRelationTypes getLuLuRelationType getAllowedLuLuRelationTypesForLuType getLuPublicationTypes getLuPublicationType getLuPublicationTypesForLuType getCluResultTypes getCluResultType getCluResultTypesForLuType getResultUsageTypes getResultUsageType getAllowedResultUsageTypesForLuType getAllowedResultComponentTypesForResultUsageType getCluLoRelationTypes getCluLoRelationType getAllowedCluLoRelationTypesForLuType getCluSetTypes getCluSetType getClu getClusByIdList getClusByLuType getCluIdsByLuType getAllowedLuLuRelationTypesByCluId getClusByRelation getCluIdsByRelation getRelatedClusByCluId getRelatedCluIdsByCluId getCluCluRelation getCluCluRelationsByClu getCluPublicationsByCluId getCluPublicationsByType getCluPublication getCluResult getCluResultByClu getCluIdsByResultUsageType getCluIdsByResultComponent getCluLoRelation getCluLoRelationsByClu getCluLoRelationsByLo getResourceRequirementsForCluId getCluSetInfo getCluSetTreeView getCluSetInfoByIdList getCluSetIdsFromCluSet isCluSetDynamic getClusFromCluSet getCluIdsFromCluSet getAllClusInCluSet getAllCluIdsInCluSet isCluInCluSet validateClu createClu updateClu deleteClu createNewCluVersion setCurrentCluVersion updateCluState validateCluCluRelation createCluCluRelation updateCluCluRelation deleteCluCluRelation validateCluPublication createCluPublication updateCluPublication deleteCluPublication validateCluResult createCluResult updateCluResult deleteCluResult validateCluLoRelation createCluLoRelation updateCluLoRelation deleteCluLoRelation addCluResourceRequirement removeCluResourceRequirement validateCluSet createCluSet updateCluSet deleteCluSet addCluSetToCluSet addCluSetsToCluSet removeCluSetFromCluSet addCluToCluSet addClusToCluSet removeCluFromCluSet
Type Complex

Description

This is a generic context container to be used by services to pass
user identity and preferences

Note:
1. ISO3 standard can now be interpreted by looking at the
language and country codes
2. Time zone is defined in GMT +/- hours and minutes format
3. Should Locale contain currency

References:
ftp://ftp.rfc-editor.org/in-notes/bcp/bcp47.txt
http://download.oracle.com/javase/1.4.2/docs/api/java/util/TimeZone.html

Structure Definition

ShortName Name Type Description Cardinality XML Attribute?
principalId Principal Id String Principal Id of the currently authenticated user or the user on
whom's behalf this method is being invoked.

Used for authorization checking.
One No
localeLanguage Locale Language String Laguage portion of the locale information used in this context One No
localeVariant Locale Language Variant String Laguage variant portion of the locale information to be used in this context One No
localeRegion Locale Region String Laguage Region portion of the locale information to be used in this context One No
localeScript Locale Script String Laguage Script to be used in this context One No
timeZone Tim Zone String The time zone to be used in this context One No
attributes Dynamic Attributes AttributeInfoList List of dynamic attributes, each holding a key-value pair that
can be configured to hold additional information for an
implementing institution.

Note: the key may be repeated more than once to simulate a list
of values.
Many No