| |
|
| java.lang.Object com.pentaho.repository.dbbased.solution.RepositoryFile
ClassVersionNumber | final public static int ClassVersionNumber(Code) | | |
EXTENSION_CHAR | final public static char EXTENSION_CHAR(Code) | | |
SEPARATOR | final public static char SEPARATOR(Code) | | |
directory | protected boolean directory(Code) | | |
lastModified | protected long lastModified(Code) | | |
revision | protected int revision(Code) | | |
RepositoryFile | public RepositoryFile()(Code) | | |
containsActions | public boolean containsActions()(Code) | | |
exists | public boolean exists()(Code) | | |
getAccessControls | public List getAccessControls()(Code) | | |
getChildrenFiles | public Set getChildrenFiles()(Code) | | Returns the childrenResources. |
getData | public byte[] getData()(Code) | | Returns the data. |
getDirectory | protected boolean getDirectory()(Code) | | |
getEffectiveAccessControls | public List getEffectiveAccessControls()(Code) | | Chains up to find the access controls that are in force on this object.
Could end up chaining all the way to the root.
|
getExtension | public String getExtension()(Code) | | the extension (including the . seperator) of this file |
getLastModified | public long getLastModified()(Code) | | Returns the modDate. |
getPhraseSearchQueryName | public String getPhraseSearchQueryName()(Code) | | |
getRevision | public int getRevision()(Code) | | |
getSearchableColumns | public String[] getSearchableColumns()(Code) | | |
hasExtension | public boolean hasExtension()(Code) | | a boolean indicating if this file has an extension |
hashCode | public int hashCode()(Code) | | |
isDirectory | public boolean isDirectory()(Code) | | |
isRoot | public boolean isRoot()(Code) | | |
resetAccessControls | public void resetAccessControls(List acls)(Code) | | |
resolvePath | protected void resolvePath()(Code) | | |
setAccessControls | public void setAccessControls(List acls)(Code) | | |
setChildrenFiles | public void setChildrenFiles(Set childrenFiles)(Code) | | Parameters: childrenResources - The childrenResources to set. |
setData | public void setData(byte[] data)(Code) | | Parameters: data - The data to set. |
setDirectory | protected void setDirectory(boolean directory)(Code) | | |
setFileName | protected void setFileName(String fileName)(Code) | | |
setFullPath | protected void setFullPath(String fullPath)(Code) | | |
setLastModified | public void setLastModified(long modDate)(Code) | | Parameters: modDate - The modDate to set. |
setRevision | protected void setRevision(int revision)(Code) | | |
|
|
|