|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteFile
CentraSiteFile represents any type of file in CentraSite
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the file description |
java.lang.String |
getDisplayURI()
return the uri which used to display to the user. |
java.lang.String |
getName()
Return the file or folder name |
java.lang.String |
getURI()
Returns the URI where the file is stored |
boolean |
isExternal()
Checks whether the file is stored in repository or otherwise |
void |
setDescription(java.lang.String description)
Set the description for the file |
void |
setName(java.lang.String name)
Set the name of the file or folder name. |
void |
setURI(java.lang.String uri)
Set the repository relative path in case it refers to CentraSiteRepositoryObject other wise external URL. |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject |
---|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue |
Method Detail |
---|
java.lang.String getURI()
void setURI(java.lang.String uri) throws CLLException
uri
- repository relative path in case it refers to
CentraSiteRepositoryObject other wise external URL.
CLLException
void setName(java.lang.String name)
name
- of the file or folder name.java.lang.String getName()
void setDescription(java.lang.String description)
description
- description for the file.java.lang.String getDescription()
boolean isExternal()
java.lang.String getDisplayURI() throws CLLException
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |