|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteRepositoryFile
CentraSiteRepositoryFile represents a file in CentraSite Repository
Field Summary |
---|
Fields inherited from interface com.softwareag.centrasite.api.csom.repository.CentraSiteRepositoryObject |
---|
SUPPORTING_DOC_LOCATION |
Method Summary | |
---|---|
java.lang.String |
getContentType()
content type of repository file |
java.lang.String |
getFileName()
Return the file name |
java.io.InputStream |
getInputStream()
Get the file content as input stream |
java.io.InputStream |
getTransformedContent()
Get the webdav content as InputStream |
java.io.InputStream |
getTransformedContent(java.lang.String displayURL)
Get the webdav content as InputStream |
void |
setFileName(java.lang.String fileName)
Sets the name of the file |
void |
setInputStream(java.io.InputStream inputContent)
Specify the content for the file as input stream |
Methods inherited from interface com.softwareag.centrasite.api.csom.repository.CentraSiteRepositoryObject |
---|
exists, 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 |
Method Detail |
---|
void setFileName(java.lang.String fileName)
java.lang.String getFileName()
void setInputStream(java.io.InputStream inputContent) throws CLLException
inputContent
- need to write into the file
CLLException
java.io.InputStream getInputStream() throws CLLException
CLLException
java.lang.String getContentType() throws CLLException
CLLException
- in case of failed to get the content type.java.io.InputStream getTransformedContent() throws CLLException
CLLException
- In case failed to fetch Transformed contentjava.io.InputStream getTransformedContent(java.lang.String displayURL) throws CLLException
CLLException
- In case failed to fetch Transformed content
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |