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

All Superinterfaces:
java.io.Serializable

public interface TaskEndpointCategory
extends java.io.Serializable

Provides information about task endpoint categories, such as category descriptions and category IDs. An array of TaskEndpointCategory objects is returned from the getCategories() method.


Method Summary
 java.lang.String getCategoryDescription()
          Retrieves the description of a category.
 java.lang.String getCategoryId()
          Retrieves the identifier for a category.
 

Method Detail

getCategoryDescription

java.lang.String getCategoryDescription()
Retrieves the description of a category.

Returns:
The description of a category.

getCategoryId

java.lang.String getCategoryId()
Retrieves the identifier for a category. This identifier will be required to call the TaskManagerEndpointClient.getEndpointsForCategory() method.

Returns:
The identifier for a category.
See Also:
TaskManagerEndpointClient


[an error occurred while processing this directive] [an error occurred while processing this directive]