public abstract class ItemSystemBase extends ItemBase
_convertGuid, _convertRevitUniqueIds
Constructor and Description |
---|
ItemSystemBase() |
Modifier and Type | Method and Description |
---|---|
void |
addMember(ItemBase member) |
protected void |
addMemberRef(java.lang.String ref) |
void |
export(Exporter exporter)
Exported representation of Item
|
int |
getMemberCount() |
boolean |
isDuplicat(Parser parser,
Item item)
Called if an item with an identical name is found.
|
protected java.util.Iterator |
memberRefs() |
java.util.Enumeration |
members() |
java.lang.String |
toString() |
addAttribute, attributeListing, attributes, base64toGUID, categoryFromAttribute, convertCurrency, documentListing, documents, filterNA, getAttribute, getAttributeCount, getCategory, getCreatedBy, getCreatedOn, getDescription, getDocument, getExternalIdentifier, getExternalObject, getExternalSystem, getExtIdentifier, getExtObject, getExtSystem, getFacilityReference, getKey, getMethod, getName, getParentRef, getSourceFile, getUniqueId, isItemFiltered, isMatch, isStringGUID, isStringReviUID, processGUID, processREvitUID, removeAttribute, removeDocument, resolveFacilityRef, resolveRerefences, reviUIDroExportGUID, setCategory, setCreatedBy, setCreatedOn, setCreatingContact, setDescription, setExtIdentifier, setExtObject, setExtSystem, setFacilityReference, setGuidConversionFlag, setMatch, setName, setParentRef, setSourceFile, setUniqueId, setUniqueIdConversionFlag, skip, update, valueHasContent
public void addMember(ItemBase member)
protected void addMemberRef(java.lang.String ref)
public boolean isDuplicat(Parser parser, Item item)
Item
isDuplicat
in interface Item
isDuplicat
in class ItemBase
protected java.util.Iterator memberRefs()
public java.util.Enumeration members()
public int getMemberCount()