| Method and Description |
|---|
| as.leap.las.sdk.LASQuery.all(String, T...)
Instead of arrayAll.remove soon
|
| as.leap.las.sdk.ObjectId.massageToObjectId(Object)
This method is NOT a part of public API and will be dropped in 3.x versions.
|
| as.leap.las.sdk.ObjectId.toStringMongod()
Please use
ObjectId.toHexString() instead. |
| Constructor and Description |
|---|
| as.leap.las.sdk.types.LASPointer(String, String)
Instead of LASPointer(ObjectId objectId, String className)
|
as.leap.las.sdk.ObjectId(int, int, int)
ObjectId's constructed this way do not conform to
the ObjectId specification.
ObjectId.createFromLegacyFormat(int, int, int) instead. |
| as.leap.las.sdk.ObjectId(String, boolean)
'babble' format is deprecated. Please use
ObjectId.ObjectId(String) instead. |
Copyright © 2015. All rights reserved.