ibi.broker.api.ws
Class LibraryContentManagerClientSF

java.lang.Object
  extended by ibi.broker.api.ws.LibraryContentManagerClientSF

public class LibraryContentManagerClientSF
extends java.lang.Object


Constructor Summary
LibraryContentManagerClientSF(java.lang.String base, java.lang.String userName, java.lang.String password)
           
 
Method Summary
 void deleteContent(java.lang.String contentId)
           
 void deleteVersion(java.lang.String versionId)
           
 void deleteWatchItem(WatchItem watchItem)
           
 Category[] getAccessibleCategoryInfoList(java.lang.String owner)
           
 Category[] getAccessibleCategoryInfoListByCaller()
           
 Content getAccessibleContentInfo(java.lang.String contentId)
           
 Content[] getAccessibleContentInfoList(java.lang.String owner, Category category)
           
 Content[] getAccessibleContentInfoListByCaller(Category category)
           
 java.io.InputStream getAccessibleVersion(java.lang.String versionId)
           
 Version getAccessibleVersionInfo(java.lang.String versionId)
           
 Category[] getCategoryInfoList()
           
 Category[] getCategoryInfoListByOwner(java.lang.String owner)
           
 Content getContent(java.lang.String contentId)
           
 java.lang.String getContentId(java.lang.String owner, java.lang.String contentDescription)
           
 Content[] getContentInfoList(Category category)
           
 Content[] getContentInfoListByCaller(Category category)
           
 Content[] getContentInfoListByOwner(java.lang.String owner, Category category)
           
 Content getLatestAccessibleContent(Schedule schedule)
           
 java.lang.String[] getOwnerList()
           
 Version getVersion(java.lang.String versionId)
           
 WatchItem[] getWatchList(java.lang.String userId, java.lang.String contentId, java.lang.String propertyName)
           
 void updateWatchItem(WatchItem watchItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryContentManagerClientSF

public LibraryContentManagerClientSF(java.lang.String base,
                                     java.lang.String userName,
                                     java.lang.String password)
                              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

deleteVersion

public void deleteVersion(java.lang.String versionId)
                   throws CasterException
Throws:
CasterException

deleteContent

public void deleteContent(java.lang.String contentId)
                   throws CasterException
Throws:
CasterException

getVersion

public Version getVersion(java.lang.String versionId)
                   throws CasterException
Throws:
CasterException

getContent

public Content getContent(java.lang.String contentId)
                   throws CasterException
Throws:
CasterException

getContentInfoList

public Content[] getContentInfoList(Category category)
                             throws CasterException
Throws:
CasterException

getContentInfoListByCaller

public Content[] getContentInfoListByCaller(Category category)
                                     throws CasterException
Throws:
CasterException

getContentInfoListByOwner

public Content[] getContentInfoListByOwner(java.lang.String owner,
                                           Category category)
                                    throws CasterException
Throws:
CasterException

getCategoryInfoList

public Category[] getCategoryInfoList()
                               throws CasterException
Throws:
CasterException

getCategoryInfoListByOwner

public Category[] getCategoryInfoListByOwner(java.lang.String owner)
                                      throws CasterException
Throws:
CasterException

getOwnerList

public java.lang.String[] getOwnerList()
                                throws CasterException
Throws:
CasterException

getAccessibleVersion

public java.io.InputStream getAccessibleVersion(java.lang.String versionId)
                                         throws CasterException
Throws:
CasterException

getAccessibleVersionInfo

public Version getAccessibleVersionInfo(java.lang.String versionId)
                                 throws CasterException
Throws:
CasterException

getAccessibleContentInfo

public Content getAccessibleContentInfo(java.lang.String contentId)
                                 throws CasterException
Throws:
CasterException

getAccessibleContentInfoListByCaller

public Content[] getAccessibleContentInfoListByCaller(Category category)
                                               throws CasterException
Throws:
CasterException

getAccessibleCategoryInfoListByCaller

public Category[] getAccessibleCategoryInfoListByCaller()
                                                 throws CasterException
Throws:
CasterException

getContentId

public java.lang.String getContentId(java.lang.String owner,
                                     java.lang.String contentDescription)
                              throws CasterException
Throws:
CasterException

getLatestAccessibleContent

public Content getLatestAccessibleContent(Schedule schedule)
                                   throws CasterException
Throws:
CasterException

getAccessibleCategoryInfoList

public Category[] getAccessibleCategoryInfoList(java.lang.String owner)
                                         throws CasterException
Throws:
CasterException

getAccessibleContentInfoList

public Content[] getAccessibleContentInfoList(java.lang.String owner,
                                              Category category)
                                       throws CasterException
Throws:
CasterException

getWatchList

public WatchItem[] getWatchList(java.lang.String userId,
                                java.lang.String contentId,
                                java.lang.String propertyName)
                         throws CasterException
Throws:
CasterException

updateWatchItem

public void updateWatchItem(WatchItem watchItem)
                     throws CasterException
Throws:
CasterException

deleteWatchItem

public void deleteWatchItem(WatchItem watchItem)
                     throws CasterException
Throws:
CasterException


Copyright © 2006 Information Builders, Incorporated.