Package | Description |
---|---|
psdi.app.bim.loader |
Modifier and Type | Class and Description |
---|---|
class |
ClassificationOmniClassLogger |
class |
CommissioningLogger |
class |
ExportLogger
The class tracks the progress of model loading activity including both the % complete
and any log messages.
|
class |
ModelLogger
The class tracks the progress of model loading activity including both the % complete
and any log messages.
|
class |
ProgressLoggerBase<itemType> |
Modifier and Type | Method and Description |
---|---|
ProgressLogger<ItemFACILITY> |
ModelProcessIntf.getLogger() |
ProgressLogger<ItemFACILITY> |
ModelLoaderBase.getLogger() |
ProgressLogger<ItemFACILITY> |
ModelExporter.getLogger() |
ProgressLogger<ItemFACILITY> |
Factory.makeExportLogger(UserInfo userInfo,
long sessionId,
java.lang.String messageBundleName) |
ProgressLogger<ItemFACILITY> |
COBie24Factory.makeExportLogger(UserInfo userInfo,
long sessionId,
java.lang.String messageBundleName) |
ProgressLogger<ItemFACILITY> |
Factory.makeModelLogger(UserInfo userInfo,
long sessionId,
java.lang.String messageBundleName) |
ProgressLogger<ItemFACILITY> |
COBie24Factory.makeModelLogger(UserInfo userInfo,
long sessionId,
java.lang.String messageBundleName) |
Constructor and Description |
---|
AttachmentMgr(ProgressLogger<ItemFACILITY> logger,
MboRemote projectMbo) |
ClassificationMgr(ProgressLogger<?> logger,
java.lang.String siteId,
java.lang.String orgId,
UserInfo userInfo) |
ClassificationOmniClassLoader(MboRemote importMbo,
ProgressLogger<BIMClassification> logger,
java.lang.String fileName,
java.lang.String classStructId,
java.lang.String siteId,
java.lang.String orgId,
BIMOmniClssUseWithRemote[] useWithList) |
ClassificationUniFormatLoader(MboRemote importMbo,
ProgressLogger<BIMClassification> logger,
java.lang.String fileName,
java.lang.String classStructId,
java.lang.String siteId,
java.lang.String orgId,
BIMOmniClssUseWithRemote[] useWithList) |
ModelExporter(BIMSessionRemote sessionMbo,
java.lang.String facilityName,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger) |
ModelLoader(Factory factory,
BIMProjectRemote projectMbo,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger,
int sessionType) |
ModelLoaderBase(Factory factory,
BIMProjectRemote projectMbo,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger) |
ModelValidator(Factory factory,
BIMProjectRemote projectMbo,
ModelLoaderOptions options,
ProgressLogger<ItemFACILITY> logger) |