com.softwareag.centrasite.api.csom.repository
Interface CentraSiteRepositoryObject

All Superinterfaces:
CentraSiteFile, CentraSiteObject
All Known Subinterfaces:
CentraSiteRepositoryFile, CentraSiteRepositoryFolder

public interface CentraSiteRepositoryObject
extends CentraSiteFile

CentraSiteRepositoryObject represents any object in CentraSite Repository


Field Summary
static java.lang.String SUPPORTING_DOC_LOCATION
           
 
Method Summary
 boolean exists()
           
 boolean isFolder()
           
 
Methods inherited from interface com.softwareag.centrasite.api.csom.repository.CentraSiteFile
getDescription, getDisplayURI, getName, getURI, isExternal, setDescription, setName, setURI
 
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
 

Field Detail

SUPPORTING_DOC_LOCATION

static final java.lang.String SUPPORTING_DOC_LOCATION
See Also:
Constant Field Values
Method Detail

exists

boolean exists()
               throws CLLException
Throws:
CLLException

isFolder

boolean isFolder()
                 throws CLLException
Throws:
CLLException