public interface IItems
| Modifier and Type | Interface and Description |
|---|---|
static class |
IItems.ItemMeta |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteItem(String id) |
tigase.xml.Element |
getItem(String id) |
Date |
getItemCreationDate(String id) |
String[] |
getItemsIds() |
String[] |
getItemsIdsSince(Date since) |
List<IItems.ItemMeta> |
getItemsMeta() |
Date |
getItemUpdateDate(String id) |
void |
writeItem(long timeInMilis,
String id,
String publisher,
tigase.xml.Element item) |
void deleteItem(String id) throws RepositoryException
RepositoryExceptiontigase.xml.Element getItem(String id) throws RepositoryException
RepositoryExceptionDate getItemCreationDate(String id) throws RepositoryException
RepositoryExceptionString[] getItemsIds() throws RepositoryException
RepositoryExceptionString[] getItemsIdsSince(Date since) throws RepositoryException
RepositoryExceptionList<IItems.ItemMeta> getItemsMeta() throws RepositoryException
RepositoryExceptionDate getItemUpdateDate(String id) throws RepositoryException
RepositoryExceptionvoid writeItem(long timeInMilis,
String id,
String publisher,
tigase.xml.Element item)
throws RepositoryException
RepositoryExceptionCopyright © 2008–2014 Tigase. All rights reserved.