User
Last updated
Last updated
Created by imedina on 11/09/14.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
Enumeration class. You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
You can find the Java code here.
Field
Description
id String
User ID is a mandatory parameter when creating a new sample, this ID cannot be changed at the moment.Tags: required, immutable, unique
name String
email String
organization String
account Account
internal UserInternal
An object describing the internal information of the User. This is managed by OpenCGA.Tags: internal
quota UserQuota
projects List<Project>
A List with related projects.
sharedProjects List<Project>
configs Map<ObjectMap,String>
filters List<UserFilter>
attributes Map<Object,String>
You can use this field to store any other information, keep in mind this is not indexed so you cannot search by attributes.
Field
Description
diskUsage long
Current disk usage of user in bytes.
cpuUsage int
Current cpu usage in seconds.
maxDisk long
Maximum amount of disk in bytes allowed for the user to use.
maxCpu int
Maximum amount of seconds the user can use of CPU.
Field
Description
id String
Project ID is a mandatory parameter when creating a new sample, this ID cannot be changed at the moment.Tags: required, immutable, unique
uuid String
Global unique ID at the whole OpenCGA installation. This is automatically created during the Project creation and cannot be changed.Tags: internal, unique, immutable
name String
fqn String
Full Qualified Name (user@projectId).
creationDate String
String representing when the sample was created, this is automatically set by OpenCGA.Tags: internal
modificationDate String
String representing when was the last time the sample was modified, this is automatically set by OpenCGA.Tags: internal
description String
An string to describe the properties of the sample.
organism ProjectOrganism
currentRelease int
studies List<Study>
internal ProjectInternal
An object describing the internal information of the Project. This is managed by OpenCGA.Tags: internal
attributes Map<Object,String>
You can use this field to store any other information, keep in mind this is not indexed so you cannot search by attributes.
Field
Description
type
creationDate
expirationDate
authentication
Field
Description
id String
description String
resource Resource
query Query
options QueryOptions
Field
Description
status Status
rga RgaIndex
Field
Description
status Status
Field
Description
status FamilyStatus
Field
Description
status FileStatus
index FileIndex
sampleMap Map<String>
missingSamples MissingSamples
Field
Description
status ExecutionStatus
webhook JobInternalWebhook
events List<Event>
Field
Description
status InterpretationStatus
Field
Description
datastores Datastores
cellbase CellBaseConfiguration
status Status
Field
Description
status CohortStatus
Field
Description
status ClinicalAnalysisStatus
Field
Description
status UserStatus
Field
Description
status Status
configuration StudyConfiguration
Field
create
update
unique
required
id
name
organization
account
quota
projects
sharedProjects
configs
filters
attributes
internal