public class ScItemsContract
extends java.lang.Object
ScItemsProvider
and other applications. Contains supported URIs and data columns.
ScItemsContract.Items
stores downloaded items.ScItemsContract.Fields
contains fields of particular item.content://AUTHORITY/items
returns all items.content://AUTHORITY/items/{item_id}
returns specific item.content://AUTHORITY/fields
returns all fields.content://AUTHORITY/items
delete all items.content://AUTHORITY/fields
delete all fields item.Modifier and Type | Class and Description |
---|---|
static class |
ScItemsContract.Fields
Defines data model how
ScField are stored in ScItemsProvider |
static class |
ScItemsContract.Items
Defines data model how
ScItem are stored in ScItemsProvider |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENT_AUTHORITY |
Constructor and Description |
---|
ScItemsContract() |