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

U

UI_WORKER_TYPE - Static variable in class models.common.workers.GeneralMultipleWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.GeneralSingleWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.JatosWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.MTSandboxWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.MTWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.PersonalMultipleWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.PersonalSingleWorker
 
UI_WORKER_TYPE - Static variable in class models.common.workers.Worker
 
unregister_removes_andIsIdempotent() - Method in class group.GroupChannelRegistryTest
 
unregister_removesDispatcher_andIsIdempotent() - Method in class group.GroupDispatcherRegistryTest
 
unregisterChannel_sendsClosedToOthers_andUnregistersDispatcherIfEmpty() - Method in class group.GroupDispatcherTest
 
unregisterRemovesAndReturns() - Method in class batch.BatchChannelRegistryTest
 
unregisterRemovesDispatcherAndAllowsRecreation() - Method in class batch.BatchDispatcherRegistryTest
 
UNSUPPORTED_COMPONENT_VERSION - Static variable in class general.common.MessagesStrings
 
UNSUPPORTED_STUDY_VERSION - Static variable in class general.common.MessagesStrings
 
unzip(File, File) - Static method in class utils.common.ZipUtil
Unzips the given File.
update(ApiToken) - Method in class daos.common.ApiTokenDao
 
update(Batch) - Method in class daos.common.BatchDao
 
update(Component) - Method in class daos.common.ComponentDao
 
update(ComponentResult) - Method in class daos.common.ComponentResultDao
 
update(GroupResult) - Method in class daos.common.GroupResultDao
 
update(LoginAttempt) - Method in class daos.common.LoginAttemptDao
 
update(Study) - Method in class daos.common.StudyDao
 
update(StudyLink) - Method in class daos.common.StudyLinkDao
 
update(StudyResult) - Method in class daos.common.StudyResultDao
 
update(User) - Method in class daos.common.UserDao
 
update(Worker) - Method in class daos.common.worker.WorkerDao
 
updateAndRestart(Boolean) - Method in class controllers.gui.Updates
Initializes the actual JATOS update and subsequent restart.
updateAndRestart(boolean) - Method in class general.common.JatosUpdater
Backups, updates files and restarts JATOS
updateBatch(Batch, BatchProperties) - Method in class services.gui.BatchService
Updates the given batch in the database with the given BatchProperties
updateBatch_appliesProperties_andPersists() - Method in class services.gui.BatchServiceTest
 
updateBatchSession(long, BatchSession) - Method in class services.gui.BatchService
 
updateBatchSession_nullOrVersionMismatch_returnsFalse() - Method in class services.gui.BatchServiceTest
 
updateBatchSession_success_incrementsVersion_andNormalizesEmptyData() - Method in class services.gui.BatchServiceTest
 
updateComponentAfterEdit(Component, ComponentProperties) - Method in class services.gui.ComponentService
Update component's properties with the ones from updatedComponent, but not htmlFilePath and not active.
updateComponentAfterEdit_shouldUpdateSelectedFields() - Method in class services.gui.ComponentServiceIntegrationTest
 
updateComponentAfterEdit_shouldUpdateSelectedFields_andCallDaoUpdate() - Method in class services.gui.ComponentServiceTest
 
updateDescription(Study, String, User) - Method in class services.gui.StudyService
Update Study's description and store new description hash in the study log
updateGroupSession(long, GroupSession) - Method in class services.gui.GroupService
 
updateGroupSession_keepsNonEmptyData_andIncrementsVersion_andPersists() - Method in class services.gui.GroupServiceTest
 
updateGroupSession_returnsFalse_ifGroupResultNotFound() - Method in class services.gui.GroupServiceTest
 
updateGroupSession_returnsFalse_ifVersionMismatch() - Method in class services.gui.GroupServiceTest
 
updateGroupSession_setsEmptyObjectWhenNullOrEmpty_andIncrementsVersion_andPersists() - Method in class services.gui.GroupServiceTest
 
updatePassword(User, String) - Method in class services.gui.UserService
Change password and persist user.
updatePassword_setsHash_andUpdates() - Method in class services.gui.UserServiceTest
 
Updates - Class in controllers.gui
Controller class for everything around JATOS' auto-update
updateStudy(Study, Study, User) - Method in class services.gui.StudyService
Update properties of study with properties of updatedStudy.
updateStudy(Study, StudyProperties, User) - Method in class services.gui.StudyService
Update Study with given properties and persist.
updateStudy_noLogWhenDescriptionUnchanged() - Method in class services.gui.StudyServiceTest
 
updateStudy_setsLogHashWhenDescriptionChanged() - Method in class services.gui.StudyServiceTest
 
updateStudy_withProperties_logsWhenChanged() - Method in class services.gui.StudyServiceTest
 
updateStudySessionData(Long, String) - Method in class daos.common.StudyResultDao
Only update the 'studySessionData' field and leave everything else untouched
updateStudyWithoutDirName(Study, Study, User) - Method in class services.gui.StudyService
Update properties of study with properties of updatedStudy but not Study's field dirName.
uploadResultFile(Http.Request, StudyResult, Component, String) - Method in interface controllers.publix.IPublix
HTTP type: POST request Uploads a result file
uploadResultFile(Http.Request, StudyResult, Component, String) - Method in class controllers.publix.Publix
 
uploadResultFile(Http.Request, String, String, String) - Method in class controllers.publix.PublixInterceptor
 
uploadResultFile_badFilename_returnsBadRequest() - Method in class controllers.publix.PublixTest
 
uploadResultFile_fileTooLarge_usesCommonMaxSize_returnsBadRequest() - Method in class controllers.publix.PublixTest
 
uploadResultFile_forbiddenIfUploadsDisabled() - Method in class controllers.publix.PublixTest
 
uploadResultFile_limitPerStudyRunExceeded_returnsBadRequest() - Method in class controllers.publix.PublixTest
 
uploadResultFile_missingFile_returnsBadRequest() - Method in class controllers.publix.PublixTest
 
uploadResultFile_success_movesFileAndLogs_ok() - Method in class controllers.publix.PublixTest
 
uploadStudyAssetsFile(Http.Request, String, String) - Method in class controllers.gui.Api
Upload a file to a study assets folder.
url - Variable in class models.gui.Breadcrumbs.Breadcrumb
 
URL_BASE_PATH - Static variable in class services.publix.idcookie.IdCookieModel
 
urlDecode(String) - Static method in class utils.common.Helpers
 
urlEncode(String) - Static method in class utils.common.Helpers
 
User - Class in models.common
DB entity of a user.
User(String, String, String) - Constructor for class models.common.User
 
User() - Constructor for class models.common.User
 
User.AuthMethod - Enum in models.common
Possible authentication methods
User.Role - Enum in models.common
Roles are used for authorization within JATOS GUI
USER_MANAGER - Static variable in class services.gui.BreadcrumbsService
 
UserDao - Class in daos.common
DAO for User entity
userManager(Http.Request) - Method in class controllers.gui.Users
 
username - Variable in class auth.gui.Signin.SigninData
 
USERNAME - Static variable in class models.gui.ChangePasswordModel
 
USERNAME - Static variable in class models.gui.NewUserModel
 
USERNAME_INVALID - Static variable in class general.common.MessagesStrings
 
USERNAME_TOO_LONG - Static variable in class general.common.MessagesStrings
 
userNotAllowedToGetData(String) - Static method in class general.common.MessagesStrings
 
userPasswordMinLength(int) - Static method in class general.common.MessagesStrings
 
Users - Class in controllers.gui
Controller with actions concerning users (incl.
USERS - Static variable in class models.common.Study
 
UserService - Class in services.gui
Service class mostly for Users controller.
UserServiceIntegrationTest - Class in services.gui
 
UserServiceIntegrationTest() - Constructor for class services.gui.UserServiceIntegrationTest
 
UserServiceTest - Class in services.gui
Unit tests for UserService.
UserServiceTest() - Constructor for class services.gui.UserServiceTest
 
UserTest - Class in models.common
Tests for the User class, normalizeUsername method
UserTest() - Constructor for class models.common.UserTest
 
usesMysql() - Static method in class general.common.Common
Does JATOS use an MySQL database?
utils.common - package utils.common
 
UUID - Static variable in class models.common.legacy.StudyV2
 
UUID - Static variable in class models.gui.BatchProperties
 
UUID - Static variable in class models.gui.ComponentProperties
 
UUID - Static variable in class models.gui.StudyProperties
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links