Uses of Class
ibi.broker.api.data.library.Content

Packages that use Content
ibi.broker.api.cci   
ibi.broker.api.data.library   
ibi.broker.api.ws   
 

Uses of Content in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci that return Content
 Content LibraryContentManager.getAccessibleContentInfo(java.lang.String contentId)
          Retrieves a Content object as identified by the contentId.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String owner, Category category)
          Retrieves value of the designated category as a Content[] object without versionList.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String owner, Category category, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String domainId, java.lang.String reportId)
          Retrieves value of the designated report as a Content[] object without versionList.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String domainId, java.lang.String reportId, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String domainId, java.lang.String reportId, java.lang.String categoryName, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoListByCaller(Category category)
          Retrieves an array of all Content objects accessible by the authenticated user and associated with the given Category.
 Content LibraryContentManager.getContent(java.lang.String contentId)
          Retrieves the Content object as identified by the contentId key field.
 Content[] LibraryContentManager.getContentInfoList(Category category)
          Retrieves an array of Content objects associated with the given Category.
 Content[] LibraryContentManager.getContentInfoList(Category category, boolean isVersionList)
           
 Content[] LibraryContentManager.getContentInfoListByCaller(Category category)
          Retrieves an array of Content objects identified with the given Category and owned by the current authenticated user.
 Content[] LibraryContentManager.getContentInfoListByOwner(java.lang.String owner, Category category)
          Retrieves an array of Content objects owned by the specified ReportCaster userid within the specified Category.
 Content LibraryContentManager.getLatestAccessibleContent(Schedule schedule)
          Obtains the Content object that has latest version data and is accessible to the authenticated user and associated with the given Schedule object.
 Content[] LibraryContentManager.getWatchContentInfoList(java.lang.String user)
           
 

Uses of Content in ibi.broker.api.data.library
 

Methods in ibi.broker.api.data.library that return Content
 Content[] Category.getContentList()
          Obtains an Array of report library Content objects that are nested into this category.As the category is the parent of content in the hierarchical scheme, the content list provides access to the actual content for a given instance of category.
 

Methods in ibi.broker.api.data.library with parameters of type Content
 void Category.setContentList(Content[] contentList)
          Assigns an Array of report library Content objects that are nested into this category.As the category is the parent of content in the hierarchical scheme, the content list provides access to the actual content for a given instance of category.
 

Uses of Content in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that return Content
 Content LibraryContentManagerIF.getAccessibleContentInfo(Authenticate authenticate, java.lang.String contentId)
           
 Content LibraryContentManagerWS.getAccessibleContentInfo(Authenticate authenticate, java.lang.String contentId)
           
 Content LibraryContentManagerClientSF.getAccessibleContentInfo(java.lang.String contentId)
           
 Content[] LibraryContentManagerIF.getAccessibleContentInfoList(Authenticate authenticate, java.lang.String domainId, java.lang.String reportId)
           
 Content[] LibraryContentManagerWS.getAccessibleContentInfoList(Authenticate authenticate, java.lang.String domainId, java.lang.String reportId)
           
 Content[] LibraryContentManagerClientSF.getAccessibleContentInfoList(java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerIF.getAccessibleContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerWS.getAccessibleContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerClientSF.getAccessibleContentInfoListByCaller(Category category)
           
 Content LibraryContentManagerIF.getContent(Authenticate authenticate, java.lang.String contentId)
           
 Content LibraryContentManagerWS.getContent(Authenticate authenticate, java.lang.String contentId)
           
 Content LibraryContentManagerClientSF.getContent(java.lang.String contentId)
           
 Content[] LibraryContentManagerIF.getContentInfoList(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerWS.getContentInfoList(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoList(Category category)
           
 Content[] LibraryContentManagerIF.getContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerWS.getContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoListByCaller(Category category)
           
 Content[] LibraryContentManagerIF.getContentInfoListByOwner(Authenticate authenticate, java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerWS.getContentInfoListByOwner(Authenticate authenticate, java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoListByOwner(java.lang.String owner, Category category)
           
 Content LibraryContentManagerIF.getLatestAccessibleContent(Authenticate authenticate, Schedule schedule)
           
 Content LibraryContentManagerWS.getLatestAccessibleContent(Authenticate authenticate, Schedule schedule)
           
 Content LibraryContentManagerClientSF.getLatestAccessibleContent(Schedule schedule)
           
 Content[] LibraryContentManagerIF.getWatchContentInfoList(Authenticate authenticate, java.lang.String user)
           
 Content[] LibraryContentManagerWS.getWatchContentInfoList(Authenticate authenticate, java.lang.String user)
           
 



Copyright © 2006 Information Builders, Incorporated.