Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.app.bim.parser.cobie.Item

  • Packages that use Item 
    Package Description
    psdi.app.bim.loader  
    psdi.app.bim.parser.cobie  
    • Uses of Item in psdi.app.bim.loader

      Methods in psdi.app.bim.loader with parameters of type Item 
      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) 
      protected java.lang.String LoaderSystemZone.getMemberId(Item item) 
      java.lang.String AttachmentMgr.getOwningTable(Item item) 
    • Uses of Item in psdi.app.bim.parser.cobie

      Classes in psdi.app.bim.parser.cobie that implement 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 
      class  ItemTYPE 
      class  ItemValueList 
      class  ItemZONE 
      Methods in psdi.app.bim.parser.cobie that return Item 
      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() 
      Methods in psdi.app.bim.parser.cobie with parameters of type Item 
      Modifier and Type Method and Description
      boolean ItemSystemBase.isDuplicat(Parser parser, Item item) 
      boolean ItemJOB.isDuplicat(Parser parser, Item item) 
      boolean Item.isDuplicat(Parser parser, Item item)
      Called if an item with an identical name is found.
      boolean ItemBase.isDuplicat(Parser parser, Item item) 
      boolean ItemFACILITY.isDuplicat(Parser parser, Item item) 
      void ExportProgressTracker.itemWritenToFile(Item item) 
      void Page.put(Item item) 
      void Page.remove(Item item) 
      void Item.update(Item item)
      Merge two instances of an object
      void ItemBase.update(Item item) 
      void ItemFACILITY.update(Item item) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes