Skip navigation links
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

ac - Static variable in class org.assistments.service.security.authentication.core.BaseAuthenticationData
 
acceptsParams - Variable in class org.assistments.service.dao.base.impl.jdbc.JdbcCustomQueryBaseDao
 
ACCESS_TOKEN_KEY - Static variable in class org.assistments.service.security.authentication.core.webapp.AccessTokenCookie
 
AccessToken - Class in org.assistments.domain.core
 
AccessToken() - Constructor for class org.assistments.domain.core.AccessToken
 
AccessTokenCookie - Class in org.assistments.service.security.authentication.core.webapp
 
AccessTokenCookie(int, String, String) - Constructor for class org.assistments.service.security.authentication.core.webapp.AccessTokenCookie
 
AccessTokenCookie(String) - Constructor for class org.assistments.service.security.authentication.core.webapp.AccessTokenCookie
 
AccessTokenDao - Interface in org.assistments.service.dao.core
 
AccessTokenDao.Field - Enum in org.assistments.service.dao.core
 
AccessTokenManager - Interface in org.assistments.service.security
 
AccessTokenManager.UpdateField - Enum in org.assistments.service.security
 
AccessTokenManagerImpl - Class in org.assistments.service.security
 
AccessTokenManagerImpl() - Constructor for class org.assistments.service.security.AccessTokenManagerImpl
 
accessTokenMgr - Static variable in class org.assistments.service.security.authentication.core.BaseAuthenticationData
 
AccountControllerHelper - Interface in org.assistments.service.security.authentication.core.webapp
 
AclDao - Interface in org.assistments.service.dao.core
 
AclDao.Field - Enum in org.assistments.service.dao.core
 
AclEntryDao - Interface in org.assistments.service.dao.core
 
AclEntryDao.Field - Enum in org.assistments.service.dao.core
 
AclPermissionDao - Interface in org.assistments.service.dao.core
 
AclPermissionDao.Field - Enum in org.assistments.service.dao.core
 
AclResourceTypeDao - Interface in org.assistments.service.dao.core
 
AclResourceTypeDao.Field - Enum in org.assistments.service.dao.core
 
AclSidDao - Interface in org.assistments.service.dao.core
 
AclSidDao.Field - Enum in org.assistments.service.dao.core
 
AclValidPermissionDao - Interface in org.assistments.service.dao.core
 
AclValidPermissionDao.Field - Enum in org.assistments.service.dao.core
 
Action - Class in org.assistments.domain.core.actions
 
Action(String, String, Manifest) - Constructor for class org.assistments.domain.core.actions.Action
 
Action(String, String) - Constructor for class org.assistments.domain.core.actions.Action
For use by subclasses when a translator instantiates the subclass.
ActionBuilder<A extends Action> - Class in org.assistments.service.manager.builders.actions
The base for all ActionBuilders.
ActionBuilder() - Constructor for class org.assistments.service.manager.builders.actions.ActionBuilder
 
ActionDao - Interface in org.assistments.service.dao.core
 
ActionDetailRow - Class in org.assistments.domain.core
 
ActionDetailRow(int) - Constructor for class org.assistments.domain.core.ActionDetailRow
 
ActionDetailRow() - Constructor for class org.assistments.domain.core.ActionDetailRow
 
ActionEndDao - Interface in org.assistments.service.dao.core
 
actionEndDao - Variable in class org.assistments.service.dao.core.impl.jdbc.JdbcActionDao
 
ActionEndDao.Field - Enum in org.assistments.service.dao.core
 
ActionHintDao - Interface in org.assistments.service.dao.core
 
actionHintDao - Variable in class org.assistments.service.dao.core.impl.jdbc.JdbcActionDao
 
ActionHintDao.Field - Enum in org.assistments.service.dao.core
 
actionId - Variable in class org.assistments.domain.core.AssignmentActionRow
 
ActionLevelType - Enum in org.assistments.domain.core.actions
 
actionLevelType - Variable in class org.assistments.domain.core.AssignmentActionRow
 
ActionLevelTypeDao - Interface in org.assistments.service.dao.core
 
ActionLevelTypeDao.Field - Enum in org.assistments.service.dao.core
 
ActionManager - Interface in org.assistments.service.manager.core
 
ActionManagerImpl - Class in org.assistments.service.manager.core.impl
 
ActionManagerImpl() - Constructor for class org.assistments.service.manager.core.impl.ActionManagerImpl
 
ActionResponseDao - Interface in org.assistments.service.dao.core
 
actionResponseDao - Variable in class org.assistments.service.dao.core.impl.jdbc.JdbcActionDao
 
ActionResponseDao.Field - Enum in org.assistments.service.dao.core
 
ACTIONS - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ActionStartDao - Interface in org.assistments.service.dao.core
 
actionStartDao - Variable in class org.assistments.service.dao.core.impl.jdbc.JdbcActionDao
 
ActionStartDao.Field - Enum in org.assistments.service.dao.core
 
ActionSubmitDao - Interface in org.assistments.service.dao.core
 
actionSubmitDao - Variable in class org.assistments.service.dao.core.impl.jdbc.JdbcActionDao
 
ActionSubmitDao.Field - Enum in org.assistments.service.dao.core
 
ActionSurveyResponseDao - Interface in org.assistments.service.dao.core
 
ActionSurveyResponseDao.Field - Enum in org.assistments.service.dao.core
 
ActionType - Enum in org.assistments.domain.core.actions
ActionType provides a mechanism for identifying Action subclasses and the use of a switch-case statement instead of if-then-else statements based on the instanceof operator.
actionType - Variable in class org.assistments.domain.legacy.LegacyAction
 
ActionTypeDao - Interface in org.assistments.service.dao.core
 
ActionTypeDao.Field - Enum in org.assistments.service.dao.core
 
ActionUrlDao - Interface in org.assistments.service.dao.core
 
ActionUrlDao.Field - Enum in org.assistments.service.dao.core
 
ACTIVE_TUTORING_TYPE - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ActiveStateType - Enum in org.assistments.service.dao.base
 
ActiveTerm - Enum in org.assistments.service.dao.core.impl
 
ActiveType - Enum in org.assistments.service.dao.core.impl
 
aDates - Variable in class org.assistments.domain.core.Assignment
 
add(String, int) - Method in class org.assistments.util.math.model.MatchContainer
 
addAction(LegacyAction) - Method in class org.assistments.service.manager.legacy.impl.LegacyActions
 
addAll(NVPairList) - Method in class org.assistments.service.dao.base.impl.NVPairList
 
addAnswer(String, boolean, P...) - Method in class org.assistments.domain.content.tutor.AnswerableProblem
Given a list of value parts, returns a subclass instance of an Answer containing those values.
addAnswer(A) - Method in class org.assistments.domain.content.tutor.AnswerableProblem
Adds an answer to the list of answers.
addAnswer(String, boolean, String) - Method in class org.assistments.domain.content.tutor.ChooseNProblem
 
addAnswer(String, boolean, ChooseNAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.ChooseNProblem
 
addAnswer(String, boolean, ExternalAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.ExternallyGradedProblem
 
addAnswer(String, boolean, ExternalAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.ExternallyRunProblem
 
addAnswer(String, boolean, String) - Method in class org.assistments.domain.content.tutor.FillInProblem
 
addAnswer(String, boolean, FillInAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.FillInProblem
 
addAnswer(String, boolean, AnswerEvalType, String, String) - Method in class org.assistments.domain.content.tutor.FillInUnitsProblem
 
addAnswer(String, boolean, FillInUnitsAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.FillInUnitsProblem
 
addAnswer(String, boolean, AnswerEvalType, String, AnswerEvalType, String) - Method in class org.assistments.domain.content.tutor.PlusMinusRangeProblem
 
addAnswer(String, boolean, PlusMinusRangeAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.PlusMinusRangeProblem
 
addAnswer(String, boolean, AnswerEvalType, String, String) - Method in class org.assistments.domain.content.tutor.RangeProblem
 
addAnswer(String, boolean, RangeAnswerValuePart...) - Method in class org.assistments.domain.content.tutor.RangeProblem
 
addChildManifest(C) - Method in interface org.assistments.domain.content.tutor.IsManifest
Adds a child to this IsManifest.
addChildManifest(Manifest) - Method in class org.assistments.domain.content.tutor.Manifest
 
addChildManifest(String) - Method in class org.assistments.domain.content.tutor.ManifestDTO
 
addChildManifest(Manifest) - Method in class org.assistments.domain.content.tutor.TutorStrategies
Adds a child to this TutorStrategy.
addContentInfoMapToDisplayText(String, Map<String, String>) - Static method in exception org.assistments.util.AssistmentsException
Take the key value pairs in one of the contentInfo maps, and display it as part of the corresponding exception messages.
addElementToExtraData(String, String, String) - Method in class org.assistments.domain.core.actions.Action
 
addElementToExtraData(String, String, String) - Method in class org.assistments.service.manager.builders.actions.ActionBuilder
 
addError(String) - Method in class org.assistments.domain.legacy.LegacyAction
 
addException(Throwable) - Method in class org.assistments.domain.legacy.LegacyAction
 
addExtraData(String, HashMap<String, String>) - Method in class org.assistments.domain.core.actions.Action
 
addExtraData(String, HashMap<String, String>) - Method in class org.assistments.service.manager.builders.actions.ActionBuilder
 
addExtraField(String, String) - Method in exception org.assistments.domain.exception.PersistableRuntimeException
 
addFailures(List<String>) - Method in interface org.assistments.service.manager.validation.ValidationRegistry
 
addFailures(String) - Method in interface org.assistments.service.manager.validation.ValidationRegistry
 
addFailures(List<String>) - Method in class org.assistments.service.manager.validation.ValidationRegistryImpl
 
addFailures(String) - Method in class org.assistments.service.manager.validation.ValidationRegistryImpl
 
addFirstQueryExpression(QueryTerm) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
Adds the first query term to your query expression.
addFirstQueryExpression(List<QueryTerm>, LogicalOpType) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
Adds a group of query terms as start of your query expression.
addGlobalRoleType(GrantedAuthority) - Method in class org.assistments.service.manager.core.impl.RolesManagerImpl
 
addGlobalRoleType(GrantedAuthority) - Method in interface org.assistments.service.manager.core.RolesManager
Creates a new global role available to all partners.
addMember(AssistmentsPrincipal) - Method in class org.assistments.domain.core.Group
Adds a principal to this group.
addMember(XInfo, XInfo) - Method in interface org.assistments.service.manager.core.GroupManager
Add an ASSISTments Principal to a Group.
addMember(XInfo, XInfo) - Method in class org.assistments.service.manager.core.impl.GroupManagerImpl
 
addMembers(Set<AssistmentsPrincipal>) - Method in class org.assistments.domain.core.Group
 
addNameValuePair(NVPair) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
 
addNameValuePairs(List<NVPair>) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
 
addNavigationLink(String, TutorNavigationEnum) - Method in interface org.assistments.service.dao.core.properties.ContentPropertyDao
 
addNavigationLink(String, TutorNavigationEnum) - Method in class org.assistments.service.dao.core.properties.impl.jdbc.JdbcContentPropertyDao
 
addNextQueryExpression(LogicalOpType, QueryTerm) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
Adds a single query term to the query expression
addNextQueryExpression(LogicalOpType, List<QueryTerm>, LogicalOpType) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
Adds a single query term to the query expression
addOtherData(String, Object) - Method in class org.assistments.domain.content.tutor.TutorContext
 
addPair(String, String, PairSet.KeyLocation) - Method in class org.assistments.util.PairSet
 
addProperty(String, String) - Method in class org.assistments.domain.content.tutor.AnswerableProblem
 
addProperty(String, String) - Method in interface org.assistments.domain.content.tutor.IsManifest
Adds a property to this IsManifest
addProperty(String, int) - Method in interface org.assistments.domain.content.tutor.IsManifest
 
addProperty(String, long) - Method in interface org.assistments.domain.content.tutor.IsManifest
 
addProperty(String, boolean) - Method in interface org.assistments.domain.content.tutor.IsManifest
 
addProperty(String, int) - Method in class org.assistments.domain.content.tutor.Manifest
 
addProperty(String, boolean) - Method in class org.assistments.domain.content.tutor.Manifest
 
addProperty(String, long) - Method in class org.assistments.domain.content.tutor.Manifest
 
addProperty(String, String) - Method in class org.assistments.domain.content.tutor.Manifest
 
addProperty(String, int) - Method in class org.assistments.domain.content.tutor.ManifestProperties
 
addProperty(String, boolean) - Method in class org.assistments.domain.content.tutor.ManifestProperties
 
addProperty(String, long) - Method in class org.assistments.domain.content.tutor.ManifestProperties
 
addProperty(String, String) - Method in class org.assistments.domain.content.tutor.ManifestProperties
 
addProperty(ObjectPropertyHierarchyType, ObjectProperty) - Method in class org.assistments.domain.core.properties.PartialObjectProperties
 
addRoleType(String, String) - Method in class org.assistments.service.manager.core.impl.RolesManagerImpl
 
addRoleType(String, String) - Method in interface org.assistments.service.manager.core.RolesManager
Creates a new role for the current partner.
addSectionStringValue(String, String, String) - Method in class org.assistments.util.PropertiesList
Adds a new item value to string section.
addSectionStringValue(String, String, String, String) - Method in class org.assistments.util.PropertiesList
Adds a new item value to string section.
addSequenceToCustomizedFolderUnderMyFavoriteFolder(int, int) - Method in class org.assistments.service.manager.legacy.impl.LegacyFolderManagerImpl
 
addSequenceToCustomizedFolderUnderMyFavoriteFolder(int, int) - Method in interface org.assistments.service.manager.legacy.LegacyFolderManager
Add a problem set into a folder called Your Customized Skill Builders (from ASSISTments App)
addSequenceToFolderByUserRoleId(int, int) - Method in class org.assistments.service.manager.legacy.impl.LegacyFolderManagerImpl
 
addSequenceToFolderByUserRoleId(int, int) - Method in interface org.assistments.service.manager.legacy.LegacyFolderManager
Add a problem set into a certain folder.
addTable(SchemaTable) - Method in class org.assistments.service.dao.base.impl.SdkDataSourceWrapperImpl
 
addTable(SchemaTable) - Method in interface org.assistments.service.dao.base.SdkDataSourceWrapper
 
addToParams(List<NVPair>) - Method in class org.assistments.service.dao.base.impl.QueryBuilder
 
addToValidationQueue(BuiltinValidators, T) - Method in interface org.assistments.service.manager.validation.ValidationRegistry
 
addToValidationQueue(BuiltinValidators, T, String) - Method in interface org.assistments.service.manager.validation.ValidationRegistry
 
addToValidationQueue(String, T) - Method in interface org.assistments.service.manager.validation.ValidationRegistry
 
addToValidationQueue(String, T, String) - Method in interface org.assistments.service.manager.validation.ValidationRegistry
 
addToValidationQueue(BuiltinValidators, T) - Method in class org.assistments.service.manager.validation.ValidationRegistryImpl
 
addToValidationQueue(BuiltinValidators, T, String) - Method in class org.assistments.service.manager.validation.ValidationRegistryImpl
 
addToValidationQueue(String, T) - Method in class org.assistments.service.manager.validation.ValidationRegistryImpl
 
addToValidationQueue(String, T, String) - Method in class org.assistments.service.manager.validation.ValidationRegistryImpl
 
addUserRole(XInfo, GrantedAuthority) - Method in class org.assistments.service.manager.core.impl.RolesManagerImpl
 
addUserRole(XInfo, GrantedAuthority) - Method in interface org.assistments.service.manager.core.RolesManager
For the current partner, assign a role to a user.
addValidationForCommonData() - Method in class org.assistments.service.manager.builders.actions.ActionBuilder
 
addValidationForCommonData() - Method in class org.assistments.service.manager.builders.actions.ProblemActionBuilder
 
addValue(String, Object) - Method in class org.assistments.service.dao.base.impl.NVPairList
 
addValueNotNull(String, Object) - Method in class org.assistments.service.dao.base.impl.NVPairList
 
addValueSkipNull(String, Object) - Method in class org.assistments.service.dao.base.impl.NVPairList
 
addValueSkipNullInstant(String, Instant) - Method in class org.assistments.service.dao.base.impl.NVPairList
 
ADMIN_REF - Static variable in class org.assistments.service.manager.core.impl.SdkEventListenersImpl
 
AFFECT_DETECTORS - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.assistments.service.web.ControllerAdvisor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.assistments.service.security.authentication.core.AuthenticationHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.assistments.service.security.legacy.authentication.LegacyAuthenticationHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.assistments.service.web.LoggedRequestsInterceptor
 
AlgebraicMathDatum - Class in org.assistments.util.math.model.variablized
An AlgebraicMathDatum is a piece of mathematics data that can contain both "calculator operations" and variables.
AlgebraicMathDatum(String) - Constructor for class org.assistments.util.math.model.variablized.AlgebraicMathDatum
 
ALPHA_NUMERIC_STR - Static variable in class org.assistments.util.Util
 
AlreadyExistsException - Exception in org.assistments.service.exceptions
 
AlreadyExistsException(String) - Constructor for exception org.assistments.service.exceptions.AlreadyExistsException
 
AlreadyMemberException - Exception in org.assistments.domain.exception
 
AlreadyMemberException(String) - Constructor for exception org.assistments.domain.exception.AlreadyMemberException
 
AnnotationsTesting - Class in org.assistments.util
 
AnnotationsTesting() - Constructor for class org.assistments.util.AnnotationsTesting
 
AnotherAnnotation - Annotation Type in org.assistments.util
 
Answer<P extends AnswerValuePart,V extends TeacherAnswerValue<P,R>,R extends StudentResponseValue<P>> - Class in org.assistments.domain.content.tutor
Answer is the base class for creating problem type-specific answers.
Answer(String, String) - Constructor for class org.assistments.domain.content.tutor.Answer
Constructor
ANSWER - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ANSWER_EVAL_TYPE - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ANSWER_EVAL_TYPES - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ANSWER_EVAL_TYPES_SET - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ANSWER_ID - Static variable in exception org.assistments.domain.exception.ValidationException
 
ANSWER_TYPE - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
answerableClasses - Static variable in class org.assistments.domain.content.tutor.AnswerableProblem
 
AnswerableProblem<P extends AnswerValuePart,A extends Answer<P,V,R>,V extends TeacherAnswerValue<P,R>,R extends StudentResponseValue<P>> - Class in org.assistments.domain.content.tutor
AnswerableProblem is the base class for problems with answers that can be identified, or evaluated, as correct or incorrect.
AnswerableProblem(String, String) - Constructor for class org.assistments.domain.content.tutor.AnswerableProblem
Constructor
AnswerableProblem(String, String, String, String) - Constructor for class org.assistments.domain.content.tutor.AnswerableProblem
 
AnswerableProblemAttributes - Class in org.assistments.domain.content.tutor
AnswerableProblemAttributes defines a set of attributes common across all concrete subclasses of AnswerableProblem.
AnswerableProblemAttributes() - Constructor for class org.assistments.domain.content.tutor.AnswerableProblemAttributes
 
AnswerDao - Interface in org.assistments.service.dao.content
 
answerDao - Variable in class org.assistments.service.manager.content.impl.ProblemManagerImpl
 
AnswerDao.Field - Enum in org.assistments.service.dao.content
 
AnswerEvalType - Enum in org.assistments.domain.content.tutor
AnswerEvalType defines the ways in which a problem's answer, or a student's response can be evaluated.
AnswerEvalTypeDao - Interface in org.assistments.service.dao.content
 
AnswerEvalTypeDao.Field - Enum in org.assistments.service.dao.content
 
AnswerRow - Class in org.assistments.domain.content
 
AnswerRow() - Constructor for class org.assistments.domain.content.AnswerRow
 
ANSWERS - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
AnswerValue<P extends AnswerValuePart> - Class in org.assistments.domain.content.tutor
AnswerValue is base class for creating problem type-specific answer values.
AnswerValue() - Constructor for class org.assistments.domain.content.tutor.AnswerValue
Constructor
AnswerValue(List<P>) - Constructor for class org.assistments.domain.content.tutor.AnswerValue
Constructor
AnswerValuePart - Class in org.assistments.domain.content.tutor
AnswerValuePart represents one piece of data making up an answer value.
AnswerValuePart() - Constructor for class org.assistments.domain.content.tutor.AnswerValuePart
Constructor
AnswerValuePart(AnswerEvalType, String) - Constructor for class org.assistments.domain.content.tutor.AnswerValuePart
Constructor
ApplicationContextProvider - Class in org.assistments.service
 
ApplicationContextProvider() - Constructor for class org.assistments.service.ApplicationContextProvider
 
arrayToString(String[], String) - Static method in class org.assistments.util.ToStringHelper
 
arrayToString(Collection<String>, String) - Static method in class org.assistments.util.ToStringHelper
 
AS_SERVICE_COOKIE_NAME - Static variable in class org.assistments.service.security.authentication.core.webapp.CookieManagerImpl
 
asPrincipalString() - Method in class org.assistments.domain.core.AssistmentsPrincipal
 
AssessmentContent - Class in org.assistments.domain.content.tutor
 
AssessmentContent(String, String) - Constructor for class org.assistments.domain.content.tutor.AssessmentContent
 
AssessmentContent(String, String, String, String) - Constructor for class org.assistments.domain.content.tutor.AssessmentContent
 
ASSIGNMENT - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
Assignment - Class in org.assistments.domain.core
 
Assignment(int, Instant) - Constructor for class org.assistments.domain.core.Assignment
 
ASSIGNMENT_ID - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ASSIGNMENT_KEY - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ASSIGNMENT_XID - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
ASSIGNMENT_XREF - Static variable in class org.assistments.domain.content.tutor.TranslationKeys
 
AssignmentActionDao - Interface in org.assistments.service.dao.core
 
assignmentActionDao - Variable in class org.assistments.service.dao.core.impl.jdbc.JdbcActionDao
 
AssignmentActionDao.Field - Enum in org.assistments.service.dao.core
 
AssignmentActionRow - Class in org.assistments.domain.core
 
AssignmentActionRow(int, Instant, int, ActionLevelType, int, boolean, NetworkState, String, String, String) - Constructor for class org.assistments.domain.core.AssignmentActionRow
 
AssignmentActionRow(Instant, int, ActionLevelType, int, boolean, NetworkState, String, String, String) - Constructor for class org.assistments.domain.core.AssignmentActionRow
 
AssignmentBuilder - Class in org.assistments.service.manager.builders
Use the AssignmentBuilder to assign a Problem Set to individuals or groups and construct the resulting Assignment object.
AssignmentBuilder(int, XInfo) - Constructor for class org.assistments.service.manager.builders.AssignmentBuilder
Creates an AssignmentBuilder for a particular Problem Set
AssignmentBuilder(String, XInfo) - Constructor for class org.assistments.service.manager.builders.AssignmentBuilder
 
AssignmentBuilder(int, XInfo, Instant) - Constructor for class org.assistments.service.manager.builders.AssignmentBuilder
Creates an AssignmentBuilder for a particular Problem Set Note: This constructor is intended for internal use by CAS only.
AssignmentContentProperty - Class in org.assistments.domain.core.properties
 
AssignmentContentProperty() - Constructor for class org.assistments.domain.core.properties.AssignmentContentProperty
 
AssignmentContentPropertyDao - Interface in org.assistments.service.dao.core.properties
 
AssignmentContentPropertyDao.Field - Enum in org.assistments.service.dao.core.properties
 
AssignmentDao - Interface in org.assistments.service.dao.core
 
AssignmentDao.Field - Enum in org.assistments.service.dao.core
 
AssignmentDates - Class in org.assistments.domain.core
 
AssignmentDates(Instant, Instant, Instant) - Constructor for class org.assistments.domain.core.AssignmentDates
 
AssignmentDates(Instant) - Constructor for class org.assistments.domain.core.AssignmentDates
 
AssignmentDatesValidator - Class in org.assistments.service.manager.validation.validators
 
AssignmentDatesValidator() - Constructor for class org.assistments.service.manager.validation.validators.AssignmentDatesValidator
 
AssignmentFinishedAction - Class in org.assistments.domain.core.actions
 
AssignmentFinishedAction(String, Manifest) - Constructor for class org.assistments.domain.core.actions.AssignmentFinishedAction
 
AssignmentFinishedAction(String) - Constructor for class org.assistments.domain.core.actions.AssignmentFinishedAction
 
AssignmentFinishedActionBuilder - Class in org.assistments.service.manager.builders.actions
Builder for AssignmentFinishedAction Use the main problem set manifest for this manifest
AssignmentFinishedActionBuilder() - Constructor for class org.assistments.service.manager.builders.actions.AssignmentFinishedActionBuilder
 
AssignmentLogDao - Interface in org.assistments.service.dao.core
 
AssignmentLogDao.Field - Enum in org.assistments.service.dao.core
 
assignmentLogId - Variable in class org.assistments.domain.core.AssignmentActionRow
 
assignmentManager - Variable in class org.assistments.service.manager.content.impl.ProblemManagerImpl
 
AssignmentManager - Interface in org.assistments.service.manager.core
Note: The find* methods here are intended to parallel the assign* methods in AssignmentBuilder.
assignmentManager - Variable in class org.assistments.service.manager.core.impl.ProblemLogManagerImpl
 
AssignmentManager.UpdateField - Enum in org.assistments.service.manager.core
 
AssignmentManagerImpl - Class in org.assistments.service.manager.core.impl
 
AssignmentManagerImpl() - Constructor for class org.assistments.service.manager.core.impl.AssignmentManagerImpl
 
AssignmentObjectProperty - Class in org.assistments.domain.core.properties
 
AssignmentObjectProperty() - Constructor for class org.assistments.domain.core.properties.AssignmentObjectProperty
 
AssignmentObjectPropertyDao - Interface in org.assistments.service.dao.core
 
AssignmentObjectPropertyDao.Field - Enum in org.assistments.service.dao.core
 
AssignmentStartedAction - Class in org.assistments.domain.core.actions
 
AssignmentStartedAction(String, Manifest) - Constructor for class org.assistments.domain.core.actions.AssignmentStartedAction
 
AssignmentStartedAction(String) - Constructor for class org.assistments.domain.core.actions.AssignmentStartedAction
 
AssignmentStartedActionBuilder - Class in org.assistments.service.manager.builders.actions
Builder for AssignmentStartedAction Use the main problem set manifest for this manifest
AssignmentStartedActionBuilder() - Constructor for class org.assistments.service.manager.builders.actions.AssignmentStartedActionBuilder
 
AssignmentState - Enum in org.assistments.service.manager.legacy
 
AssignmentStatus - Class in org.assistments.domain.core
 
AssignmentStatus(int, int, int, Instant, Instant, boolean) - Constructor for class org.assistments.domain.core.AssignmentStatus
 
AssignmentStatus(int, int, Instant) - Constructor for class org.assistments.domain.core.AssignmentStatus
 
assignToGroup(XInfo) - Method in class org.assistments.service.manager.builders.AssignmentBuilder
Assigns the Problem Set specified in the constructor to a group.
assignToGroupInGroup(XInfo, XInfo) - Method in class org.assistments.service.manager.builders.AssignmentBuilder
Assigns the Problem Set specified in the constructor to a group within a particular group.
assignToIndivdualInGroup(XInfo, XInfo) - Method in class org.assistments.service.manager.builders.AssignmentBuilder
Assigns the Problem Set specified in the constructor to an individual within a particular group.
assignToIndividual(XInfo) - Method in class org.assistments.service.manager.builders.AssignmentBuilder
Assigns the Problem Set specified in the constructor to an individual.
assignToStream(int, String) - Method in interface org.assistments.service.security.authentication.external.lms.LmsIntegrationManager
For the current user (logged in) user, assigns a Problem Set to a group and sends the resulting assignment to the teacher's LMS assignment stream.
assignToStream(int, String, String) - Method in interface org.assistments.service.security.authentication.external.lms.LmsIntegrationManager
Creates a named assignment in a third-party stream
assignToStream(int, String) - Method in class org.assistments.service.web.lms.providers.googleclassroom.GClassroomManagerImpl
 
assignToStream(int, String, String) - Method in class org.assistments.service.web.lms.providers.googleclassroom.GClassroomManagerImpl
 
assignToString(ZoneId) - Method in class org.assistments.domain.core.AssignmentDates
 
AssistanceContent - Class in org.assistments.domain.content.tutor
 
AssistanceContent(String, String) - Constructor for class org.assistments.domain.content.tutor.AssistanceContent
 
AssistanceContent(String, String, String, String) - Constructor for class org.assistments.domain.content.tutor.AssistanceContent
 
Assistment - Class in org.assistments.domain.content
 
Assistment() - Constructor for class org.assistments.domain.content.Assistment
 
ASSISTMENT_ID - Static variable in exception org.assistments.domain.exception.ValidationException
 
ASSISTMENT_ID_DECODED - Static variable in class org.assistments.domain.content.tutor.PropertyKeys
 
ASSISTMENT_ID_ENCODED - Static variable in class org.assistments.domain.content.tutor.PropertyKeys
 
AssistmentDao - Interface in org.assistments.service.dao.content
 
AssistmentDao.Field - Enum in org.assistments.service.dao.content
 
AssistmentInfo - Class in org.assistments.domain.content
 
AssistmentInfo() - Constructor for class org.assistments.domain.content.AssistmentInfo
 
AssistmentInfoDao - Interface in org.assistments.service.dao.content
 
AssistmentInfoDao.Field - Enum in org.assistments.service.dao.content
 
AssistmentOwnership - Class in org.assistments.domain.content
 
AssistmentOwnership() - Constructor for class org.assistments.domain.content.AssistmentOwnership
 
AssistmentOwnershipDao - Interface in org.assistments.service.dao.content
 
AssistmentOwnershipDao.Field - Enum in org.assistments.service.dao.content
 
AssistmentsException - Exception in org.assistments.util
 
AssistmentsException(String) - Constructor for exception org.assistments.util.AssistmentsException
 
AssistmentsException(String, ExceptionDetails) - Constructor for exception org.assistments.util.AssistmentsException
 
AssistmentsException(String, Throwable) - Constructor for exception org.assistments.util.AssistmentsException
 
AssistmentsPrincipal - Class in org.assistments.domain.core
This interface represents the abstract notion of a principal representing an entity such as an ASSISTments user or a collection of users to be treated as a single unit.
AssistmentsPrincipal(PrincipalType) - Constructor for class org.assistments.domain.core.AssistmentsPrincipal
 
AssistmentsPrincipalValidator - Class in org.assistments.service.manager.validation.validators
 
AssistmentsPrincipalValidator() - Constructor for class org.assistments.service.manager.validation.validators.AssistmentsPrincipalValidator
 
AssistmentsPrincipalValidator(List<BaseRule<AssistmentsPrincipal>>) - Constructor for class org.assistments.service.manager.validation.validators.AssistmentsPrincipalValidator
 
AssistmentsRuntimeException - Exception in org.assistments.util
 
AssistmentsRuntimeException(String) - Constructor for exception org.assistments.util.AssistmentsRuntimeException
 
AssistmentsRuntimeException(String, ExceptionDetails) - Constructor for exception org.assistments.util.AssistmentsRuntimeException
 
AssistmentType - Class in org.assistments.domain.content
 
AssistmentType() - Constructor for class org.assistments.domain.content.AssistmentType
 
AssistmentTypeDao - Interface in org.assistments.service.dao.content
 
AssistmentTypeDao.Field - Enum in org.assistments.service.dao.content
 
asString - Variable in enum org.assistments.service.dao.base.LogicalOpType
 
asString - Variable in enum org.assistments.service.dao.base.RelationalOpType
 
asString - Variable in enum org.assistments.service.dao.base.ResultsOrderType
 
asXinfoString() - Method in interface org.assistments.domain.core.XInfo
 
asXinfoString() - Method in class org.assistments.domain.core.XInfoImpl
 
AsyncFinalLong - Class in org.assistments.util
AsyncFinalLong allows AsyncCallback methods (onSuccess & onFailure) to access to a long by wrapping the value in an array.
AsyncFinalLong(long) - Constructor for class org.assistments.util.AsyncFinalLong
 
AsyncFinalLong(AsyncFinalLong) - Constructor for class org.assistments.util.AsyncFinalLong
 
AsyncFinalString - Class in org.assistments.util
AsyncFinalLong allows AsyncCallback methods (onSuccess & onFailure) to access to a String by wrapping the value in an array.
AsyncFinalString(String) - Constructor for class org.assistments.util.AsyncFinalString
 
AsyncFinalString(AsyncFinalString) - Constructor for class org.assistments.util.AsyncFinalString
 
aTerm - Variable in enum org.assistments.service.dao.core.impl.ActiveType
 
authenticate(String, String, boolean) - Method in class org.assistments.service.manager.core.impl.UserManagerImpl
 
authenticate(String, String, boolean) - Method in interface org.assistments.service.manager.core.UserManager
Authenticates the provided credentials in the context of the current partner reference
authenticate(AuthenticationData) - Method in class org.assistments.service.security.authentication.core.AuthenticationManager
Attempt to validate the given Authentication
authenticate(AuthenticationData) - Method in interface org.assistments.service.security.authentication.core.AuthenticationProvider
Attempt to validate and populate the given Authentication
authenticate(AuthenticationData) - Method in class org.assistments.service.security.authentication.core.basic.BasicAuthenticationProvider
 
authenticate(AuthenticationData) - Method in class org.assistments.service.security.authentication.core.cookierest.CookieRestAuthenticationProvider
 
authenticate(AuthenticationData) - Method in class org.assistments.service.security.authentication.core.rest.RestAuthenticationProvider
 
authenticate(AuthenticationData) - Method in class org.assistments.service.security.authentication.core.webapp.CookieAuthenticationProvider
 
authenticateLegacy(AuthenticationData) - Method in class org.assistments.service.security.legacy.authentication.basic.LegacyBasicAuthenticationProvider
 
authenticateLegacy(AuthenticationData) - Method in class org.assistments.service.security.legacy.authentication.LegacyAuthenticationManager
Attempt to validate the given Authentication for legacy users
authenticateLegacy(AuthenticationData) - Method in interface org.assistments.service.security.legacy.authentication.LegacyAuthenticationProvider
Attempt to validate and populate the given Authentication for users in legacy database
authenticateLegacy(AuthenticationData) - Method in class org.assistments.service.security.legacy.authentication.rest.LegacyRestAuthenticationProvider
 
authenticateLegacy(AuthenticationData) - Method in class org.assistments.service.security.legacy.authentication.webapp.LegacyCookieAuthenticationProvider
 
authenticateLegacyUser(String, String, boolean) - Method in class org.assistments.service.manager.legacy.impl.LegacyUserManagerImpl
 
authenticateLegacyUser(String, String, boolean) - Method in interface org.assistments.service.manager.legacy.LegacyUserManager
Authenticates the provided credentials in the legacy database user table
authenticateRestData(AuthenticationData) - Method in class org.assistments.service.security.authentication.core.rest.RestAuthenticationProvider
 
authenticateUser(String, Object) - Method in interface org.assistments.service.security.authentication.external.lms.LmsIntegrationManager
Authenticates that the current user - possibly an already authenticated CAS user, possibly an unauthenticated (anonymous) user - with the current LMS.
authenticateUser(String, Object) - Method in interface org.assistments.service.security.authentication.external.login.ExternalAuthenticationManager
Authenticates a user by calling out to an external authentication service provider.
authenticateUser(String, Object) - Method in class org.assistments.service.web.lms.providers.googleclassroom.GClassroomManagerImpl
 
authenticateUser(String, Object) - Method in class org.assistments.service.web.login.providers.edmodo.EdmodoAuthenticationManagerImpl
 
authenticateUser(String, Object) - Method in class org.assistments.service.web.login.providers.facebook.FacebookAuthenticationManagerImpl
 
authenticateUser(String, Object) - Method in class org.assistments.service.web.login.providers.google.GoogleAuthenticationManagerImpl
 
AuthenticationData - Interface in org.assistments.service.security.authentication.core
An Authentication represents the identity of someone using the application.
AuthenticationData.AuthDataType - Enum in org.assistments.service.security.authentication.core
 
AuthenticationException - Exception in org.assistments.service.security.authentication.core
An AuthenticationException indicates a problem during the authentication process.
AuthenticationException() - Constructor for exception org.assistments.service.security.authentication.core.AuthenticationException
 
AuthenticationException(String) - Constructor for exception org.assistments.service.security.authentication.core.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception org.assistments.service.security.authentication.core.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.assistments.service.security.authentication.core.AuthenticationException
 
AuthenticationHandlerInterceptor - Class in org.assistments.service.security.authentication.core
This intercepter captures incoming HttpServletRequests and runs them against the AuthenticationManager, looking for Authentication.
AuthenticationHandlerInterceptor() - Constructor for class org.assistments.service.security.authentication.core.AuthenticationHandlerInterceptor
 
AuthenticationHolder - Class in org.assistments.service.security.authentication.core
Holds a copy of the Authentication globally accessible to the current thread.
AuthenticationHolder() - Constructor for class org.assistments.service.security.authentication.core.AuthenticationHolder
 
AuthenticationManager - Class in org.assistments.service.security.authentication.core
AuthenticationManager iterates through a list of AuthenticationProviders, attempting to validate an Authentication and populate it with GrantedAuthority.
AuthenticationManager() - Constructor for class org.assistments.service.security.authentication.core.AuthenticationManager
 
AuthenticationProvider - Interface in org.assistments.service.security.authentication.core
An AuthenticationProvider is a mechanism for validating and populating an Authentication.
AuthorizationException - Exception in org.assistments.service.security.authorization
This exception is thrown when the given Authentication does not have the required GrantedAuthority specified by the presence of the @NeedsAuthority annotation
AuthorizationException(AuthenticationData, NeedsAuthority) - Constructor for exception org.assistments.service.security.authorization.AuthorizationException
 
AuthorizationException(NeedsAuthority) - Constructor for exception org.assistments.service.security.authorization.AuthorizationException
 
AUTO_FORMAT_NO - Static variable in class org.assistments.util.ToStringHelper
 
AUTO_FORMAT_YES - Static variable in class org.assistments.util.ToStringHelper
 
AUTO_SCAFFOLDING_KEY - Static variable in class org.assistments.domain.content.tutor.PropertyKeys
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links