Interface ISystemThingQuery
public interface ISystemThingQuery
-
Method Summary
Modifier and TypeMethodDescriptionint
countThingsByOwner
(IThingID ownerID) int
countThingsByType
(int typeID) int
countThingsByXType
(int xtypeID) listThingsByOwner
(IThingID ownerID, int startIndex, int endIndex) listThingsByType
(int typeID, int startIndex, int endIndex) list all things of the given typelistThingsByXType
(int xtypeID, int startIndex, int endIndex)
-
Method Details
-
listThingsByType
list all things of the given type- Parameters:
typeID
-- Returns:
- Throws:
MetaException
-
countThingsByType
- Parameters:
typeID
-- Returns:
- Throws:
MetaException
-
listThingsByXType
- Parameters:
xtypeID
-startIndex
-endIndex
-- Returns:
- Throws:
MetaException
-
countThingsByXType
- Parameters:
xtypeID
-- Returns:
- Throws:
MetaException
-
listThingsByOwner
- Parameters:
ownerID
-startIndex
-endIndex
-- Returns:
- Throws:
MetaException
-
countThingsByOwner
- Parameters:
ownerID
-- Returns:
- Throws:
MetaException
-