com.aetrion.flickr.photos.upload
Class UploadInterface
java.lang.Object
com.aetrion.flickr.photos.upload.UploadInterface
public class UploadInterface
- extends java.lang.Object
Checks the status of asynchronous photo upload tickets.
- Version:
- $Id: UploadInterface.java,v 1.2 2007/11/02 21:46:52 x-mago Exp $
- Author:
- till (Till Krech) extranoise:flickr
Method Summary |
java.util.List |
checkTickets(java.util.Set tickets)
Checks the status of one or more asynchronous photo upload tickets. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_CHECK_TICKETS
public static final java.lang.String METHOD_CHECK_TICKETS
- See Also:
- Constant Field Values
UploadInterface
public UploadInterface(java.lang.String apiKey,
Transport transport)
checkTickets
public java.util.List checkTickets(java.util.Set tickets)
throws java.io.IOException,
org.xml.sax.SAXException,
FlickrException
- Checks the status of one or more asynchronous photo upload tickets.
This method does not require authentication.
- Parameters:
tickets
- a set of ticket ids (Strings) or Ticket
objects containing ids
- Returns:
- a list of
Ticket
objects.
- Throws:
java.io.IOException
org.xml.sax.SAXException
FlickrException
Copyright (C) 2005-2007 Aetrion LLC. All Rights Reserved.