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 full path for a category.
 long getCategoryOid()
           
 java.lang.String getCategoryShortName()
           
 long getParentCategoryOid()
           
 

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 full path for a category. This identifier will be required to call the TaskManagerEndpointClient.getEndpointsForCategory() method.

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

getCategoryShortName

java.lang.String getCategoryShortName()

getCategoryOid

long getCategoryOid()

getParentCategoryOid

long getParentCategoryOid()