public interface CentraSiteRepositoryObject extends CentraSiteFile
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROJECTS_LOCATION |
static java.lang.String |
SUPPORTING_DOC_LOCATION |
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Checks if the object already exists in the CentraSite repository or not.
|
boolean |
isFolder()
Checks if this object is a folder or a file.
|
getContentType, getDescription, getDisplayURI, getExternalLinkKey, getInputStream, getName, getURI, isExternal, setContentType, setDescription, setInputStream, setName, setURI
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isPredefined, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
static final java.lang.String SUPPORTING_DOC_LOCATION
static final java.lang.String PROJECTS_LOCATION
boolean exists() throws CLLException
CLLException
- If an error occurs while checking with the repositoryboolean isFolder() throws CLLException
CLLException
- If an error occurs while checking with the repository