A B C D E F G H I J K L M N O P R S T U V W

A

add(String) - Method in class okapi.tools.OkapiToolErrorList
Method addError- error should be well formed xhtml
add(String) - Method in class okapi.tools.OkapiToolWarningList
Method addWarning- warning should be well formed xhtml
add(String) - Method in class okapi.util.OkapiPackage
Add an arc or document to the package
addAddresses(String, OkapiUserAddress) - Method in class okapi.coreobjects.OkapiUser
Add or update address of specified type.
addAll() - Method in class okapi.util.OkapiPackage
Add all arcs and documents to the package
addArc(String, OkapiArc) - Method in class okapi.coreobjects.OkapiArc
Add content of type Arc and add it to the end of the ordering.
addArc(String, OkapiArc) - Method in class okapi.coreobjects.OkapiNexus
Add Arc to Nexus at a specified path from the Nexus.
addArc(OkapiXMLDocument, OkapiArc, String, String, OkapiUser, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Adds an arc and all of its content and arc children to the xml document.
addArc(OkapiXMLDocument, OkapiArc, boolean, String, String, OkapiUser, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody); but adds option to exclude content.
addArc(OkapiXMLDocument, OkapiArc, String, String, OkapiUser, boolean, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody) but also adds the body of content atoms as escaped XML even if the body is XML, to facilitate editing of the content atom body.
addArc(OkapiXMLDocument, OkapiArc, String, String, OkapiUser, boolean, List, Date, Date) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody) but also adds onDateZoned elements for each arc based on the list of timezones and sets firstDateWithContent and lastDateWithContent to the first and last start dates of the arc and its children, for use in calendar tools.
addArc(OkapiXMLDocument, OkapiArc, String, String, OkapiUser, boolean, boolean, List, Date, Date) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml) but also adds onDateZoned elements for each arc based on the list of timezones and sets firstDateWithContent and lastDateWithContent to the first and last start dates of the arc and its children, for use in calendar tools.
addArc(OkapiXMLDocument, OkapiArc, boolean, String, String, OkapiUser, boolean, boolean, List, Date, Date) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, includeContent, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml) but also adds onDateZoned elements for each arc based on the list of timezones and sets firstDateWithContent and lastDateWithContent to the first and last start dates of the arc and its children, for use in calendar tools.
addArc(OkapiXMLDocument, OkapiArc, boolean, String, String, OkapiUser, boolean, boolean, boolean, List, Date, Date) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, true, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml, false, timezones, firstDateWithContent, lastDateWithContent) but also adds includeCreationDate if creation date of Arc and Content should be included.
addArc(OkapiXMLDocument, OkapiArc, boolean, String, String, OkapiUser, boolean, boolean, boolean, List, Date, Date, SortedSet) - Static method in class okapi.tools.OkapiToolUtilities
Same as addArc(xml, arc, true, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml, includeCreationDate, false, timezones, firstDateWithContent, lastDateWithContent) but also adds allDatesWithContent set.
addArcUnordered(String, OkapiArc) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
addAtom(String, OkapiStore) - Method in class okapi.coreobjects.OkapiContent
Create Content Atom and add it, also adding it to the end of the ordering.
addAtom(String, OkapiContentAtom) - Method in class okapi.coreobjects.OkapiContent
Add content of type ContentAtom and add it to the end of the ordering.
addAtom(String, String) - Method in class okapi.coreobjects.OkapiContent
Create URI Content Atom and add it.
addAtomUnordered(String, OkapiStore) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
addAtomUnordered(String, OkapiContentAtom) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
addAtomUnordered(String, String) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
addBackInfo(OkapiXMLDocument, HttpServletRequest) - Static method in class okapi.tools.OkapiToolUtilities
Adds the href of the refering page, based on the backURL parameter of the referer head if the parameter is not set.
addBasicSubjectInfo(OkapiXMLDocument, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Adds basic subject info with no enclosing tags to the xml document, to be used when additional elements are needed so addSubjectInfo() cannot be used.
addBasicSubjectInfo(OkapiXMLDocument, OkapiNexus, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Adds basic subject info with no enclosing tags to the xml document, to be used when additional elements are needed so addSubjectInfo() cannot be used.
addBasicUserInfo(OkapiXMLDocument, OkapiUser) - Static method in class okapi.tools.OkapiToolUtilities
Adds basic user info with no enclosing tags to the xml dcoument, to be used when additional elements are needed so addUserInfo() cannot be used.
addCData(String) - Method in class okapi.util.OkapiXMLDocument
Adds to the document.
addContactInfo(String, OkapiUserContactInfo) - Method in class okapi.coreobjects.OkapiUser
Add or update contactInfo of specified type.
addContent(String, OkapiContent) - Method in class okapi.coreobjects.OkapiArc
Add reusable content Contents to the Arc container and add it to the end of the ordering.
addContent(String, OkapiContent) - Method in class okapi.coreobjects.OkapiContent
Add content of type Content and add it to the end of the ordering.
addContent(OkapiXMLDocument, OkapiContent, String, String, OkapiUser, boolean, boolean, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Adds a content and its children and atoms to the xml document.
addContent(String, String) - Method in class okapi.util.OkapiXMLDocument
Adds content to the document, adding the necessary escapes to content.
addContent(String, Object) - Method in class okapi.util.OkapiXMLDocument
Adds content to the document, converting content to a string using OkapiXMLDocument.dateFormat.
addContent(String, int) - Method in class okapi.util.OkapiXMLDocument
Adds content to the document, converting content to a string.
addContent(String, long) - Method in class okapi.util.OkapiXMLDocument
Adds content to the document, converting content to a string.
addContent(String, boolean) - Method in class okapi.util.OkapiXMLDocument
Adds content to the document, converting content to a string.
addContent(String, double) - Method in class okapi.util.OkapiXMLDocument
Adds content to the document, converting content to a string.
addContentUnordered(String, OkapiContent) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
addContentUnordered(String, OkapiContent) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
addCookie(Cookie) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
addCookie(Cookie) - Method in class okapi.tools.ToolResponse
Method addCookie.
addCrumbsAndNexusHref(OkapiXMLDocument, HttpServletRequest, List, String) - Static method in class okapi.tools.OkapiToolUtilities
Adds a full breadCrumbTrail element and a nexusHref element to the xml document.
addCrumbsAndNexusHrefWithSublist(OkapiXMLDocument, HttpServletRequest, List, List, String) - Static method in class okapi.tools.OkapiToolUtilities
Adds a full breadCrumbTrail element and a nexusHref element to the xml document.
addDateHeader(String, long) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
addDateHeader(String, long) - Method in class okapi.tools.ToolResponse
Method addDateHeader..
addDateTag(OkapiXMLDocument, Date) - Static method in class okapi.tools.OkapiToolUtilities
Adds a date tag to the xml document for the specified date.
addEmptyTag(String) - Method in class okapi.util.OkapiXMLDocument
Adds to the document.
addEndTag(String) - Method in class okapi.util.OkapiXMLDocument
Adds to the document.
addGroup(OkapiGroup, OkapiRole) - Method in class okapi.coreobjects.OkapiNexus
Add Groups associated with this Nexus.
addGroups() - Method in class okapi.util.OkapiPackage
Add all the groups and their members that are associated with the nexus
addHeader(String, String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
addHeader(String, String) - Method in class okapi.tools.ToolResponse
Method addHeader.
addHelpArcs(OkapiXMLDocument, OkapiNexus, String, OkapiUser, List, boolean) - Static method in class okapi.tools.OkapiShowHelpM
 
addHomeworkCrumbs(OkapiXMLDocument, HttpServletRequest, List, String, OkapiNexus) - Static method in class okapi.tools.OkapiHwIndexM
 
addHomeworkCrumbs(OkapiXMLDocument, HttpServletRequest, List, List, List, String, OkapiNexus) - Static method in class okapi.tools.OkapiHwIndexM
 
addIntHeader(String, int) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
addIntHeader(String, int) - Method in class okapi.tools.ToolResponse
Method addIntHeader.
addMember(OkapiUser) - Method in class okapi.coreobjects.OkapiGroup
Add a User to this group.
addMember(OkapiGroup) - Method in class okapi.coreobjects.OkapiGroup
Add a Group to this group.
addMetadata(String, OkapiMetadata) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
addMetadataKeyValue(String, String) - Method in class okapi.coreobjects.OkapiContent
Add metadata key/value pairs about the Arc.
addMetadataKeyValue(String, Object) - Method in class okapi.coreobjects.OkapiContent
Add metadata key/value pairs about the Arc.
addNexus(String, OkapiNexus) - Method in class okapi.coreobjects.OkapiNexus
Add a child Nexus and add self as parent to child
addNexusCrumbs(OkapiXMLDocument, HttpServletRequest, List) - Static method in class okapi.tools.OkapiToolUtilities
Adds crumbs elements for all the nexuses in the nexusHistory with no enclosing tag, to be used when addCrumbsAndNexusHref() does not provide the necessary complete breadcrumb trail.
addOcwTitle(String) - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
addOcwUrl(String) - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
addPackageToNexus(InputStream, OkapiNexus) - Method in class okapi.util.OkapiPackage
Add this package to nexus.
addPackageToNexus(String, String, OkapiNexus) - Static method in class okapi.util.OkapiPackage
Add the package at pathToPackage to nexus.
addPageIntroText(OkapiXMLDocument, OkapiNexus, String) - Static method in class okapi.tools.OkapiToolUtilities
Method addPageIntroText
addParent(String, OkapiNexus) - Method in class okapi.coreobjects.OkapiNexus
Add nexus as parent of current.
addProlog() - Method in class okapi.util.OkapiXMLDocument
Adds to the document
addRequestParameters(OkapiXMLDocument, HttpServletRequest) - Static method in class okapi.tools.OkapiToolUtilities
Also adds all request parameters to the XML.
addSectionNexus(OkapiNexus, int) - Static method in class okapi.tools.OkapiCreateSectionUtility
Method addSectionNexus
addStartTag(String) - Method in class okapi.util.OkapiXMLDocument
Adds to the document.
addStartTag(String, String) - Method in class okapi.util.OkapiXMLDocument
Adds to the document.
addSubjectInfo(OkapiXMLDocument, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Adds a subject tag to the xml document containing basic subject data provided by addBasicSubjectInfo().
addSubjectInfoAndSections(OkapiXMLDocument, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Adds a subject tag to the xml document containing all the data from addSubjectInfo() with additional elements for the sections in this nexus and its children.
addSubjectInfoAndSections(OkapiXMLDocument, OkapiNexus, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Adds a subject tag to the xml document containing all the data from addSubjectInfo() with additional elements for the sections in this nexus and its children.
addTool(String, OkapiToolController) - Method in class okapi.coreobjects.OkapiNexus
Add tool to Nexus at a specified path from the Nexus.
addToolToCache(int, OkapiToolController) - Static method in class okapi.coreobjects.OkapiToolController
Add a toolController to the cache.
addToolView(OkapiToolController, OkapiView) - Method in class okapi.coreobjects.OkapiNexus
Add a View for a Tool
addUser(OkapiUser) - Method in class okapi.coreobjects.OkapiNexus
Add User to this Nexus if not already there
addUserAttribute(OkapiUser, String, String) - Method in class okapi.coreobjects.OkapiNexus
Add attribute for this User within this Nexus.
addUserEReservesAccess(OkapiXMLDocument, OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Add EReserves, or generally third-party, fair-use copyright material access tags.
addUserInfo(OkapiXMLDocument, OkapiUser) - Static method in class okapi.tools.OkapiToolUtilities
Adds a user tag to the xml document containing basic user data provided by addBasicUserInfo().
addUserInfo(OkapiXMLDocument, OkapiUser, boolean, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Same as addUserInfo(xml, user) but adds additional canModify and showToolset elements.
addUserInfo(OkapiXMLDocument, OkapiUser, boolean, boolean, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Same as addUserInfo(xml, user) but adds additional canModify, hasModify, and showToolset elements.
addWithChildren(String) - Method in class okapi.util.OkapiPackage
Add an arc to the package along with all of its arc and document children
addXml(String) - Method in class okapi.util.OkapiXMLDocument
Inserts a string of xml into the document.
ADMIN - Static variable in class okapi.coreobjects.OkapiOperation
Administrate always
afterPropertiesSet() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationFilter
 
anyUserGroup - Static variable in class okapi.coreobjects.OkapiGroup
 
apacheHostIpList() - Static method in class okapi.coreobjects.OkapiSite
Return vector of IP addresses for valid Apache connectors
ARCHIVED - Static variable in class okapi.coreobjects.OkapiNexus
 
arcOrderAdd(String) - Method in class okapi.coreobjects.OkapiArc
Put arcChild which is at path putPath at end of ordering in the arc child ordering.
arcOrderAddAfter(String, String) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
arcOrderAddBefore(String, String) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
arcOrderAlphabetical() - Method in class okapi.coreobjects.OkapiArc
Deprecated. only used to repair ordering corrupted by bugs
arcOrderMakeUnique() - Method in class okapi.coreobjects.OkapiArc
Deprecated. only used to repair ordering corrupted by bugs
arcOrderMove(String, int) - Method in class okapi.coreobjects.OkapiArc
Move arcChild by n positions up or down in the arc child ordering.
arcOrderRemove(String) - Method in class okapi.coreobjects.OkapiArc
Remove all occurances of path from order
atomOrderAdd(String) - Method in class okapi.coreobjects.OkapiContent
Put atomChild which is at path putPath at end of ordering in the atom child ordering.
atomOrderAddAfter(String, String) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
atomOrderAddBefore(String, String) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
atomOrderAlphabetical() - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
atomOrderMove(String, int) - Method in class okapi.coreobjects.OkapiContent
Move atomChild by n positions up or down in the atom child ordering.
atomOrderRemove(String) - Method in class okapi.coreobjects.OkapiContent
Remove all occurances of path from order
AuthenticateOkapiUser(HttpServletRequest) - Static method in class okapi.util.OkapiAuthN
Authenticate to identify the User.
AuthenticateOrLoginOkapiUser(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class okapi.util.OkapiAuthN
Method AuthenticateOrLoginOkapiUser
authUserGroup - Static variable in class okapi.coreobjects.OkapiGroup
 
available() - Method in class okapi.util.OkapiStoreInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

BASIC_WITH_ATTRIBUTES - Static variable in class okapi.coreobjects.OkapiNexus
Options constant for getAsXml methods indicating basic info and attributes.

C

cacheCheck() - Static method in class okapi.coreobjects.OkapiGroup
Method cacheCheck
cacheCheck() - Static method in class okapi.coreobjects.OkapiNexus
Method cacheCheck
cacheCheck() - Static method in class okapi.coreobjects.OkapiUser
Method cacheCheck
cacheNameCheck() - Static method in class okapi.coreobjects.OkapiGroup
Method cacheNameCheck
cacheNameCheck() - Static method in class okapi.coreobjects.OkapiUser
Method cacheNameCheck
canModify(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Determines whether the user should be allowed to modify the nexus by checking the users authorization and overriding if the nexus is read only.
ChangePasswordServlet - Class in okapi.servlets.okapi
Okapi non-MIT User Password Change Servlet.
ChangePasswordServlet() - Constructor for class okapi.servlets.okapi.ChangePasswordServlet
 
checkAuthorization(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiArc
Checks to see if the specified user is authorized to perform the specified operation on this object.
checkAuthorization(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiGroup
Checks to see if the specified user is authorized to perform the specified operation on this object.
checkAuthorization(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiNexus
Checks to see if the specified user is authorized to perform the specified operation on this object.
checkAuthorization(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiObject
Checks to see if the specified user is authorized to perform the specified operation on this object.
checkAuthorization(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiUser
Checks to see if the specified user is authorized to perform the specified operation on this object.
checkAuthorization(OkapiObject, OkapiUser, OkapiOperation) - Static method in class okapi.util.OkapiAuthZ
check Authorizaton using the MIT Roles Database
city - Variable in class okapi.coreobjects.OkapiUserAddress
 
clone() - Method in class okapi.tools.ToolRequest
 
close() - Method in class okapi.tools.ToolOutputStream
Method close.
close() - Method in class okapi.util.OkapiStoreInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class okapi.util.OkapiStoreOutputStream
Closes this output stream and releases any system resources associated with the stream.
compare(Object, Object) - Method in class okapi.tools.OkapiEditGroupM.FoundUserComparator
 
compareTo(Object) - Method in class okapi.coreobjects.OkapiGroup
implement Comparable interface
compareTo(OkapiGroup) - Method in class okapi.coreobjects.OkapiGroup
Method compareTo
compareTo(Object) - Method in class okapi.coreobjects.OkapiUser
implement Comparable interface
compareTo(String) - Method in class okapi.coreobjects.OkapiUser
Method compareTo
compareTo(OkapiUser) - Method in class okapi.coreobjects.OkapiUser
Method compareTo
configureNexusTools(OkapiNexus, String) - Static method in class okapi.tools.OkapiModifyStyleUtility
Method configureNexusTools valid 'style' values for 1.7.1 are: arch bcs chemistry chemistry-dev cre default-dev default hip-dev hip l2l-dev l2l loops-dev loops mit-dev mit section simple-dev simple sma-dev sma
containsHeader(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
containsHeader(String) - Method in class okapi.tools.ToolResponse
Method containsHeader.
CONTENT - Static variable in class okapi.coreobjects.OkapiContent
 
CONTENT_DEVELOPER - Static variable in class okapi.coreobjects.OkapiRole
Content Developer contributes content to nexus, otherwise not involved.
content_developerRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
contentOrderAdd(String) - Method in class okapi.coreobjects.OkapiArc
Put contentChild which is at path putPath at end of ordering in the content child ordering.
contentOrderAdd(String) - Method in class okapi.coreobjects.OkapiContent
Put contentChild which is at path putPath at end of ordering in the content child ordering.
contentOrderAddAfter(String, String) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
contentOrderAddAfter(String, String) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
contentOrderAddBefore(String, String) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
contentOrderAddBefore(String, String) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
contentOrderAlphabetical() - Method in class okapi.coreobjects.OkapiArc
Deprecated. only used to repair ordering corrupted by bugs
contentOrderAlphabetical() - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
contentOrderMakeUnique() - Method in class okapi.coreobjects.OkapiArc
Deprecated. only used to repair ordering corrupted by bugs
contentOrderMove(String, int) - Method in class okapi.coreobjects.OkapiArc
Move contentChild by n positions up or down in the content child ordering.
contentOrderMove(String, int) - Method in class okapi.coreobjects.OkapiContent
Move contentChild by n positions up or down in the content child ordering.
contentOrderRemove(String) - Method in class okapi.coreobjects.OkapiArc
Remove all occurances of path from order
contentOrderRemove(String) - Method in class okapi.coreobjects.OkapiContent
Remove all occurances of path from order
contenttype - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
convertToDate(Object, Object, Object, Object, Object) - Static method in class okapi.tools.OkapiToolUtilities
return date given year, month, day, hour, and minute as strings.
countOfNexusesForGroup(int) - Static method in class okapi.coreobjects.OkapiNexus
Returns the number of nexuses associated with a specified group.
country - Variable in class okapi.coreobjects.OkapiUserAddress
 
COURSE_ADMINISTRATOR - Static variable in class okapi.coreobjects.OkapiRole
Class administrator
course_administratorRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
createAnnouncementArc(Date, OkapiUser, String, String, boolean, boolean, OkapiToolErrorList, OkapiToolWarningList) - Method in class okapi.tools.OkapiEditAnnouncementM
Creates a new announcement arc, adding any errors to errors.
CreateCamsUserServlet - Class in okapi.servlets.okapi
Create Okapi Users which are placeholders for Touchstone CAMS users.
CreateCamsUserServlet() - Constructor for class okapi.servlets.okapi.CreateCamsUserServlet
 
createdBy - Variable in class okapi.coreobjects.OkapiObject
User or entity responsible for creation of this object.
createdDate - Variable in class okapi.coreobjects.OkapiObject
Date of creation of this object.
createEventArc(Date, Date, OkapiUser, String, String, boolean, OkapiToolErrorList, OkapiToolWarningList) - Method in class okapi.tools.OkapiEditEventM
Creates a new event arc, adding any errors to errors.
createOkapiStore(String, String) - Method in class okapi.util.OkapiStoreFactory
 
createOkapiStore(String, String, String) - Method in class okapi.util.OkapiStoreFactory
 
CreateUserServlet - Class in okapi.servlets.okapi
Create Okapi Users reqire personal certificate, read admin list from servlet context
CreateUserServlet() - Constructor for class okapi.servlets.okapi.CreateUserServlet
 
crypt(String, String) - Static method in class okapi.util.JCrypt
Encrypt a String given the cleartext string and a "salt".
CURENT_SUBSECTION - Static variable in class okapi.coreobjects.OkapiNexus
 
CURRENT - Static variable in class okapi.coreobjects.OkapiNexus
 
currentDateTimeOracle(Date) - Method in class okapi.coreobjects.OkapiObject
Method currentDateTimeOracle

D

DEACTIVATED_SUBSECTION - Static variable in class okapi.coreobjects.OkapiNexus
 
defaultNav5 - Static variable in class okapi.tools.OkapiEditNavBarM
 
defaultNav6 - Static variable in class okapi.tools.OkapiEditNavBarM
 
defaultNavOcw - Static variable in class okapi.tools.OkapiEditNavBarM
 
DELETED - Static variable in class okapi.coreobjects.OkapiNexus
 
descend(List, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in class okapi.coreobjects.OkapiNexus
Process the path from this Nexus.
descend(List, HttpServletRequest, HttpServletResponse, ServletContext, Vector) - Method in class okapi.coreobjects.OkapiSite
Method descend
description - Variable in class okapi.coreobjects.OkapiObject
description of the entity represented by this object.
description - Variable in class okapi.coreobjects.OkapiRole
description of the entity represented by this object.
description - Variable in class okapi.coreobjects.OkapiView
Textual description to guide web site designer in choosing which styles from the library to use or make available.
description - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
desiredStyle - Variable in class okapi.coreobjects.OkapiToolModelReturn
 
destroy() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationFilter
 
destroy() - Method in class okapi.coreobjects.OkapiSite
Destroy the Site object.
destroy() - Method in class okapi.servlets.okapi.ChangePasswordServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.CreateUserServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.LoginServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.LogoutServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.NewPasswordServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.OkapiSiteServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.PWAdminServlet
Clean up resources
destroy() - Method in class okapi.servlets.okapi.RssServlet
Destruction of the servlet.
destroy() - Method in class okapi.servlets.okapi.SessionMotdFilter
 
destroy() - Method in class okapi.servlets.okapi.SysAdminServlet
Clean up resources
doesIndexExist() - Static method in class okapi.util.OkapiSearchUtils
doesIndexExist Checks whether index exists.
doesIndexRootDirectoryExist() - Static method in class okapi.util.OkapiSearchUtils
doesIndexRootDirectoryExist Checks whether the root index directory exists.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class okapi.servlets.okapi.SessionMotdFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.ChangePasswordServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.CreateCamsUserServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.CreateUserServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.LoginServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.LogoutServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.NewPasswordServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.OkapiSiteServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.PWAdminServlet
Process the HTTP Get request
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.RssServlet
The doGet method of the servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.SysAdminServlet
Process the HTTP Get request
doIndex(String, OkapiNexus, Vector) - Static method in class okapi.util.OkapiSearchUtils.SearchIndexer
doIndex Index content starting from the specified nexus (should be the root nexus).
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.ChangePasswordServlet
Process the HTTP Post request with username/password change
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.CreateCamsUserServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.CreateUserServlet
Process the HTTP Post request with username/password change
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.LoginServlet
Process the HTTP Post request with username/password
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.LogoutServlet
Process the HTTP Post request with username/password
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.NewPasswordServlet
Process the HTTP Post request with username/password change
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.OkapiSiteServlet
Process the HTTP Post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.PWAdminServlet
Process the HTTP Post request with username/password change
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.RssServlet
The doPost method of the servlet.
doPost(HttpServletRequest, HttpServletResponse) - Method in class okapi.servlets.okapi.SysAdminServlet
Process the HTTP Post request with username/password change
doSearch(String, String, String) - Method in class okapi.util.OkapiSearchUtils.Searcher
doSearch Performs a search for the specified search terms in the specified nexus.
doShowIndex(String) - Method in class okapi.util.OkapiSearchUtils.Searcher
doShowIndex Returns everything in the index (in every nexus).
doShowNexus(String, String) - Method in class okapi.util.OkapiSearchUtils.Searcher
doShowNexus Performs a search for all documents in the specified nexus.
doUpdate(OkapiArc, String, String, boolean) - Method in class okapi.util.OkapiSearchUtils.Searcher
doUpdate -- NOT TESTED Adds, updates, or deletes the arc's index entry in the current working index.

E

edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.coreobjects.OkapiToolController
Edit this tool.
edit(OkapiToolModel, List, List, Hashtable, List, String, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in interface okapi.coreobjects.OkapiToolRenderer
Edit method handles Post method invocations.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiAddOcwMaterialTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiBBoardTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiDefaultToolController
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditAccessGroupsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditAnnouncementTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditClassMetadataTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditDocumentTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditEmailClassTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditEventTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditGroupTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditHelpTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditHomeImageTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditHomeworkDocumentTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNavBarTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusDescriptionTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusMeetingsInfoTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusSettingsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusToolsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusUserInfoTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditOcwClassCalendarTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditOcwMaterialTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditOcwToolPageTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditPageIntroTextTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSampleTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSectionDocumentsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSectionParticipantsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSectionsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditTopicTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditUserSectionTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditUserTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiExportsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiFacultyManageHomeworkTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiHomeworkManagementTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiOpinioSurveyTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiReturnContentTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiReturnPhotoTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSakaiForumsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSakaiJForumTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSakaiStatusTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSDemoTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSearchIndexerTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSearchTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowAnnouncementsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowClassPicturesTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowEventTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowHomeworkTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowOcwClassCalendarTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowOcwToolPageTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowSectionDocumentsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowSectionTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowTopicsTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiStellarGradebookTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiStellarImagesTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiStudentManageHomeworkTC
Edit this tool.
edit(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiTransferTC
Edit this tool.
edit(OkapiToolModel, List, List, Hashtable, List, String, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in class okapi.util.OkapiSimpleRenderer
Edit method handles Post method invocations.
edit(OkapiToolModel, List, List, Hashtable, List, String, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in class okapi.util.OkapiXSLTRenderer
Edit method handles Post method invocations.
edu.mit.stellar.authentication - package edu.mit.stellar.authentication
 
edu.mit.stellar.ocw - package edu.mit.stellar.ocw
 
email - Variable in class okapi.coreobjects.OkapiUserContactInfo
 
encodeRedirectUrl(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
encodeRedirectURL(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
encodeRedirectURL(String) - Method in class okapi.tools.ToolResponse
Method encodeRedirectURL.
encodeUrl(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
encodeURL(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
encodeURL(String) - Method in class okapi.tools.ToolResponse
Method encodeURL.
equals(Object) - Method in class okapi.coreobjects.OkapiArc
override Object equals method to compare two arcs
equals(Object) - Method in class okapi.coreobjects.OkapiContent
override Object equals method to compare two contents
equals(Object) - Method in class okapi.coreobjects.OkapiGroup
override Object equals method to compare two groups
equals(Object) - Method in class okapi.coreobjects.OkapiNexus
override Object equals method to compare two nexuses
equals(Object) - Method in class okapi.coreobjects.OkapiRole
Method equals
equals(Object) - Method in class okapi.coreobjects.OkapiToolController
override Object equals method to compare two toolControlleres
equals(Object) - Method in class okapi.coreobjects.OkapiUser
override Object equals method to compare two users
equals(Object) - Method in class okapi.tools.ToolRequest
Method equals
eReserves - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
ERROR - Static variable in class okapi.coreobjects.OkapiContent
 
ERROR - Static variable in class okapi.coreobjects.OkapiNexus
 
errorHtml() - Static method in class okapi.tools.OkapiToolUtilities
Method errorHtml
errorHtml(String, String) - Static method in class okapi.tools.OkapiToolUtilities
Method errorHtml
escapeXml(String) - Static method in class okapi.util.OkapiXMLDocument
just escapes string.
export(String) - Method in class okapi.util.OkapiPackage
Export the package as a zipped file at path
export(String, String) - Method in class okapi.util.OkapiPackage
Export the package as a zipped file at path with the manifest transformed by the xslt stylesheet at pathToStylesheet
export(String, String, String) - Method in class okapi.util.OkapiPackage
Export the package as a zipped file at path with the manifest transformed by the xslt stylesheet at pathToStylesheet, with the index.html file generated by the xslt stylesheet at pathToStylesheet,
export(OutputStream, String) - Method in class okapi.util.OkapiPackage
Export the package to the given OutputStream in a zipped directory called dirName
export(OutputStream, String, InputStream) - Method in class okapi.util.OkapiPackage
Export the package to the given OutputStream in a zipped directory called dirName with the manifest transformed by the xslt stylylesheet that can be read from stylesheet
export(OutputStream, String, InputStream, InputStream) - Method in class okapi.util.OkapiPackage
Export the package to the given OutputStream in a zipped directory called dirName with the manifest transformed by the xslt stylylesheet that can be read from stylesheet, and with an html index page generated using the htmlStylesheet

F

faxPhone - Variable in class okapi.coreobjects.OkapiUserContactInfo
 
FieldOverflowException - Exception in okapi.coreobjects
Database Field too small to contain the value attempted to set.
fileID - Variable in class okapi.util.OkapiStoreVersion
 
finalize() - Method in class okapi.tools.ToolRequest
 
finalize() - Method in class okapi.util.OkapiStore
 
findNumberOfSections(String, String) - Static method in class okapi.tools.OkapiEditSectionParticipantsM
 
fixFileName(String) - Static method in class okapi.tools.OkapiToolUtilities
Generates a sql safe filename from a filepath by attempting to find the last path segment in the filepath, removing unsafe characters, and shortening to under 50 characters.
flush() - Method in class okapi.tools.ToolOutputStream
Method flush.
flush() - Method in class okapi.util.OkapiStoreOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flushBuffer() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
flushBuffer() - Method in class okapi.tools.ToolResponse
Method flushBuffer.

G

getAccessDates() - Method in class okapi.coreobjects.OkapiArc
Deprecated.  
getAddresses() - Method in class okapi.coreobjects.OkapiUser
Return all addresses of this user.
getAddresses(String) - Method in class okapi.coreobjects.OkapiUser
Return address of specified type for this user.
getAffiliation() - Method in class okapi.coreobjects.OkapiUser
Return the affiliation for this OkapiUser.
getAlertFileName() - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
getAlertString() - Static method in class okapi.servlets.okapi.SessionMotdFilter
return the short, string form of the alert message, or null if not active.
getArc(List) - Method in class okapi.coreobjects.OkapiArc
Return a OkapiArc for the specified path, or null.
getArc(List, OkapiUser) - Method in class okapi.coreobjects.OkapiArc
Return a OkapiArc for the specified path, or null.
getArc(String) - Method in class okapi.coreobjects.OkapiArc
Method getArc
getArc(String, OkapiUser) - Method in class okapi.coreobjects.OkapiArc
Method getArc
getArc(OkapiNexus, String[]) - Static method in class okapi.tools.OkapiToolUtilities
Returns the arc at the specified path within the specified nexus, or null if there is no such arc.
getArcChildren() - Method in class okapi.coreobjects.OkapiArc
Return vector of all children of type Arc.
getArcCode() - Method in class okapi.coreobjects.OkapiArc
Return arcCode of this Arc
getArcOrder() - Method in class okapi.coreobjects.OkapiArc
Return order of arc children
getArcs() - Method in class okapi.coreobjects.OkapiNexus
Return all Arcs
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiArc
Overrides the method in OkapiObject to add Arc specific information.
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiContent
Overrides the method in OkapiObject to add Content specific information.
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiGroup
Overrides the method in OkapiObject to add Group specific information.
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiNexus
Overrides the method in OkapiObject to add Nexus specific information.
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiObject
Returns an xml representation of this object, with the options defined by the options map, an element of type tag surrounding the xml, and the first line indented indent times.
getAsXml(Map, String) - Method in class okapi.coreobjects.OkapiObject
Method getAsXml
getAsXml(Map, int) - Method in class okapi.coreobjects.OkapiObject
Method getAsXml
getAsXml(Map) - Method in class okapi.coreobjects.OkapiObject
Method getAsXml
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiRole
Returns an xml representation of this object, with the options defined by the options map, an element of type tag surrounding the xml, and the first line indented indent times.
getAsXml(Map, String) - Method in class okapi.coreobjects.OkapiRole
Method getAsXml
getAsXml(Map, int) - Method in class okapi.coreobjects.OkapiRole
Method getAsXml
getAsXml(Map) - Method in class okapi.coreobjects.OkapiRole
Method getAsXml
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiToolController
Overrides the method in OkapiObject to add Content specific information.
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiUser
Overrides the method in OkapiObject to add Content specific information.
getAsXml(Map, String, int) - Method in class okapi.coreobjects.OkapiView
Returns an xml representation of this object, with the options defined by the options map, an element of type tag surrounding the xml, and the first line indented indent times.
getAsXml(Map, String) - Method in class okapi.coreobjects.OkapiView
Method getAsXml
getAsXml(Map, int) - Method in class okapi.coreobjects.OkapiView
Method getAsXml
getAsXml(Map) - Method in class okapi.coreobjects.OkapiView
Method getAsXml
getAtomAsXml(String, Map, String, int) - Method in class okapi.coreobjects.OkapiContent
Returns an xml representation of this object, with the options defined by the options map, an element of type tag surrounding the xml, and the first line indented indent times, or null if there is no atom at key.
getAtomAsXml(String, Map) - Method in class okapi.coreobjects.OkapiContent
Method getAtomAsXml
getAtomAsXml(String, Map, int) - Method in class okapi.coreobjects.OkapiContent
Method getAtomAsXml
getAtomAsXml(String, Map, String) - Method in class okapi.coreobjects.OkapiContent
Method getAtomAsXml
getAtomChildren() - Method in class okapi.coreobjects.OkapiContent
Return vector of all children of type ContentAtom.
getAtomOrder() - Method in class okapi.coreobjects.OkapiContent
Return order of atom children
getAttribute(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getAttribute(String) - Method in class okapi.tools.ToolRequest
Method getAttribute
getAttribute(String) - Method in class okapi.util.OkapiSession
Returns the object bound in the session under the specified name or null if there is no matching binding.
getAttributeByKey(Object) - Method in class okapi.coreobjects.OkapiNexus
Return an attribute for this Nexus.
getAttributeByKey(Object) - Method in class okapi.coreobjects.OkapiUser
Return an attribute for this OkapiUser.
getAttributeNames() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getAttributeNames() - Method in class okapi.tools.ToolRequest
Method getAttributeNames
getAttributeNames() - Method in class okapi.util.OkapiSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session, or null if there are no bindings.
getAttributes() - Method in class okapi.coreobjects.OkapiNexus
Return the attributes Hashtable for this Nexus.
getAttributes() - Method in class okapi.coreobjects.OkapiUser
Return the attributes Hashtable for this OkapiUser.
getAttributes() - Method in class okapi.util.OkapiSession
Returns all the name/value pairs in the session as a hashtable.
getAuthorities() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
getAuthType() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getAuthType() - Method in class okapi.tools.ToolRequest
Method getAuthType
getBufferSize() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getBufferSize() - Method in class okapi.tools.ToolResponse
Method getBufferSize.
getCharacterEncoding() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getCharacterEncoding() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getCharacterEncoding() - Method in class okapi.tools.ToolRequest
Method getCharacterEncoding
getCharacterEncoding() - Method in class okapi.tools.ToolResponse
Method getCharacterEncoding.
getChildren() - Method in class okapi.coreobjects.OkapiContent
Return vector of all children of any type.
getCity() - Method in class okapi.coreobjects.OkapiUserAddress
Method getCity
getContactInfo() - Method in class okapi.coreobjects.OkapiUser
Return all contactInfo of this user.
getContactInfo(String) - Method in class okapi.coreobjects.OkapiUser
Return contactInfo of specified type for this user.
getContent(List) - Method in class okapi.coreobjects.OkapiArc
Return a OkapiContent for the specified path which leads to an OkapiStore, or null.
getContent(List, OkapiUser) - Method in class okapi.coreobjects.OkapiArc
Return a OkapiContent for the specified path which leads to an OkapiStore, or null.
getContent(String) - Method in class okapi.coreobjects.OkapiContent
Return a OkapiContent for the specified path, or null.
getContent(List) - Method in class okapi.coreobjects.OkapiContent
Return a OkapiContent for the specified path, or null.
getContent(List, OkapiUser) - Method in class okapi.coreobjects.OkapiContent
Return a OkapiContent for the specified path, or null, or throw a okapi.util.OkapiPermissionDenied exception.
getContent(List, String, HttpServletRequest, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Finds the content located in the last nexus in this nexusHistory at the arc indicated by pathSegment at the path indicated by pathVector.
getContentChildren() - Method in class okapi.coreobjects.OkapiArc
Return vector of all children of type Content.
getContentChildren() - Method in class okapi.coreobjects.OkapiContent
Return vector of all children of type Content.
getContentCode() - Method in class okapi.coreobjects.OkapiContent
Return contentCode of this Content
getContentLength() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getContentLength() - Method in class okapi.tools.ToolRequest
Method getContentLength
getContentOrder() - Method in class okapi.coreobjects.OkapiArc
Return order of content children
getContentOrder() - Method in class okapi.coreobjects.OkapiContent
Return order of content children
getContentType() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getContentType() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getContentType() - Method in class okapi.tools.ToolRequest
Method getContentType
getContentType() - Method in class okapi.tools.ToolResponse
Method getContentType.
getContentType() - Method in class okapi.util.OkapiStoreDataSource
Method getContentType This method returns the MIME type of the data in the form of a string.
getContextPath() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getContextPath() - Method in class okapi.tools.ToolRequest
Method getContextPath
getCookies() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getCookies() - Method in class okapi.tools.ToolRequest
Method getCookies
getCountry() - Method in class okapi.coreobjects.OkapiUserAddress
Method getCountry
getCreatedBy() - Method in class okapi.coreobjects.OkapiObject
Method getCreatedBy
getCreatedDate() - Method in class okapi.coreobjects.OkapiArc
Method getCreatedDate
getCreatedDate() - Method in class okapi.coreobjects.OkapiContent
Method getCreatedDate
getCreatedDate() - Method in class okapi.coreobjects.OkapiObject
Method getCreatedDate
getCreationJournalFileWriter() - Method in class okapi.util.OkapiStoreFactory
 
getCreationTime() - Method in class okapi.util.OkapiSession
Returns the time at which the session was created.
getCredentials() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
getDatasource() - Method in class okapi.coreobjects.OkapiGroup
Method getDatasource
getDatasourceKey() - Method in class okapi.coreobjects.OkapiGroup
Method getDatasourceKey
getDateHeader(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getDateHeader(String) - Method in class okapi.tools.ToolRequest
Method getDateHeader
getDescription() - Method in class okapi.coreobjects.OkapiArc
Method getDescription
getDescription() - Method in class okapi.coreobjects.OkapiContent
Method getDescription
getDescription() - Method in class okapi.coreobjects.OkapiObject
Method getDescription
getDescription() - Method in class okapi.coreobjects.OkapiRole
Method getDescription
getDetails() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
getDuplicateStoreDirectory() - Method in class okapi.util.OkapiStoreFactory
 
getEmail() - Method in class okapi.coreobjects.OkapiUser
Return the email address for this OkapiUser.
getEmail() - Method in class okapi.coreobjects.OkapiUserContactInfo
Method getEmail
getEnrollment(String, String) - Static method in class okapi.tools.OkapiEditGroupM
 
getFaxPhone() - Method in class okapi.coreobjects.OkapiUserContactInfo
Method getFaxPhone
getFilePath() - Method in class okapi.util.OkapiStore
Return filePathof this OkapiStore.
getFirstName() - Method in class okapi.coreobjects.OkapiUser
Return the firstName for this OkapiUser.
getFullName() - Method in class okapi.coreobjects.OkapiUser
Return the fullName for this OkapiUser.
getGroup(int) - Static method in class okapi.coreobjects.OkapiGroup
Get a group from the cache if cached, instantiate and add to cache if not.
getGroupCode() - Method in class okapi.coreobjects.OkapiGroup
Return groupCode of this group.
getGroups() - Method in class okapi.coreobjects.OkapiNexus
Return all Groups associated with this Nexus.
getHeader(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getHeader(String) - Method in class okapi.tools.ToolRequest
Method getHeader
getHeaderNames() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getHeaderNames() - Method in class okapi.tools.ToolRequest
Method getHeaderNames
getHeaders(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getHeaders(String) - Method in class okapi.tools.ToolRequest
Method getHeaders
getHighestRole() - Method in class okapi.tools.OkapiToolUserNexusRoleInfo
Return Highest Role
getHighestRoleNumber() - Method in class okapi.tools.OkapiToolUserNexusRoleInfo
Return Highest Role Number
getHomePageURL() - Method in class okapi.coreobjects.OkapiUserContactInfo
Method getHomePageURL
getHourNumber(String) - Static method in class okapi.tools.OkapiToolUtilities
Returns the int value for hour expressed as 12am, 1am, etc.
getID() - Method in class okapi.util.OkapiSession
Returns the unique String identifier assigned to this session.
getID() - Method in class okapi.util.OkapiStore
Return ID of this OkapiStore.
getIdentifier() - Method in class okapi.coreobjects.OkapiObjectID
Return the identifier.
getImageStoredirectory() - Method in class okapi.tools.OkapiStellarImagesTC
 
getImageUrlbase() - Method in class okapi.tools.OkapiStellarImagesTC
 
getIMSRoleSubType() - Method in class okapi.coreobjects.OkapiRole
Method getIMSRoleSubType
getIMSRoleType() - Method in class okapi.coreobjects.OkapiRole
Method getIMSRoleType
getInputStream() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getInputStream() - Method in class okapi.tools.ToolRequest
Method getInputStream
getInputStream() - Method in class okapi.util.OkapiStoreDataSource
Method getInputStream This method returns an InputStream representing the the data and throws the appropriate exception if it can not do so.
getIntHeader(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getIntHeader(String) - Method in class okapi.tools.ToolRequest
Method getIntHeader
getJarFile() - Method in class okapi.util.OkapiStore
return store as a jar file
getLastAccessTime() - Method in class okapi.util.OkapiSession
Returns the time at which the client last sent a request associated with this session, as an Date object.
getLastModifiedBy() - Method in class okapi.coreobjects.OkapiArc
Method getLastModifiedBy
getLastModifiedBy() - Method in class okapi.coreobjects.OkapiContent
Method getLastModifiedBy
getLastModifiedBy() - Method in class okapi.coreobjects.OkapiObject
Method getLastModifiedBy
getLastModifiedDate() - Method in class okapi.coreobjects.OkapiArc
Method getLastModifiedDate
getLastModifiedDate() - Method in class okapi.coreobjects.OkapiContent
Method getLastModifiedDate
getLastModifiedDate() - Method in class okapi.coreobjects.OkapiObject
Method getLastModifiedDate
getLastName() - Method in class okapi.coreobjects.OkapiUser
Return the lastName for this OkapiUser.
getLatestVersion() - Method in class okapi.util.OkapiStore
Set OkapiStore to latest version
getLevel() - Method in class okapi.util.OkapiXMLDocument
Method getLevel
getLine1() - Method in class okapi.coreobjects.OkapiUserAddress
Method getLine1
getLine2() - Method in class okapi.coreobjects.OkapiUserAddress
Method getLine2
getLine3() - Method in class okapi.coreobjects.OkapiUserAddress
Method getLine3
getLocalAddr() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getLocalAddr() - Method in class okapi.tools.ToolRequest
Method getLocalAddr
getLocale() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getLocale() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getLocale() - Method in class okapi.tools.ToolRequest
Method getLocale
getLocale() - Method in class okapi.tools.ToolResponse
Method getLocale.
getLocales() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getLocales() - Method in class okapi.tools.ToolRequest
Method getLocales
getLocalID() - Method in class okapi.coreobjects.OkapiUser
Return the localID for this OkapiUser.
getLocalName() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getLocalName() - Method in class okapi.tools.ToolRequest
Method getLocalName
getLocalPort() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getLocalPort() - Method in class okapi.tools.ToolRequest
Method getLocalPort
getLongName() - Method in class okapi.coreobjects.OkapiArc
Method getLongName
getLongName() - Method in class okapi.coreobjects.OkapiContent
Method getLongName
getLongName() - Method in class okapi.coreobjects.OkapiObject
Method getLongName
getLongName() - Method in class okapi.coreobjects.OkapiRole
Method getLongName
getManifest() - Method in class okapi.util.OkapiPackage
Return the manifest as a JDOM document.
getMasterSubjectId() - Method in interface edu.mit.stellar.ocw.OcwInfo
 
getMasterSubjectId() - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
getMeasure() - Method in class okapi.coreobjects.OkapiMeasure
Return the measure.
getMembers(boolean) - Method in class okapi.coreobjects.OkapiGroup
Return the list of users and groups in this group.
getMetadata() - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
getMetadataCode() - Method in class okapi.coreobjects.OkapiMetadata
Return metadataCode of this Metadata
getMetadataKeyValue(String) - Method in class okapi.coreobjects.OkapiContent
Get Content metadata value by key.
getMethod() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getMethod() - Method in class okapi.tools.ToolRequest
Method getMethod
getMiddleName() - Method in class okapi.coreobjects.OkapiUser
Return the middleName for this OkapiUser.
getMimeType() - Method in class okapi.util.OkapiStore
Return mime-type of this OkapiStore.
getMobilePhone() - Method in class okapi.coreobjects.OkapiUserContactInfo
Method getMobilePhone
getMonthNumber(String) - Static method in class okapi.tools.OkapiToolUtilities
Returns the java.util.Calendar constant for the given month name.
getMotdFileName() - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
getName() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
getName() - Method in class okapi.coreobjects.OkapiArc
Method getName
getName() - Method in class okapi.coreobjects.OkapiContent
Method getName
getName() - Method in class okapi.coreobjects.OkapiObject
Method getName
getName() - Method in class okapi.coreobjects.OkapiRole
Method getName
getName() - Method in class okapi.util.OkapiStoreDataSource
Method getName Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
getNexus(int) - Static method in class okapi.coreobjects.OkapiNexus
Get a nexus from the cache if cached, instantiate and add to cache if not.
getNexus(String) - Static method in class okapi.coreobjects.OkapiNexus
Returns the nexus by objectId
getNexusCode() - Method in class okapi.coreobjects.OkapiNexus
Return nexusCode of this Nexus
getNexuses() - Method in class okapi.coreobjects.OkapiNexus
Return all child nexuses
getNexuses() - Method in class okapi.coreobjects.OkapiUser
Return the nexuses in which the User has a Role or Roles.
getNickName() - Method in class okapi.coreobjects.OkapiUser
Return the nickName for this OkapiUser.
getObjectID() - Method in class okapi.coreobjects.OkapiArc
Method getObjectID
getObjectID() - Method in class okapi.coreobjects.OkapiObject
Method getObjectID
getOcwInfo(String) - Method in class edu.mit.stellar.ocw.OcwInfoXmlFactory
 
getOcwInfoFactory() - Method in class okapi.coreobjects.OkapiSite
 
getOcwTitles() - Method in interface edu.mit.stellar.ocw.OcwInfo
 
getOcwTitles() - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
getOcwUrl(String) - Static method in class okapi.coreobjects.OkapiSite
return OCW Url for (master) subject number
getOcwUrls() - Method in interface edu.mit.stellar.ocw.OcwInfo
 
getOcwUrls() - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
getOutputStream() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getOutputStream() - Method in class okapi.tools.ToolResponse
Method getOutputStream.
getOutputStream() - Method in class okapi.util.OkapiStoreDataSource
Method getOutputStream This method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so.
getParameter(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getParameter(String) - Method in class okapi.tools.ToolRequest
Method getParameter
getParameterMap() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getParameterMap() - Method in class okapi.tools.ToolRequest
Method getParameterMap
getParameterNames() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getParameterNames() - Method in class okapi.tools.ToolRequest
Method getParameterNames
getParameterValues(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getParameterValues(String) - Method in class okapi.tools.ToolRequest
Method getParameterValues
getParents() - Method in class okapi.coreobjects.OkapiNexus
Return all parent nexuses
getPassword() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
getPath() - Method in class okapi.coreobjects.OkapiNexus
Find and return the path of this nexus.
getPath(OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Reconstruct parentage of nexus, with no preceding or following /.
getPath(List) - Static method in class okapi.tools.OkapiToolUtilities
Creates a path string from a vector of path segments by joining each segment with a forward slash.
getPathInfo() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getPathInfo() - Method in class okapi.tools.ToolRequest
Method getPathInfo
getPathTranslated() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getPathTranslated() - Method in class okapi.tools.ToolRequest
Method getPathTranslated
getPathVector(String) - Static method in class okapi.tools.OkapiToolUtilities
Creates a vector of path segments from a path by tokenizing on forward slash.
getPostcode() - Method in class okapi.coreobjects.OkapiUserAddress
Method getPostcode
getPreferenceProperties() - Method in class okapi.coreobjects.OkapiUser
Return all preferenceProperties of this user.
getPreferenceProperty(String) - Method in class okapi.coreobjects.OkapiUser
Return specified preferenceProperties for this user.
getPreferenceProperty(String, String) - Method in class okapi.coreobjects.OkapiUser
Return specified preferenceProperties for this user, or the defaultValue if no preference is set.
getPrimaryParentNexus() - Method in class okapi.coreobjects.OkapiNexus
Return primary parent Nexus, if any, of this Nexus.
getPrincipal() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
getProtocol() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getProtocol() - Method in class okapi.tools.ToolRequest
Method getProtocol
getQueryString() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getQueryString() - Method in class okapi.tools.ToolRequest
Method getQueryString
getReader() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getReader() - Method in class okapi.tools.ToolRequest
Method getReader
getRealPath(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRealPath(String) - Method in class okapi.tools.ToolRequest
Method getRealPath
getRecitationInfo(String, String) - Static method in class okapi.tools.OkapiEditSectionParticipantsM
 
getRedirectLocation() - Method in class okapi.tools.ToolResponse
getRedirectLocation() Returns any redirect location set by sendRedirect(String location)
getRegion() - Method in class okapi.coreobjects.OkapiUserAddress
Method getRegion
getRemoteAddr() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRemoteAddr() - Method in class okapi.tools.ToolRequest
Method getRemoteAddr
getRemoteHost() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRemoteHost() - Method in class okapi.tools.ToolRequest
Method getRemoteHost
getRemotePort() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRemotePort() - Method in class okapi.tools.ToolRequest
Method getRemotePort
getRemoteUser() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRemoteUser() - Method in class okapi.tools.ToolRequest
Method getRemoteUser.
getRequest() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRequest() - Method in class okapi.tools.ToolRequest
Method getRequest
getRequestDispatcher(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRequestDispatcher(String) - Method in class okapi.tools.ToolRequest
Method getRequestDispatcher
getRequestedSessionId() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRequestedSessionId() - Method in class okapi.tools.ToolRequest
Method getRequestedSessionId
getRequestURI() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRequestURI() - Method in class okapi.tools.ToolRequest
Method getRequestURI
getRequestURL() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getRequestURL() - Method in class okapi.tools.ToolRequest
Method getRequestURL
getResponse() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getResponse() - Method in class okapi.tools.ToolResponse
Method getResponse.
getRole() - Method in class okapi.coreobjects.OkapiGroup
Return the role for this group.
getRole(String) - Static method in class okapi.coreobjects.OkapiRole
Return Role with this name
getRoleCode() - Method in class okapi.coreobjects.OkapiRole
Return roleCode of this Role
getRoleCode(String) - Static method in class okapi.coreobjects.OkapiRole
Return roleCode of the Role with this name
getRootNexus() - Static method in class okapi.coreobjects.OkapiSite
return root nexus.
getScheme() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getScheme() - Method in class okapi.tools.ToolRequest
Method getScheme
getSearcher() - Static method in class okapi.util.OkapiSearchUtils
getSearcher Creates and returns a Searcher.
getSearchIndexer() - Static method in class okapi.util.OkapiSearchUtils
getSearchIndexer Creates and returns a SearchIndexer, if one has not already been given out.
getServerName() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getServerName() - Method in class okapi.tools.ToolRequest
Method getServerName
getServerName() - Method in class okapi.util.OkapiStoreFactory
get server name used in file://...
getServerPort() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getServerPort() - Method in class okapi.tools.ToolRequest
Method getServerPort
getServletPath() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getServletPath() - Method in class okapi.tools.ToolRequest
Method getServletPath
getSession() - Method in class okapi.coreobjects.OkapiUser
Method getSession
getSession() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getSession(boolean) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getSession() - Method in class okapi.tools.ToolRequest
Method getSession
getSession(boolean) - Method in class okapi.tools.ToolRequest
Method getSession
getStateOrProvince() - Method in class okapi.coreobjects.OkapiUserAddress
Method getStateOrProvince
getStatus() - Method in class okapi.coreobjects.OkapiObject
Method getStatus
getStore(List) - Method in class okapi.coreobjects.OkapiArc
Return a OkapiStore for the specified path, or null.
getStore(List, OkapiUser) - Method in class okapi.coreobjects.OkapiArc
Return a OkapiStore for the specified path, or null, or throw a okapi.util.OkapiPermissionDenied exception.
getStore(String) - Method in class okapi.coreobjects.OkapiContent
Return a OkapiStore for the specified path, or null.
getStore(List) - Method in class okapi.coreobjects.OkapiContent
Return a OkapiStore for the specified path, or null.
getStore(List, OkapiUser) - Method in class okapi.coreobjects.OkapiContent
Return a OkapiStore for the specified path, or null, or throw a okapi.util.OkapiPermissionDenied exception.
getStore(List, String, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Finds the store located in the last nexus in this nexusHistory at the arc indicated by pathSegment at the path indicated by pathVector.
getStoreAsString(OkapiStore) - Static method in class okapi.tools.OkapiToolUtilities
Returns the text of a store as a String.
getStoreCreationJournal() - Method in class okapi.util.OkapiStoreFactory
 
getStoredFilePaths() - Static method in class okapi.util.OkapiStore
Deprecated.  
getStoreDirectory() - Method in class okapi.util.OkapiStoreFactory
 
getTC(int) - Static method in class okapi.coreobjects.OkapiToolController
Get a toolController from the cache.
getTimeZone() - Method in class okapi.coreobjects.OkapiUserAddress
Method getTimeZone
getToolControllerCode() - Method in class okapi.coreobjects.OkapiToolController
Return toolCode of this tool
getTools() - Method in class okapi.coreobjects.OkapiNexus
Return all tools
getToolViews() - Method in class okapi.coreobjects.OkapiNexus
Return all toolViews.
getToolViews(OkapiToolController) - Method in class okapi.coreobjects.OkapiNexus
Return all toolViews for a tool.
getType(String) - Method in class okapi.coreobjects.OkapiContent
Return a type of Atom for the specified path, or 0.
getURI(String) - Method in class okapi.coreobjects.OkapiContent
Return a URI for the specified path, or null.
getUseMetadata() - Method in class okapi.coreobjects.OkapiArc
Get all use metadata.
getUseMetadata(Object) - Method in class okapi.coreobjects.OkapiArc
Get use metadata.
getUser(int) - Static method in class okapi.coreobjects.OkapiUser
Get a user from the cache if cached, instantiate and add to cache if not.
getUser(String) - Static method in class okapi.coreobjects.OkapiUser
Get a user from the cache if cached, instantiate and add to cache if not.
getUserAttribute(OkapiUser, Object) - Method in class okapi.coreobjects.OkapiNexus
Get attribute for the User within this Nexus.
getUserAttributes(OkapiUser) - Method in class okapi.coreobjects.OkapiNexus
Get all attributes for the User within this Nexus.
getUserCode() - Method in class okapi.coreobjects.OkapiUser
Return userCode of this user.
getUserID() - Method in class okapi.util.OkapiSession
Returns the unique userID for the owner of this session.
getUsername() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
getUserName() - Method in class okapi.coreobjects.OkapiUser
Return the userName for this OkapiUser.
getUserPrincipal() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
getUserPrincipal() - Method in class okapi.tools.ToolRequest
Method getUserPrincipal
getUsers() - Method in class okapi.coreobjects.OkapiNexus
Return all Users associated with this nexus.
getVersion(String) - Method in class okapi.util.OkapiStore
Set OkapiStore to particular version, or return false.
getVersions() - Method in class okapi.util.OkapiStore
Return Vector of available versions of this OkapiStore.
getViewCode() - Method in class okapi.coreobjects.OkapiView
Return viewCode of this View
getVoicePhone() - Method in class okapi.coreobjects.OkapiUserContactInfo
Method getVoicePhone
getWriter() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
getWriter() - Method in class okapi.tools.ToolResponse
Method getWriter.
getXml() - Method in class okapi.tools.OkapiToolErrorList
Method toString- returns an xhtml list of the errors
getXml() - Method in class okapi.tools.OkapiToolWarningList
Method toString- returns an xhtml list of the warnings
getZipCacheDirectory() - Method in class okapi.tools.OkapiExportsM
 
GRADER - Static variable in class okapi.coreobjects.OkapiRole
Grader of assignments.
graderRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
groupsForUser(OkapiUser, boolean) - Static method in class okapi.coreobjects.OkapiGroup
Return a List of all Groups the User is in, recursively if recurse is true.
GUEST - Static variable in class okapi.coreobjects.OkapiRole
Guest: person given access to class but with no other association
guestRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 

H

hashCode() - Method in class okapi.coreobjects.OkapiArc
override hashCode to use the database table sequence number
hashCode() - Method in class okapi.coreobjects.OkapiContent
override hashCode to use the database table sequence number
hashCode() - Method in class okapi.coreobjects.OkapiGroup
override hashCode to use the database table sequence number
hashCode() - Method in class okapi.coreobjects.OkapiNexus
override hashCode to use the database table sequence number
hashCode() - Method in class okapi.coreobjects.OkapiToolController
override hashCode to use the database table sequence number
hashCode() - Method in class okapi.coreobjects.OkapiUser
override hashCode to use the database table sequence number
hashCode() - Method in class okapi.tools.ToolRequest
Method hashCode
hasModify(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Determines whether the user should be allowed to modify the nexus by checking the users authorization, but not overriding if the nexus is read only.
HELP_DESK_STAFF - Static variable in class okapi.coreobjects.OkapiRole
Help Desk Staff.
help_desk_staffRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
HIERARCHICAL - Static variable in class okapi.coreobjects.OkapiNexus
 
homePageURL - Variable in class okapi.coreobjects.OkapiUserContactInfo
 
hours - Static variable in class okapi.tools.OkapiToolUtilities
 
href - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 

I

init(FilterConfig) - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationFilter
 
init(ServletConfig) - Method in class okapi.servlets.okapi.ChangePasswordServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.CreateCamsUserServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.CreateUserServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.LoginServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.LogoutServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.NewPasswordServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.OkapiSiteServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.PWAdminServlet
Initialize global variables
init(ServletConfig) - Method in class okapi.servlets.okapi.RssServlet
Initialize global variables
init() - Method in class okapi.servlets.okapi.RssServlet
Initialize global variables
init(FilterConfig) - Method in class okapi.servlets.okapi.SessionMotdFilter
 
init(ServletConfig) - Method in class okapi.servlets.okapi.SysAdminServlet
Initialize global variables
INSTRUCTOR - Static variable in class okapi.coreobjects.OkapiRole
Instructor for class
instructorRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
invalidate() - Method in class okapi.util.OkapiSession
Causes the session to be immediately invalidated.
isAccountNonExpired() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
isAccountNonLocked() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
isAlertActive() - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
isAuthenticated() - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
isCommitted() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
isCommitted() - Method in class okapi.tools.ToolResponse
Method isCommitted.
isCredentialsNonExpired() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
isDuplicating() - Method in class okapi.util.OkapiStoreFactory
 
isEmpty() - Method in class okapi.coreobjects.OkapiArc
returns true if arc has no Arc or Content children.
isEnabled() - Method in class edu.mit.stellar.authentication.Stellar2UserDetails
 
isEncryptionRequired(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiObject
Checks to see if this object should only be provided over encrypted channels.
isIndexingInProgress() - Static method in class okapi.util.OkapiSearchUtils
isIndexingInProgress Checks whether indexing is going on right now.
isMotdActive() - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
isNew() - Method in class okapi.util.OkapiSession
Returns whether the session is new.
isPreload(HttpServletRequest) - Static method in class okapi.coreobjects.OkapiSite
Check for preload status of this site
isPreload() - Static method in class okapi.coreobjects.OkapiSite
Check for preload status of this site
isReadOnly(HttpServletRequest) - Static method in class okapi.coreobjects.OkapiSite
Check for readOnly status of this site
isReadOnly() - Static method in class okapi.coreobjects.OkapiSite
Check for readOnly status of this site
isRequestedSessionIdFromCookie() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
isRequestedSessionIdFromCookie() - Method in class okapi.tools.ToolRequest
Method isRequestedSessionIdFromCookie
isRequestedSessionIdFromUrl() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
isRequestedSessionIdFromURL() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
isRequestedSessionIdFromUrl() - Method in class okapi.tools.ToolRequest
Method isRequestedSessionIdFromUrl
isRequestedSessionIdFromURL() - Method in class okapi.tools.ToolRequest
Method isRequestedSessionIdFromURL
isRequestedSessionIdValid() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
isRequestedSessionIdValid() - Method in class okapi.tools.ToolRequest
Method isRequestedSessionIdValid
isSecure() - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
isSecure() - Method in class okapi.tools.ToolRequest
Method isSecure
isUserInRole(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
isUserInRole(String) - Method in class okapi.tools.ToolRequest
Method isUserInRole

J

JCrypt - Class in okapi.util
Unix Crypt command in java.

K

kind - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
kindFormattedTable - Static variable in class okapi.tools.OkapiToolUtilities
 

L

language - Variable in class okapi.coreobjects.OkapiView
Language for this style, in standard form, e.g.
lastModified() - Method in class okapi.util.OkapiStore
long lastModified() Returns the time that the file denoted by this abstract pathname was last modified.
lastModifiedBy - Variable in class okapi.coreobjects.OkapiObject
User or entity responsible for latest modification of this object.
lastModifiedDate - Variable in class okapi.coreobjects.OkapiObject
Date of latest modification of this object.
LEARNER - Static variable in class okapi.coreobjects.OkapiRole
Student auditing class
learnerRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
length() - Method in class okapi.util.OkapiStore
Returns the length of the Store
line1 - Variable in class okapi.coreobjects.OkapiUserAddress
 
line2 - Variable in class okapi.coreobjects.OkapiUserAddress
 
line3 - Variable in class okapi.coreobjects.OkapiUserAddress
 
loadUserByUsername(String) - Method in class edu.mit.stellar.authentication.Stellar2UserDetailsService
 
LoginServlet - Class in okapi.servlets.okapi
Okapi MIT Login Servlet.
LoginServlet() - Constructor for class okapi.servlets.okapi.LoginServlet
 
LogoutServlet - Class in okapi.servlets.okapi
Okapi MIT Logout Servlet.
LogoutServlet() - Constructor for class okapi.servlets.okapi.LogoutServlet
 
longName - Variable in class okapi.coreobjects.OkapiObject
Long-form name for the entity represented by this object.
longName - Variable in class okapi.coreobjects.OkapiRole
Long-form name for the entity represented by this object.
lookupUserByEmail(String) - Static method in class okapi.coreobjects.OkapiUser
Return user with given email address, or null
lookupUsers(String) - Static method in class okapi.coreobjects.OkapiUser
Return list of users matching query

M

main(String[]) - Static method in class edu.mit.stellar.ocw.OcwInfoXmlFactory
 
makeAccessable(Date, Date) - Method in class okapi.coreobjects.OkapiArc
Deprecated.  
MANAGER - Static variable in class okapi.coreobjects.OkapiRole
Manager: non-instructional staff for nexus.
managerRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
media - Variable in class okapi.coreobjects.OkapiView
media type for which this style is optimized, e.g.
MENTOR - Static variable in class okapi.coreobjects.OkapiRole
Mentor: guest of instructor, contributing to education.
mentorRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
mimeType - Variable in class okapi.coreobjects.OkapiView
mime-type produced by this style.
mimeTypesReverseSuffixTable - Static variable in class okapi.tools.OkapiToolUtilities
 
mimeTypesSuffixTable - Static variable in class okapi.tools.OkapiToolUtilities
 
mimeTypesTable - Static variable in class okapi.tools.OkapiToolUtilities
 
mobilePhone - Variable in class okapi.coreobjects.OkapiUserContactInfo
 
MODIFY - Static variable in class okapi.coreobjects.OkapiOperation
Modify always
MODIFY_DATERESTRICTED - Static variable in class okapi.coreobjects.OkapiOperation
Modify if current time is within a restricted range.
monthNames - Static variable in class okapi.tools.OkapiToolUtilities
 
monthShortNames - Static variable in class okapi.tools.OkapiToolUtilities
 

N

name - Variable in class okapi.coreobjects.OkapiObject
Short, single word name for the entity represented by this object.
name - Variable in class okapi.coreobjects.OkapiRole
Short, single word name for the entity represented by this object.
NewPasswordServlet - Class in okapi.servlets.okapi
Okapi New Password Servlet.
NewPasswordServlet() - Constructor for class okapi.servlets.okapi.NewPasswordServlet
 
newVersion(String) - Method in class okapi.util.OkapiStore
Create a new version of this OkapiStore.
nexusesForArc(int) - Static method in class okapi.coreobjects.OkapiNexus
Return a List of all Nexuses the Arc is in.
nexusesForArc(OkapiArc) - Static method in class okapi.coreobjects.OkapiNexus
Return a List of all Nexuses the Arc is in.
nexusesForGroup(int) - Static method in class okapi.coreobjects.OkapiNexus
Return a Map of all Nexuses the Group is in and the Roles of the Group in them.
nexusesForGroup(OkapiGroup) - Static method in class okapi.coreobjects.OkapiNexus
Return a Map of all Nexuses the Group is in and the Roles of the Group in them.
nobodyUser - Static variable in class okapi.coreobjects.OkapiUser
 
NULL - Static variable in class okapi.coreobjects.OkapiRole
No role in class, used for lists of people who had or may in the future have access
nullUser - Static variable in class okapi.coreobjects.OkapiUser
 

O

objectID - Variable in class okapi.coreobjects.OkapiObject
Identifier for this object, usually globally unique.
objectLatency() - Static method in class okapi.coreobjects.OkapiSite
Return object latency (time between cache checks)
OcwInfo - Interface in edu.mit.stellar.ocw
 
OcwInfoImpl - Class in edu.mit.stellar.ocw
 
OcwInfoImpl() - Constructor for class edu.mit.stellar.ocw.OcwInfoImpl
 
OcwInfoXmlFactory - Class in edu.mit.stellar.ocw
OcwInfoXmlFactory
OcwInfoXmlFactory() - Constructor for class edu.mit.stellar.ocw.OcwInfoXmlFactory
 
okapi.coreobjects - package okapi.coreobjects
 
okapi.servlets.okapi - package okapi.servlets.okapi
 
okapi.tools - package okapi.tools
 
okapi.util - package okapi.util
 
OkapiAddOcwMaterialM - Class in okapi.tools
AddOcwMaterial ToolModel.
OkapiAddOcwMaterialM() - Constructor for class okapi.tools.OkapiAddOcwMaterialM
 
OkapiAddOcwMaterialTC - Class in okapi.tools
ToolController for editing OCW material.
OkapiAddOcwMaterialTC() - Constructor for class okapi.tools.OkapiAddOcwMaterialTC
Constructor OkapiAddOcwMaterialTC
OkapiArc - Class in okapi.coreobjects
OkapiArc contains OkapiContent or other OkapiArcs
OkapiArc() - Constructor for class okapi.coreobjects.OkapiArc
Create new empty content container.
OkapiArc(int) - Constructor for class okapi.coreobjects.OkapiArc
Instantiate the Arc object for this arcCode
OkapiAuthenticationRequiredException - Exception in okapi.util
AuthenticationRequired error to throw.
OkapiAuthenticationRequiredException() - Constructor for exception okapi.util.OkapiAuthenticationRequiredException
 
OkapiAuthN - Class in okapi.util
Okapi Authentication object
OkapiAuthN() - Constructor for class okapi.util.OkapiAuthN
 
OkapiAuthZ - Class in okapi.util
Okapi Authorization object
OkapiAuthZ() - Constructor for class okapi.util.OkapiAuthZ
 
OkapiBBoardTC - Class in okapi.tools
ToolController for interfacing to Bulletin Board.
OkapiBBoardTC() - Constructor for class okapi.tools.OkapiBBoardTC
Constructor OkapiBBoardTC
OkapiClassCalendarM - Class in okapi.tools
ToolModel for ClassCalendar.
OkapiClassCalendarM() - Constructor for class okapi.tools.OkapiClassCalendarM
 
OkapiClassCalendarTC - Class in okapi.tools
ToolController for showing ClassCalendar.
OkapiClassCalendarTC() - Constructor for class okapi.tools.OkapiClassCalendarTC
Constructor OkapiClassCalendarTC
OkapiClassListM - Class in okapi.tools
ToolModel for ClassList.
OkapiClassListM() - Constructor for class okapi.tools.OkapiClassListM
 
OkapiClassListTC - Class in okapi.tools
ToolController for showing ClassLists.
OkapiClassListTC() - Constructor for class okapi.tools.OkapiClassListTC
Constructor OkapiClassListTC
OkapiClassStaffM - Class in okapi.tools
ToolModel for ClassStaff.
OkapiClassStaffM() - Constructor for class okapi.tools.OkapiClassStaffM
 
OkapiClassStaffTC - Class in okapi.tools
ToolController for showing ClassStaff.
OkapiClassStaffTC() - Constructor for class okapi.tools.OkapiClassStaffTC
Constructor OkapiClassStaffTC
OkapiContent - Class in okapi.coreobjects
A Content is a reusable unit of prepared material, from a single image to a complex learning object.
OkapiContent() - Constructor for class okapi.coreobjects.OkapiContent
Creates an empty Content.
OkapiContent(int) - Constructor for class okapi.coreobjects.OkapiContent
Instantiate the Content object for this contentCode
OkapiCourseworkTC - Class in okapi.tools
ToolController for interfacing to Coursework.
OkapiCourseworkTC() - Constructor for class okapi.tools.OkapiCourseworkTC
 
OkapiCreateSectionUtility - Class in okapi.tools
Utility to create Section Sites.
OkapiCreateSectionUtility() - Constructor for class okapi.tools.OkapiCreateSectionUtility
 
OkapiCronjobsThread - Class in okapi.tools
Thread to run periodic activities, every hour on the hour.
OkapiCronjobsThread(ServletContext, OkapiNexus) - Constructor for class okapi.tools.OkapiCronjobsThread
Constructor OkapiCronjobsThread
OkapiDefaultToolController - Class in okapi.tools
ToolController for a default view.
OkapiDefaultToolController() - Constructor for class okapi.tools.OkapiDefaultToolController
 
OkapiEditAccessGroupsM - Class in okapi.tools
ToolModel for EditAccessGroups.
OkapiEditAccessGroupsM() - Constructor for class okapi.tools.OkapiEditAccessGroupsM
 
OkapiEditAccessGroupsTC - Class in okapi.tools
ToolController for showing Groups and changing access.
OkapiEditAccessGroupsTC() - Constructor for class okapi.tools.OkapiEditAccessGroupsTC
Constructor OkapiEditAccessGroupsTC
OkapiEditAnnouncementM - Class in okapi.tools
EditContent ToolModel edits the content of a Nexus.
OkapiEditAnnouncementM() - Constructor for class okapi.tools.OkapiEditAnnouncementM
 
OkapiEditAnnouncementTC - Class in okapi.tools
ToolController for editing Announcement.
OkapiEditAnnouncementTC() - Constructor for class okapi.tools.OkapiEditAnnouncementTC
Constructor OkapiEditAnnouncementTC
OkapiEditClassMetadataM - Class in okapi.tools
ToolModel for editing class metadata.
OkapiEditClassMetadataM() - Constructor for class okapi.tools.OkapiEditClassMetadataM
 
OkapiEditClassMetadataTC - Class in okapi.tools
ToolController for editing class metadata.
OkapiEditClassMetadataTC() - Constructor for class okapi.tools.OkapiEditClassMetadataTC
Constructor OkapiEditClassMetadataTC
OkapiEditDocumentM - Class in okapi.tools
EditDocument ToolModel edits documents in a Nexus.
OkapiEditDocumentM() - Constructor for class okapi.tools.OkapiEditDocumentM
 
OkapiEditDocumentTC - Class in okapi.tools
ToolController for editing Document.
OkapiEditDocumentTC() - Constructor for class okapi.tools.OkapiEditDocumentTC
Constructor OkapiEditDocumentTC
OkapiEditEmailClassM - Class in okapi.tools
ToolModel to email to class lists.
OkapiEditEmailClassM() - Constructor for class okapi.tools.OkapiEditEmailClassM
 
OkapiEditEmailClassTC - Class in okapi.tools
ToolController for emailing class lists.
OkapiEditEmailClassTC() - Constructor for class okapi.tools.OkapiEditEmailClassTC
Constructor OkapiEditEmailClassTC
OkapiEditEventM - Class in okapi.tools
EditEvent ToolModel.
OkapiEditEventM() - Constructor for class okapi.tools.OkapiEditEventM
 
OkapiEditEventTC - Class in okapi.tools
ToolController for editing event.
OkapiEditEventTC() - Constructor for class okapi.tools.OkapiEditEventTC
Constructor OkapiEditEventTC
OkapiEditGroupM - Class in okapi.tools
EditGroup ToolModel.
OkapiEditGroupM() - Constructor for class okapi.tools.OkapiEditGroupM
 
OkapiEditGroupM.FoundUserComparator - Class in okapi.tools
Comparator to sort the found users by lastname, firstname
OkapiEditGroupM.FoundUserComparator() - Constructor for class okapi.tools.OkapiEditGroupM.FoundUserComparator
 
OkapiEditGroupTC - Class in okapi.tools
Edit Groups.
OkapiEditGroupTC() - Constructor for class okapi.tools.OkapiEditGroupTC
Constructor OkapiEditGroupTC
OkapiEditHelpM - Class in okapi.tools
EditHelp ToolModel edits help documents in a Nexus.
OkapiEditHelpM() - Constructor for class okapi.tools.OkapiEditHelpM
 
OkapiEditHelpTC - Class in okapi.tools
ToolController for editing Help.
OkapiEditHelpTC() - Constructor for class okapi.tools.OkapiEditHelpTC
Constructor OkapiEditHelpTC
OkapiEditHomeImageM - Class in okapi.tools
EditHomeImage ToolModel.
OkapiEditHomeImageM() - Constructor for class okapi.tools.OkapiEditHomeImageM
 
OkapiEditHomeImageTC - Class in okapi.tools
ToolController for editing Homepage Image.
OkapiEditHomeImageTC() - Constructor for class okapi.tools.OkapiEditHomeImageTC
Constructor OkapiEditHomeImageTC
OkapiEditHomeworkDocumentM - Class in okapi.tools
EditHomeworkDocument ToolModel.
OkapiEditHomeworkDocumentM() - Constructor for class okapi.tools.OkapiEditHomeworkDocumentM
 
OkapiEditHomeworkDocumentTC - Class in okapi.tools
ToolController for editing Homework document.
OkapiEditHomeworkDocumentTC() - Constructor for class okapi.tools.OkapiEditHomeworkDocumentTC
Constructor OkapiEditHomeworkDocumentTC
OkapiEditNavBarM - Class in okapi.tools
EditNavBar ToolModel.
OkapiEditNavBarM() - Constructor for class okapi.tools.OkapiEditNavBarM
 
OkapiEditNavBarTC - Class in okapi.tools
NavBar ToolController for editing navigation menu in configurable 'looks'.
OkapiEditNavBarTC() - Constructor for class okapi.tools.OkapiEditNavBarTC
Constructor OkapiEditNavBarTC
OkapiEditNexusDescriptionM - Class in okapi.tools
EditNexusDescription ToolModel edits description of a Nexus.
OkapiEditNexusDescriptionM() - Constructor for class okapi.tools.OkapiEditNexusDescriptionM
 
OkapiEditNexusDescriptionTC - Class in okapi.tools
ToolController for editing NexusDescription.
OkapiEditNexusDescriptionTC() - Constructor for class okapi.tools.OkapiEditNexusDescriptionTC
Constructor OkapiEditNexusDescriptionTC
OkapiEditNexusMeetingsInfoM - Class in okapi.tools
EditNexusMeetingsInfo ToolModel.
OkapiEditNexusMeetingsInfoM() - Constructor for class okapi.tools.OkapiEditNexusMeetingsInfoM
 
OkapiEditNexusMeetingsInfoTC - Class in okapi.tools
NexusMeetingsInfo Editor ToolController.
OkapiEditNexusMeetingsInfoTC() - Constructor for class okapi.tools.OkapiEditNexusMeetingsInfoTC
Constructor OkapiEditNexusMeetingsInfoTC
OkapiEditNexusSettingsM - Class in okapi.tools
EditNexusSettings ToolModel.
OkapiEditNexusSettingsM() - Constructor for class okapi.tools.OkapiEditNexusSettingsM
 
OkapiEditNexusSettingsTC - Class in okapi.tools
ToolController for customizing nexus.
OkapiEditNexusSettingsTC() - Constructor for class okapi.tools.OkapiEditNexusSettingsTC
Constructor OkapiEditNexusSettingsTC
OkapiEditNexusToolsM - Class in okapi.tools
EditNexusTools ToolModel.
OkapiEditNexusToolsM() - Constructor for class okapi.tools.OkapiEditNexusToolsM
 
OkapiEditNexusToolsTC - Class in okapi.tools
Sample ToolController for editing Nexus Tools.
OkapiEditNexusToolsTC() - Constructor for class okapi.tools.OkapiEditNexusToolsTC
Constructor OkapiEditNexusToolsTC
OkapiEditNexusUserInfoM - Class in okapi.tools
EditNexusUserInfo ToolModel.
OkapiEditNexusUserInfoM() - Constructor for class okapi.tools.OkapiEditNexusUserInfoM
 
OkapiEditNexusUserInfoTC - Class in okapi.tools
NexusUserInfo Editor ToolController.
OkapiEditNexusUserInfoTC() - Constructor for class okapi.tools.OkapiEditNexusUserInfoTC
Constructor OkapiEditNexusUserInfoTC
OkapiEditOcwClassCalendarM - Class in okapi.tools
EditOcwClassCalendar ToolModel template code.
OkapiEditOcwClassCalendarM() - Constructor for class okapi.tools.OkapiEditOcwClassCalendarM
 
OkapiEditOcwClassCalendarTC - Class in okapi.tools
ToolController for OCW Class Calendar.
OkapiEditOcwClassCalendarTC() - Constructor for class okapi.tools.OkapiEditOcwClassCalendarTC
Constructor OkapiEditOcwClassCalendarTC
OkapiEditOcwMaterialM - Class in okapi.tools
EditOcwMaterial ToolModel.
OkapiEditOcwMaterialM() - Constructor for class okapi.tools.OkapiEditOcwMaterialM
 
OkapiEditOcwMaterialTC - Class in okapi.tools
ToolController for editing OCW material.
OkapiEditOcwMaterialTC() - Constructor for class okapi.tools.OkapiEditOcwMaterialTC
Constructor OkapiEditOcwMaterialTC
OkapiEditOcwToolPageM - Class in okapi.tools
EditOcwToolPage ToolModel template code.
OkapiEditOcwToolPageM() - Constructor for class okapi.tools.OkapiEditOcwToolPageM
 
OkapiEditOcwToolPageTC - Class in okapi.tools
ToolController for editing OCW Tool pages.
OkapiEditOcwToolPageTC() - Constructor for class okapi.tools.OkapiEditOcwToolPageTC
Constructor OkapiEditOcwToolPageTC
OkapiEditPageIntroTextM - Class in okapi.tools
EditPageIntroText ToolModel template code.
OkapiEditPageIntroTextM() - Constructor for class okapi.tools.OkapiEditPageIntroTextM
 
OkapiEditPageIntroTextTC - Class in okapi.tools
ToolController for editing intro text on various pages.
OkapiEditPageIntroTextTC() - Constructor for class okapi.tools.OkapiEditPageIntroTextTC
Constructor OkapiEditPageIntroTextTC
OkapiEditSampleM - Class in okapi.tools
EditSample ToolModel template code.
OkapiEditSampleM() - Constructor for class okapi.tools.OkapiEditSampleM
 
OkapiEditSampleTC - Class in okapi.tools
EditSample ToolController template code.
OkapiEditSampleTC() - Constructor for class okapi.tools.OkapiEditSampleTC
Constructor OkapiEditSampleTC
OkapiEditSectionDocumentsM - Class in okapi.tools
EditSectionDocuments ToolModel template code.
OkapiEditSectionDocumentsM() - Constructor for class okapi.tools.OkapiEditSectionDocumentsM
 
OkapiEditSectionDocumentsTC - Class in okapi.tools
ToolController for editing Section Documents.
OkapiEditSectionDocumentsTC() - Constructor for class okapi.tools.OkapiEditSectionDocumentsTC
Constructor OkapiEditSectionDocumentsTC
OkapiEditSectionParticipantsM - Class in okapi.tools
ToolModel to email to class lists.
OkapiEditSectionParticipantsM() - Constructor for class okapi.tools.OkapiEditSectionParticipantsM
 
OkapiEditSectionParticipantsTC - Class in okapi.tools
ToolController for assigning all particpants to sections.
OkapiEditSectionParticipantsTC() - Constructor for class okapi.tools.OkapiEditSectionParticipantsTC
Constructor OkapiEditSectionParticipantsTC
OkapiEditSectionsM - Class in okapi.tools
ToolModel to set section settings
OkapiEditSectionsM() - Constructor for class okapi.tools.OkapiEditSectionsM
 
OkapiEditSectionsTC - Class in okapi.tools
ToolController for section editing.
OkapiEditSectionsTC() - Constructor for class okapi.tools.OkapiEditSectionsTC
Constructor OkapiEditSectionsTC
OkapiEditTopicM - Class in okapi.tools
EditTopic ToolModel edits the topic presentation of a Nexus.
OkapiEditTopicM() - Constructor for class okapi.tools.OkapiEditTopicM
 
OkapiEditTopicTC - Class in okapi.tools
ToolController for editing Topics.
OkapiEditTopicTC() - Constructor for class okapi.tools.OkapiEditTopicTC
Constructor OkapiEditTopicTC
OkapiEditUserM - Class in okapi.tools
EditUser ToolModel.
OkapiEditUserM() - Constructor for class okapi.tools.OkapiEditUserM
 
OkapiEditUserSectionM - Class in okapi.tools
ToolModel to allow user or staff to assign student to section.
OkapiEditUserSectionM() - Constructor for class okapi.tools.OkapiEditUserSectionM
 
OkapiEditUserSectionTC - Class in okapi.tools
ToolController for user or staff to assign user to section.
OkapiEditUserSectionTC() - Constructor for class okapi.tools.OkapiEditUserSectionTC
Constructor OkapiEditUserSectionTC
OkapiEditUserTC - Class in okapi.tools
ToolController for editing User info.
OkapiEditUserTC() - Constructor for class okapi.tools.OkapiEditUserTC
Constructor OkapiEditUserTC
OkapiExportsM - Class in okapi.tools
ToolModel for zip export of site documents
OkapiExportsM() - Constructor for class okapi.tools.OkapiExportsM
 
OkapiExportsTC - Class in okapi.tools
ToolController for zip export of site documents
OkapiExportsTC() - Constructor for class okapi.tools.OkapiExportsTC
Constructor OkapiExportsTC
OkapiFacultyManageHomeworkM - Class in okapi.tools
FacultyManageHomework ToolModel.
OkapiFacultyManageHomeworkM() - Constructor for class okapi.tools.OkapiFacultyManageHomeworkM
 
OkapiFacultyManageHomeworkTC - Class in okapi.tools
ToolController for faculty homework management
OkapiFacultyManageHomeworkTC() - Constructor for class okapi.tools.OkapiFacultyManageHomeworkTC
Constructor OkapiFacultyManageHomeworkTC
OkapiFormInput - Class in okapi.util
Form parsing utility.
OkapiFormInput() - Constructor for class okapi.util.OkapiFormInput
 
OkapiGroup - Class in okapi.coreobjects
Group/list object.
OkapiGroup() - Constructor for class okapi.coreobjects.OkapiGroup
Create a new empty Group.
OkapiGroup(int) - Constructor for class okapi.coreobjects.OkapiGroup
Return the Group object for this groupCode
OkapiHomeworkManagementTC - Class in okapi.tools
Homework Tool Controller
OkapiHomeworkManagementTC() - Constructor for class okapi.tools.OkapiHomeworkManagementTC
Constructor OkapiHomeworkManagementTC
OkapiHwAllSubmissionsM - Class in okapi.tools
HwAllSubmissions ToolModel
OkapiHwAllSubmissionsM() - Constructor for class okapi.tools.OkapiHwAllSubmissionsM
 
OkapiHwAssignmentDetailsM - Class in okapi.tools
HwAssignmentDetails ToolModel
OkapiHwAssignmentDetailsM() - Constructor for class okapi.tools.OkapiHwAssignmentDetailsM
 
OkapiHwDeleteAssignmentM - Class in okapi.tools
HwDeleteAssignment ToolModel
OkapiHwDeleteAssignmentM() - Constructor for class okapi.tools.OkapiHwDeleteAssignmentM
 
OkapiHwDeleteCommentM - Class in okapi.tools
HwDeleteComment ToolModel
OkapiHwDeleteCommentM() - Constructor for class okapi.tools.OkapiHwDeleteCommentM
 
OkapiHwDeleteSubmissionM - Class in okapi.tools
HwDeleteSubmission ToolModel.
OkapiHwDeleteSubmissionM() - Constructor for class okapi.tools.OkapiHwDeleteSubmissionM
 
OkapiHwEditAssignmentM - Class in okapi.tools
HwEditAssignment ToolModel.
OkapiHwEditAssignmentM() - Constructor for class okapi.tools.OkapiHwEditAssignmentM
 
OkapiHwEditCommentM - Class in okapi.tools
HwEditComment ToolModel.
OkapiHwEditCommentM() - Constructor for class okapi.tools.OkapiHwEditCommentM
 
OkapiHwEditGradeM - Class in okapi.tools
EditGrade ToolModel
OkapiHwEditGradeM() - Constructor for class okapi.tools.OkapiHwEditGradeM
 
OkapiHwFindSubmissionsM - Class in okapi.tools
FindSubmissions ToolModel.
OkapiHwFindSubmissionsM() - Constructor for class okapi.tools.OkapiHwFindSubmissionsM
 
OkapiHwIndexM - Class in okapi.tools
HwIndex ToolModel.
OkapiHwIndexM() - Constructor for class okapi.tools.OkapiHwIndexM
 
OkapiHwSubmissionDetailsM - Class in okapi.tools
HwSubmissionDetails ToolModel template code.
OkapiHwSubmissionDetailsM() - Constructor for class okapi.tools.OkapiHwSubmissionDetailsM
 
OkapiHwSubmitM - Class in okapi.tools
HwSubmit ToolModel.
OkapiHwSubmitM() - Constructor for class okapi.tools.OkapiHwSubmitM
 
OkapiMeasure - Class in okapi.coreobjects
Object which contains a measure as the result of an assessment.
OkapiMeasure() - Constructor for class okapi.coreobjects.OkapiMeasure
Create an empty Measure object
OkapiMeasure(String) - Constructor for class okapi.coreobjects.OkapiMeasure
Create a Measure object with measure set.
OkapiMetadata - Class in okapi.coreobjects
Metadata object, general purpose, supporting Dublin Core and IMS LOM, but for now just manages a table of metadata tables, supporting local key/value pairs.
OkapiMetadata(String) - Constructor for class okapi.coreobjects.OkapiMetadata
Create or return metadata object identified by this typeKey
OkapiMetadata(int) - Constructor for class okapi.coreobjects.OkapiMetadata
Return metadata object identified by this metadataCode
OkapiModifyStyleUtility - Class in okapi.tools
Utility to modify Look or Style of Stellar Sites
OkapiModifyStyleUtility() - Constructor for class okapi.tools.OkapiModifyStyleUtility
 
OkapiMyStellarM - Class in okapi.tools
ToolModel for "MyStellar" portal/homepage.
OkapiMyStellarM() - Constructor for class okapi.tools.OkapiMyStellarM
 
OkapiMyStellarTC - Class in okapi.tools
ToolController for showing My Stellar.
OkapiMyStellarTC() - Constructor for class okapi.tools.OkapiMyStellarTC
Constructor OkapiMyStellarTC
OkapiNexus - Class in okapi.coreobjects
OkapiNexus is the building block for Okapi organization.
OkapiNexus() - Constructor for class okapi.coreobjects.OkapiNexus
Create a new empty Nexus.
OkapiNexus(int) - Constructor for class okapi.coreobjects.OkapiNexus
Return new Nexus object with settings for this nexusCode compare and contrast with getNexus(int nexusCode)
OkapiObject - Class in okapi.coreobjects
Base class for all Okapi fundamental objects.
OkapiObject() - Constructor for class okapi.coreobjects.OkapiObject
Creates an object setting objectID to GUID and modified date to now.
OkapiObject(OkapiUser) - Constructor for class okapi.coreobjects.OkapiObject
Creates an object setting objectID to GUID, modified date to now, and modified by user.
OkapiObject(String) - Constructor for class okapi.coreobjects.OkapiObject
Creates an object with a fixed objectID.
OkapiObject(OkapiObjectID) - Constructor for class okapi.coreobjects.OkapiObject
Creates an object with the specified objectID.
OkapiObject(OkapiUser, String) - Constructor for class okapi.coreobjects.OkapiObject
Creates an object with a fixed objectID, sets modified date to now, and modified by user.
OkapiObjectID - Class in okapi.coreobjects
OkapiObjectID - Okapi unique identifier
OkapiObjectID() - Constructor for class okapi.coreobjects.OkapiObjectID
Creates a new globally unique object ID
OkapiObjectID(Object) - Constructor for class okapi.coreobjects.OkapiObjectID
Creates a new globally unique object ID and associates it with a particular object.
OkapiObjectID(String) - Constructor for class okapi.coreobjects.OkapiObjectID
Constructs an ID set to a partcular string.
OkapiOperation - Class in okapi.coreobjects
Operation relates to "function" in the roles database In the MIT Roles Database model, authorization is a function of person, function, and qualifier.
OkapiOperation() - Constructor for class okapi.coreobjects.OkapiOperation
Create new empty OkapiOperation object.
OkapiOperation(int) - Constructor for class okapi.coreobjects.OkapiOperation
Create new fully defined OkapiOperation object.
OkapiOpinioSurveyTC - Class in okapi.tools
ToolController for interfacing to Opinio
OkapiOpinioSurveyTC() - Constructor for class okapi.tools.OkapiOpinioSurveyTC
Constructor OkapiOpinioSurveyTC
OkapiPackage - Class in okapi.util
A class for importing and exporting nexuses or parts of nexuses.
OkapiPackage(OkapiNexus) - Constructor for class okapi.util.OkapiPackage
Create a new OkapiExport which represents the nexus source
OkapiPermissionDeniedException - Exception in okapi.util
PermissionDenied error to throw.
OkapiPermissionDeniedException() - Constructor for exception okapi.util.OkapiPermissionDeniedException
 
OkapiPermissionDeniedException(String) - Constructor for exception okapi.util.OkapiPermissionDeniedException
 
OkapiPermissionDeniedException(String, Throwable) - Constructor for exception okapi.util.OkapiPermissionDeniedException
 
OkapiPermissionDeniedException(Throwable) - Constructor for exception okapi.util.OkapiPermissionDeniedException
 
OkapiPreloadNexusThread - Class in okapi.tools
Thread to load nexuses, to cache info for faster access later.
OkapiPreloadNexusThread(ServletContext, OkapiNexus) - Constructor for class okapi.tools.OkapiPreloadNexusThread
Constructor OkapiPreloadNexusThread
OkapiReturnContentM - Class in okapi.tools
ReturnContent ToolModel presents the content of a Nexus.
OkapiReturnContentM() - Constructor for class okapi.tools.OkapiReturnContentM
 
OkapiReturnContentTC - Class in okapi.tools
ToolController for showing Content.
OkapiReturnContentTC() - Constructor for class okapi.tools.OkapiReturnContentTC
Constructor OkapiReturnContentTC
OkapiReturnPhotoM - Class in okapi.tools
ReturnPhoto ToolModel: return a person's photo.
OkapiReturnPhotoM() - Constructor for class okapi.tools.OkapiReturnPhotoM
 
OkapiReturnPhotoTC - Class in okapi.tools
ToolController for returning a person's photo.
OkapiReturnPhotoTC() - Constructor for class okapi.tools.OkapiReturnPhotoTC
Constructor OkapiReturnPhotoTC
OkapiRole - Class in okapi.coreobjects
Role: Possible roles for a User within an OkapiNexus.
OkapiRole() - Constructor for class okapi.coreobjects.OkapiRole
Create new empty OkapiRole object.
OkapiRole(String, String, String, String, String) - Constructor for class okapi.coreobjects.OkapiRole
Create new fully defined OkapiRole object.
OkapiSakaiForumsTC - Class in okapi.tools
ToolController for interfacing to a sample or Sakai tool/webapp
OkapiSakaiForumsTC() - Constructor for class okapi.tools.OkapiSakaiForumsTC
Constructor OkapiSakaiForumsTC
OkapiSakaiJForumTC - Class in okapi.tools
ToolController for interfacing to Sakai's JForum
OkapiSakaiJForumTC() - Constructor for class okapi.tools.OkapiSakaiJForumTC
Constructor OkapiSakaiJForumTC
OkapiSakaiStatusTC - Class in okapi.tools
ToolController for interfacing to a sample or Sakai tool/webapp
OkapiSakaiStatusTC() - Constructor for class okapi.tools.OkapiSakaiStatusTC
Constructor OkapiSakaiStatusTC
OkapiSDemoTC - Class in okapi.tools
ToolController for interfacing to a sample or Sakai tool/webapp
OkapiSDemoTC() - Constructor for class okapi.tools.OkapiSDemoTC
Constructor OkapiSDemoTC
OkapiSearchIndexerM - Class in okapi.tools
The Search Indexer ToolModel.
OkapiSearchIndexerM() - Constructor for class okapi.tools.OkapiSearchIndexerM
 
OkapiSearchIndexerTC - Class in okapi.tools
Search Indexer ToolController.
OkapiSearchIndexerTC() - Constructor for class okapi.tools.OkapiSearchIndexerTC
Constructor OkapiSearchIndexerTC
OkapiSearchM - Class in okapi.tools
the Search ToolModel.
OkapiSearchM() - Constructor for class okapi.tools.OkapiSearchM
 
OkapiSearchTC - Class in okapi.tools
Search ToolController.
OkapiSearchTC() - Constructor for class okapi.tools.OkapiSearchTC
Constructor OkapiSearchTC
OkapiSearchUtils - Class in okapi.util
Search utilities
OkapiSearchUtils() - Constructor for class okapi.util.OkapiSearchUtils
 
OkapiSearchUtils.Searcher - Class in okapi.util
class Searcher Class to perform searching and incremental index updates.
OkapiSearchUtils.SearchIndexer - Class in okapi.util
class SearchIndexer Class to perform indexing.
OkapiSearchUtils.SearchResult - Class in okapi.util
class SearchResult Class to hold a single search result.
OkapiSearchUtils.SearchResult() - Constructor for class okapi.util.OkapiSearchUtils.SearchResult
Constructor SearchResult
OkapiSession - Class in okapi.util
The OkapiSession class provides a mechanism for tracking users within an OkapiSite and maintaining state within the application.
OkapiSession(String) - Constructor for class okapi.util.OkapiSession
Constructs OkapiSession with this sessionID.
OkapiSession() - Constructor for class okapi.util.OkapiSession
Constructs OkapiSession with a new sessionID.
OkapiShowAnnouncementsM - Class in okapi.tools
ShowAnnouncements ToolModel presents the announcements in a Nexus.
OkapiShowAnnouncementsM() - Constructor for class okapi.tools.OkapiShowAnnouncementsM
 
OkapiShowAnnouncementsTC - Class in okapi.tools
ToolController for showing Announcements.
OkapiShowAnnouncementsTC() - Constructor for class okapi.tools.OkapiShowAnnouncementsTC
Constructor OkapiShowAnnouncementsTC
OkapiShowClassPicturesM - Class in okapi.tools
Show Class Pictures ToolModel.
OkapiShowClassPicturesM() - Constructor for class okapi.tools.OkapiShowClassPicturesM
 
OkapiShowClassPicturesTC - Class in okapi.tools
ToolController for showing class photos.
OkapiShowClassPicturesTC() - Constructor for class okapi.tools.OkapiShowClassPicturesTC
Constructor OkapiShowClassPicturesTC
OkapiShowContentM - Class in okapi.tools
ShowContent ToolModel presents the content of a Nexus.
OkapiShowContentM() - Constructor for class okapi.tools.OkapiShowContentM
 
OkapiShowContentTC - Class in okapi.tools
ToolController for showing Content.
OkapiShowContentTC() - Constructor for class okapi.tools.OkapiShowContentTC
Constructor OkapiShowContentTC
OkapiShowEventM - Class in okapi.tools
ShowEvent ToolModel presents an event
OkapiShowEventM() - Constructor for class okapi.tools.OkapiShowEventM
 
OkapiShowEventTC - Class in okapi.tools
ToolController for showing an Event.
OkapiShowEventTC() - Constructor for class okapi.tools.OkapiShowEventTC
Constructor OkapiShowEventTC
OkapiShowFacultyStaffM - Class in okapi.tools
ShowFacultyStaff ToolModel template code.
OkapiShowFacultyStaffM() - Constructor for class okapi.tools.OkapiShowFacultyStaffM
 
OkapiShowGroupsM - Class in okapi.tools
ToolModel for ShowGroups.
OkapiShowGroupsM() - Constructor for class okapi.tools.OkapiShowGroupsM
 
OkapiShowGroupsTC - Class in okapi.tools
ToolController for showing Groups.
OkapiShowGroupsTC() - Constructor for class okapi.tools.OkapiShowGroupsTC
Constructor OkapiShowGroupsTC
OkapiShowHelpM - Class in okapi.tools
ToolModel for ShowHelp.
OkapiShowHelpM() - Constructor for class okapi.tools.OkapiShowHelpM
 
OkapiShowHelpTC - Class in okapi.tools
ToolController for showing Help.
OkapiShowHelpTC() - Constructor for class okapi.tools.OkapiShowHelpTC
Constructor OkapiShowHelpTC
OkapiShowHomeworkM - Class in okapi.tools
ShowHomework ToolModel template code.
OkapiShowHomeworkM() - Constructor for class okapi.tools.OkapiShowHomeworkM
 
OkapiShowHomeworkTC - Class in okapi.tools
Sample ToolController for editing.
OkapiShowHomeworkTC() - Constructor for class okapi.tools.OkapiShowHomeworkTC
Constructor OkapiShowHomeworkTC
OkapiShowOcwClassCalendarM - Class in okapi.tools
ShowOcwClassCalendar ToolModel template code.
OkapiShowOcwClassCalendarM() - Constructor for class okapi.tools.OkapiShowOcwClassCalendarM
 
OkapiShowOcwClassCalendarTC - Class in okapi.tools
Sample ToolController for editing.
OkapiShowOcwClassCalendarTC() - Constructor for class okapi.tools.OkapiShowOcwClassCalendarTC
Constructor OkapiShowOcwClassCalendarTC
OkapiShowOcwMaterialM - Class in okapi.tools
ToolModel for ShowOcwMaterial
OkapiShowOcwMaterialM() - Constructor for class okapi.tools.OkapiShowOcwMaterialM
 
OkapiShowOcwMaterialTC - Class in okapi.tools
ToolController for showing OcwMaterial.
OkapiShowOcwMaterialTC() - Constructor for class okapi.tools.OkapiShowOcwMaterialTC
Constructor OkapiShowOcwMaterialTC
OkapiShowOcwToolPageM - Class in okapi.tools
ShowOcwToolPage ToolModel template code.
OkapiShowOcwToolPageM() - Constructor for class okapi.tools.OkapiShowOcwToolPageM
 
OkapiShowOcwToolPageTC - Class in okapi.tools
Sample ToolController for editing.
OkapiShowOcwToolPageTC() - Constructor for class okapi.tools.OkapiShowOcwToolPageTC
Constructor OkapiShowOcwToolPageTC
OkapiShowSampleM - Class in okapi.tools
ShowSample ToolModel template code.
OkapiShowSampleM() - Constructor for class okapi.tools.OkapiShowSampleM
 
OkapiShowSectionDocumentsM - Class in okapi.tools
ShowSectionDocuments ToolModel
OkapiShowSectionDocumentsM() - Constructor for class okapi.tools.OkapiShowSectionDocumentsM
 
OkapiShowSectionDocumentsTC - Class in okapi.tools
Section documents ToolController
OkapiShowSectionDocumentsTC() - Constructor for class okapi.tools.OkapiShowSectionDocumentsTC
Constructor OkapiShowSectionDocumentsTC
OkapiShowSectionM - Class in okapi.tools
ShowSection ToolModel
OkapiShowSectionM() - Constructor for class okapi.tools.OkapiShowSectionM
 
OkapiShowSectionTC - Class in okapi.tools
Section ToolController.
OkapiShowSectionTC() - Constructor for class okapi.tools.OkapiShowSectionTC
Constructor OkapiShowSectionTC
OkapiShowTopicsM - Class in okapi.tools
ToolModel for ShowTopics
OkapiShowTopicsM() - Constructor for class okapi.tools.OkapiShowTopicsM
 
OkapiShowTopicsTC - Class in okapi.tools
ToolController for showing Topics
OkapiShowTopicsTC() - Constructor for class okapi.tools.OkapiShowTopicsTC
Constructor OkapiShowTopicsTC
OkapiSimpleRenderer - Class in okapi.util
Implements OkapiToolRenderer interface simply: gather data and process it using a specified style.
OkapiSimpleRenderer() - Constructor for class okapi.util.OkapiSimpleRenderer
 
OkapiSite - Class in okapi.coreobjects
Okapi site object Sitewide information may be stored here.
OkapiSite(ServletContext) - Constructor for class okapi.coreobjects.OkapiSite
Construct the site object, initializing sitewide values
OkapiSite(String) - Constructor for class okapi.coreobjects.OkapiSite
Alternative constructor for testing outside a servlet.
OkapiSiteServlet - Class in okapi.servlets.okapi
Okapi Site Servlet.
OkapiSiteServlet() - Constructor for class okapi.servlets.okapi.OkapiSiteServlet
 
OkapiStellarGradebookTC - Class in okapi.tools
ToolController for interfacing to Stellar Gradebook
OkapiStellarGradebookTC() - Constructor for class okapi.tools.OkapiStellarGradebookTC
Constructor OkapiStellarGradebookTC
OkapiStellarImagesTC - Class in okapi.tools
ToolController for interfacing to Stellar Images tool.
OkapiStellarImagesTC() - Constructor for class okapi.tools.OkapiStellarImagesTC
Constructor OkapiStellarImagesTC
OkapiStore - Class in okapi.util
General file-like storage.
OkapiStore(String, String, String) - Constructor for class okapi.util.OkapiStore
Create new Store, with original filePath, specified mime-type, for specified user (by name).
OkapiStore(String, String, String, OkapiStoreFactory) - Constructor for class okapi.util.OkapiStore
 
OkapiStore(String, String) - Constructor for class okapi.util.OkapiStore
Create new Store, with original filePath, specified mime-type.
OkapiStore(String) - Constructor for class okapi.util.OkapiStore
Return latest version of the OkapiStore with this ID.
OkapiStore(String, OkapiStoreFactory) - Constructor for class okapi.util.OkapiStore
 
OkapiStore() - Constructor for class okapi.util.OkapiStore
 
OkapiStoreDataSource - Class in okapi.util
Class OkapiStoreDataSource
OkapiStoreDataSource(OkapiStore) - Constructor for class okapi.util.OkapiStoreDataSource
Constructor OkapiStoreDataSource
OkapiStoreFactory - Class in okapi.util
 
OkapiStoreFactory() - Constructor for class okapi.util.OkapiStoreFactory
 
OkapiStoreInputStream - Class in okapi.util
InputStream for OkapiStore
OkapiStoreInputStream(OkapiStore) - Constructor for class okapi.util.OkapiStoreInputStream
Constructor OkapiStoreInputStream
OkapiStoreOutputStream - Class in okapi.util
OutputStream for OkapiStore
OkapiStoreOutputStream(OkapiStore) - Constructor for class okapi.util.OkapiStoreOutputStream
Constructor OkapiStoreOutputStream
OkapiStoreReader - Class in okapi.util
Reader for OkapiStore
OkapiStoreReader(OkapiStore) - Constructor for class okapi.util.OkapiStoreReader
Create a StoreReader that uses the default character encoding.
OkapiStoreReader(OkapiStore, String) - Constructor for class okapi.util.OkapiStoreReader
Create a StoreReader that uses the named character encoding.
OkapiStoreVersion - Class in okapi.util
version info for an okapi store
OkapiStoreVersion(String, String, Vector) - Constructor for class okapi.util.OkapiStoreVersion
Constructor OkapiStoreVersion
OkapiStoreVersion(String, String, String, Date) - Constructor for class okapi.util.OkapiStoreVersion
 
OkapiStoreWriter - Class in okapi.util
Writer for OkapiStore
OkapiStoreWriter(OkapiStore) - Constructor for class okapi.util.OkapiStoreWriter
Create an StoreWriter that uses the default character encoding.
OkapiStoreWriter(OkapiStore, String) - Constructor for class okapi.util.OkapiStoreWriter
Create a StoreWriter that uses the named character encoding.
OkapiStudentManageHomeworkM - Class in okapi.tools
StudentManageHomework ToolModel
OkapiStudentManageHomeworkM() - Constructor for class okapi.tools.OkapiStudentManageHomeworkM
 
OkapiStudentManageHomeworkTC - Class in okapi.tools
Homework management ToolController
OkapiStudentManageHomeworkTC() - Constructor for class okapi.tools.OkapiStudentManageHomeworkTC
Constructor OkapiStudentManageHomeworkTC
OkapiSubjectHomePageM - Class in okapi.tools
OkapiSubjectHomePageM
OkapiSubjectHomePageM() - Constructor for class okapi.tools.OkapiSubjectHomePageM
 
OkapiSubjectHomePageTC - Class in okapi.tools
ToolController for showing SubjectHomePage
OkapiSubjectHomePageTC() - Constructor for class okapi.tools.OkapiSubjectHomePageTC
Constructor OkapiSubjectHomePageTC
OkapiThreadDemoM - Class in okapi.tools
ToolModel for ThreadDemo
OkapiThreadDemoM() - Constructor for class okapi.tools.OkapiThreadDemoM
 
OkapiToolController - Class in okapi.coreobjects
A Tool represents something which presents output to the user.
OkapiToolController() - Constructor for class okapi.coreobjects.OkapiToolController
Construct new OkapiToolController.
OkapiToolController(int) - Constructor for class okapi.coreobjects.OkapiToolController
Return the ToolController object for this toolControllerCode
OkapiToolErrorList - Class in okapi.tools
Class OkapiToolErrorList Keeps a list of errors which should each be well-formed xhtml, and outputs them as an xhtml list for an error page
OkapiToolErrorList() - Constructor for class okapi.tools.OkapiToolErrorList
Constructor OkapiToolErrorList
OkapiToolException - Exception in okapi.tools
Class OkapiToolException provides an exception for use in the tools which contains an xml error message.
OkapiToolException(String) - Constructor for exception okapi.tools.OkapiToolException
Creates a new ToolException with s as the error message.
OkapiToolException(OkapiToolErrorList) - Constructor for exception okapi.tools.OkapiToolException
Creates a new ToolException with error.toString() as the error message.
OkapiToolFatalException - Exception in okapi.tools
Class OkapiToolFatalException provides an exception for use in the tools, when an error from which there is no recovery possible has occurred.
OkapiToolFatalException(String) - Constructor for exception okapi.tools.OkapiToolFatalException
Creates a new ToolFatalException with s as the error message.
OkapiToolFatalException(OkapiToolErrorList) - Constructor for exception okapi.tools.OkapiToolFatalException
Creates a new ToolFatalException with error.toString() as the error message.
OkapiToolModel - Interface in okapi.coreobjects
ToolModels perform authorization checking, assemble data from core objects, and return the result in the desired format.
OkapiToolModelReturn - Class in okapi.coreobjects
Object returned from a ToolModel.
OkapiToolModelReturn(Object, String, String) - Constructor for class okapi.coreobjects.OkapiToolModelReturn
Constructor OkapiToolModelReturn
OkapiToolRenderer - Interface in okapi.coreobjects
OkapiToolRenderer interface: gather data and process it using a specified style.
OkapiToolUserNexusRoleInfo - Class in okapi.tools
Object defining user's relationship to a nexus.
OkapiToolUserNexusRoleInfo(OkapiRole, int) - Constructor for class okapi.tools.OkapiToolUserNexusRoleInfo
Creates OkapiToolUserNexusRoleInfo object, setting highest role and highest role number.
OkapiToolUtilities - Class in okapi.tools
Collection of static methods providing common services to tools
OkapiToolUtilities() - Constructor for class okapi.tools.OkapiToolUtilities
 
OkapiToolWarningList - Class in okapi.tools
Class OkapiToolWarningList Keeps a list of warnings which should each be well-formed xhtml, and outputs them as an xhtml list for an warning page
OkapiToolWarningList() - Constructor for class okapi.tools.OkapiToolWarningList
Constructor OkapiToolWarningList
OkapiTransferM - Class in okapi.tools
Transfer ToolModel.
OkapiTransferM() - Constructor for class okapi.tools.OkapiTransferM
 
OkapiTransferTC - Class in okapi.tools
ToolController for transfering Contents between two nexuses
OkapiTransferTC() - Constructor for class okapi.tools.OkapiTransferTC
Constructor OkapiTransferTC
OkapiUser - Class in okapi.coreobjects
A class representing a single user (student, TA, faculty, etc) in an OkapiSite.
OkapiUser() - Constructor for class okapi.coreobjects.OkapiUser
Create a new empty User Object.
OkapiUser(int) - Constructor for class okapi.coreobjects.OkapiUser
Return new User object with values for user with this userCode
OkapiUser(String) - Constructor for class okapi.coreobjects.OkapiUser
Return new User object for user with this username.
OkapiUserAddress - Class in okapi.coreobjects
A physical or mailing address for a user.
OkapiUserAddress() - Constructor for class okapi.coreobjects.OkapiUserAddress
Create new empty user address.
OkapiUserAddress(String, String, String, String, String, String, String, String, String) - Constructor for class okapi.coreobjects.OkapiUserAddress
Create user address, initializing 3 lines of address, city, state or province, country, region, postcode, and timezone.
OkapiUserContactInfo - Class in okapi.coreobjects
Contact info (as per IMS) for a user.
OkapiUserContactInfo() - Constructor for class okapi.coreobjects.OkapiUserContactInfo
Create new empty user contact info.
OkapiUserContactInfo(String, String, String, String, String) - Constructor for class okapi.coreobjects.OkapiUserContactInfo
Create user contact info, initializing email, voice phone, fax, mobile phone, and home page URL.
OkapiUserCreationException - Exception in okapi.util
An error occurred when trying to create a user.
OkapiUserCreationException(String) - Constructor for exception okapi.util.OkapiUserCreationException
 
OkapiView - Class in okapi.coreobjects
OkapiView style sheet specification object.
OkapiView(OkapiToolRenderer, String, Map, String, String, String, String) - Constructor for class okapi.coreobjects.OkapiView
Create new fully defined View.
OkapiView(OkapiToolRenderer, String, String, String, String, String) - Constructor for class okapi.coreobjects.OkapiView
Create new fully defined View without style stores.
OkapiView(OkapiToolRenderer, String, String, String) - Constructor for class okapi.coreobjects.OkapiView
Create new minimally defined View.
OkapiView(int) - Constructor for class okapi.coreobjects.OkapiView
Return the View for this viewCode
OkapiXMLDocument - Class in okapi.util
Creates a string of formatted XML by sequentially adding tags and content.
OkapiXMLDocument() - Constructor for class okapi.util.OkapiXMLDocument
Create a new OkapiXMLDocument whose first line will not indented.
OkapiXMLDocument(int) - Constructor for class okapi.util.OkapiXMLDocument
Create a new OkapiXMLDocument whose first line will be indented indents.
OkapiXSLTRenderer - Class in okapi.util
Implements OkapiToolRenderer interface using XSLT: gather data and process it using a specified XSLT style.
OkapiXSLTRenderer() - Constructor for class okapi.util.OkapiXSLTRenderer
 

P

parseMultipartRequestToHashtables(HttpServletRequest, Map, Map) - Static method in class okapi.util.OkapiFormInput
Parse multipart/form-data request, returning hashtables of parameters and stores, parameters as Strings.
parseMultipartRequestToHashtables(HttpServletRequest, Map, Map, Map) - Static method in class okapi.util.OkapiFormInput
Parse multipart/form-data request, returning hashtables of paramaters and stores, parameters as Strings and/or byte[]
PAST - Static variable in class okapi.coreobjects.OkapiNexus
 
PAST_SUBSECTION - Static variable in class okapi.coreobjects.OkapiNexus
 
PAST_UNLISTED - Static variable in class okapi.coreobjects.OkapiNexus
 
PERSONAL - Static variable in class okapi.coreobjects.OkapiUser
Options constant for getAsXml methods indicating personal information only.
postcode - Variable in class okapi.coreobjects.OkapiUserAddress
 
PWAdminServlet - Class in okapi.servlets.okapi
Okapi Password Admin Servlet.
PWAdminServlet() - Constructor for class okapi.servlets.okapi.PWAdminServlet
 

R

READ - Static variable in class okapi.coreobjects.OkapiOperation
Read always
read() - Method in class okapi.util.OkapiStoreInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class okapi.util.OkapiStoreInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[]) - Method in class okapi.util.OkapiStoreInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
READ_DATERESTRICTED - Static variable in class okapi.coreobjects.OkapiOperation
Read if current time is within a restricted range.
recoverState() - Static method in class okapi.util.OkapiStore
Recover stores list from metadata stored with each file.
refreshFromDB() - Method in class okapi.coreobjects.OkapiArc
Refresh this object with the data currently stored in the DB.
refreshFromDB() - Method in class okapi.coreobjects.OkapiContent
Refresh this object with the data currently stored in the DB.
refreshFromDB() - Method in class okapi.coreobjects.OkapiGroup
Refresh this object with the data currently stored in the DB.
refreshFromDB() - Method in class okapi.coreobjects.OkapiMetadata
Refresh this object with the data currently stored in the DB.
refreshFromDB() - Method in class okapi.coreobjects.OkapiNexus
Refresh this object with the data currently stored in the DB.
refreshFromDB() - Method in class okapi.coreobjects.OkapiObject
Refresh this object with the data currently stored in the DB.
refreshFromDB() - Method in class okapi.coreobjects.OkapiUser
Refresh this object with the data currently stored in the DB.
refreshUser(String) - Static method in class okapi.coreobjects.OkapiUser
Refresh user in the cache if cached, instantiate and add to cache if not.
region - Variable in class okapi.coreobjects.OkapiUserAddress
 
releaseAccordingToReleaseDate() - Static method in class okapi.coreobjects.OkapiContent
 
releaseSearcher(OkapiSearchUtils.Searcher) - Static method in class okapi.util.OkapiSearchUtils
releaseSearcher Returns a Searcher after use.
releaseSearchIndexer(OkapiSearchUtils.SearchIndexer) - Static method in class okapi.util.OkapiSearchUtils
releaseSearchIndexer Returns a SearchIndexer after use.
removeAddresses(String) - Method in class okapi.coreobjects.OkapiUser
Remove address of specified type for this user.
removeArc(String) - Method in class okapi.coreobjects.OkapiArc
Remove an Arc.
removeArc(String, OkapiArc) - Method in class okapi.coreobjects.OkapiNexus
Remove Arc from Nexus
removeAtom(String) - Method in class okapi.coreobjects.OkapiContent
Remove atom.
removeAttribute(String) - Method in class okapi.coreobjects.OkapiNexus
Remove an attribute from this Nexus.
removeAttribute(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
removeAttribute(String) - Method in class okapi.tools.ToolRequest
Method removeAttribute
removeAttribute(String) - Method in class okapi.util.OkapiSession
Removes the object bound to the specified name or does nothing if there is no binding.
removeContactInfo(String) - Method in class okapi.coreobjects.OkapiUser
Remove contactInfo of specified type for this user.
removeContent(String) - Method in class okapi.coreobjects.OkapiArc
remove a content
removeContent(String) - Method in class okapi.coreobjects.OkapiContent
Remove a Content.
removeGroup(OkapiGroup) - Method in class okapi.coreobjects.OkapiNexus
Remove Group from this Nexus.
removeMember(OkapiUser) - Method in class okapi.coreobjects.OkapiGroup
Remove a member from this group.
removeMember(OkapiGroup) - Method in class okapi.coreobjects.OkapiGroup
Remove a member from this group.
removeMetadata(String) - Method in class okapi.coreobjects.OkapiContent
Deprecated. not used
removeMetadataKeyValue(Object) - Method in class okapi.coreobjects.OkapiContent
Remove for labeled with this key from metadata key/value pairs about the Arc.
removeNexus(String, OkapiNexus) - Method in class okapi.coreobjects.OkapiNexus
Remove nexus and remove self from child
removeParent(String, OkapiNexus) - Method in class okapi.coreobjects.OkapiNexus
Remove parent
removeTool(String, OkapiToolController) - Method in class okapi.coreobjects.OkapiNexus
Remove tool from Nexus
removeToolView(OkapiToolController, OkapiView) - Method in class okapi.coreobjects.OkapiNexus
Remove a View for a Tool
removeUseMetadata(Object) - Method in class okapi.coreobjects.OkapiArc
Remove use metadata.
removeUser(OkapiUser) - Method in class okapi.coreobjects.OkapiNexus
Remove User from this Nexus
removeUserAttribute(OkapiUser, Object) - Method in class okapi.coreobjects.OkapiNexus
Remove attribute for the User within this Nexus.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.coreobjects.OkapiToolController
Render this tool.
render(OkapiToolModel, List, List, Hashtable, List, String, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in interface okapi.coreobjects.OkapiToolRenderer
render method handles Get HTTP method invocations.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiAddOcwMaterialTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiBBoardTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiClassCalendarTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiClassListTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiClassStaffTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiCourseworkTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiDefaultToolController
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditAccessGroupsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditAnnouncementTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditClassMetadataTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditDocumentTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditEmailClassTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditEventTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditGroupTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditHelpTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditHomeImageTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditHomeworkDocumentTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNavBarTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusDescriptionTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusMeetingsInfoTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusSettingsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusToolsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditNexusUserInfoTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditOcwClassCalendarTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditOcwMaterialTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditOcwToolPageTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditPageIntroTextTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSampleTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSectionDocumentsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSectionParticipantsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditSectionsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditTopicTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditUserSectionTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiEditUserTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiExportsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiFacultyManageHomeworkTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiHomeworkManagementTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiMyStellarTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiOpinioSurveyTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiReturnContentTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiReturnPhotoTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSakaiForumsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSakaiJForumTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSakaiStatusTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSDemoTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSearchIndexerTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSearchTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowAnnouncementsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowClassPicturesTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowContentTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowEventTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowGroupsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowHelpTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowHomeworkTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowOcwClassCalendarTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowOcwMaterialTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowOcwToolPageTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowSectionDocumentsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowSectionTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiShowTopicsTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiStellarGradebookTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiStellarImagesTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiStudentManageHomeworkTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiSubjectHomePageTC
Render this tool.
render(List, String, HttpServletRequest, HttpServletResponse, ServletContext, List, List) - Method in class okapi.tools.OkapiTransferTC
Render this tool.
render(OkapiToolModel, List, List, Hashtable, List, String, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in class okapi.util.OkapiSimpleRenderer
Render method handles Get HTTP method invocations.
render(OkapiToolModel, List, List, Hashtable, List, String, HttpServletRequest, HttpServletResponse, ServletContext, List) - Method in class okapi.util.OkapiXSLTRenderer
Render method handles Get HTTP method invocations.
renderer - Variable in class okapi.coreobjects.OkapiView
ToolRenderer capable of using this style.
reset() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
reset() - Method in class okapi.tools.ToolResponse
Method reset.
resetAuthorization() - Method in class okapi.coreobjects.OkapiUser
Method resetAuthorization
resetBuffer() - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
resetBuffer() - Method in class okapi.tools.ToolResponse
Method resetBuffer.
returnedObject - Variable in class okapi.coreobjects.OkapiToolModelReturn
 
returnedObjectType - Variable in class okapi.coreobjects.OkapiToolModelReturn
 
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in interface okapi.coreobjects.OkapiToolModel
Return OkapiToolModelReturn object requestedType may be XML, DTL, HTML
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiAddOcwMaterialM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiClassCalendarM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiClassListM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiClassStaffM
Return OkapiToolModelReturn object requestedType may be XML, HTML
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditAccessGroupsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditAnnouncementM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditClassMetadataM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditDocumentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditEmailClassM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditEventM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditGroupM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditHelpM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditHomeImageM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditHomeworkDocumentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditNavBarM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditNexusDescriptionM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditNexusMeetingsInfoM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditNexusSettingsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditNexusToolsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditNexusUserInfoM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditOcwClassCalendarM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditOcwMaterialM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditOcwToolPageM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditPageIntroTextM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditSampleM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditSectionDocumentsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditSectionParticipantsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditSectionsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditTopicM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditUserM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiEditUserSectionM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiExportsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiFacultyManageHomeworkM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwAllSubmissionsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwAssignmentDetailsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwDeleteAssignmentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwDeleteCommentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwDeleteSubmissionM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwEditAssignmentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwEditCommentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwEditGradeM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwFindSubmissionsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwIndexM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwSubmissionDetailsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiHwSubmitM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiMyStellarM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiReturnContentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiReturnPhotoM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiSearchIndexerM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiSearchM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowAnnouncementsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowClassPicturesM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowContentM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowEventM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowFacultyStaffM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowGroupsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowHelpM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowHomeworkM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowOcwClassCalendarM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowOcwMaterialM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowOcwToolPageM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowSampleM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowSectionDocumentsM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowSectionM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiShowTopicsM
Return OkapiToolModelReturn object
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiStudentManageHomeworkM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiSubjectHomePageM
Method returnObject
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiThreadDemoM
Return OkapiToolModelReturn object requestedType may be XML, HTML
returnObject(List, String, HttpServletRequest, ServletContext, List, String) - Method in class okapi.tools.OkapiTransferM
Method returnObject
returnOkapiStore(String) - Method in class okapi.util.OkapiStoreFactory
 
revisionDate - Variable in class okapi.util.OkapiStoreVersion
 
revisionKey - Variable in class okapi.util.OkapiStoreVersion
 
roleInNexus(OkapiNexus) - Method in class okapi.coreobjects.OkapiUser
Return the User's Role(s) in the specified Nexus.
roleInNexus(Integer) - Method in class okapi.coreobjects.OkapiUser
Return the User's Role(s) in the specified Nexus (by nexusCode).
RssServlet - Class in okapi.servlets.okapi
rss feed servlet
RssServlet() - Constructor for class okapi.servlets.okapi.RssServlet
Constructor RssServlet
run() - Method in class okapi.tools.OkapiCronjobsThread
Method run
run() - Method in class okapi.tools.OkapiEditNexusSettingsM
run() method will do the actual generation of the return object
run() - Method in class okapi.tools.OkapiEditSectionsM
run() method will do the actual generation of the return object
run() - Method in class okapi.tools.OkapiExportsM
run() method will do the actual generation of the return object
run() - Method in class okapi.tools.OkapiPreloadNexusThread
Method run
run() - Method in class okapi.tools.OkapiThreadDemoM
generate the response
run() - Method in class okapi.tools.OkapiTransferM
run() method will do the actual generation of the return object
run() - Method in class okapi.util.OkapiSearchUtils.SearchIndexer
run Performs indexing, if possible.

S

sendError(int, String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
sendError(int) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
sendError(int, String) - Method in class okapi.tools.ToolResponse
Method sendError.
sendError(int) - Method in class okapi.tools.ToolResponse
Method sendError.
sendRedirect(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
sendRedirect(String) - Method in class okapi.tools.ToolResponse
Method sendRedirect.
SessionMotdFilter - Class in okapi.servlets.okapi
Stellar session maintenance and motd display filter
SessionMotdFilter() - Constructor for class okapi.servlets.okapi.SessionMotdFilter
 
SessionMotdRequestWrapper - Class in okapi.servlets.okapi
Stellar session maintenance and motd display response wrapper.
SessionMotdRequestWrapper(HttpServletRequest) - Constructor for class okapi.servlets.okapi.SessionMotdRequestWrapper
 
SessionMotdResponseWrapper - Class in okapi.servlets.okapi
Stellar session maintenance and motd display response wrapper.
SessionMotdResponseWrapper(HttpServletResponse) - Constructor for class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setAccessDates(List) - Method in class okapi.coreobjects.OkapiArc
Deprecated.  
setAddresses(Map) - Method in class okapi.coreobjects.OkapiUser
Set all addresses for this user.
setAffiliation(String) - Method in class okapi.coreobjects.OkapiUser
Set the affiliation for this OkapiUser.
setAlertActive(boolean) - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
setAlertFileName(String) - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationFilter
 
setArcOrder(List) - Method in class okapi.coreobjects.OkapiArc
Set order of arc children, replacing old ordering
setAttribute(String, String) - Method in class okapi.coreobjects.OkapiNexus
Set an attribute for this Nexus.
setAttribute(Object, Object) - Method in class okapi.coreobjects.OkapiUser
Set an attribute for this OkapiUser.
setAttribute(String, Object) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
setAttribute(String, Object) - Method in class okapi.tools.ToolRequest
Method setAttribute
setAttribute(String, Object) - Method in class okapi.util.OkapiSession
Binds the specified object value under the specified name in the session.
setAuthenticated(boolean) - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
setAuthorization(OkapiUser, OkapiOperation, boolean) - Method in class okapi.coreobjects.OkapiArc
Deprecated. not used
setAuthorization(OkapiUser, OkapiOperation) - Method in class okapi.coreobjects.OkapiObject
Sets the authorization on this object for the specified user and operation, not restricted by date range.
setBufferSize(int) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setBufferSize(int) - Method in class okapi.tools.ToolResponse
Method setBufferSize.
setCharacterEncoding(String) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
setCharacterEncoding(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setCharacterEncoding(String) - Method in class okapi.tools.ToolRequest
Method setCharacterEncoding
setCharacterEncoding(String) - Method in class okapi.tools.ToolResponse
Method setCharacterEncoding.
setCity(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setCity
setContactInfo(Map) - Method in class okapi.coreobjects.OkapiUser
Set all contactInfo for this user.
setContentLength(int) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setContentLength(int) - Method in class okapi.tools.ToolResponse
Method setContentLength.
setContentOrder(List) - Method in class okapi.coreobjects.OkapiArc
Set order of content children, replacing old ordering
setContentType(String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setContentType(String) - Method in class okapi.tools.ToolResponse
Method setContentType.
setContextPath(String) - Method in class okapi.tools.ToolRequest
Method setContextPath SAKAI
setCountry(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setCountry
setCreatedBy(String) - Method in class okapi.coreobjects.OkapiObject
 
setCreatedDate(Date) - Method in class okapi.coreobjects.OkapiObject
 
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiArc
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiContent
Set the dataSource to be used for data access.
setDatasource(String) - Method in class okapi.coreobjects.OkapiGroup
Method setDatasource
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiGroup
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiMetadata
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiNexus
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiSite
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiUser
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.coreobjects.OkapiView
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.tools.OkapiEditGroupM
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.tools.OkapiEditSectionParticipantsM
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.util.OkapiAuthN
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.util.OkapiStore
Set the dataSource to be used for data access.
setDataSource(DataSource) - Method in class okapi.util.OkapiStoreFactory
 
setDatasourceKey(String) - Method in class okapi.coreobjects.OkapiGroup
Method setDatasourceKey
setDateHeader(String, long) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setDateHeader(String, long) - Method in class okapi.tools.ToolResponse
Method setDateHeader.
setDescription(String) - Method in class okapi.coreobjects.OkapiArc
Method setDescription
setDescription(String) - Method in class okapi.coreobjects.OkapiContent
Method setDescription
setDescription(String) - Method in class okapi.coreobjects.OkapiGroup
Method setDescription
setDescription(String) - Method in class okapi.coreobjects.OkapiNexus
Method setDescription
setDescription(String) - Method in class okapi.coreobjects.OkapiObject
Method setDescription
setDescription(String) - Method in class okapi.coreobjects.OkapiRole
Method setDescription
setDetails(Object) - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
setDuplicateStoreDirectory(String) - Method in class okapi.util.OkapiStoreFactory
 
setEmail(String) - Method in class okapi.coreobjects.OkapiUser
Set the email address for this OkapiUser.
setEmail(String) - Method in class okapi.coreobjects.OkapiUserContactInfo
Method setEmail
setFaxPhone(String) - Method in class okapi.coreobjects.OkapiUserContactInfo
Method setFaxPhone
setFilingParameters(String, String, String, String, int) - Static method in class okapi.util.OkapiStore
Method setFilingParameters
setFirstName(String) - Method in class okapi.coreobjects.OkapiUser
Set the firstName for this OkapiUser.
setFixNames() - Method in class okapi.util.OkapiPackage
Set the package so that file names are rewritten for CDIF
setFullName(String) - Method in class okapi.coreobjects.OkapiUser
Set the fullName for this OkapiUser.
setHeader(String, String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setHeader(String, String) - Method in class okapi.tools.ToolResponse
Method setHeader.
setHomePageURL(String) - Method in class okapi.coreobjects.OkapiUserContactInfo
Method setHomePageURL
setHtmlStylesheetFile(String) - Method in class okapi.tools.OkapiExportsM
 
setImageStoredirectory(String) - Method in class okapi.tools.OkapiStellarImagesTC
 
setImageUrlbase(String) - Method in class okapi.tools.OkapiStellarImagesTC
 
setIMSRoleSubType(String) - Method in class okapi.coreobjects.OkapiRole
Method setIMSRoleSubType
setIMSRoleType(String) - Method in class okapi.coreobjects.OkapiRole
Method setIMSRoleType
setIndexParameters(String, int, int) - Static method in class okapi.util.OkapiSearchUtils
setIndexParameters Sets index paths, jpedal path, and other search parameters.
setIndexParametersFromContext(ServletContext) - Static method in class okapi.util.OkapiSearchUtils
setIndexParametersFromContext Gets parameters from web.xml and stores them in static variables.
setIntHeader(String, int) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setIntHeader(String, int) - Method in class okapi.tools.ToolResponse
Method setIntHeader.
setJdbcTemplate(JdbcTemplate) - Method in class okapi.util.OkapiStoreFactory
 
setLastModifiedBy(OkapiUser) - Method in class okapi.coreobjects.OkapiArc
 
setLastModifiedBy(String) - Method in class okapi.coreobjects.OkapiArc
 
setLastModifiedBy(OkapiUser) - Method in class okapi.coreobjects.OkapiContent
 
setLastModifiedBy(String) - Method in class okapi.coreobjects.OkapiContent
 
setLastModifiedBy(OkapiUser) - Method in class okapi.coreobjects.OkapiGroup
 
setLastModifiedBy(String) - Method in class okapi.coreobjects.OkapiGroup
 
setLastModifiedBy(OkapiUser) - Method in class okapi.coreobjects.OkapiObject
 
setLastModifiedBy(String) - Method in class okapi.coreobjects.OkapiObject
 
setLastModifiedDate(Date) - Method in class okapi.coreobjects.OkapiArc
 
setLastModifiedDate(Date) - Method in class okapi.coreobjects.OkapiContent
 
setLastModifiedDate(Date) - Method in class okapi.coreobjects.OkapiGroup
 
setLastModifiedDate(Date) - Method in class okapi.coreobjects.OkapiObject
 
setLastName(String) - Method in class okapi.coreobjects.OkapiUser
Set the lastName for this OkapiUser.
setLine1(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setLine1
setLine2(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setLine2
setLine3(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setLine3
setLocale(Locale) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setLocale(Locale) - Method in class okapi.tools.ToolResponse
Method setLocale.
setLocalID(String) - Method in class okapi.coreobjects.OkapiUser
Set the localID for this OkapiUser.
setLongName(String) - Method in class okapi.coreobjects.OkapiArc
Method setLongName
setLongName(String) - Method in class okapi.coreobjects.OkapiContent
Method setLongName
setLongName(String) - Method in class okapi.coreobjects.OkapiGroup
Method setLongName
setLongName(String) - Method in class okapi.coreobjects.OkapiNexus
Method setLongName
setLongName(String) - Method in class okapi.coreobjects.OkapiObject
Method setLongName
setLongName(String) - Method in class okapi.coreobjects.OkapiRole
Method setLongName
setMasterSubjectId(String) - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
setMeasure(String) - Method in class okapi.coreobjects.OkapiMeasure
Set the measure.
setMiddleName(String) - Method in class okapi.coreobjects.OkapiUser
Set the middleName for this OkapiUser.
setMimeType(String) - Method in class okapi.util.OkapiStore
Return mime-type of this OkapiStore.
setMobilePhone(String) - Method in class okapi.coreobjects.OkapiUserContactInfo
Method setMobilePhone
setMotdActive(boolean) - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
setMotdFileName(String) - Static method in class okapi.servlets.okapi.SessionMotdFilter
 
setName(String) - Method in class okapi.coreobjects.OkapiArc
Method setName
setName(String) - Method in class okapi.coreobjects.OkapiContent
Method setName
setName(String) - Method in class okapi.coreobjects.OkapiGroup
overwrote OkapiObject's set methods to set db_action
setName(String) - Method in class okapi.coreobjects.OkapiNexus
Method setName
setName(String) - Method in class okapi.coreobjects.OkapiObject
Method setName
setName(String) - Method in class okapi.coreobjects.OkapiRole
Method setName
setNickName(String) - Method in class okapi.coreobjects.OkapiUser
Set the nickName for this OkapiUser.
setOcwInfoFactory(OcwInfoXmlFactory) - Method in class okapi.coreobjects.OkapiSite
 
setOcwTitles(List<String>) - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
setOcwUrls(List<String>) - Method in class edu.mit.stellar.ocw.OcwInfoImpl
 
setPathInfo(String) - Method in class okapi.tools.ToolRequest
Method setPathInfo SAKAI
setPostcode(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setPostcode
setPreferenceProperties(Properties) - Method in class okapi.coreobjects.OkapiUser
Set all preferenceProperties for this user.
setPreferenceProperty(String, String) - Method in class okapi.coreobjects.OkapiUser
Add or update specifed preferenceProperty for this user.
setPrimaryParentNexus(OkapiNexus) - Method in class okapi.coreobjects.OkapiNexus
Set Nexus as primary parent of this Nexus
setPrincipal(Object) - Method in class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
setRegion(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setRegion
setRequest(ServletRequest) - Method in class okapi.servlets.okapi.SessionMotdRequestWrapper
 
setRequest(ServletRequest) - Method in class okapi.tools.ToolRequest
Method setRequest
setResponse(ServletResponse) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setResponse(ServletResponse) - Method in class okapi.tools.ToolResponse
Method setResponse.
setRole(OkapiRole) - Method in class okapi.coreobjects.OkapiGroup
Set the Role to which all members of the group belong.
setRootNexus(OkapiNexus) - Method in class okapi.util.OkapiSearchUtils.SearchIndexer
setRootNexus Sets root nexus for subsequent run() of this object.
setSectionAssignments(String, List, OkapiNexus) - Static method in class okapi.tools.OkapiEditSectionParticipantsM
Bulk set sections
setServerName(String) - Static method in class okapi.util.OkapiStore
Set the name of the server, to be used in file:// URIs.
setServerName(String) - Method in class okapi.util.OkapiStoreFactory
set server name used in file://...
setSkipFiles() - Method in class okapi.util.OkapiPackage
Set the package so that only the manifest will exported, for testing
setStateOrProvince(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setStateOrProvince
setStaticOkapiStoreFactory(OkapiStoreFactory) - Method in class okapi.util.OkapiStore
 
setStatus(int) - Method in class okapi.coreobjects.OkapiNexus
Method setStatus
setStatus(int) - Method in class okapi.coreobjects.OkapiObject
 
setStatus(int) - Method in class okapi.coreobjects.OkapiUser
Method setStatus Status codes: 0 - normal, 10 - sponsored, 18 - sponsored but password not set, 19 - pending sponsored 9 - deleted 11 - Created from Touchstone
setStatus(int, String) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setStatus(int) - Method in class okapi.servlets.okapi.SessionMotdResponseWrapper
 
setStatus(int, String) - Method in class okapi.tools.ToolResponse
Method setStatus.
setStatus(int) - Method in class okapi.tools.ToolResponse
Method setStatus.
setStoreCreationJournal(String) - Method in class okapi.util.OkapiStoreFactory
 
setStoreDirectory(String) - Method in class okapi.util.OkapiStoreFactory
 
setStoresDirectory(String) - Static method in class okapi.util.OkapiStore
Set the directory to be used for the creation and retrieval of all future Stores.
setTimeZone(String) - Method in class okapi.coreobjects.OkapiUserAddress
Method setTimeZone
setToolControllerCode(int) - Method in class okapi.coreobjects.OkapiToolController
Set toolCode of this tool
setToolViews(Map) - Method in class okapi.coreobjects.OkapiNexus
Set all toolViews.
setUseMetadata(String, String) - Method in class okapi.coreobjects.OkapiArc
Set use metadata.
setUseMetadata(String, Object) - Method in class okapi.coreobjects.OkapiArc
Method setUseMetadata
setUser(OkapiUser) - Method in class okapi.util.OkapiPackage
Set the user for whom we're exporting
setUserCode(int) - Method in class okapi.coreobjects.OkapiUser
Set userCode for this user.
setUserName(String) - Method in class okapi.coreobjects.OkapiUser
Set the userName for this OkapiUser.
setVoicePhone(String) - Method in class okapi.coreobjects.OkapiUserContactInfo
Method setVoicePhone
setZipCacheDirectory(String) - Method in class okapi.tools.OkapiExportsM
 
size() - Method in class okapi.tools.OkapiToolErrorList
returns the number of errors in this list
size() - Method in class okapi.tools.OkapiToolWarningList
returns the number of warnings in this list
size - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
skip(long) - Method in class okapi.util.OkapiStoreInputStream
Skips over and discards n bytes of data from this input stream.
staffOnly - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
standardAttributes - Static variable in class okapi.tools.OkapiCreateSectionUtility
 
stateOrProvince - Variable in class okapi.coreobjects.OkapiUserAddress
 
status - Variable in class okapi.coreobjects.OkapiObject
Number encoding status: active, inactive, etc.
Stellar2AuthenticationFilter - Class in edu.mit.stellar.authentication
Stellar2AuthenticationFilter
Stellar2AuthenticationFilter() - Constructor for class edu.mit.stellar.authentication.Stellar2AuthenticationFilter
 
Stellar2AuthenticationToken - Class in edu.mit.stellar.authentication
 
Stellar2AuthenticationToken(GrantedAuthority[]) - Constructor for class edu.mit.stellar.authentication.Stellar2AuthenticationToken
 
Stellar2UserDetails - Class in edu.mit.stellar.authentication
 
Stellar2UserDetails(String) - Constructor for class edu.mit.stellar.authentication.Stellar2UserDetails
 
Stellar2UserDetailsService - Class in edu.mit.stellar.authentication
 
Stellar2UserDetailsService() - Constructor for class edu.mit.stellar.authentication.Stellar2UserDetailsService
 
stop() - Method in class okapi.tools.OkapiCronjobsThread
Method stop
stop() - Method in class okapi.tools.OkapiPreloadNexusThread
Method stop
STORE - Static variable in class okapi.coreobjects.OkapiContent
type of content.
stores - Variable in class okapi.util.OkapiPackage
 
STUDENT - Static variable in class okapi.coreobjects.OkapiRole
Student in class for credit
studentRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
style - Variable in class okapi.coreobjects.OkapiView
Style designation.
styleStores - Variable in class okapi.coreobjects.OkapiView
Style stores.
superUser - Static variable in class okapi.coreobjects.OkapiUser
Systemwide standard users for internal utility.
SysAdminServlet - Class in okapi.servlets.okapi
Okapi System Admin Servlet.
SysAdminServlet() - Constructor for class okapi.servlets.okapi.SysAdminServlet
 
SYSTEM_ADMINISTRATOR - Static variable in class okapi.coreobjects.OkapiRole
System Administrator for Site.
system_administratorRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 

T

TA - Static variable in class okapi.coreobjects.OkapiRole
Teaching Assistant for class
taRoleUser - Static variable in class okapi.coreobjects.OkapiUser
 
terms - Static variable in class okapi.tools.OkapiEditNexusSettingsM
 
tidy(String) - Static method in class okapi.tools.OkapiToolUtilities
Returns a 'tidy' version of the String, or null if tidy finds any errors.
tidy(String, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Returns a 'tidy' version of the String, or null if tidy finds any errors.
tidy(String, boolean, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Returns a 'tidy' version of the String, or null if tidy finds any errors.
tidy(String, boolean, boolean, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Returns a 'tidy' version of the String, or null if tidy finds any errors.
tidy(BufferedInputStream) - Static method in class okapi.tools.OkapiToolUtilities
Returns a 'tidy' version of the characters read from the input stream or null if tidy finds any errors.
tidy(BufferedInputStream, boolean) - Static method in class okapi.tools.OkapiToolUtilities
Returns a 'tidy' version of the characters read from the input stream, or null if tidy find any errors.
tidyString(String) - Static method in class okapi.tools.OkapiAddOcwMaterialM
Method tidyString
tidyString(BufferedInputStream) - Static method in class okapi.tools.OkapiAddOcwMaterialM
 
timeZone - Variable in class okapi.coreobjects.OkapiUserAddress
 
title - Variable in class okapi.util.OkapiSearchUtils.SearchResult
 
toByteArray() - Method in class okapi.tools.ToolOutputStream
 
toByteArray() - Method in class okapi.tools.ToolResponse
Method toByteArray.
toInt() - Method in exception okapi.coreobjects.FieldOverflowException
Method toInt
toolControllerCode - Variable in class okapi.coreobjects.OkapiToolController
Unique database key OkapiToolControllerCode.
ToolOutputStream - Class in okapi.tools
Class ToolOutputStream.
ToolOutputStream() - Constructor for class okapi.tools.ToolOutputStream
 
ToolRequest - Class in okapi.tools
Class ToolRequest.
ToolRequest(HttpServletRequest) - Constructor for class okapi.tools.ToolRequest
 
ToolResponse - Class in okapi.tools
Class ToolResponse.
ToolResponse(HttpServletResponse) - Constructor for class okapi.tools.ToolResponse
Constructor ToolResponse.
toString() - Method in exception okapi.coreobjects.FieldOverflowException
Method toString
toString() - Method in class okapi.coreobjects.OkapiObjectID
String version of object is simply the object identifier
toString() - Method in class okapi.coreobjects.OkapiRole
Method toString
toString() - Method in exception okapi.tools.OkapiToolException
Returns the xml error message associated with this exception
toString() - Method in class okapi.tools.ToolOutputStream
Method toString.
toString() - Method in class okapi.tools.ToolRequest
Method toString
toString() - Method in class okapi.tools.ToolResponse
Method toString.
toString() - Method in class okapi.util.OkapiXMLDocument
Method toString
turnHttpToLink(String) - Static method in class okapi.tools.OkapiToolUtilities
Method turnHttpToLink replace lone http, mailto, news, or ftp to link

U

update_rows_affected - Variable in class okapi.coreobjects.OkapiGroup
Rows affected by updateDB.
updateDB() - Method in class okapi.coreobjects.OkapiArc
Update the database record for this object.
updateDB() - Method in class okapi.coreobjects.OkapiContent
Update the database record for this object.
updateDB() - Method in class okapi.coreobjects.OkapiGroup
Update the database record for this object.
updateDB() - Method in class okapi.coreobjects.OkapiNexus
Update the database record for this object.
updateDB() - Method in class okapi.coreobjects.OkapiObject
Update the database record for this object.
updateDB() - Method in class okapi.coreobjects.OkapiUser
Update the database record for this object.
updateHttpSession(HttpSession) - Method in class okapi.util.OkapiSession
Updates the HttpSession with the values from the OkapiSession.
updateToolsetStatus(HttpServletRequest) - Static method in class okapi.tools.OkapiToolUtilities
Updates the status of the toolset by looking for a current status stored in the session and a new value in the request.
URI - Static variable in class okapi.coreobjects.OkapiContent
 
urlDecode(String) - Static method in class okapi.tools.OkapiToolUtilities
Decode URL using java.net.URLDecoder.decode Convenience method which catches a java.io.UnsupportedEncodingException
urlEncode(String) - Static method in class okapi.tools.OkapiToolUtilities
Encode URL using java.net.URLEncoder.encode Convenience method which catches a java.io.UnsupportedEncodingException
userGroups(OkapiUser, boolean) - Static method in class okapi.coreobjects.OkapiGroup
Return a List of all Groups the User is in, recursively if the boolean is set to true.
userHasGraderRole(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Return true if user has role of GRADER in this nexus.
userHasManagerRole(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Return true if user has role of MANAGER in this nexus.
userIsClassStaff(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Return true if user has role of COURSE_ADMIN or better in this nexus.
userIsStudentOrLearner(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Return true if one of the user's role is as a STUDENT or LEARNER in this nexus.
userName - Variable in class okapi.util.OkapiStoreVersion
 
userNexusRoleInfo(OkapiUser, OkapiNexus) - Static method in class okapi.tools.OkapiToolUtilities
Return OkapiToolUserNexusRoleInfo object for user in this nexus; provides highest role info, etc.

V

voicePhone - Variable in class okapi.coreobjects.OkapiUserContactInfo
 

W

weekdayShortNames - Static variable in class okapi.tools.OkapiToolUtilities
 
worldGroup - Static variable in class okapi.coreobjects.OkapiGroup
 
write(int) - Method in class okapi.tools.ToolOutputStream
Method write.
write(byte[], int, int) - Method in class okapi.tools.ToolOutputStream
Method write.
write(byte[]) - Method in class okapi.tools.ToolOutputStream
Method write.
write(byte[]) - Method in class okapi.util.OkapiStoreOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class okapi.util.OkapiStoreOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class okapi.util.OkapiStoreOutputStream
Writes the specified byte to this output stream.

A B C D E F G H I J K L M N O P R S T U V W

Copyright ? 2001-2009 MIT. All Rights Reserved.