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) |
default String[] |
getItemsIds()
Deprecated.
|
String[] |
getItemsIds(CollectionItemsOrdering order) |
String[] |
getItemsIdsSince(CollectionItemsOrdering order,
Date since) |
default String[] |
getItemsIdsSince(Date since)
Deprecated.
|
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 tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptiontigase.xml.Element getItem(String id) throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptionDate getItemCreationDate(String id) throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryException@Deprecated default String[] getItemsIds() throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptionString[] getItemsIds(CollectionItemsOrdering order) throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryException@Deprecated default String[] getItemsIdsSince(Date since) throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptionString[] getItemsIdsSince(CollectionItemsOrdering order, Date since) throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptionList<IItems.ItemMeta> getItemsMeta() throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptionDate getItemUpdateDate(String id) throws tigase.component.exceptions.RepositoryException
tigase.component.exceptions.RepositoryExceptionCopyright © 2008–2021 Tigase. All rights reserved.