it.sistematica.isharedoc.sharecloud.model
Interface CloudFolder

All Superinterfaces:
CloudFile
All Known Implementing Classes:
CloudUnauthenticatedRepository.CloudUnauthenticatedFolder, CmisFolder, DropboxFolder, EvernoteFolder, GoogleDriveFolder, HttpCloudFile, InternalFolder, ReplicaFolder, SmartsheetFolder, SmartsheetHome

public interface CloudFolder
extends CloudFile


Field Summary
 
Fields inherited from interface it.sistematica.isharedoc.sharecloud.model.CloudFile
PATH_SEPARATOR, TRASH_DIRECTORY_NAME
 
Method Summary
 java.util.List<CloudFile> getChildren()
           
 java.lang.Boolean isArchivied()
           
 java.lang.Boolean isSpecial()
           
 java.lang.Boolean isTopic()
           
 
Methods inherited from interface it.sistematica.isharedoc.sharecloud.model.CloudFile
addAcl, addSecondaryType, getAcl, getAttributesAsString, getAttributeValues, getChangedProperties, getColor, getConfidentialityLevel, getConfidentialityLevelId, getCreated, getCreatedBy, getDescription, getFileType, getIconClass, getIconDescription, getIconMedium, getIconTitle, getIconTree, getId, getIdFullPath, getInternalFile, getModified, getModifiedBy, getName, getNameFullPath, getNameFullPathWithAttributes, getNameFullPathWithNote, getNameWithAttributes, getNameWithNote, getNote, getNoteInShort, getObject, getObjectTemplate, getObjectTemplateId, getOrganization, getOrganizationId, getOriginal, getParent, getParentObject, getPath, getProperties, getProperty, getPropertyValue, getPropertyValueString, getRemotePath, getRepositoryPath, getSecondaryTypes, getSession, getStatus, getTrashPath, getType, getURL, isContainer, isDeleted, isDocument, isDrive, isFolder, isHidden, isInternal, isItemLink, isLink, isRemote, isReplica, isTrash, isTrashed, removeAcl, removeSecondaryType, setAcl, setChangedProperties, setConfidentialityLevelId, setCreated, setCreatedBy, setDeleted, setDescription, setHidden, setId, setInternalFile, setModified, setModifiedBy, setName, setNote, setObjectTemplateId, setOrganizationId, setParent, setPropertyValue, setStatus, trace, traceChanges
 

Method Detail

isTopic

java.lang.Boolean isTopic()
Specified by:
isTopic in interface CloudFile

isArchivied

java.lang.Boolean isArchivied()

isSpecial

java.lang.Boolean isSpecial()
Specified by:
isSpecial in interface CloudFile

getChildren

java.util.List<CloudFile> getChildren()