| Modifier and Type | Method | Description | 
|---|---|---|
DiskItem | 
getContainer() | 
 The folder or disk which has this disk item as an element. 
 | 
Date | 
getCreationDate() | 
 The date on which the disk item was created. 
 | 
String | 
getDisplayedName() | 
 The name of the disk item as displayed in the User Interface. 
 | 
String | 
getId() | 
 The unique ID of the disk item. 
 | 
Date | 
getModificationDate() | 
 The date on which the disk item was last modified. 
 | 
String | 
getName() | 
 The name of the disk item. 
 | 
String | 
getNameExtension() | 
 The extension portion of the name. 
 | 
String | 
getPath() | 
 The file system path of the disk item. 
 | 
int | 
getPhysicalSize() | 
 The actual space used by the disk item on disk. 
 | 
String | 
getPosixPath() | 
 The POSIX file system path of the disk item. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
int | 
getSize() | 
 The logical size of the disk item. 
 | 
String | 
getUrl() | 
 The URL of the disk item. 
 | 
String | 
getVolume() | 
 The volume on which the disk item resides. 
 | 
boolean | 
isBusyStatus() | 
 Is the disk item busy? 
 | 
boolean | 
isPackageFolder() | 
 Is the disk item a package? 
 | 
boolean | 
isVisible() | 
 Is the disk item visible? 
 | 
void | 
setModificationDate(Date modificationDate) | 
 The date on which the disk item was last modified. 
 | 
void | 
setName(String name) | 
 The name of the disk item. 
 | 
void | 
setVisible(boolean visible) | 
 Is the disk item visible? 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("busy") @Kind("property") @Name("busy status") @Type("boolean") boolean isBusyStatus()
@Code("ctnr") @Kind("property") @Name("container") @Type("disk item") DiskItem getContainer()
@Code("ascd") @Kind("property") @Name("creation date") @Type("date") Date getCreationDate()
@Code("dnam") @Kind("property") @Name("displayed name") @Type("text") String getDisplayedName()
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("asmo") @Kind("property") @Name("modification date") @Type("date") Date getModificationDate()
@Code("asmo") @Kind("property") @Name("modification date") @Type("date") void setModificationDate(Date modificationDate)
modificationDate - new property value@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("pnam") @Kind("property") @Name("name") @Type("text") void setName(String name)
name - new property value@Code("extn") @Kind("property") @Name("name extension") @Type("text") String getNameExtension()
@Code("pkgf") @Kind("property") @Name("package folder") @Type("boolean") boolean isPackageFolder()
@Code("ppth") @Kind("property") @Name("path") @Type("text") String getPath()
@Code("phys") @Kind("property") @Name("physical size") @Type("integer") int getPhysicalSize()
@Code("posx") @Kind("property") @Name("POSIX path") @Type("text") String getPosixPath()
@Code("ptsz") @Kind("property") @Name("size") @Type("integer") int getSize()
@Code("url ") @Kind("property") @Name("URL") @Type("text") String getUrl()
@Code("pvis") @Kind("property") @Name("visible") @Type("boolean") boolean isVisible()
@Code("pvis") @Kind("property") @Name("visible") @Type("boolean") void setVisible(boolean visible)
visible - new property value@Code("volu") @Kind("property") @Name("volume") @Type("text") String getVolume()