com.adobe.idp.taskmanager.dsc.client.task
Interface ImageTicket

All Superinterfaces:
java.io.Serializable

public interface ImageTicket
extends java.io.Serializable

An ImageTicket object is used to retrieve an image for a task.

See Also:
TaskInfo.getImageTicket(), TaskRow.getImageTicket()

Method Summary
 java.lang.String getSerializedValue()
          Retrieves the serialized value for this image ticket.
 

Method Detail

getSerializedValue

java.lang.String getSerializedValue()
Retrieves the serialized value for this image ticket. This serialized value can be used later to construct a copy of an image ticket. It is intended that the content of an image ticket instance be stored on a web URL.

Returns:
The serialized value for this image ticket.
See Also:
TaskManager.reconstructImageTicket(String)