Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 clientsSupportedMsg, caBIG_dotNET. Service
G
 get_AllConceptsAvailable();, caBIG_dotNET. Service
 get_caBIGDataService, caBIG_dotNET. Service
 get_caBIGDomainObject, caBIG_dotNET. Service
 get_caBIGDomainObject_fullName, caBIG_dotNET. Service
 get_caBIGDomainObjects, caBIG_dotNET. Service
 get_ConceptElement, caBIG_dotNET. Service
 get_Concepts_caBIGDataService_caBIGDomainObject, caBIG_dotNET. Service
 get_DomainObjectAttribute, caBIG_dotNET. Service
 get_DomainObjectAttributes, caBIG_dotNET. Service
 get_DomainObjectAttributeValue, caBIG_dotNET. Service
 get_DomainObjectConcepts, caBIG_dotNET. Service
 get_URLs2AllDataServices();, caBIG_dotNET. Service
I
 indexServiceReflected, caBIG_dotNET. Service
 isClientSupported, caBIG_dotNET. Service
M
 Main, Basic_Client
N
 news, caBIG_dotNET. Service
P
 printDataService, Basic_Client
V
 version, caBIG_dotNET. Service
string clientsSupportedMsg()
Get a description which client API versions the caBIG dotNET Server API supports.
ArrayList get_AllConceptsAvailable()
Returns a list of ConceptCodes of all DataServices.
caBIGDataService get_caBIGDataService(String DataService_URL)
Given a caBIG DataService URL (Grid Service Handle), returns generic meta-data information about the DataService including service name, description, address, and contact email.
caBIGDomainObject get_caBIGDomainObject(String DomainObject_ID)
Given a caBIG DomainObject Identifier returns a caBIGDomainObject.
caBIGDomainObject_fullName get_caBIGDomainObject_fullName(
   String DomainObject_ID
)
Given a caBIG DomainObject Identifier, returns a caBIGDomainObject_fullName object.
ArrayList get_caBIGDomainObjects(String DataService_URL)
Given a caBIG DataService URL (Grid Service Handle), returns an ArrayList of caBIG DomainObject Identifiers.
caBIGConceptElement get_ConceptElement(String ConceptCode)
Given a caBIG ConceptElement Identifier (“ConceptCode”) returns a caBIGConceptElement.
ArrayList get_Concepts_caBIGDataService_caBIGDomainObject(String ConceptCode)
Given a ConceptCode, returns a list of DomainObjects that expose data described by this concept.
caBIGDomainObject_attribute get_DomainObjectAttribute(
   String DomainObjectAttribute_ID
)
Given a caBIG DomainObjectAttribute Identifier, returns a caBIGDomainObject_attribute.
ArrayList get_DomainObjectAttributes(String DomainObject_ID)
Given a caBIG DomainObject Identifier, returns a list of strings where each string is a Object’s Attribute ID.
caBIGDomainObject_attribute_valueDomain get_DomainObjectAttributeValue(
   String DomainObjectAttribute_ID
)
Given a caBIG DomainObjectAttribute Identifier, returns a caBIGDomainObject_attribute_valueDomain.
ArrayList get_DomainObjectConcepts(String DomainObject_ID)
Given a caBIG DomainObject Identifier, returns a list of strings where each string is a Object’s ConceptElements ID.
ArrayList get_URLs2AllDataServices()
Queries the caGRID Index Service and returns a list of URLs (Grid Service Handle) to all registered DataServices.
string indexServiceReflected()
Get the GSH (URL) to the caGRID Index Service reflected by the caBIG dotNET server.
bool isClientSupported(string clientVersion)
Check if the caBIG dotNET Server API supports the client’s caBIG dotNET API.
static void Main(string[] args)
string news()
Get news from the caBIG dotNET server such as planned outages and other administrative information.
static void printDataService(caBIG_dotNET.caBIGDataService DS)
string version()
Get the version of the caBIG dotNET server.