tigase.pubsub.repository
Interface IItems
public interface IItems
deleteItem
void deleteItem(String id)
throws RepositoryException
- Throws:
RepositoryException
getItem
tigase.xml.Element getItem(String id)
throws RepositoryException
- Throws:
RepositoryException
getItemCreationDate
Date getItemCreationDate(String id)
throws RepositoryException
- Throws:
RepositoryException
getItemsIds
String[] getItemsIds()
throws RepositoryException
- Throws:
RepositoryException
getItemUpdateDate
Date getItemUpdateDate(String id)
throws RepositoryException
- Throws:
RepositoryException
writeItem
void writeItem(long timeInMilis,
String id,
String publisher,
tigase.xml.Element item)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2008-2012 Tigase. All Rights Reserved.