tigase.pubsub.repository
Interface IItems


public interface IItems


Method Summary
 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)
           
 

Method Detail

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.