public abstract class ModelLoaderBase extends java.lang.Object implements ModelProcessIntf
| Constructor and Description |
|---|
ModelLoaderBase(Factory factory,
BIMProjectRemote projectMbo,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(InputFile cobieFile)
Specify the file name for a single sheet from a COBie spread sheet to loading
|
AttachmentMgr |
getAttachmentMgr() |
AttributeMapMgr |
getAttributeMapMgr() |
ClassificationMgr |
getClassificationMgr() |
java.lang.String |
getItemSetId() |
java.util.Locale |
getLocale() |
ProgressLogger<ItemFACILITY> |
getLogger() |
ModelLoaderOptions |
getOptions() |
java.lang.String |
getOrgId() |
BIMProjectRemote |
getProjectMbo() |
java.lang.String |
getSiteId() |
SystemMapMgr |
getSystemMapMgr() |
Translate |
getTranslator() |
UserInfo |
getUserInfo() |
boolean |
isAutoCreateCompanyMaster() |
public ModelLoaderBase(Factory factory, BIMProjectRemote projectMbo, ModelLoaderOptions options, ProgressLogger<ItemFACILITY> logger) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic AttachmentMgr getAttachmentMgr()
getAttachmentMgr in interface ModelProcessIntfpublic AttributeMapMgr getAttributeMapMgr()
getAttributeMapMgr in interface ModelProcessIntfpublic ClassificationMgr getClassificationMgr()
getClassificationMgr in interface ModelProcessIntfpublic java.lang.String getItemSetId()
getItemSetId in interface ModelProcessIntfpublic java.util.Locale getLocale()
getLocale in interface ModelProcessIntfpublic ProgressLogger<ItemFACILITY> getLogger()
getLogger in interface ModelProcessIntfpublic ModelLoaderOptions getOptions()
getOptions in interface ModelProcessIntfpublic java.lang.String getOrgId()
getOrgId in interface ModelProcessIntfpublic BIMProjectRemote getProjectMbo()
getProjectMbo in interface ModelProcessIntfpublic java.lang.String getSiteId()
getSiteId in interface ModelProcessIntfpublic SystemMapMgr getSystemMapMgr()
getSystemMapMgr in interface ModelProcessIntfpublic Translate getTranslator()
getTranslator in interface ModelProcessIntfpublic UserInfo getUserInfo()
getUserInfo in interface ModelProcessIntfpublic boolean isAutoCreateCompanyMaster()
isAutoCreateCompanyMaster in interface ModelProcessIntfpublic void addFile(InputFile cobieFile) throws ParseException
fileName - sheetName - ParseException