| java.lang.Object org.pentaho.core.system.PentahoBase org.pentaho.repository.content.ContentRepository
ContentRepository | public ContentRepository()(Code) | | Constructor
|
deleteContentOlderThanDate | public int deleteContentOlderThanDate(Date agingDate)(Code) | | |
getAllBackgroundExecutedContentItems | public List getAllBackgroundExecutedContentItems(IPentahoSession session)(Code) | | Gets list of all background content ids. Should only be used in an administrative capacity
Parameters: session - Users session List of IBackgroundExecutedContentId objects |
getAllContentLocations | public List getAllContentLocations()(Code) | | |
getBackgroundExecutedContentItemsForUser | public List getBackgroundExecutedContentItemsForUser(IPentahoSession session)(Code) | | Gets list of users' background execution content ids.
Parameters: session - The users' session List of IBackgroundExecutedContentId objects |
getLogger | public Log getLogger()(Code) | | |
newBackgroundExecutedContentId | public IBackgroundExecutedContentId newBackgroundExecutedContentId(IPentahoSession session, String contentId)(Code) | | Returns a new background executed content object
Parameters: session - Users' session object Parameters: contentId - The content id to reference. new BackgroundExecutedContent |
removeBackgroundExecutedContentId | public void removeBackgroundExecutedContentId(IPentahoSession session, String contentId)(Code) | | Removes an ID from the background executed content Id list
Parameters: session - Users' session Parameters: contentId - The content id to remove. |
searchContentItemsForTerms | public List searchContentItemsForTerms(String searchTerm, int searchType)(Code) | | |
searchLocationsAndItemsForTerms | public List searchLocationsAndItemsForTerms(String searchTerm, int searchType)(Code) | | |
searchLocationsForTerms | public List searchLocationsForTerms(String searchTerm, int searchType)(Code) | | |
Methods inherited from org.pentaho.core.system.PentahoBase | public void debug(String message)(Code)(Java Doc) public void debug(String message, Throwable error)(Code)(Java Doc) public void error(String message)(Code)(Java Doc) public void error(String message, Throwable error)(Code)(Java Doc) public void fatal(String message)(Code)(Java Doc) public void fatal(String message, Throwable error)(Code)(Java Doc) public void genLogIdFromInfo(String sessId, String procId, String actName)(Code)(Java Doc) public void genLogIdFromInfo(String sessId, String procId, String actName, String instId)(Code)(Java Doc) public void genLogIdFromSession(IPentahoSession sess)(Code)(Java Doc) public String getLogId()(Code)(Java Doc) abstract public Log getLogger()(Code)(Java Doc) public int getLoggingLevel()(Code)(Java Doc) public String getObjectName()(Code)(Java Doc) public void info(String message)(Code)(Java Doc) public void info(String message, Throwable error)(Code)(Java Doc) public void setLogId(String lId)(Code)(Java Doc) public void setLoggingLevel(int logLevel)(Code)(Java Doc) public void trace(String message)(Code)(Java Doc) public void trace(String message, Throwable error)(Code)(Java Doc) public void warn(String message)(Code)(Java Doc) public void warn(String message, Throwable error)(Code)(Java Doc)
|
|
|