A B C D E F G H I J K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- UNEXPECTED_ERROR - general.common.ApiEnvelope.ErrorCode
- 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
- UNSPECIFIED - general.common.ApiEnvelope.ErrorCode
- UNSUPPORTED_COMPONENT_VERSION - Static variable in class general.common.MessagesStrings
- UNSUPPORTED_STUDY_VERSION - Static variable in class general.common.MessagesStrings
- unzip(Path, Path) - 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 general.common.JatosUpdater
-
Backups, updates files and restarts JATOS
- updateAndRestart(Boolean) - Method in class controllers.gui.Updates
-
Initializes the actual JATOS update and subsequent restart.
- updateBatch(Batch, BatchProperties) - Method in class services.gui.BatchService
-
Updates the given batch in the database with the given BatchProperties
- updateBatch(Http.Request, String) - Method in class controllers.gui.Api
- updateBatch_appliesProperties_andPersists() - Method in class services.gui.BatchServiceTest
- updateBatchSession(Long, Long, String) - Method in class daos.common.BatchDao
-
Atomically updates batchSessionData and increments batchSessionVersion, but only if the current version matches the expectedVersion (compare-and-set).
- updateBatchSession(Http.Request, String, Option<Long>) - Method in class controllers.gui.Api
-
Updates the batch session.
- updateComponent(Http.Request, String) - Method in class controllers.gui.Api
- 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
- updateDescription_logsOnlyIfChanged() - Method in class services.gui.StudyServiceTest
- updateFromJson(T, JsonNode) - Method in class general.gui.StrictJsonMapper
- updateGroupSession(Long, Long, String) - Method in class daos.common.GroupResultDao
-
Atomically updates groupSessionData and increments groupSessionVersion, but only if the current version matches the expectedVersion (compare-and-set).
- updateGroupSession(Http.Request, Long, Option<Long>) - Method in class controllers.gui.Api
-
Updates the group session.
- updateLastSeenDateIfOlderThan(Long, Duration) - Method in class daos.common.StudyResultDao
- updatePassword(User, String) - Method in class services.gui.UserService
-
Change password and persist user.
- updatePassword_setsHash_andUpdates() - Method in class services.gui.UserServiceTest
- updateRoles(User.Role) - Method in class models.common.User
- Updates - Class in controllers.gui
-
Controller class for everything around JATOS' auto-update
- updateStudy_AndRenameAssets_noLogWhenDescriptionUnchanged() - Method in class services.gui.StudyServiceTest
- updateStudy_AndRenameAssets_setsLogHashWhenDescriptionChanged() - Method in class services.gui.StudyServiceTest
- updateStudy_AndRenameAssets_withProperties_logsWhenChanged() - Method in class services.gui.StudyServiceTest
- updateStudyAndRenameAssets(Study, Study, User) - Method in class services.gui.StudyService
-
Update properties of study with properties of updatedStudy.
- updateStudyAndRenameAssets(Study, StudyProperties, User) - Method in class services.gui.StudyService
-
Update Study with given properties and persist.
- updateStudyProperties(Http.Request, String) - Method in class controllers.gui.Api
-
Updates the study properties.
- 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.
- updateStudyWithoutDirName_updatesFields_butKeepsDirName_andLogsWhenHashChanged() - Method in class services.gui.StudyServiceTest
- updateUser(User, UserProperties) - Method in class services.gui.UserService
- updateUser(Http.Request, Long) - Method in class controllers.gui.Api
- uploadResultFile(Http.Request, String, String, String) - Method in class controllers.publix.PublixInterceptor
- 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_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() - Constructor for class models.common.User
- User(String, String, String) - Constructor for class models.common.User
- User(String, String, String, User.Role) - Constructor for class models.common.User
- USER - models.common.User.Role
- USER_MANAGER - Static variable in class services.gui.BreadcrumbsService
- User.AuthMethod - Enum in models.common
-
Possible authentication methods
- User.Role - Enum in models.common
-
Roles are used for authorization within JATOS GUI
- 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.ChangePasswordProperties
- USERNAME - Static variable in class models.gui.NewUserProperties
- 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
- UserProperties - Class in models.gui
-
Model used by the GUI to change a user's profile.
- UserProperties() - Constructor for class models.gui.UserProperties
- 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
All Classes All Packages