-
Notifications
You must be signed in to change notification settings - Fork 4
getSchema
Chuck May edited this page Apr 14, 2015
·
4 revisions
public StagingSchema getSchema(String id)
Get a StagingSchema
based on schema identifier.
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Assert.assertNull(staging.getSchema("bad_schema_name"));
Assert.assertNotNull(staging.getSchema("brain"));
Assert.assertEquals(Integer.valueOf(143), staging.getSchema("brain").getSchemaNum());
Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications