public interface CentraSiteRepositoryFolder extends CentraSiteRepositoryObject
PROJECTS_LOCATION, SUPPORTING_DOC_LOCATION
Modifier and Type | Method and Description |
---|---|
java.util.List<CentraSiteRepositoryFile> |
getFiles()
Return the files nested directly under this folder.
|
java.util.List<CentraSiteRepositoryFolder> |
getFolders()
Return the folders nested directly under this folder.
|
exists, isFolder
getContentType, getDescription, getDisplayURI, getInputStream, getName, getURI, isExternal, setContentType, setDescription, setInputStream, setName, setURI
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
java.util.List<CentraSiteRepositoryFolder> getFolders() throws CLLException
List
of CentraSiteRepositoryFolder
s nested directly under
this folder, in case no folders exist in the given folder then returns empty.CLLException
- In case of a failure to get the nested foldersjava.util.List<CentraSiteRepositoryFile> getFiles() throws CLLException
List
of CentraSiteRepositoryFile
s nested directly under
this folder, in case no files exist in the given folder then returns empty.CLLException
- In case of a failure to get the nested files.