public class ObjInfo extends Object
Constructor and Description |
---|
ObjInfo(Transaction tx,
ObjId id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjId |
getObjId() |
static ObjInfo |
getObjInfo(ParseSession session,
ObjId id)
Get object meta-data.
|
ObjType |
getObjType() |
Schema |
getSchema() |
String |
toString() |
public ObjInfo(Transaction tx, ObjId id)
tx
- database transactionid
- the ID of the object to queryDeletedObjectException
- if object does not existpublic ObjId getObjId()
public Schema getSchema()
public ObjType getObjType()
public static ObjInfo getObjInfo(ParseSession session, ObjId id)
session
- parse sessionid
- the ID of the object to queryCopyright © 2022. All rights reserved.