| java.lang.Object org.pentaho.core.system.PentahoBase org.pentaho.repository.content.ContentItemFile
ClassVersionNumber | final public static int ClassVersionNumber(Code) | | |
ContentItemFile | protected ContentItemFile()(Code) | | |
deleteOsFile | public boolean deleteOsFile()(Code) | | |
getActionName | public String getActionName()(Code) | | Returns the actionName. |
getCompleteFileName | protected String getCompleteFileName()(Code) | | |
getFileDateTime | public Date getFileDateTime()(Code) | | Returns the fileDateTime. |
getFileSize | public long getFileSize()(Code) | | Returns the fileSize. |
getInitialized | public int getInitialized()(Code) | | Returns the initialized. |
getItemFile | public File getItemFile()(Code) | | Returns the itemFile. |
getLogger | public Log getLogger()(Code) | | |
getOsFileName | public String getOsFileName()(Code) | | Returns the osFileName. |
getOsPath | public String getOsPath()(Code) | | Returns the osPath. |
getRevision | public int getRevision()(Code) | | Returns the revision. |
hashCode | public int hashCode()(Code) | | |
setActionName | public void setActionName(String actionName)(Code) | | Parameters: actionName - The actionName to set. |
setFileDateTime | protected void setFileDateTime(Date fileDateTime)(Code) | | Parameters: fileDateTime - The fileDateTime to set. |
setFileSize | public void setFileSize(long fileSize)(Code) | | Parameters: fileSize - The fileSize to set. |
setId | public void setId(String id)(Code) | | Parameters: id - The id to set. |
setInitialized | public void setInitialized(int initialized)(Code) | | Parameters: initialized - The initialized to set. |
setItemFile | public void setItemFile(File itemFile)(Code) | | Parameters: itemFile - The itemFile to set. |
setOsFileName | public void setOsFileName(String osFileName)(Code) | | Parameters: osFileName - The osFileName to set. |
setOsPath | public void setOsPath(String osPath)(Code) | | Parameters: osPath - The osPath to set. |
setParent | public void setParent(ContentItem parent)(Code) | | Parameters: parent - The parent to set. |
setRevision | public void setRevision(int revision)(Code) | | Parameters: revision - The revision to set. |
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)
|
|
|