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() |
getTranslator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTranslator
public 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.RemoteException
MXException
public AttachmentMgr getAttachmentMgr()
getAttachmentMgr
in interface ModelProcessIntf
public AttributeMapMgr getAttributeMapMgr()
getAttributeMapMgr
in interface ModelProcessIntf
public ClassificationMgr getClassificationMgr()
getClassificationMgr
in interface ModelProcessIntf
public java.lang.String getItemSetId()
getItemSetId
in interface ModelProcessIntf
public java.util.Locale getLocale()
getLocale
in interface ModelProcessIntf
public ProgressLogger<ItemFACILITY> getLogger()
getLogger
in interface ModelProcessIntf
public ModelLoaderOptions getOptions()
getOptions
in interface ModelProcessIntf
public java.lang.String getOrgId()
getOrgId
in interface ModelProcessIntf
getOrgId
in class FacilityFetcher
public BIMProjectRemote getProjectMbo()
getProjectMbo
in interface ModelProcessIntf
public java.lang.String getSiteId()
getSiteId
in interface ModelProcessIntf
getSiteId
in class FacilityFetcher
public SystemMapMgr getSystemMapMgr()
getSystemMapMgr
in interface ModelProcessIntf
public UserInfo getUserInfo()
getUserInfo
in interface ModelProcessIntf
public boolean isAutoCreateCompanyMaster()
isAutoCreateCompanyMaster
in interface ModelProcessIntf
public void run()
run
in interface java.lang.Runnable
public void populateSystemOrZone(MboRemote mbo, ItemSystemBase itemSystem, java.lang.String location)