public interface IItems
| Modifier and Type | Method and Description |
|---|---|
void |
deleteItem(String id) |
tigase.xml.Element |
getItem(String id) |
Date |
getItemCreationDate(String id) |
String[] |
getItemsIds() |
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
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.