ORCentral
Packages | Classes | Enumerations

Package eu.coform

Packages

package  command
package  database
package  implementation
package  test

Classes

class  Dataset
 A dataset representing an entry in the repository. More...
class  DateTime
 A container for date and time. More...
class  Filestatus
 The status of a file. More...
class  Filestruct
 File struct. More...
class  Group
 A group. More...
class  Location
 A location of objects (such as "Public Library Austin"). More...
class  Mimetype
 An internal mimetype. More...
class  ObjectRepository
 Webservice facade. More...
class  ORException
 Object repsoitory exception. More...
class  Session
 A user session. More...
class  Software
 Software information. More...
class  Taco
class  UniqueID
 A uniquie id. More...
class  User
 A user. More...
class  Usergroup
 A user group. More...

Enumerations

enum  Error {
  NoError = (0), UnspecifiedError = (1), UUIDClash = (10101), FunctionNotImplemented = (10102),
  RepositoryNoConnection = (10103), LocationNotLoggedInToAny = (10104), SoapTransmissionFailure = (10105), InternalError = (10106),
  UUIDInvalid = (10107), LocationNoConnection = (10201), LocationInvalid = (10202), LocationAlreadyExists = (10203),
  UsernamePwWrong = (10301), SessionExpired = (10302), RequestedTimeoutTooLong = (10303), SwitchUserNotPermitted = (10304),
  SessionInvalid = (10305), DatasetInconistent = (10401), FileAlreadyUploadeD = (10402), DatasetIdInvalid = (10403),
  FilestructIdInvalid = (10404), GroupIdInvalid = (10405), ServerStorageCapacityExceeded = (10405), FilestatusInvalid = (11201),
  MimetypeInvalid = (11202), FilestatusAlreadyExists = (11203), MimetypeAlreadyExists = (11204), MimetypeCreationFailed = (11205),
  FilestatusCreationFailed = (11206)
}
 

The OR Error enumeration.

More...

Enumeration Type Documentation

The OR Error enumeration.

Enumerator:
NoError 
UnspecifiedError 
UUIDClash 
FunctionNotImplemented 
RepositoryNoConnection 
LocationNotLoggedInToAny 
SoapTransmissionFailure 
InternalError 
UUIDInvalid 
LocationNoConnection 
LocationInvalid 
LocationAlreadyExists 
UsernamePwWrong 
SessionExpired 
RequestedTimeoutTooLong 
SwitchUserNotPermitted 
SessionInvalid 
DatasetInconistent 
FileAlreadyUploadeD 
DatasetIdInvalid 
FilestructIdInvalid 
GroupIdInvalid 
ServerStorageCapacityExceeded 
FilestatusInvalid 
MimetypeInvalid 
FilestatusAlreadyExists 
MimetypeAlreadyExists 
MimetypeCreationFailed 
FilestatusCreationFailed 

Definition at line 8 of file Error.java.

 All Classes Namespaces Files Functions Variables Enumerations