public interface MediaOperations
| Modifier and Type | Method and Description |
|---|---|
void |
deletePhoto(String id) |
PhotoInfo |
getPhoto(String id) |
String |
postPhoto(org.springframework.core.io.Resource photo,
String title,
String description,
String... tags) |
String postPhoto(org.springframework.core.io.Resource photo, String title, String description, String... tags) throws FlickrException
FlickrExceptionPhotoInfo getPhoto(String id) throws FlickrException
FlickrExceptionvoid deletePhoto(String id) throws FlickrException
FlickrExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.