Package | Description |
---|---|
psdi.app.bim.loader | |
psdi.app.bim.parser.cobie |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentMgr.copyFile(Item item,
java.lang.String source,
java.lang.String destination) |
java.lang.String |
AttachmentMgr.getAttachmentFileName(Item item,
ItemDOCUMENT doc) |
java.lang.String |
ClassificationMgr.getClassification(java.lang.String classificationName,
java.lang.String cobieObjectType,
Item item,
boolean allowSite,
boolean allowOrg)
Parses a list of Classifications and tries to find a match in Maximo based on the Classification description.
|
java.lang.String |
ClassificationMgr.getClassificationSingle(java.lang.String classificationName,
java.lang.String cobieObjectType,
Item item,
boolean allowSite,
boolean allowOrg) |
java.lang.String |
AttachmentMgr.getOwningTable(Item item) |
Modifier and Type | Class and Description |
---|---|
class |
ItemASSEMBLY |
class |
ItemATTRIBUTE |
class |
ItemAttributeType |
class |
ItemBase |
class |
ItemCompany |
class |
ItemCOMPONENT |
class |
ItemCONTACT |
class |
ItemDOCUMENT |
class |
ItemFACILITY |
class |
ItemFLOOR |
class |
ItemGUIDTest |
class |
ItemISSUE |
class |
ItemJOB |
class |
ItemRESOURCE |
class |
ItemSPACE |
class |
ItemSpaces |
class |
ItemSPARE |
class |
ItemSYSTEM |
class |
ItemSystemBase<ItemType extends ItemBase> |
class |
ItemTYPE |
class |
ItemValueList |
class |
ItemZONE |
Modifier and Type | Method and Description |
---|---|
Item |
Page.getItem(java.lang.String key) |
Item |
Parser.getItem(java.lang.String pageName,
java.lang.String key)
Retrieves an item from the parse tree
|
Item |
BIMProjectParser.getItem(java.lang.String pageName,
java.lang.String key) |
Item |
ItemASSEMBLY.getParentItemRef() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Item> |
ItemASSEMBLY.childern() |
java.util.Iterator<Item> |
Page.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ItemSystemBase.isDuplicat(Parser parser,
Item item) |
boolean |
ItemJOB.isDuplicat(Parser parser,
Item item) |
boolean |
ItemFACILITY.isDuplicat(Parser parser,
Item item) |
boolean |
ItemBase.isDuplicat(Parser parser,
Item item) |
boolean |
Item.isDuplicat(Parser parser,
Item item)
Called if an item with an identical name is found.
|
void |
ExportProgressTracker.itemWritenToFile(Item item) |
void |
Page.put(Item item) |
void |
Page.remove(Item item) |
void |
ItemFACILITY.update(Item item) |
void |
ItemBase.update(Item item) |
void |
Item.update(Item item)
Merge two instances of an object
|