Class Index | File Index

Classes


Class LABKEY.Domain.DomainDesign

DomainDesign static class to describe the shape and fields of a domain. The LABKEY.Domain 'getDomainDetails' and 'save' methods employ DomainDesign.
Defined in: Domain.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The description of this domain.
 
The unique ID of this domain.
 
The URI of this domain.
 
An array of objects that each describe a domain field.
 
An array of objects that each designate an index upon the domain.
 
The name of this domain.
Class Detail
LABKEY.Domain.DomainDesign()
Field Detail
{String} description
The description of this domain.

{Integer} domainId
The unique ID of this domain.

{String} domainURI
The URI of this domain.

{Object} fields
An array of objects that each describe a domain field. Each object has the following properties: (Note: Not all properties below are expected to have values or will have values. See LABKEY.Domain 'Create' to see minimally required properties when creating a Domain.)

{Object} indices
An array of objects that each designate an index upon the domain. Each object has the following properties:

{String} name
The name of this domain.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Jun 11 2020 17:30:56 GMT-0000 (UTC)