ORCentral

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
eu.coform.command.proto.AbstractUltimate abstract command prototype
eu.coform.command.datasetingestion.AbstractSectionDatasetIngestionAbstract base class for data ingestion commands
eu.coform.command.location.AbstractSectionLocationAbstract base class for location related commands
eu.coform.command.loginsession.AbstractSectionLoginSessionAbstract base class for session related commands
eu.coform.database.command.AllLocationsFromDBCommandDatabase command to get all locations from database
eu.coform.database.command.CheckLocationDBCommandDatabase command to get internal database id of location
eu.coform.database.command.CheckLocationSessionExistsDBCommand
eu.coform.database.command.CheckLoginDBCommandDatabase command to check whether username and password are correct
eu.coform.database.command.CheckPrimarySessionDBCommand
eu.coform.command.datasetingestion.CreateFilestatusCommandCommand to create a new filestatus
eu.coform.command.datasetingestion.CreateMimetypeCommandCommand for creation of a new mimetype
eu.coform.command.CreateNewUUIDCommandCommand class to create and insert a new Unique ID
eu.coform.database.DatabaseDatabase facade singleton
eu.coform.database.command.DatabaseCommandInterface for database commands
eu.coform.DatasetA dataset representing an entry in the repository
eu.coform.DateTimeA container for date and time
eu.coform.database.DBExceptionDatabase exception type
Exception
eu.coform.FilestatusThe status of a file
eu.coform.FilestructFile struct
eu.coform.database.command.GetNewSessionUIDDBCommandDatabase command to get a new UUID for a new session
eu.coform.GroupA group
eu.coform.command.datasetingestion.IngestDatasetCommandCommand to ingest a new dataset
eu.coform.test.IngestDatasetCommandTest
eu.coform.database.command.InsertDatasetDBCommandDatabase command to insert a new dataset into the database
eu.coform.database.command.InsertFileDBCommandDatabase command to insert a new file into the database
eu.coform.test.InsertFileDBCommandTest
eu.coform.database.command.InsertFileStatusCommandDatabase command to insert a new filestatus into the database
eu.coform.test.InsertFileStatusCommandTest
eu.coform.database.command.InsertMimetypeCommandDatabaes command to insert a new mimetype into the database
eu.coform.database.command.InsertUUIDDBCommandDatabase command to insert a new UUID into the database
eu.coform.database.command.IntIDDBCommandDatabase command to query the integer-id for a given uuid from the database
eu.coform.test.IntIDDBCommandTest
eu.coform.command.loginsession.IsValidSessionCommandCommand to check if a session is valid
eu.coform.test.IsValidSessionCommandTest
eu.coform.LocationA location of objects (such as "Public Library Austin")
eu.coform.database.command.LocationByNameFromDBCommandDatabase command to query a location by name
eu.coform.command.location.LocationbyNameQueryCommandCommand to query a location by name
eu.coform.test.LocationQueryCommandTest
eu.coform.command.loginsession.LoginCommandCommand to execute a login action
eu.coform.test.LoginCommandTest
eu.coform.MimetypeAn internal mimetype
eu.coform.database.command.MultipleResultDatabaseCommandAbstract databae class for commands that produce a result
eu.coform.database.command.NewSessionDBCommand
eu.coform.database.command.NextIdCommandDatabase command to decide which is the next ID to use on a given column and table
eu.coform.ObjectRepositoryWebservice facade
eu.coform.ORExceptionObject repsoitory exception
eu.coform.implementation.ORImplementationIn later versions, function calls to ObjectRepository should be delegated to this class
eu.coform.database.QueryA database query object containing a database command as string
eu.coform.command.location.QueryAllLocationCommandCommand to find all known locations
eu.coform.test.QueryAllLocationCommandTest
eu.coform.command.QueryIDofUniqueIDCommand
eu.coform.command.location.QueryLocationCommandCommand to query a location
eu.coform.test.QueryLocationCommandTest
eu.coform.command.QueryUniqueIDCommandQueries for a specific unique id by its internal ID in the database
eu.coform.test.QueryUniqueIDCommandTest
eu.coform.database.command.ResultDatabaseCommandDatabase command base for commands that produce one result
eu.coform.SessionA user session
eu.coform.SoftwareSoftware information
eu.coform.Taco
eu.coform.UniqueIDA uniquie id
eu.coform.database.command.UniqueIDFromDBCommandGet the unique id from an interal id from the database
eu.coform.database.command.UpdateExistingSessionDBCommand
eu.coform.UserA user
eu.coform.UsergroupA user group
eu.coform.database.command.UserIdForSessDBCommandGet user id for session
eu.coform.test.UserIdForSessDBCommandTest
 All Classes Namespaces Files Functions Variables Enumerations