public class ClassificationUniFormatLoader extends ClassificationBase implements java.lang.Runnable
ClassificationBase.UseWithEntry
FIELD_APPLYDOWNHIER, FIELD_CLASSIFICATIONDESC, FIELD_CLASSIFICATIONID, FIELD_CLASSSTRUCTUREID, FIELD_GENASSETDESC, FIELD_HIERARCHYPATH, FIELD_OBJECTNAME, FIELD_OBJECTVALUE, FIELD_ORGID, FIELD_PARENT, FIELD_SITEID, RELATIONSHIP_CLASSSPEC, TABLE_CLASSIFICATION, TABLE_CLASSSTRUCTURE, TABLE_CLASSUSEWITH
Constructor and Description |
---|
ClassificationUniFormatLoader(MboRemote importMbo,
ProgressLogger logger,
java.lang.String fileName,
java.lang.String classStructId,
java.lang.String siteId,
java.lang.String orgId,
BIMOmniClssUseWithRemote[] useWithList) |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
protected void |
fixupUseWith(MboRemote classStrucMbo,
BIMOmniClssUseWithRemote[] useWithList) |
protected void |
loadClassification(MboRemote parentClassStructMbo,
UniFormat classification,
BIMOmniClssUseWithRemote[] useWithList,
boolean generateDescription,
boolean isTopLevel) |
void |
run() |
void |
setDeleteFiles(boolean deleteFiles) |
void |
setGenerateDescription(boolean generateDescription) |
fixupUseWith, fixupUseWith, getClassStrctSet
public ClassificationUniFormatLoader(MboRemote importMbo, ProgressLogger logger, java.lang.String fileName, java.lang.String classStructId, java.lang.String siteId, java.lang.String orgId, BIMOmniClssUseWithRemote[] useWithList) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public void setDeleteFiles(boolean deleteFiles)
public void setGenerateDescription(boolean generateDescription)
public void run()
run
in interface java.lang.Runnable
protected void loadClassification(MboRemote parentClassStructMbo, UniFormat classification, BIMOmniClssUseWithRemote[] useWithList, boolean generateDescription, boolean isTopLevel)
protected void fixupUseWith(MboRemote classStrucMbo, BIMOmniClssUseWithRemote[] useWithList) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
protected void cleanup()