public interface ISystemThingQuery
Modifier and Type | Method and Description |
---|---|
int |
countThingsByOwner(IThingID ownerID) |
int |
countThingsByType(int typeID) |
int |
countThingsByXType(int xtypeID) |
IThingIDList |
listThingsByOwner(IThingID ownerID,
int startIndex,
int endIndex) |
IThingIDList |
listThingsByType(int typeID,
int startIndex,
int endIndex)
list all things of the given type
|
IThingIDList |
listThingsByXType(int xtypeID,
int startIndex,
int endIndex) |
IThingIDList listThingsByType(int typeID, int startIndex, int endIndex) throws MetaException
typeID
- MetaException
int countThingsByType(int typeID) throws MetaException
typeID
- MetaException
IThingIDList listThingsByXType(int xtypeID, int startIndex, int endIndex) throws MetaException
xtypeID
- startIndex
- endIndex
- MetaException
int countThingsByXType(int xtypeID) throws MetaException
xtypeID
- MetaException
IThingIDList listThingsByOwner(IThingID ownerID, int startIndex, int endIndex) throws MetaException
ownerID
- startIndex
- endIndex
- MetaException
int countThingsByOwner(IThingID ownerID) throws MetaException
ownerID
- MetaException