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
FlickrException
PhotoInfo getPhoto(String id) throws FlickrException
FlickrException
void deletePhoto(String id) throws FlickrException
FlickrException
Copyright © 2005–2017 Alfresco Software. All rights reserved.