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
T
- tableDataByBatch(Long, String) - Method in class controllers.gui.StudyResults
-
GET that returns all StudyResults of a Batch in JSON format.
- tableDataByComponent(Long) - Method in class controllers.gui.ComponentResults
-
GET request that returns all ComponentResults as JSON for a given component.
- tableDataByGroup(Long) - Method in class controllers.gui.StudyResults
-
GET request that returns all StudyResults of a group in JSON format.
- tableDataByStudy(Long) - Method in class controllers.gui.Studies
-
GET request that returns all component data of the given study as JSON.
- tableDataByStudy(Long) - Method in class controllers.gui.StudyResults
-
GET request that returns StudyResults of a study in JSON format.
- tableDataByWorker(Long) - Method in class controllers.gui.StudyResults
-
GET request that returns all StudyResults belonging to a worker as JSON.
- tableDataComponentResultsByStudyResult(Long) - Method in class controllers.gui.StudyResults
-
Returns for one study result the component result's data
- tearDown() - Method in class auth.gui.AuthApiTokenTest
- tearDown() - Method in class auth.gui.AuthSessionCookieTest
- tearDown() - Method in class services.gui.ApiTokenServiceTest
- tearDown() - Method in class services.gui.AuthorizationServiceTest
- tearDownClass() - Static method in class batch.BatchChannelRegistryTest
- tearDownClass() - Static method in class group.GroupDispatcherTest
- tearDownCommonStatics() - Static method in class services.gui.AdminServiceTest
- tearDownCommonStatics() - Static method in class services.gui.ComponentServiceTest
- tearDownCommonStatics() - Static method in class services.gui.ResultRemoverTest
- tearDownStatics() - Static method in class controllers.publix.PublixTest
- tearDownStatics() - Static method in class general.common.JatosUpdaterTest
- tearDownStatics() - Static method in class services.gui.ImportExportServiceTest
- tearDownStatics() - Static method in class services.publix.idcookie.IdCookieAccessorTest
- tearDownStatics() - Static method in class services.publix.idcookie.IdCookieCollectionTest
- tearDownStatics() - Static method in class services.publix.idcookie.IdCookieServiceTest
- tearDownStatics() - Static method in class services.publix.PublixUtilsTest
- tearDownStatics() - Static method in class services.publix.workers.GeneralSingleCookieServiceTest
- tearDownStatics() - Static method in class utils.common.IOUtilsTest
- temp - Variable in class utils.common.ZipUtilTest
- TEST_RESOURCES_POTATO_COMPASS_JZIP - Static variable in class testutils.JatosTest
- testAddDataToZip() - Method in class utils.common.ZipUtilTest
- testAddDirToZip_preservesStructureAndSeparators() - Method in class utils.common.ZipUtilTest
- testAddFileToZip_withCustomNameAndRoot() - Method in class utils.common.ZipUtilTest
- testAddFileToZip_withZipRoot() - Method in class utils.common.ZipUtilTest
- testAsJson() - Method in class utils.common.JsonUtilsTest
- testAsJsonNode() - Method in class utils.common.JsonUtilsTest
- testAsStringForDB() - Method in class utils.common.JsonUtilsTest
- testCancelUpdateResetsStateToSleeping() - Method in class general.common.JatosUpdaterTest
- testCheckFilename() - Method in class utils.common.IOUtilsTest
- testCloneComponentHtmlFileClonesNestedHtmlFile() - Method in class utils.common.IOUtilsTest
- testCloneComponentHtmlFileClonesRootHtmlFile() - Method in class utils.common.IOUtilsTest
- testCloneComponentHtmlFileCreatesNumericSuffixWhenCloneExists() - Method in class utils.common.IOUtilsTest
- testCloneComponentHtmlFileThrowsIfSourceIsDirectory() - Method in class utils.common.IOUtilsTest
- testCloneComponentHtmlFileThrowsIfSourceIsMissing() - Method in class utils.common.IOUtilsTest
- testCloneStudyAssetsDirectory() - Method in class utils.common.IOUtilsTest
- testCopyRecursivelyCopiesNestedTree() - Method in class utils.common.IOUtilsTest
- testCopyRecursivelyOverwritesExistingTargetFiles() - Method in class utils.common.IOUtilsTest
- testCopyRecursivelyWithFilterCopiesOnlyMatchingFiles() - Method in class utils.common.IOUtilsTest
- testDatabase() - Method in class controllers.gui.Tests
- testDeleteRecursivelyDeletesNestedDirectoryTree() - Method in class utils.common.IOUtilsTest
- testDeleteRecursivelyDeletesSingleFile() - Method in class utils.common.IOUtilsTest
- testDeleteRecursivelyMissingPathThrows() - Method in class utils.common.IOUtilsTest
- testDownloadFromGitHubAndUnzipDryRunMovesStateToDownloaded() - Method in class general.common.JatosUpdaterTest
- testDownloadFromGitHubAndUnzipFailsInWrongState() - Method in class general.common.JatosUpdaterTest
- testDownloadFromGitHubAndUnzipFailsWhenUpdateIsNotAllowed() - Method in class general.common.JatosUpdaterTest
- testExistsAndSecure() - Method in class utils.common.IOUtilsTest
- testFolderAccess() - Method in class controllers.gui.Tests
- testGenerateFileName() - Method in class utils.common.IOUtilsTest
- testGenerateSecureRandomString() - Method in class utils.common.HashUtilsTest
- testGetChecksumFile() - Method in class utils.common.HashUtilsTest
- testGetChecksumString() - Method in class utils.common.HashUtilsTest
- testGetExistingFileSecurelyRejectsAbsoluteFilePath() - Method in class utils.common.IOUtilsTest
- testGetExistingFileSecurelyRejectsBasePathThatIsNotAbsolute() - Method in class utils.common.IOUtilsTest
- testGetExistingFileSecurelyRejectsDirectory() - Method in class utils.common.IOUtilsTest
- testGetExistingFileSecurelyRejectsMissingFile() - Method in class utils.common.IOUtilsTest
- testGetExistingFileSecurelyRejectsPathTraversalAttack() - Method in class utils.common.IOUtilsTest
- testGetExistingFileSecurelyRejectsTraversalEvenIfTargetExists() - Method in class utils.common.IOUtilsTest
- testGetExistingFileSecurelyReturnsExistingFile() - Method in class utils.common.IOUtilsTest
- testGetFileInStudyAssetsDir_andExisting() - Method in class utils.common.IOUtilsTest
- testGetFileInStudyAssetsDirAllowsRelativeSubdirectoryPath() - Method in class utils.common.IOUtilsTest
- testGetFileInStudyAssetsDirRejectsAbsoluteFilePath() - Method in class utils.common.IOUtilsTest
- testGetFileInStudyAssetsDirRejectsMissingFilePath() - Method in class utils.common.IOUtilsTest
- testGetFileInStudyAssetsDirRejectsPathTraversalAttack() - Method in class utils.common.IOUtilsTest
- testGetHashMD5() - Method in class utils.common.HashUtilsTest
- testGetHashWithAlgorithm() - Method in class utils.common.HashUtilsTest
- testGetHashWithFile() - Method in class utils.common.HashUtilsTest
- testGetReleaseInfoReturnsCurrentUpdateStateAndResetsSuccessfulState() - Method in class general.common.JatosUpdaterTest
- testGetReleaseInfoUsesCachedLatestReleaseWithinOneHour() - Method in class general.common.JatosUpdaterTest
- testGetResultsPathForJson() - Method in class utils.common.IOUtilsTest
- testGetResultsPathForJsonForZip() - Method in class utils.common.IOUtilsTest
- testGetStringSize() - Method in class utils.common.HelpersTest
- testGetStudyAssetsDirSize() - Method in class utils.common.IOUtilsTest
- testHumanReadableByteCount() - Method in class utils.common.HelpersTest
- testHumanReadableDuration() - Method in class utils.common.HelpersTest
- testIsValid() - Method in class utils.common.JsonUtilsTest
- testMoveAndDetectOverwriteMovesWithoutOverwrite() - Method in class utils.common.IOUtilsTest
- testMoveAndDetectOverwriteOverwritesExistingDirectory() - Method in class utils.common.IOUtilsTest
- testMoveAndDetectOverwriteOverwritesExistingTarget() - Method in class utils.common.IOUtilsTest
- testMoveAndDetectOverwriteWorksForDirectories() - Method in class utils.common.IOUtilsTest
- testParseLong() - Method in class utils.common.HelpersTest
- testRenameHtmlFile() - Method in class utils.common.IOUtilsTest
- testResultUploadsHelpers() - Method in class utils.common.IOUtilsTest
- Tests - Class in controllers.gui
-
Controller with endpoints used by /jatos/test.
- testStudyAssetsDirOperations() - Method in class utils.common.IOUtilsTest
- testUnzip_preventsPathTraversal() - Method in class utils.common.ZipUtilTest
- testUpdateAndRestartRejectsWrongState() - Method in class general.common.JatosUpdaterTest
- testUrlDecode() - Method in class utils.common.HelpersTest
- testUrlEncode() - Method in class utils.common.HelpersTest
- testutils - package testutils
- testutils.common - package testutils.common
- testutils.gui - package testutils.gui
- testutils.publix - package testutils.publix
- testWebSocket() - Method in class controllers.gui.Tests
- testWrapAsDataEnvelope() - Method in class utils.common.JsonUtilsTest
- testZipFilesAndUnzip_roundtrip() - Method in class utils.common.ZipUtilTest
- THIS_USERNAME_IS_ALREADY_REGISTERED - Static variable in class general.common.MessagesStrings
- throwAjax(Exception) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException for an Ajax request (doesn't return a view but a simple text) with the exception's message.
- throwAjax(Exception, int) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException for an Ajax request (doesn't return a view but a simple text) with the exception's message.
- throwAjax(String, int) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException for an Ajax request (doesn't return a view) with the given error msg and HTTP status.
- throwHome(Http.Request, Exception) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException.
- throwRedirect(Exception, Call) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException that either redirects to the given call if it's a non-Ajax request - or returns the exception's message if it's a Ajax request.
- throwStudy(Http.Request, Exception, Long) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException.
- throwStudy(Http.Request, String, int, Long) - Method in class services.gui.JatosGuiExceptionThrower
-
Throws a JatosGuiException with the given error msg and HTTP status.
- TITLE - Static variable in class models.common.legacy.StudyV2
- TITLE - Static variable in class models.gui.BatchProperties
- TITLE - Static variable in class models.gui.ComponentProperties
- TITLE - Static variable in class models.gui.StudyProperties
- TITLE_TOO_LONG - Static variable in class general.common.MessagesStrings
- tmp - Variable in class utils.common.IOUtilsTest
- tmpDir() - Static method in class utils.common.IOUtils
- toggleActive(Long, Boolean) - Method in class auth.gui.ApiTokens
- toggleActive(String, boolean) - Method in class services.gui.UserService
- toggleActive(User, boolean) - Method in class services.gui.UserService
- toggleActive_admin_forbidden() - Method in class services.gui.UserServiceTest
- toggleActive_notFoundWhenMissingOrForeign() - Method in class auth.gui.ApiTokensTest
- toggleActive_self_forbidden() - Method in class services.gui.UserServiceTest
- toggleActive_success_updates() - Method in class services.gui.UserServiceTest
- toggleActive_updatesAndOk() - Method in class auth.gui.ApiTokensTest
- toggleAllowedWorkerType(Long, Long, String, Boolean) - Method in class controllers.gui.StudyLinks
-
POST request to allow or deny a worker type in a batch.
- toggleApiTokenActive(Http.Request, Long) - Method in class controllers.gui.Api
-
Activate or deactivate a token specified by its ID.
- toggleGroupFixed(Long, Long, boolean) - Method in class controllers.gui.StudyLinks
-
GET request to toggle the group state FIXED / STARTED
- toggleGroupFixed(GroupResult, boolean) - Method in class services.gui.GroupService
- toggleGroupFixed_noChangeWhenAlreadyFixed_andFixedTrue() - Method in class services.gui.GroupServiceTest
- toggleGroupFixed_noChangeWhenAlreadyStarted_andFixedFalse() - Method in class services.gui.GroupServiceTest
- toggleGroupFixed_setsFixedWhenStarted_andFixedTrue() - Method in class services.gui.GroupServiceTest
- toggleGroupFixed_setsStartedWhenFixed_andFixedFalse() - Method in class services.gui.GroupServiceTest
- toggleLock(Long) - Method in class controllers.gui.Studies
-
POST request to swap the locked field of a study.
- toggleMemberUser(Long, String, boolean) - Method in class controllers.gui.Studies
-
POST request that adds or removes a member user from a study
- toggleRole(Http.Request, String, boolean) - Method in class controllers.gui.Users
-
POST request to add or remove a role from a user.
- toggleStudyCodeActive(Http.Request, String) - Method in class controllers.gui.Api
- toggleStudyLinkActive(Long, Long, String, Boolean) - Method in class controllers.gui.StudyLinks
-
POST request to change the property 'active' of a StudyLink.
- TOKEN - auth.gui.AuthAction.AuthMethod.Type
- TOO_LARGE - general.common.ApiEnvelope.ErrorCode
- TOO_NEW_COMPONENT_VERSION - Static variable in class general.common.MessagesStrings
- TOO_NEW_STUDY_VERSION - Static variable in class general.common.MessagesStrings
- toString() - Method in class models.common.ApiToken
- toString() - Method in class models.common.Batch
- toString() - Method in class models.common.Component
- toString() - Method in class models.common.ComponentResult
- toString() - Method in class models.common.GroupResult
- toString() - Method in class models.common.legacy.StudyV2
- toString() - Method in class models.common.LoginAttempt
- toString() - Method in class models.common.Study
- toString() - Method in class models.common.StudyResult
- toString() - Method in class models.common.StudyResultStatus
- toString() - Method in class models.common.User
- toString() - Method in class models.common.workers.Worker
- toString() - Method in class models.gui.BatchProperties
- toString() - Method in class models.gui.ChangePasswordProperties
- toString() - Method in class models.gui.ComponentProperties
- toString() - Method in class models.gui.NewUserProperties
- toString() - Method in class models.gui.StudyProperties
- toString() - Method in class models.gui.UserProperties
- toString() - Method in class services.publix.idcookie.IdCookieCollection
- transformToStudyLink(Http.Request, Long, Long) - Method in class controllers.publix.LegacyStudyRuns
- trimsWhitespaceAndLowercases() - Method in class models.common.UserTest
- type - Variable in class utils.common.DirectoryStructureToJson.Node
- type() - Method in interface auth.gui.AuthAction.AuthMethod
- type() - Method in class auth.gui.AuthApiToken
- type() - Method in class auth.gui.AuthSessionCookie
- TYPE - Static variable in class models.gui.StudyCodeProperties
- types() - Method in annotation type auth.gui.AuthAction.Auth
All Classes All Packages