findJtxObjects

fun findJtxObjects(where: String?, whereArgs: Array<String>?): List<Entity>

Queries jtx objects from this jtx collection.

Adds a WHERE clause that restricts the query to JtxContract.JtxICalObject.ICALOBJECT_COLLECTIONID = id.

Return

jtx object entities from this collection which match the selection

Parameters

where

selection

whereArgs

arguments for selection

Throws

when the content provider returns an error