use of org.apache.atlas.typesystem.persistence.StructInstance in project incubator-atlas by apache.
the class TraitStore method load.
void load(ReferenceableInstance i) throws RepositoryException {
int pos = idPosMap.get(i.getId());
StructInstance s = (StructInstance) i.getTrait(hierarchicalType.getName());
super.loadFields(pos, s);
}
Aggregations