public class ModelExporter extends FacilityFetcher implements ModelProcessIntf
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXT_OBJ_TYPE_FACILITY |
static java.lang.String |
EXT_OBJ_TYPE_FLOOR |
static java.lang.String |
EXT_OBJ_TYPE_SPACE |
| Constructor and Description |
|---|
ModelExporter(BIMSessionRemote sessionMbo,
java.lang.String facilityName,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentMgr |
getAttachmentMgr() |
AttributeMapMgr |
getAttributeMapMgr() |
ClassificationMgr |
getClassificationMgr() |
java.lang.String |
getItemSetId() |
void |
getJobFrequencyFromMasterPM(MboRemote mboJob,
ItemJOB job) |
java.util.Locale |
getLocale() |
ProgressLogger<ItemFACILITY> |
getLogger() |
ModelLoaderOptions |
getOptions() |
java.lang.String |
getOrgId() |
BIMProjectRemote |
getProjectMbo() |
java.lang.String |
getSiteId() |
SystemMapMgr |
getSystemMapMgr() |
UserInfo |
getUserInfo() |
boolean |
isAutoCreateCompanyMaster() |
void |
populateSystemOrZone(MboRemote mbo,
ItemSystemBase itemSystem,
java.lang.String location) |
void |
run() |
getTranslatorequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTranslatorpublic static final java.lang.String EXT_OBJ_TYPE_FACILITY
public static final java.lang.String EXT_OBJ_TYPE_FLOOR
public static final java.lang.String EXT_OBJ_TYPE_SPACE
public ModelExporter(BIMSessionRemote sessionMbo, java.lang.String facilityName, ModelLoaderOptions options, ProgressLogger<ItemFACILITY> logger) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionpublic 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 ModelProcessIntfgetOrgId in class FacilityFetcherpublic BIMProjectRemote getProjectMbo()
getProjectMbo in interface ModelProcessIntfpublic java.lang.String getSiteId()
getSiteId in interface ModelProcessIntfgetSiteId in class FacilityFetcherpublic SystemMapMgr getSystemMapMgr()
getSystemMapMgr in interface ModelProcessIntfpublic UserInfo getUserInfo()
getUserInfo in interface ModelProcessIntfpublic boolean isAutoCreateCompanyMaster()
isAutoCreateCompanyMaster in interface ModelProcessIntfpublic void run()
run in interface java.lang.Runnablepublic void populateSystemOrZone(MboRemote mbo, ItemSystemBase itemSystem, java.lang.String location)