com.adobe.idp.taskmanager.dsc.client.endpoint
Interface TaskEndpoint

All Superinterfaces:
java.io.Serializable

public interface TaskEndpoint
extends java.io.Serializable

Provides information about task endpoints, such as service names, operation names, and endpoint IDs. A TaskEndpoint object is returned by searches for category endpoints using TaskManagerEndpointClient.


Method Summary
 TaskEndpointCategory getCategory()
          Retrieves the category for this endpoint.
 java.lang.String getDescription()
          Retrieves the description for this endpoint.
 long getEndpointId()
          Retrieves the endpoint identifier.
 ImageTicket getImageTicket()
          Retrieves the image ticket for the current task's process.
 java.lang.String getName()
          Retrieves the name of this endpoint for display in the user interface.
 java.lang.String getOperationName()
          Retrieves the operation name for this endpoint.
 java.lang.String getOwner()
          Retrieves the owner of this endpoint.
 java.lang.String getServiceName()
          Retrieves the service name for the endpoint.
 java.util.Date getUpdateTime()
           
 

Method Detail

getCategory

TaskEndpointCategory getCategory()
Retrieves the category for this endpoint.

Returns:
The category in which this endpoint is categorized.

getEndpointId

long getEndpointId()
Retrieves the endpoint identifier. This key is required in order to use the task manager to invoke the service operation referenced in the endpoint.

Returns:
The endpoint identifier.

getName

java.lang.String getName()
Retrieves the name of this endpoint for display in the user interface.

Returns:
The name of this endpoint.

getDescription

java.lang.String getDescription()
Retrieves the description for this endpoint.

Returns:
The description for this endpoint.

getOwner

java.lang.String getOwner()
Retrieves the owner of this endpoint. Endpoint owners are arbitrary strings, but would generally be the name of a person responsible for this endpoint or process in an organization.

Returns:
The owner of this endpoint.

getServiceName

java.lang.String getServiceName()
Retrieves the service name for the endpoint.

Returns:
The service name for the endpoint.

getOperationName

java.lang.String getOperationName()
Retrieves the operation name for this endpoint.

Returns:
The operation name for this endpoint.

getUpdateTime

java.util.Date getUpdateTime()

getImageTicket

ImageTicket getImageTicket()
Retrieves the image ticket for the current task's process.

Returns:
The image ticket.