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

A

AbstractHttpRequest - Class in vle.domain.webservice.http
Encapsulates Http request information.
AbstractHttpRequest(Map<String, String>, Map<String, String>, String, int) - Constructor for class vle.domain.webservice.http.AbstractHttpRequest
Creates an AbstractHttpRequest object with all of the data required.
AbstractHttpRequest() - Constructor for class vle.domain.webservice.http.AbstractHttpRequest
DO NOT USE THIS METHOD
AbstractHttpRestCommand - Class in vle.domain.webservice.http
Abstract implementation of an SDS command using HTTP REST.
AbstractHttpRestCommand() - Constructor for class vle.domain.webservice.http.AbstractHttpRestCommand
 
accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
AMP - Static variable in class org.json.XML
The Character '&'.
Annotation - Class in vle.domain.annotation
Domain representing Annotation.
Annotation() - Constructor for class vle.domain.annotation.Annotation
The default constructor for Annotation
Annotation(String) - Constructor for class vle.domain.annotation.Annotation
The constructor for Annotation
Annotation(StepWork, UserInfo, Long, Timestamp, String, String) - Constructor for class vle.domain.annotation.Annotation
Constructor for Annotation
APOS - Static variable in class org.json.XML
The Character '''.
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
appendNodeStateAnnotation(JSONObject) - Method in class vle.domain.annotation.Annotation
 
APPLICATION_XML - Static variable in interface vle.domain.webservice.http.HttpRestTransport
 
array() - Method in class org.json.JSONWriter
Begin appending a new array.
AssetManager - Class in utils
Servlet implementation class AssetManager
AssetManager() - Constructor for class utils.AssetManager
 
attributeName - Variable in class vle.web.StepWorkController
 
AuthorController - Class in vle.web.author
 
AuthorController() - Constructor for class vle.web.author.AuthorController
 
authorWorkgroupId - Static variable in class vle.domain.peerreview.PeerReviewWork
 

B

back() - Method in class org.json.JSONTokener
Back up one character.
background.jobs - package background.jobs
 
BadHeaderException - Exception in vle.domain.webservice
Represents errors in headers for a request.
BadHeaderException(String) - Constructor for exception vle.domain.webservice.BadHeaderException
 
BANG - Static variable in class org.json.XML
The Character '!'.

C

calculatePeerReviewOpen(Long, Long, Node, int, int, int) - Static method in class vle.domain.peerreview.PeerReviewGate
 
CDL - Class in org.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class org.json.CDL
 
CharsetFilter - Class in utils.filters
UTF-8 Filter for all requests/responses.
CharsetFilter() - Constructor for class utils.filters.CharsetFilter
 
checkForLegalHeaders(Map<String, String>) - Method in class vle.domain.webservice.http.AbstractHttpRequest
Checks that the request headers are legal
compare(FileManager.NodeInfo, FileManager.NodeInfo) - Method in class utils.FileManager.NodeInfoComparator
Compares the NodeInfo objects such that they will be ordered by step number from smallest to biggest.
conn - Static variable in class vle.VLEServlet
 
Connector - Class in utils
 
Connector() - Constructor for class utils.Connector
 
Converter - Class in utils
The Converter servlet handles converting xml to JSON objects for projects and node content.
Converter() - Constructor for class utils.Converter
 
convertPreviousWork(Node) - Method in class utils.Converter
Given a Node, finds and parses the previousworknode element, returning a ArrayList of ids.
convertProjectAttributes(Node, JSONObject) - Method in class utils.Converter
Given a Node project and a JSONObject projectObj, sets the fields in the projectObj with the values specified for the attributes of the same name within the node.
convertProjectDocToJSONObject(Document) - Method in class utils.Converter
Converts the given Document project document into a JSONObject project JSON object and returns it.
convertProjectNode(Node) - Method in class utils.Converter
Given a Node project node, converts the xml into a JSONObject and returns that object.
convertProjectNodes(NodeList) - Method in class utils.Converter
Given a NodeList list of xml project node elements, generates a JSON node object for each element in the list, appends it to the ArrayList and returns the list.
convertProjectSequence(Node) - Method in class utils.Converter
Given a Node sequence element, retrieves that attributes and child elements and creates and returns a JSONObject sequence object based on those values.
convertProjectSequences(NodeList) - Method in class utils.Converter
Given a NodeList sequence list, creates equivalent JSONObjects as specified in the sequence nodes, appends them to an ArrayList sequences list and returns that list.
convertProjectStartPoint(Node, JSONObject) - Method in class utils.Converter
Given the Node startPointNode and the JSONObject projectObj, gets the startpoint value from the node and sets the field value in the object.
convertReference(Node) - Method in class utils.Converter
Given a Node node, finds the reference element and returns the String value.
convertReferences(NodeList) - Method in class utils.Converter
Given a NodeList nodes, retrieves that 'ref' attribute value for each node, appends it a ArrayList list of id and returns that list.
convertXMLInputStreamToString(InputStream) - Static method in class vle.domain.webservice.http.AbstractHttpRestCommand
 
convertXmlInputStreamToXmlDocument(InputStream) - Method in class vle.domain.webservice.http.AbstractHttpRestCommand
 
convertXMLProject(HttpServletRequest, HttpServletResponse) - Method in class utils.Converter
Given a HttpServletRequest and a HttpServletResponse, retrieves the 'path' parameter from the request, parses the xml document specified by that path, converts it to json and writes a new .project.json file with the data.
convertXMLProjectString(HttpServletRequest, HttpServletResponse) - Method in class utils.Converter
Given a HttpServletRequest request and a HttpServletResponse response, converts the value of the parameter "xml" in the request to a JSON object string and writes that string to the response.
Cookie - Class in org.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class org.json.Cookie
 
CookieList - Class in org.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class org.json.CookieList
 
copy(File, File) - Method in class utils.FileManager
Copies the given File src to the given File dest.
CRaterController - Class in vle.web
 
CRaterController() - Constructor for class vle.web.CRaterController
 
CRaterHttpClient - Class in vle.domain.webservice.crater
Controller for using the CRater scoring servlet via HTTP
CRaterHttpClient() - Constructor for class vle.domain.webservice.crater.CRaterHttpClient
 
CRaterJob - Class in background.jobs
 
CRaterJob() - Constructor for class background.jobs.CRaterJob
 
CRaterRequest - Class in vle.domain.cRater
Domain representing CRaterRequests, pending and completed.
CRaterRequest() - Constructor for class vle.domain.cRater.CRaterRequest
Default constructor
CRaterRequest(String, StepWork, Long, Long) - Constructor for class vle.domain.cRater.CRaterRequest
 
CREATE_VLE_VISTS_TABLE_SQL - Static variable in class vle.VLEServlet
 
createConnection() - Static method in class vle.VLEServlet
 
createCRaterNodeStateAnnotation(Long, int, JSONObject, String) - Static method in class vle.domain.annotation.Annotation
 
createIdOrCriterion(List<Long>, int) - Static method in class vle.domain.work.StepWork
A recursive function that chains "or" restrictions of ids together
createJournalXML(ResultSet) - Static method in class vle.VLEJournalServlet
Creates the journal xml from a ResultSet
createUserInfoOrCriterion(List<UserInfo>, int) - Static method in class vle.domain.work.StepWork
A recursive function that chains "or" restrictions of userInfos together
CRLF - Static variable in class org.json.HTTP
Carriage return/line feed.

D

DailyJob - Class in background.jobs
 
DailyJob() - Constructor for class background.jobs.DailyJob
 
debug - Static variable in class vle.VLEJournalServlet
 
debugPrint(String) - Static method in class vle.VLEJournalServlet
Used for testing output.
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
delete() - Method in class vle.domain.PersistableDomain
Deletes this Environments in the datastore.
destroy() - Method in class utils.filters.CharsetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class utils.filters.CharsetFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class utils.AssetManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class utils.Converter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class utils.EchoPostData
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class utils.FileManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class utils.Minifier
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class utils.ModeMaster
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLE
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEConfig
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEGetAnnotations
Get is implemented for testing purposes so you can just enter arguments in the url to easily test.
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEGetFlag
Get is implemented for testing purposes so you can just enter arguments in the url to easily test.
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEGetJournalData
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEGetUser
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEPostAnnotations
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEPostFlag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEPostJournalData
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEView
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.author.AuthorController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.CRaterController
Handle GET requests
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.DomainController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEAnnotationController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEGetData
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEGetStatistics
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEGetSVGDraw
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEGetXLS
Generates and returns an excel xls of exported student data.
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEIdeaBasketController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEJournalController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEPeerReviewController
 
doGetJSON(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEAnnotationController
Handle GETing of Annotations.
doGetJSON(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEPeerReviewController
Handles the requesting of other student's work for phase 2 of the peer review.
DomainController - Class in vle.web
 
DomainController() - Constructor for class vle.web.DomainController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class utils.AssetManager
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class utils.Converter
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class utils.EchoPostData
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class utils.FileManager
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class utils.Minifier
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class utils.ModeMaster
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEConfig
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEGetJournalData
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEGetUser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEPostAnnotations
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEPostFlag
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.VLEPostJournalData
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.author.AuthorController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.CRaterController
Handle POST requests
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.StepWorkController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEAnnotationController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEIdeaBasketController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEJournalController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEPeerReviewController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class vle.web.VLEPostData
 
doRequest(HttpServletRequest, HttpServletResponse) - Method in class utils.AssetManager
 
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.
dropConstraints() - Method in class vle.hibernate.MySQL5MyISAMDialect
 

E

EchoPostData - Class in utils
 
EchoPostData() - Constructor for class utils.EchoPostData
 
EMPTY_STRING_MAP - Static variable in class vle.domain.webservice.http.AbstractHttpRestCommand
 
EMPTY_STRING_MAP - Static variable in class vle.domain.webservice.http.HttpPutRequest
 
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
entity - Static variable in class org.json.XMLTokener
The table of entity values.
EQ - Static variable in class org.json.XML
The Character '='.
escape(String) - Static method in class org.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.json.XML
Replace special characters with XML escapes:
execute(JobExecutionContext) - Method in class background.jobs.CRaterJob
Loops through incomplete CRaterRequests and requests them 10 seconds apart.
execute(JobExecutionContext) - Method in class background.jobs.DailyJob
 
expectedResponseStatusCode - Variable in class vle.domain.webservice.http.AbstractHttpRequest
 

F

FileManager - Class in utils
Servlet implementation class for Servlet: FileManager
FileManager() - Constructor for class utils.FileManager
 
FileManager.NodeInfo - Class in utils
An object to hold information for a node.
FileManager.NodeInfo(String, String, String, String, String) - Constructor for class utils.FileManager.NodeInfo
 
FileManager.NodeInfoComparator - Class in utils
Comparator that compares NodeInfo objects.
FileManager.NodeInfoComparator() - Constructor for class utils.FileManager.NodeInfoComparator
 
fromQuery - Static variable in class vle.domain.annotation.Annotation
 
fromQuery - Static variable in class vle.domain.cRater.CRaterRequest
 
fromQuery - Static variable in class vle.domain.journal.Journal
 
fromQuery - Static variable in class vle.domain.journal.JournalEntry
 
fromQuery - Static variable in class vle.domain.node.Node
 
fromQuery - Static variable in class vle.domain.PersistableDomain
 
fromQuery - Static variable in class vle.domain.user.UserInfo
 
fromQuery - Static variable in class vle.domain.work.StepWork
 
fromQuery - Static variable in class vle.domain.work.StepWorkCache
 

G

generateUniqueFile(File, String) - Method in class utils.FileManager
Given a parent directory File and a file extension String generates and returns a File with a unique filename.
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
get(HttpGetRequest) - Method in interface vle.domain.webservice.http.HttpRestTransport
Performs the GET operation given the data required for the get.
get(HttpGetRequest) - Method in class vle.domain.webservice.http.impl.HttpRestTransportImpl
 
getAnnotateTime() - Method in class vle.domain.annotation.Annotation
 
getAnnotation() - Method in class vle.domain.peerreview.PeerReviewWork
 
getAnnotationForNodeStateId(Long) - Method in class vle.domain.annotation.Annotation
 
getAssessmentListTemplate() - Static method in class utils.Template
 
getAuthorUserInfo() - Static method in class vle.domain.peerreview.PeerReviewWork
Get the author UserInfo which has a workgroupId of -2
getAuthorWorkgroupId() - Static method in class vle.domain.peerreview.PeerReviewWork
 
getBaseUrl() - Method in interface vle.domain.webservice.http.HttpRestTransport
Get the base url bound to this HTTP transport.
getBaseUrl() - Method in class vle.domain.webservice.http.impl.HttpRestTransportImpl
 
getBodyData() - Method in class vle.domain.webservice.http.HttpPostRequest
Returns the body data for this request.
getBodyData() - Method in class vle.domain.webservice.http.HttpPutRequest
Returns the body data for this request.
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getBrainstormTemplate() - Static method in class utils.Template
 
getBranchTemplate() - Static method in class utils.Template
 
getByFromWorkgroupAndToWorkgroup(UserInfo, UserInfo, Class<?>) - Static method in class vle.domain.annotation.Annotation
Returns a list of Annotation that were made from the specified workgroup to the specified workgroup.
getByFromWorkgroupsAndStepWork(List<UserInfo>, StepWork, String) - Static method in class vle.domain.annotation.Annotation
Get all the annotations that are from any of the users in the fromWorkgroups list and to the specific step work
getByFromWorkgroupsAndToWorkgroup(List<UserInfo>, UserInfo, Class<?>) - Static method in class vle.domain.annotation.Annotation
Get a list of Annotation objects given a list of fromWorkgroups and a toWorkgroup
getById(Long, Class<?>) - Static method in class vle.domain.PersistableDomain
Returns an Environment with the specified id or null if no such Environment exists.
getByNodeId(Long) - Static method in class vle.domain.work.StepWork
Returns an Environment with the specified id or null if no such Environment exists.
getByNodeIdAndRunId(String, String) - Static method in class vle.domain.node.Node
 
getByNodeIdAndRunId(String, String, boolean) - Static method in class vle.domain.node.Node
Works similar to getByNodeIdAndRunId, except
getByNodeIdsAndRunId(List<String>, String) - Static method in class vle.domain.node.Node
Get a List of Node objects given a list of node ids and the run id
getByParamMap(Map<String, String[]>) - Static method in class vle.domain.annotation.Annotation
Returns a list of Annotation based on the request parameters
getByRunId(Long, Class<?>) - Static method in class vle.domain.annotation.Annotation
Returns a list of Annotation that are for the specified run id
getByRunId(String) - Static method in class vle.domain.node.Node
Returns all nodes that are in the specified runId.
getByRunIdPeriodIdNodeId(Long, Long, Node) - Static method in class vle.domain.peerreview.PeerReviewGate
 
getByStepWork(StepWork, Class<?>) - Static method in class vle.domain.annotation.Annotation
Get all the annotations for the given stepwork
getByStepWorkAndAnnotationType(StepWork, String) - Static method in class vle.domain.annotation.Annotation
Get all the annotations for the given stepwork
getByStepWorkId(Long) - Static method in class vle.domain.work.StepWork
Returns the StepWork with the specified id
getByStepWorkIdNodeStateId(StepWork, Long) - Static method in class vle.domain.cRater.CRaterRequest
Returns a CRaterRequest for the specified StepWork and NodeStateId.
getByStepWorkList(List<StepWork>) - Static method in class vle.domain.annotation.Annotation
Given a list of StepWork, returns all annotation flags that were made on them.
getByUserIdAndData(UserInfo, String) - Static method in class vle.domain.work.StepWork
Returns the StepWork with the specified userInfo and data
getByUserInfo(UserInfo) - Static method in class vle.domain.work.StepWork
Returns a list of StepWork done by the specified workgroup with the specified id or null if no such StepWork exists.
getByUserInfo(UserInfo) - Static method in class vle.domain.work.StepWorkCache
Returns the specified userInfo's StepWorkCache.
getByUserInfoAndNode(UserInfo, Node) - Static method in class vle.domain.work.StepWork
Get the StepWork for the given UserInfo and Node
getByUserInfoAndNodeList(UserInfo, List<Node>) - Static method in class vle.domain.work.StepWork
Returns a list of StepWork done by the specified UserInfo user and have a nodeId that is in the nodeList
getByUserInfoAndStepWork(UserInfo, StepWork, String) - Static method in class vle.domain.annotation.Annotation
 
getByUserInfoGetRevisions(UserInfo, boolean) - Static method in class vle.domain.work.StepWorkCache
Returns the specified userInfo's StepWorkCache with revisions or not.
getByUserInfosAndNode(List<UserInfo>, Node) - Static method in class vle.domain.work.StepWork
Returns a list of StepWork done by the specified workgroup with the specified id or null if no such Environment exists.
getByWorkgroupId(Long) - Static method in class vle.domain.user.UserInfo
Returns an Environment with the specified id or null if no such Environment exists.
getByWorkgroupIds(List<String>) - Static method in class vle.domain.user.UserInfo
Obtain a list of UserInfo objects from a list of workgroup ids
getCacheTime() - Method in class vle.domain.work.StepWorkCache
 
getCause() - Method in exception org.json.JSONException
 
getChallengeTemplate() - Static method in class utils.Template
 
getCRaterAnnotation(Long, String, Long, String, String, String) - Static method in class vle.web.VLEAnnotationController
Returns a CRater Annotation based on parameters, if exists.
getCRaterAnnotationByStepWorkId(Long) - Static method in class vle.domain.annotation.Annotation
Returns a list of Annotation based on the request parameters
getcRaterItemId() - Method in class vle.domain.cRater.CRaterRequest
 
getCRaterItemId() - Method in class vle.domain.work.StepWork
If this StepWork contains response for a CRater item, return the CRaterItemId.
getcRaterResponse() - Method in class vle.domain.cRater.CRaterRequest
 
getCRaterScoringResponse(String, String, String, String, String) - Static method in class vle.domain.webservice.crater.CRaterHttpClient
Sends student work to the CRater server and receives the score as the response
getCRaterVerificationResponse(String, String, String) - Static method in class vle.domain.webservice.crater.CRaterHttpClient
Makes a request to the CRater server for the scoring rubric for a specific item id.
getData() - Method in class vle.domain.annotation.Annotation
Returns the data associated with this stepWork
getData() - Method in class vle.domain.ideabasket.IdeaBasket
 
getData() - Method in class vle.domain.journal.Journal
 
getData() - Method in class vle.domain.journal.JournalEntry
 
getData() - Method in class vle.domain.statistics.VLEStatistics
 
getData() - Method in class vle.domain.work.StepWork
 
getData() - Method in class vle.domain.work.StepWorkCache
 
getDataGraphTemplate() - Static method in class utils.Template
 
getDOMDocumentFromString(String) - Method in class utils.Converter
Creates and returns a new DOM Document with the given xml String parsed.
getDOMDocumentFromURI(String) - Method in class utils.Converter
Creates and returns a new DOM Document parsing the document at the given uri.
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getDuplicateId(JSONObject) - Static method in class utils.VLEDataUtils
 
getDuplicateId() - Method in class vle.domain.work.StepWork
 
getEndTime() - Method in class vle.domain.work.StepWork
 
getEntries() - Method in class vle.domain.journal.Journal
 
getExpectedResponseStatusCode() - Method in class vle.domain.webservice.http.AbstractHttpRequest
Returns the expected response status code for this request.
getExplanationBuilderTemplate() - Static method in class utils.Template
Create the template for the Explanation Builder step content.
getFailCount() - Method in class vle.domain.cRater.CRaterRequest
 
getFileExtension(String) - Method in class utils.FileManager
Given a String filename, returns the String extension.
getFileText(File) - Method in class utils.FileManager
Given a File, reads the text from the file as a String and returns the string.
getFillinTemplate() - Static method in class utils.Template
 
getHomePath() - Method in class vle.web.DomainController
 
getHomePath() - Method in class vle.web.StepWorkController
 
getHtmlStringForType(String, String, String) - Static method in class utils.Template
 
getHtmlTemplate(String, String) - Static method in class utils.Template
 
getId() - Method in class vle.domain.annotation.Annotation
 
getId() - Method in class vle.domain.cRater.CRaterRequest
 
getId() - Method in class vle.domain.ideabasket.IdeaBasket
 
getId() - Method in class vle.domain.journal.Journal
 
getId() - Method in class vle.domain.journal.JournalEntry
 
getId() - Method in class vle.domain.node.Node
 
getId() - Method in class vle.domain.peerreview.PeerReviewGate
 
getId() - Method in class vle.domain.statistics.VLEStatistics
 
getId() - Method in class vle.domain.user.UserInfo
 
getId() - Method in class vle.domain.work.StepWork
 
getId() - Method in class vle.domain.work.StepWorkCache
 
getIdeaBasketByRunIdWorkgroupId(long, long) - Static method in class vle.domain.ideabasket.IdeaBasket
Get the latest IdeaBasket with the given run id and workgroup id
getIdeaBasketsForRunId(long) - Static method in class vle.domain.ideabasket.IdeaBasket
 
getIncompleteCRaterRequests() - Static method in class vle.domain.cRater.CRaterRequest
Returns a list of CRaterRequests that have not been completed.
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJournal() - Method in class vle.domain.journal.JournalEntry
 
getJournal() - Method in class vle.domain.user.UserInfo
 
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getJSONObject() - Method in class vle.domain.statistics.VLEStatistics
Get the JSONObject representation of the data
getLastJournalEntry() - Method in class vle.domain.journal.Journal
Returns the last JournalEntry within this journal.
getLastNodeStateTimestamp() - Method in class vle.domain.work.StepWork
Returns the timestamp of the latest NodeState in this StepWork.
getLatestAnnotationByStepWork(List<StepWork>, List<String>, String) - Static method in class vle.domain.annotation.Annotation
Get the latest annotation that is associated with any of the StepWork objects and has a fromWorkgroup that is in the workgroupIds list
getLatestAnnotationByStepWork(List<StepWork>, String) - Static method in class vle.domain.annotation.Annotation
Get the latest annotation that is associated with any of the StepWork objects
getLatestAnnotationCommentByStepWork(List<StepWork>, List<String>) - Static method in class vle.domain.annotation.Annotation
Get the latest comment annotation that is associated with any of the StepWork objects and has a fromWorkgroup that is in the workgroupIds list
getLatestAnnotationScoreByStepWork(List<StepWork>, List<String>) - Static method in class vle.domain.annotation.Annotation
Get the latest score annotation that is associated with any of the StepWork objects and has a fromWorkgroup that is in the workgroupIds list
getLatestByUserInfo(UserInfo) - Static method in class vle.domain.work.StepWork
Returns the latest StepWork done by the specified workgroup with the specified id or null if no such StepWork exists.
getLatestByUserInfoAndNode(UserInfo, Node) - Static method in class vle.domain.work.StepWork
Returns the latest StepWork done by the specified workgroup with the specified id and specified node or null if no such StepWork exists.
getLatestCRaterScoreByStepWork(List<StepWork>) - Static method in class vle.domain.annotation.Annotation
Get the latest cRater score annotation that is associated with any of the StepWork objects
getLatestIdeaBasketsForRunId(long) - Static method in class vle.domain.ideabasket.IdeaBasket
Get all the latest IdeaBaskets with the given run id we will basically be performing this query select * from vle_database.ideaBasket i where id in(SELECT max(id) FROM vle_database.ideaBasket i where runid= group by workgroupid)
getLatestIdeaBasketsForRunIdWorkgroupIds(long, List<Long>) - Static method in class vle.domain.ideabasket.IdeaBasket
Get all the latest IdeaBaskets with the given run id we will basically be performing this query select * from vle_database.ideaBasket i where id in(SELECT max(id) FROM vle_database.ideaBasket i where runid= and workgroupid in() group by workgroupid)
getList(Class<?>) - Static method in class vle.domain.PersistableDomain
Returns a list of all Environment in the datastore.
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMatchSequenceTemplate() - Static method in class utils.Template
 
getMultipleChoiceTemplate(String) - Static method in class utils.Template
 
getMySystemTemplate() - Static method in class utils.Template
 
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getNextJournalPageId(String) - Static method in class vle.VLEJournalServlet
Gets the next id to use when creating a new journal page
getNode() - Method in class vle.domain.journal.JournalEntry
 
getNode() - Method in class vle.domain.peerreview.PeerReviewGate
 
getNode() - Method in class vle.domain.peerreview.PeerReviewWork
 
getNode() - Method in class vle.domain.work.StepWork
 
getNodeId() - Method in class utils.FileManager.NodeInfo
 
getNodeId(String) - Static method in class utils.VLEDataUtils
Obtain the value between the id tags
getNodeId(JSONObject) - Static method in class utils.VLEDataUtils
Returns the id of the nodeVisit given the nodeVisit JSON object
getNodeId() - Method in class vle.domain.node.Node
 
getNodeStateByTimestamp(Long) - Method in class vle.domain.work.StepWork
Returns the node state object within this stepwork with the specified timestamp or null if does not exist.
getNodeStateId() - Method in class vle.domain.cRater.CRaterRequest
 
getNodeStates(String) - Static method in class utils.VLEDataUtils
Obtain the value between the nodeStates tags.
getNodeTemplate(String, String, String) - Static method in class utils.Template
 
getNodeType() - Method in class utils.FileManager.NodeInfo
 
getNodeType(String) - Static method in class utils.VLEDataUtils
Obtain the value between the type tags
getNodeType(JSONObject) - Static method in class utils.VLEDataUtils
Returns the specified nodeVisit's node type
getNodeType() - Method in class vle.domain.node.Node
 
getNodeTypeFromStepWorkJSONObject(JSONObject) - Method in class vle.web.VLEGetXLS
Get the node type from the JSON Object
getNodeTypeFromStepWorkJSONString(String) - Method in class vle.web.VLEGetXLS
Get the node type from the StepWork data JSON string
getNoteTemplate() - Static method in class utils.Template
Returns a Note Template
getObjectAttributeName() - Method in class vle.web.DomainController
 
getObjectAttributeName() - Method in class vle.web.StepWorkController
 
getObjectById(Long) - Method in class vle.web.DomainController
 
getObjectById(Long) - Method in class vle.web.StepWorkController
 
getObjectClass() - Method in class vle.domain.annotation.Annotation
 
getObjectClass() - Method in class vle.domain.cRater.CRaterRequest
 
getObjectClass() - Method in class vle.domain.ideabasket.IdeaBasket
 
getObjectClass() - Method in class vle.domain.journal.Journal
 
getObjectClass() - Method in class vle.domain.journal.JournalEntry
 
getObjectClass() - Method in class vle.domain.node.Node
 
getObjectClass() - Method in class vle.domain.peerreview.PeerReviewGate
 
getObjectClass() - Method in class vle.domain.peerreview.PeerReviewWork
 
getObjectClass() - Method in class vle.domain.PersistableDomain
 
getObjectClass() - Method in class vle.domain.statistics.VLEStatistics
 
getObjectClass() - Method in class vle.domain.user.UserInfo
 
getObjectClass() - Method in class vle.domain.work.StepWork
 
getObjectClass() - Method in class vle.domain.work.StepWorkCache
 
getObjectClass() - Static method in class vle.web.StepWorkController
 
getObjectList() - Method in class vle.web.DomainController
 
getObjectList() - Method in class vle.web.StepWorkController
 
getObjectListAttributeName() - Method in class vle.web.DomainController
 
getObjectListAttributeName() - Method in class vle.web.StepWorkController
 
getOpenResponseTemplate() - Static method in class utils.Template
Returns an Open Response Template
getOrCreateAuthorReviewWork(Long, Long, Node, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getOrCreateByRunIdPeriodIdNodeId(Long, Long, Node) - Static method in class vle.domain.peerreview.PeerReviewGate
 
getOrCreateByWorkgroupId(Long) - Static method in class vle.domain.user.UserInfo
Similar to getByWorkgroupId, but if the user is not found, create one.
getParentOrChild() - Method in class utils.FileManager.NodeInfo
 
getPeerReviewWorkByRun(Long) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getPeerReviewWorkByRunPeriodNode(Long, Long, Node) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getPeerReviewWorkByRunPeriodNodeReviewerUserInfo(Long, Long, Node, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getPeerReviewWorkByRunPeriodNodeStepWorkReviewer(Long, Long, Node, StepWork, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getPeerReviewWorkByRunPeriodNodeWorkerUserInfo(Long, Long, Node, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getPeerReviewWorkByRunPeriodNodeWorkerUserInfoReviewerUserInfo(Long, Long, Node, UserInfo, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getPeriodId() - Method in class vle.domain.peerreview.PeerReviewGate
 
getPeriodId() - Method in class vle.domain.peerreview.PeerReviewWork
 
getPostTime() - Method in class vle.domain.annotation.Annotation
 
getPostTime() - Method in class vle.domain.ideabasket.IdeaBasket
 
getPostTime() - Method in class vle.domain.work.StepWork
 
getProjectId() - Method in class vle.domain.ideabasket.IdeaBasket
 
getProjectMetaTemplate(String) - Static method in class utils.Template
 
getProjectNodeTemplate(String, String, String, String) - Static method in class utils.Template
 
getProjectTemplate(String) - Static method in class utils.Template
 
getRelativeUrl() - Method in class vle.domain.webservice.http.AbstractHttpRequest
Returns the target URL for this request.
getRequestHeaders() - Method in class vle.domain.webservice.http.AbstractHttpRequest
Returns the request headers for this request.
getRequestParameters() - Method in class vle.domain.webservice.http.AbstractHttpRequest
Returns the request parameters for this request.
getReviewerUserInfo() - Method in class vle.domain.peerreview.PeerReviewWork
 
getRunId() - Method in class vle.domain.annotation.Annotation
 
getRunId() - Method in class vle.domain.cRater.CRaterRequest
 
getRunId() - Method in class vle.domain.ideabasket.IdeaBasket
 
getRunId() - Method in class vle.domain.node.Node
 
getRunId() - Method in class vle.domain.peerreview.PeerReviewGate
 
getRunId() - Method in class vle.domain.peerreview.PeerReviewWork
 
getScore(String) - Static method in class vle.domain.webservice.crater.CRaterHttpClient
Gets and Returns the Score from the CRater response XML string, or -1 if it does not exist.
getSensorTemplate() - Static method in class utils.Template
Create the template for the Sensor step content.
getSequenceTemplate(String, String) - Static method in class utils.Template
 
getSession() - Static method in class vle.hibernate.HibernateUtil
 
getSessionFactory() - Static method in class vle.hibernate.HibernateUtil
 
getStartTime() - Method in class vle.domain.work.StepWork
 
getStepNumber() - Method in class utils.FileManager.NodeInfo
 
getStepWork() - Method in class vle.domain.annotation.Annotation
 
getStepWork() - Method in class vle.domain.cRater.CRaterRequest
 
getStepWork() - Method in class vle.domain.peerreview.PeerReviewWork
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getSVGDrawTemplate() - Static method in class utils.Template
 
getSVGString(String) - Method in class vle.web.VLEGetSVGDraw
 
getTableTypeString() - Method in class vle.hibernate.MySQL5MyISAMDialect
 
getTimeCompleted() - Method in class vle.domain.cRater.CRaterRequest
 
getTimeCreated() - Method in class vle.domain.cRater.CRaterRequest
 
getTimestamp() - Method in class vle.domain.statistics.VLEStatistics
 
getTitle() - Method in class utils.FileManager.NodeInfo
 
getType() - Method in class vle.domain.annotation.Annotation
 
getUnassignedPeerReviewWorkList(Long, Long, Node) - Static method in class vle.domain.peerreview.PeerReviewWork
 
getUniqueFileNamePrefix(File) - Method in class utils.FileManager
Get a file name prefix that has not been used yet
getUserInfo() - Method in class vle.domain.annotation.Annotation
 
getUserInfo() - Method in class vle.domain.journal.Journal
 
getUserInfo() - Method in class vle.domain.peerreview.PeerReviewWork
 
getUserInfo() - Method in class vle.domain.work.StepWork
 
getUserInfo() - Method in class vle.domain.work.StepWorkCache
 
getUserInfosThatHaveWorkedToday(List<UserInfo>) - Static method in class vle.domain.user.UserInfo
Out of the list of UserInfo objects that are passed in, find the ones that have submitted any work today and return them in a list.
getValueInbetweenTag(String, String, String) - Static method in class utils.VLEDataUtils
Obtains the value inbetween two xml tags
getVisitEndTime(String) - Static method in class utils.VLEDataUtils
Obtain the value between the visitEndTime tags without the time zone
getVisitEndTime(JSONObject) - Static method in class utils.VLEDataUtils
Returns the node visit's end time given the nodeVisit JSON object
getVisitStartTime(String) - Static method in class utils.VLEDataUtils
Obtain the value between the visitStartTime tags without the time zone
getVisitStartTime(JSONObject) - Static method in class utils.VLEDataUtils
Returns the node visit's start time given a JSON object
getVLEStatistics() - Static method in class vle.domain.statistics.VLEStatistics
Get all the vle statistics rows ordered from oldest to newest
getWorkgroupId() - Method in class vle.domain.ideabasket.IdeaBasket
 
getWorkgroupId() - Method in class vle.domain.user.UserInfo
 
GT - Static variable in class org.json.XML
The Character '>'.

H

handleCreateAction(HttpServletRequest, HttpServletResponse) - Method in class vle.web.DomainController
 
has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
HibernateUtil - Class in vle.hibernate
Hibernate Utilities
HibernateUtil() - Constructor for class vle.hibernate.HibernateUtil
 
homePath - Variable in class vle.web.StepWorkController
 
HTTP - Class in org.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class org.json.HTTP
 
HttpGetRequest - Class in vle.domain.webservice.http
Immutable and thread-safe class to encapsulate data required for a GET request (headers, parameters, relativeUrl and expected response).
HttpGetRequest(Map<String, String>, Map<String, String>, String, int) - Constructor for class vle.domain.webservice.http.HttpGetRequest
Creates an HttpGetRequest object with all of the data required.
HttpGetRequest() - Constructor for class vle.domain.webservice.http.HttpGetRequest
DO NOT USE THIS METHOD
HttpPostRequest - Class in vle.domain.webservice.http
Immutable and thread-safe class to encapsulate data required for a post request (headers, parameters, body, relativeUrl and expected response).
HttpPostRequest(Map<String, String>, Map<String, String>, String, String, int) - Constructor for class vle.domain.webservice.http.HttpPostRequest
Creates an HttpPostRequest object with all of the data required.
HttpPutRequest - Class in vle.domain.webservice.http
Immutable and thread-safe class to encapsulate data required for a put request (headers, body, relativeUrl and expected response).
HttpPutRequest(Map<String, String>, String, String, int) - Constructor for class vle.domain.webservice.http.HttpPutRequest
Creates an HttpPutRequest object with all of the data required.
HttpRestTransport - Interface in vle.domain.webservice.http
An HTTP REST facade.
HttpRestTransportImpl - Class in vle.domain.webservice.http.impl
Thread-safe Http transport implementation which uses the Jakarta Commons HttpClient package.
HttpRestTransportImpl() - Constructor for class vle.domain.webservice.http.impl.HttpRestTransportImpl
Constructs a newly allocated HttpRestTransportImpl object.
HttpStatusCodeException - Exception in vle.domain.webservice
This exception is thrown when a transaction with the sds returns an unexpected http status code.
HttpStatusCodeException(String) - Constructor for exception vle.domain.webservice.HttpStatusCodeException
 
HTTPTokener - Class in org.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class org.json.HTTPTokener
Construct an HTTPTokener from a string.

I

IdeaBasket - Class in vle.domain.ideabasket
 
IdeaBasket() - Constructor for class vle.domain.ideabasket.IdeaBasket
the no args constructor
IdeaBasket(long, long, long) - Constructor for class vle.domain.ideabasket.IdeaBasket
Constructor that does not populate the data field
IdeaBasket(long, long, long, String) - Constructor for class vle.domain.ideabasket.IdeaBasket
Constructor that populates the values
init(FilterConfig) - Method in class utils.filters.CharsetFilter
 
isAllowedAccess(HttpServletRequest, String) - Static method in class utils.SecurityUtils
Given a HttpServletRequest request and a String path, returns boolen true if the servlet is allowed access to that path, returns false otherwise.
isAllowedAccess(HttpServletRequest, File) - Static method in class utils.SecurityUtils
Given a HttpServletRequest request and a File file, returns boolean true if the servlet is allowed access to that file, returns false otherwise.
isAuthenticated(HttpServletRequest) - Static method in class utils.SecurityUtils
Returns boolean true if the given HttpServletRequest request successfully authenticates with the portal, returns false otherwise.
isAuthorSetAsReviewer(PeerReviewWork) - Static method in class vle.domain.peerreview.PeerReviewWork
Checks if the author is set as the reviewer for the given PeerReviewWork
isGetRevisions() - Method in class vle.domain.work.StepWorkCache
 
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isOpen() - Method in class vle.domain.peerreview.PeerReviewGate
 
isPortalMode(HttpServletRequest) - Static method in class utils.SecurityUtils
Given a HttpServletRequest request, makes a request to the mode master to determine if the calling servlet should run in portal mode or stand-alone.
isSubmitForPeerReview(JSONObject) - Static method in class utils.VLEDataUtils
Check if this node visit is a peer review submit
isUserReviewingAuthor(Long, Long, Node, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
isValidReferrer(HttpServletRequest) - Static method in class utils.SecurityUtils
Checks the list of allowed referrers and returns boolean true if the referer from the request matches any from the list, returns false otherwise.
isValidResponseStatus(HttpMethod, int) - Method in class vle.domain.webservice.http.AbstractHttpRequest
Checks the status code returned from an HTTP request against the status code expected to be returned and logs the response information if the status code is not the expected one.

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
Journal - Class in vle.domain.journal
Domain object for storing student journal
Journal() - Constructor for class vle.domain.journal.Journal
 
journal - Variable in class vle.domain.user.UserInfo
 
JournalEntry - Class in vle.domain.journal
Domain object for storing student journal entries
JournalEntry() - Constructor for class vle.domain.journal.JournalEntry
 
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONML - Class in org.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.json.JSONML
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
listAttributeName - Variable in class vle.web.StepWorkController
 
logger - Variable in class vle.domain.webservice.http.AbstractHttpRequest
 
logger - Static variable in class vle.domain.webservice.http.AbstractHttpRestCommand
 
logMethodInfo(HttpMethod, int) - Method in class vle.domain.webservice.http.AbstractHttpRequest
Logs the HttpMethod response information
LT - Static variable in class org.json.XML
The Character '<'.

M

main(String[]) - Static method in class org.json.Test
Entry point.
main(String[]) - Static method in class utils.TTS
 
main(String[]) - Static method in class vle.domain.user.UserInfo
 
main(String[]) - Static method in class vle.domain.work.StepWork
 
main(String[]) - Static method in class vle.VLEServlet
 
main(String[]) - Static method in class vle.web.StepWorkController
 
matchUserToAuthor(Long, Long, Node, UserInfo, PeerReviewWork) - Static method in class vle.domain.peerreview.PeerReviewWork
 
Minifier - Class in utils
Servlet implementation class for Servlet: Minifier
Minifier() - Constructor for class utils.Minifier
 
mode - Variable in class org.json.JSONWriter
The current mode.
ModeMaster - Class in utils
 
ModeMaster() - Constructor for class utils.ModeMaster
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MySQL5MyISAMDialect - Class in vle.hibernate
Overrides getTableTypeString() method of MySQL5Dialect and returns engine=MyISAM instead of type=MyISAM when "create table..." queries are created by hibernate.
MySQL5MyISAMDialect() - Constructor for class vle.hibernate.MySQL5MyISAMDialect
 

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class org.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class org.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class org.json.XMLTokener
Return the next entity.
nextMeta() - Method in class org.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class org.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
NL - Static variable in class utils.Template
 
Node - Class in vle.domain.node
 
Node() - Constructor for class vle.domain.node.Node
 
noSpace(String) - Static method in class org.json.XML
Throw an exception if the string contains whitespace.
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
 

P

PeerReviewGate - Class in vle.domain.peerreview
 
PeerReviewGate() - Constructor for class vle.domain.peerreview.PeerReviewGate
 
PeerReviewWork - Class in vle.domain.peerreview
 
PeerReviewWork() - Constructor for class vle.domain.peerreview.PeerReviewWork
 
PersistableDomain - Class in vle.domain
 
PersistableDomain() - Constructor for class vle.domain.PersistableDomain
 
populateData(String) - Method in class vle.domain.work.StepWork
 
populateData(JSONObject) - Method in class vle.domain.work.StepWork
 
post(String, String) - Static method in class vle.domain.webservice.crater.CRaterHttpClient
Handles POSTing a CRater Request to the CRater Servlet and returns the CRater response string.
post(HttpPostRequest) - Method in interface vle.domain.webservice.http.HttpRestTransport
Performs the POST operation given the data required for the post.
post(HttpPostRequest) - Method in class vle.domain.webservice.http.impl.HttpRestTransportImpl
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
put(HttpPutRequest) - Method in interface vle.domain.webservice.http.HttpRestTransport
Performs the PUT operation given the data required for the put.
put(HttpPutRequest) - Method in class vle.domain.webservice.http.impl.HttpRestTransportImpl
 
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class org.json.XML
The Character '?'.
QUOT - Static variable in class org.json.XML
The Character '"'.
quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

relativeUrl - Variable in class vle.domain.webservice.http.AbstractHttpRequest
 
remove(int) - Method in class org.json.JSONArray
Remove a index and close the hole.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
request(String, String) - Static method in class utils.Connector
Makes a request to the given String url with the given String parameters and returns the String response string.
request(String) - Static method in class utils.Connector
Makes a request to the given String url with the given and returns the String response string.
REQUEST_HEADERS_ACCEPT - Static variable in class vle.domain.webservice.http.AbstractHttpRestCommand
 
REQUEST_HEADERS_CONTENT - Static variable in class vle.domain.webservice.http.AbstractHttpRestCommand
 
requestHeaders - Variable in class vle.domain.webservice.http.AbstractHttpRequest
 
requestParameters - Variable in class vle.domain.webservice.http.AbstractHttpRequest
 
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text row from a JSONArray.

S

saveOrUpdate() - Method in class vle.domain.PersistableDomain
Saves this environment to the datastore in a transaction
saveToFile(String) - Method in class utils.TTS
 
SecurityUtils - Class in utils
 
SecurityUtils() - Constructor for class utils.SecurityUtils
 
setAnnotateTime(Timestamp) - Method in class vle.domain.annotation.Annotation
 
setAnnotation(Annotation) - Method in class vle.domain.peerreview.PeerReviewWork
 
setAuthorAsReviewer(PeerReviewWork) - Static method in class vle.domain.peerreview.PeerReviewWork
Set the author as the reviewer of the PeerReviewWork
setBaseUrl(String) - Method in class vle.domain.webservice.http.impl.HttpRestTransportImpl
 
setCacheTime(Timestamp) - Method in class vle.domain.work.StepWorkCache
 
setcRaterItemId(String) - Method in class vle.domain.cRater.CRaterRequest
 
setcRaterResponse(String) - Method in class vle.domain.cRater.CRaterRequest
 
setData(String) - Method in class vle.domain.annotation.Annotation
populates the data of the annotation
setData(String) - Method in class vle.domain.ideabasket.IdeaBasket
 
setData(String) - Method in class vle.domain.journal.Journal
 
setData(String) - Method in class vle.domain.journal.JournalEntry
 
setData(String) - Method in class vle.domain.statistics.VLEStatistics
 
setData(String) - Method in class vle.domain.work.StepWork
 
setData(String) - Method in class vle.domain.work.StepWorkCache
 
setDuplicateId(String) - Method in class vle.domain.work.StepWork
 
setEndTime(Timestamp) - Method in class vle.domain.work.StepWork
 
setEntries(List<JournalEntry>) - Method in class vle.domain.journal.Journal
 
setFailCount(int) - Method in class vle.domain.cRater.CRaterRequest
 
setGetRevisions(boolean) - Method in class vle.domain.work.StepWorkCache
 
setId(Long) - Method in class vle.domain.cRater.CRaterRequest
 
setId(Long) - Method in class vle.domain.ideabasket.IdeaBasket
 
setId(Long) - Method in class vle.domain.peerreview.PeerReviewGate
 
setId(Long) - Method in class vle.domain.statistics.VLEStatistics
 
setId(Long) - Method in class vle.domain.work.StepWorkCache
 
setJournal(Journal) - Method in class vle.domain.journal.JournalEntry
 
setJournal(Journal) - Method in class vle.domain.user.UserInfo
 
setNode(Node) - Method in class vle.domain.journal.JournalEntry
 
setNode(Node) - Method in class vle.domain.peerreview.PeerReviewGate
 
setNode(Node) - Method in class vle.domain.peerreview.PeerReviewWork
 
setNode(Node) - Method in class vle.domain.work.StepWork
 
setNodeId(String) - Method in class utils.FileManager.NodeInfo
 
setNodeId(String) - Method in class vle.domain.node.Node
 
setNodeStateId(Long) - Method in class vle.domain.cRater.CRaterRequest
 
setNodeType(String) - Method in class utils.FileManager.NodeInfo
 
setNodeType(String) - Method in class vle.domain.node.Node
 
setOpen(boolean) - Method in class vle.domain.peerreview.PeerReviewGate
 
setParentOrChild(String) - Method in class utils.FileManager.NodeInfo
 
setPeerReviewAnnotation(Long, Long, Node, StepWork, UserInfo, Annotation) - Static method in class vle.domain.peerreview.PeerReviewWork
 
setPeriodId(Long) - Method in class vle.domain.peerreview.PeerReviewGate
 
setPeriodId(Long) - Method in class vle.domain.peerreview.PeerReviewWork
 
setPostTime(Timestamp) - Method in class vle.domain.annotation.Annotation
 
setPostTime(Timestamp) - Method in class vle.domain.ideabasket.IdeaBasket
 
setPostTime(Timestamp) - Method in class vle.domain.work.StepWork
 
setProjectId(Long) - Method in class vle.domain.ideabasket.IdeaBasket
 
setReviewerUserInfo(UserInfo) - Method in class vle.domain.peerreview.PeerReviewWork
 
setRunId(Long) - Method in class vle.domain.annotation.Annotation
 
setRunId(Long) - Method in class vle.domain.cRater.CRaterRequest
 
setRunId(Long) - Method in class vle.domain.ideabasket.IdeaBasket
 
setRunId(String) - Method in class vle.domain.node.Node
 
setRunId(Long) - Method in class vle.domain.peerreview.PeerReviewGate
 
setRunId(Long) - Method in class vle.domain.peerreview.PeerReviewWork
 
setStartTime(Timestamp) - Method in class vle.domain.work.StepWork
 
setStepNumber(String) - Method in class utils.FileManager.NodeInfo
 
setStepWork(StepWork) - Method in class vle.domain.annotation.Annotation
 
setStepWork(StepWork) - Method in class vle.domain.cRater.CRaterRequest
 
setStepWork(StepWork) - Method in class vle.domain.peerreview.PeerReviewWork
 
setTimeCompleted(Timestamp) - Method in class vle.domain.cRater.CRaterRequest
 
setTimeCreated(Timestamp) - Method in class vle.domain.cRater.CRaterRequest
 
setTimestamp(Timestamp) - Method in class vle.domain.statistics.VLEStatistics
 
setTitle(String) - Method in class utils.FileManager.NodeInfo
 
setTransport(HttpRestTransport) - Method in class vle.domain.webservice.http.AbstractHttpRestCommand
Sets the http REST transport mechanism for the create command.
setType(String) - Method in class vle.domain.annotation.Annotation
 
setUserAsAuthorReviewer(Long, Long, Node, UserInfo) - Static method in class vle.domain.peerreview.PeerReviewWork
 
setUserInfo(UserInfo) - Method in class vle.domain.annotation.Annotation
 
setUserInfo(UserInfo) - Method in class vle.domain.journal.Journal
 
setUserInfo(UserInfo) - Method in class vle.domain.peerreview.PeerReviewWork
 
setUserInfo(UserInfo) - Method in class vle.domain.work.StepWork
 
setUserInfo(UserInfo) - Method in class vle.domain.work.StepWorkCache
 
setWorkgroupId(Long) - Method in class vle.domain.ideabasket.IdeaBasket
 
setWorkgroupId(Long) - Method in class vle.domain.user.UserInfo
 
shutdown() - Static method in class vle.VLEServlet
 
skipPast(String) - Method in class org.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.XML
The Character '/'.
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
StepWork - Class in vle.domain.work
Domain representing work for a step
StepWork() - Constructor for class vle.domain.work.StepWork
 
StepWorkCache - Class in vle.domain.work
A Cache for students' work, for quicker access.
StepWorkCache() - Constructor for class vle.domain.work.StepWorkCache
 
StepWorkController - Class in vle.web
 
StepWorkController() - Constructor for class vle.web.StepWorkController
 
stmt - Static variable in class vle.VLEServlet
 
stringToValue(String) - Static method in class org.json.JSONObject
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

Template - Class in utils
 
Template() - Constructor for class utils.Template
 
Test - Class in org.json
Test class.
Test() - Constructor for class org.json.Test
 
toJSONArray(String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class org.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toJSONString() - Method in class vle.domain.ideabasket.IdeaBasket
Get the JSON string representation of the IdeaBasket
toString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toXMLString() - Method in class vle.domain.journal.Journal
Returns a XML String representation of this journal.
toXMLString() - Method in class vle.domain.journal.JournalEntry
Returns a XML String representation of this journal entry.
transport - Variable in class vle.domain.webservice.http.AbstractHttpRestCommand
 
TTS - Class in utils
 
TTS(String) - Constructor for class utils.TTS
 

U

unescape(String) - Static method in class org.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UserInfo - Class in vle.domain.user
 
UserInfo() - Constructor for class vle.domain.user.UserInfo
 
utils - package utils
 
utils.filters - package utils.filters
 

V

value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
vle - package vle
 
VLE - Class in vle
 
VLE() - Constructor for class vle.VLE
 
vle.domain - package vle.domain
 
vle.domain.annotation - package vle.domain.annotation
 
vle.domain.cRater - package vle.domain.cRater
 
vle.domain.ideabasket - package vle.domain.ideabasket
 
vle.domain.journal - package vle.domain.journal
 
vle.domain.node - package vle.domain.node
 
vle.domain.peerreview - package vle.domain.peerreview
 
vle.domain.statistics - package vle.domain.statistics
 
vle.domain.user - package vle.domain.user
 
vle.domain.webservice - package vle.domain.webservice
 
vle.domain.webservice.crater - package vle.domain.webservice.crater
 
vle.domain.webservice.http - package vle.domain.webservice.http
 
vle.domain.webservice.http.impl - package vle.domain.webservice.http.impl
 
vle.domain.work - package vle.domain.work
 
vle.hibernate - package vle.hibernate
 
vle.web - package vle.web
 
vle.web.author - package vle.web.author
 
VLEAnnotationController - Class in vle.web
Controllers for handling Annotation GET and POST
VLEAnnotationController() - Constructor for class vle.web.VLEAnnotationController
 
VLEConfig - Class in vle
Servlet implementation class VLEConfig
VLEConfig() - Constructor for class vle.VLEConfig
 
VLEDataUtils - Class in utils
Utitlity class for working with VLEData
VLEDataUtils() - Constructor for class utils.VLEDataUtils
 
VLEGetAnnotations - Class in vle
 
VLEGetAnnotations() - Constructor for class vle.VLEGetAnnotations
 
VLEGetData - Class in vle.web
Servlet for handling GETting of vle data
VLEGetData() - Constructor for class vle.web.VLEGetData
 
VLEGetFlag - Class in vle
 
VLEGetFlag() - Constructor for class vle.VLEGetFlag
 
VLEGetJournalData - Class in vle
Servlet for handling GETting of vle data
VLEGetJournalData() - Constructor for class vle.VLEGetJournalData
 
VLEGetStatistics - Class in vle.web
 
VLEGetStatistics() - Constructor for class vle.web.VLEGetStatistics
 
VLEGetSVGDraw - Class in vle.web
 
VLEGetSVGDraw() - Constructor for class vle.web.VLEGetSVGDraw
 
VLEGetUser - Class in vle
Servlet implementation class VLEGetUser
VLEGetUser() - Constructor for class vle.VLEGetUser
 
VLEGetXLS - Class in vle.web
Handles student work export in XLS format
VLEGetXLS() - Constructor for class vle.web.VLEGetXLS
 
VLEIdeaBasketController - Class in vle.web
 
VLEIdeaBasketController() - Constructor for class vle.web.VLEIdeaBasketController
 
VLEJournalController - Class in vle.web
 
VLEJournalController() - Constructor for class vle.web.VLEJournalController
 
VLEJournalServlet - Class in vle
 
VLEJournalServlet() - Constructor for class vle.VLEJournalServlet
 
VLEPeerReviewController - Class in vle.web
Controller for handling the peer review step
VLEPeerReviewController() - Constructor for class vle.web.VLEPeerReviewController
 
VLEPostAnnotations - Class in vle
 
VLEPostAnnotations() - Constructor for class vle.VLEPostAnnotations
 
VLEPostData - Class in vle.web
Servlet for handling POSTed vle data
VLEPostData() - Constructor for class vle.web.VLEPostData
 
VLEPostFlag - Class in vle
 
VLEPostFlag() - Constructor for class vle.VLEPostFlag
 
VLEPostJournalData - Class in vle
Servlet for handling POSTed journal data
VLEPostJournalData() - Constructor for class vle.VLEPostJournalData
 
VLEServlet - Class in vle
Parent class of all servlets relating to VLE.
VLEServlet() - Constructor for class vle.VLEServlet
 
VLEStatistics - Class in vle.domain.statistics
Stores the vle statistics snapshot at a particular point in time
VLEStatistics() - Constructor for class vle.domain.statistics.VLEStatistics
 
VLEView - Class in vle
 
VLEView() - Constructor for class vle.VLEView
 

W

write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeFile(File, String, boolean) - Method in class utils.FileManager
Given a File the file to write to and the String data to write to that file and a boolean overwrite, indicating whether the file should be overwritten if it exists, writes the data to the file specified.
writeFile(String, String, boolean) - Method in class utils.FileManager
Given a String path to the file to write to and the String data to write to that file and a boolean overwrite, indicating whether the file should be overwritten if it exists, writes the data to the file specified.
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.

X

XML - Class in org.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.json.XML
 
XMLTokener - Class in org.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.json.XMLTokener
Construct an XMLTokener from a string.

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

Copyright © 2012. All Rights Reserved.