services

package services

Visibility
  1. Public
  2. All

Type Members

  1. class AdminsNotifierPlugin extends Plugin

  2. trait AppConfigurationService extends AnyRef

    Application wide configuration options.

  3. trait ByteStorageService extends AnyRef

    Interface to store bytes.

  4. class CILogonProvider extends OAuth2Provider

    A CILogon OAuth2 Provider

  5. case class CancellationMessage(id: UUID, queueName: String, msgid: UUID) extends Product with Serializable

  6. trait CollectionService extends AnyRef

    Generic collection service.

  7. trait CommentService extends AnyRef

    Service to manipulate comments in datasets and files.

  8. class ConfigurationModule extends AbstractModule

    Default production module.

  9. trait ContextLDService extends AnyRef

    Context service for add, query and delete Json-ld contexts

  10. class CrowdProvider extends IdentityProvider

    Provider for CROWD.

  11. trait CurationService extends AnyRef

    Service to manipulate curation objects.

  12. trait DatasetService extends AnyRef

    Generic dataset service.

  13. class DatasetsAutodumpService extends Plugin

    Dataset file groupings automatic dump service.

  14. class DatasetsMetadataAutodumpService extends Plugin

    Dataset metadata automatic dump service.

  15. case class DumpOfFile(fileToDump: File, fileId: String, fileName: String) extends Product with Serializable

  16. class ElasticsearchPlugin extends Plugin

    Elasticsearch plugin.

  17. class ElasticsearchQueue extends MongoDBQueueService

    Elasticsearch queue service to allow code that updates ES indexes to proceed asynchronously.

  18. case class Entity(id: ResourceRef, mimeType: Option[String], extra: JsObject) extends Product with Serializable

  19. trait EventService extends AnyRef

    Service definition to interact with Events database.

  20. trait ExtractionBusService extends AnyRef

  21. trait ExtractionRequestsService extends AnyRef

    Tracks extractions requests

  22. trait ExtractionService extends AnyRef

    Track information about individual extractions.

  23. case class ExtractorMessage(msgid: UUID, fileId: UUID, notifies: List[String], intermediateId: UUID, host: String, queue: String, metadata: Map[String, Any], fileSize: String, datasetId: UUID = null, flags: String = "", secretKey: String, routing_key: String, source: Entity, activity: String, target: Option[Entity]) extends Product with Serializable

    Despite the fileId be named as such, it is currently serialized as id and used as the id of any resource in question.

  24. trait ExtractorService extends AnyRef

    Keeps track of extractors status information

  25. class FileDumpService extends Plugin

    File dump service.

  26. trait FileLinkService extends AnyRef

  27. class FileMetadataAutodumpService extends Plugin

    File metadata automatic dump service.

  28. trait FileService extends AnyRef

    Generic file service to store blobs of files and metadata about them.

  29. trait FolderService extends AnyRef

    Generic Folder Service

  30. trait InstitutionService extends AnyRef

    Service definition to interact with institutions database.

  31. class LdapProvider extends IdentityProvider

  32. trait LogoService extends AnyRef

  33. class MailerPlugin extends Plugin

  34. trait MetadataService extends AnyRef

    MetadataService for add and query metadata

  35. trait MongoDBQueueService extends AnyRef

    Generic queue service.

  36. abstract class MultimediaQueryService extends AnyRef

    Generic file service to store blobs of files and metadata about them.

  37. class ORCIDProvider extends OAuth2Provider

    ORCID provider

  38. class PolyglotPlugin extends Plugin

    Polyglot Plugin

  39. class PostgresPlugin extends Plugin

    Postgres connection and simple geoindex methods.

  40. trait PreviewService extends AnyRef

    Service to manipulate previews in files and datasets.

  41. trait ProjectService extends AnyRef

    Service definition to interact with projects database.

  42. class RDFExportService extends Plugin

    Service allowing exporting of community-generated and XML-uploaded metadata of files and datasets as RDF.

  43. class RDFExporterPlugin extends Plugin

    Plugin for RDF Exporter

  44. class RDFUpdateService extends Plugin

    External RDF store update service.

  45. trait RdfSPARQLService extends AnyRef

  46. trait RelationService extends AnyRef

    Track relations between resources.

  47. trait SchedulerService extends AnyRef

    Service to add a job to scheduler

  48. trait SectionIndexInfoService extends AnyRef

    Census service.

  49. trait SectionService extends AnyRef

    Service to manipulate sections

  50. class SecureSocialEventListener extends EventListener

  51. class SecureSocialTemplatesPlugin extends TemplatesPlugin

  52. trait SelectionService extends AnyRef

    Service for adding & removing user selections, as well as downloading/deleting selected datasets.

  53. class SpaceCopyPlugin extends Plugin

    Plugin to enable copying datasets between spaces.

  54. trait SpaceService extends AnyRef

    Service to manipulate spaces.

  55. class SpaceSharingPlugin extends Plugin

    Plugin to enable sharing datasets and collections between Project Spaces

  56. class StagingAreaPlugin extends Plugin

    Staging Area Plugin.

  57. trait StandardVocabularyService extends AnyRef

  58. abstract class TagCheckObjType extends AnyRef

  59. abstract class TagService extends AnyRef

    Service to manipulate tags

  60. trait TempFileService extends AnyRef

    Service to manipulate tempfiles.

  61. class TempFilesPlugin extends Plugin

    Plugin for TempFiles.

  62. trait ThreeDService extends AnyRef

    Service to manipulate 3-D's

  63. trait ThumbnailService extends AnyRef

    Service to manipulate thumbnails

  64. trait TileService extends AnyRef

    Service to manipulate tiles.

  65. class ToolInstance extends AnyRef

    ToolSession describes an active analysis environment.

  66. class ToolManagerPlugin extends Plugin

    ToolManager plugin.

  67. class TreeService extends AnyRef

    Service for creating a file tree view for Spaces, Collections, Datasets.

  68. trait UserService extends AnyRef

    Service definition to interact with the users.

  69. class VersusPlugin extends Plugin

    Versus Plugin

  70. trait VocabularyService extends AnyRef

  71. trait VocabularyTermService extends AnyRef

Value Members

  1. object AppConfiguration

    Object to handle some common configuration options.

  2. object ByteStorageService

  3. object CILogonProvider

  4. object CrowdProvider

  5. object DI

    Guide module configuration.

  6. object Entity extends Serializable

  7. object FileService

  8. object LdapProvider

  9. object ORCIDProvider

  10. object TagCheck_Dataset extends TagCheckObjType with Product with Serializable

  11. object TagCheck_File extends TagCheckObjType with Product with Serializable

  12. object TagCheck_Section extends TagCheckObjType with Product with Serializable

  13. package filesystem

  14. package fourstore

  15. package irods

  16. package mongodb

  17. package rabbitmq

  18. package s3

Ungrouped