public abstract class FileSystemItem
extends com.centrasite.control.AbstractItem
Constructor and Description |
---|
FileSystemItem(java.io.File file,
com.centrasite.control.Connector connector) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getChildren() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getNameEx() |
java.lang.String |
getPath() |
boolean |
hasNoChildren() |
void |
showReport(com.centrasite.control.ActionContext actionContext) |
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDefaultCommand, getDetailsCommand, getDetailViewTabs, getItem, getKey, getLanguage, getLocale, getNonPermissionAccessControlElements, getPersistanceLocale, getPrivilegeDescriptor, getProperties, getRelatedItems, getReport, getReportForDetailView, hasRequiredAttribute, isLocked, isModified, isReadOnly, isStandalone, isSubTabModified, removeCommand, replaceCommand, save, setAccessControlElements, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setProperties, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView, toString
public FileSystemItem(java.io.File file, com.centrasite.control.Connector connector)
public java.lang.String getName() throws java.lang.Exception
java.lang.Exception
public java.lang.String getNameEx() throws java.lang.Exception
getNameEx
in interface com.centrasite.control.Item
getNameEx
in class com.centrasite.control.AbstractItem
java.lang.Exception
public java.lang.String getDescription() throws java.lang.Exception
java.lang.Exception
public java.util.Iterator getChildren() throws java.lang.Exception
java.lang.Exception
public java.lang.String getPath() throws java.lang.Exception
getPath
in interface com.centrasite.control.Item
getPath
in class com.centrasite.control.AbstractItem
java.lang.Exception
public boolean hasNoChildren() throws java.lang.Exception
java.lang.Exception
public void showReport(com.centrasite.control.ActionContext actionContext)
showReport
in interface com.centrasite.control.Item
showReport
in class com.centrasite.control.AbstractItem