public class AsyncBimsie1LowLevelInterface extends Object
| Constructor and Description |
|---|
AsyncBimsie1LowLevelInterface(Bimsie1LowLevelInterface syncService,
ExecutorService executorService) |
public AsyncBimsie1LowLevelInterface(Bimsie1LowLevelInterface syncService, ExecutorService executorService)
public void abortTransaction(Long tid, AsyncBimsie1LowLevelInterface.AbortTransactionCallback callback)
public void addBooleanAttribute(Long tid, Long oid, String attributeName, Boolean value, AsyncBimsie1LowLevelInterface.AddBooleanAttributeCallback callback)
public void addDoubleAttribute(Long tid, Long oid, String attributeName, Double value, AsyncBimsie1LowLevelInterface.AddDoubleAttributeCallback callback)
public void addIntegerAttribute(Long tid, Long oid, String attributeName, Integer value, AsyncBimsie1LowLevelInterface.AddIntegerAttributeCallback callback)
public void addReference(Long tid, Long oid, String referenceName, Long referenceOid, AsyncBimsie1LowLevelInterface.AddReferenceCallback callback)
public void addStringAttribute(Long tid, Long oid, String attributeName, String value, AsyncBimsie1LowLevelInterface.AddStringAttributeCallback callback)
public void commitTransaction(Long tid, String comment, AsyncBimsie1LowLevelInterface.CommitTransactionCallback callback)
public void count(Long roid, String className, AsyncBimsie1LowLevelInterface.CountCallback callback)
public void createObject(Long tid, String className, Boolean generateGuid, AsyncBimsie1LowLevelInterface.CreateObjectCallback callback)
public void getBooleanAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetBooleanAttributeCallback callback)
public void getBooleanAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, AsyncBimsie1LowLevelInterface.GetBooleanAttributeAtIndexCallback callback)
public void getBooleanAttributes(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetBooleanAttributesCallback callback)
public void getByteArrayAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetByteArrayAttributeCallback callback)
public void getByteArrayAttributes(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetByteArrayAttributesCallback callback)
public void getDataObjectByGuid(Long roid, String guid, AsyncBimsie1LowLevelInterface.GetDataObjectByGuidCallback callback)
public void getDataObjectByOid(Long roid, Long oid, AsyncBimsie1LowLevelInterface.GetDataObjectByOidCallback callback)
public void getDataObjects(Long roid, AsyncBimsie1LowLevelInterface.GetDataObjectsCallback callback)
public void getDataObjectsByType(Long roid, String packageName, String className, Boolean flat, AsyncBimsie1LowLevelInterface.GetDataObjectsByTypeCallback callback)
public void getDoubleAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetDoubleAttributeCallback callback)
public void getDoubleAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, AsyncBimsie1LowLevelInterface.GetDoubleAttributeAtIndexCallback callback)
public void getDoubleAttributes(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetDoubleAttributesCallback callback)
public void getEnumAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetEnumAttributeCallback callback)
public void getIntegerAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetIntegerAttributeCallback callback)
public void getIntegerAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, AsyncBimsie1LowLevelInterface.GetIntegerAttributeAtIndexCallback callback)
public void getIntegerAttributes(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetIntegerAttributesCallback callback)
public void getLongAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetLongAttributeCallback callback)
public void getLongAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, AsyncBimsie1LowLevelInterface.GetLongAttributeAtIndexCallback callback)
public void getReference(Long tid, Long oid, String referenceName, AsyncBimsie1LowLevelInterface.GetReferenceCallback callback)
public void getReferences(Long tid, Long oid, String referenceName, AsyncBimsie1LowLevelInterface.GetReferencesCallback callback)
public void getStringAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetStringAttributeCallback callback)
public void getStringAttributes(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.GetStringAttributesCallback callback)
public void removeAllReferences(Long tid, Long oid, String referenceName, AsyncBimsie1LowLevelInterface.RemoveAllReferencesCallback callback)
public void removeAttribute(Long tid, Long oid, String attributeName, Integer index, AsyncBimsie1LowLevelInterface.RemoveAttributeCallback callback)
public void removeObject(Long tid, Long oid, AsyncBimsie1LowLevelInterface.RemoveObjectCallback callback)
public void removeReference(Long tid, Long oid, String referenceName, Integer index, AsyncBimsie1LowLevelInterface.RemoveReferenceCallback callback)
public void removeReferenceByOid(Long tid, Long oid, String referenceName, Long referencedOid, AsyncBimsie1LowLevelInterface.RemoveReferenceByOidCallback callback)
public void setBooleanAttribute(Long tid, Long oid, String attributeName, Boolean value, AsyncBimsie1LowLevelInterface.SetBooleanAttributeCallback callback)
public void setBooleanAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, Boolean value, AsyncBimsie1LowLevelInterface.SetBooleanAttributeAtIndexCallback callback)
public void setBooleanAttributes(Long tid, Long oid, String attributeName, List<Boolean> values, AsyncBimsie1LowLevelInterface.SetBooleanAttributesCallback callback)
public void setByteArrayAttribute(Long tid, Long oid, String attributeName, Byte[] value, AsyncBimsie1LowLevelInterface.SetByteArrayAttributeCallback callback)
public void setDoubleAttribute(Long tid, Long oid, String attributeName, Double value, AsyncBimsie1LowLevelInterface.SetDoubleAttributeCallback callback)
public void setDoubleAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, Double value, AsyncBimsie1LowLevelInterface.SetDoubleAttributeAtIndexCallback callback)
public void setDoubleAttributes(Long tid, Long oid, String attributeName, List<Double> values, AsyncBimsie1LowLevelInterface.SetDoubleAttributesCallback callback)
public void setEnumAttribute(Long tid, Long oid, String attributeName, String value, AsyncBimsie1LowLevelInterface.SetEnumAttributeCallback callback)
public void setIntegerAttribute(Long tid, Long oid, String attributeName, Integer value, AsyncBimsie1LowLevelInterface.SetIntegerAttributeCallback callback)
public void setIntegerAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, Integer value, AsyncBimsie1LowLevelInterface.SetIntegerAttributeAtIndexCallback callback)
public void setIntegerAttributes(Long tid, Long oid, String attributeName, List<Integer> values, AsyncBimsie1LowLevelInterface.SetIntegerAttributesCallback callback)
public void setLongAttribute(Long tid, Long oid, String attributeName, Long value, AsyncBimsie1LowLevelInterface.SetLongAttributeCallback callback)
public void setLongAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, Long value, AsyncBimsie1LowLevelInterface.SetLongAttributeAtIndexCallback callback)
public void setLongAttributes(Long tid, Long oid, String attributeName, List<Long> values, AsyncBimsie1LowLevelInterface.SetLongAttributesCallback callback)
public void setReference(Long tid, Long oid, String referenceName, Long referenceOid, AsyncBimsie1LowLevelInterface.SetReferenceCallback callback)
public void setStringAttribute(Long tid, Long oid, String attributeName, String value, AsyncBimsie1LowLevelInterface.SetStringAttributeCallback callback)
public void setStringAttributeAtIndex(Long tid, Long oid, String attributeName, Integer index, String value, AsyncBimsie1LowLevelInterface.SetStringAttributeAtIndexCallback callback)
public void setWrappedBooleanAttribute(Long tid, Long oid, String attributeName, String type, Boolean value, AsyncBimsie1LowLevelInterface.SetWrappedBooleanAttributeCallback callback)
public void setWrappedDoubleAttribute(Long tid, Long oid, String attributeName, String type, Double value, AsyncBimsie1LowLevelInterface.SetWrappedDoubleAttributeCallback callback)
public void setWrappedIntegerAttribute(Long tid, Long oid, String attributeName, String type, Integer value, AsyncBimsie1LowLevelInterface.SetWrappedIntegerAttributeCallback callback)
public void setWrappedLongAttribute(Long tid, Long oid, String attributeName, String type, Long value, AsyncBimsie1LowLevelInterface.SetWrappedLongAttributeCallback callback)
public void setWrappedStringAttribute(Long tid, Long oid, String attributeName, String type, String value, AsyncBimsie1LowLevelInterface.SetWrappedStringAttributeCallback callback)
public void startTransaction(Long poid, AsyncBimsie1LowLevelInterface.StartTransactionCallback callback)
public void unsetAttribute(Long tid, Long oid, String attributeName, AsyncBimsie1LowLevelInterface.UnsetAttributeCallback callback)
public void unsetReference(Long tid, Long oid, String referenceName, AsyncBimsie1LowLevelInterface.UnsetReferenceCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.