Skip navigation links
C D G U 

C

com.activiti.content.storage.api - package com.activiti.content.storage.api
 
com.activiti.content.storage.exception - package com.activiti.content.storage.exception
 
ContentNotFoundException - Exception in com.activiti.content.storage.exception
Exception indicating an operation is requested on a ContentObject that does not exist.
ContentNotFoundException(String) - Constructor for exception com.activiti.content.storage.exception.ContentNotFoundException
 
ContentObject - Interface in com.activiti.content.storage.api
 
ContentStorage - Interface in com.activiti.content.storage.api
Storage for reading and writing content.
ContentStorageException - Exception in com.activiti.content.storage.exception
 
ContentStorageException() - Constructor for exception com.activiti.content.storage.exception.ContentStorageException
 
ContentStorageException(String, Throwable, boolean, boolean) - Constructor for exception com.activiti.content.storage.exception.ContentStorageException
 
ContentStorageException(String, Throwable) - Constructor for exception com.activiti.content.storage.exception.ContentStorageException
 
ContentStorageException(String) - Constructor for exception com.activiti.content.storage.exception.ContentStorageException
 
ContentStorageException(Throwable) - Constructor for exception com.activiti.content.storage.exception.ContentStorageException
 
createContentObject(InputStream, Long) - Method in interface com.activiti.content.storage.api.ContentStorage
 

D

deleteContentObject(String) - Method in interface com.activiti.content.storage.api.ContentStorage
Deletes the object the given id.

G

getContent() - Method in interface com.activiti.content.storage.api.ContentObject
 
getContentLength() - Method in interface com.activiti.content.storage.api.ContentObject
 
getContentObject(String) - Method in interface com.activiti.content.storage.api.ContentStorage
 
getId() - Method in interface com.activiti.content.storage.api.ContentObject
 

U

updateContentObject(String, InputStream, Long) - Method in interface com.activiti.content.storage.api.ContentStorage
Update the content with the given id to the content present in the given stream.
C D G U 
Skip navigation links

Copyright © 2014–2015 Alfresco. All rights reserved.