|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.dsc.registry.endpoint.CreateEndpointCategoryInfo
public class CreateEndpointCategoryInfo
Enables the creation of a category that is associated with an endpoint.
To create a category, instantiate an object of this type and
invoke the EndpointRegistryClient object's
createEndpointCategory method.
Categories are used to organize services within Workspace ES.
A Workspace ES user is able to invoke a service that has a TaskManager endpoint by
selecting a category within Workspace ES.
For information about programmatically creating a category that is used within an endpoint,
see Adding TaskManager Endpoints in the Adobe Experience Manager forms SDK Help.
| Constructor Summary | |
|---|---|
CreateEndpointCategoryInfo()
A standard constructor that creates a CreateEndpointCategoryInfo object. |
|
CreateEndpointCategoryInfo(java.lang.String aId,
java.lang.String aDescription)
A constructor that accepts an identifier value and a description. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieves the description for the category that this object represents. |
java.lang.String |
getId()
Retrieves the identifier value for the category that this object represents. |
void |
setDescription(java.lang.String aDescription)
Sets the description value for the category that this object represents. |
void |
setId(java.lang.String aId)
Sets the unique identifier value for the category that this object represents. |
java.lang.String |
toString()
Converts this object to a string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateEndpointCategoryInfo()
CreateEndpointCategoryInfo object.
public CreateEndpointCategoryInfo(java.lang.String aId,
java.lang.String aDescription)
aId - The identifier value for the category that this object represents.aDescription - The description for the category that this object represents.| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String aId)
aId - A string value that specifies the identifier value for this object.public java.lang.String getDescription()
public void setDescription(java.lang.String aDescription)
aDescription - A string value that specifies the description for this object.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||