com.adobe.idp.dsc.registry.endpoint
Class EndpointFilter

java.lang.Object
  extended by com.adobe.idp.dsc.filter.DefaultPropertyFilter
      extended by com.adobe.idp.dsc.registry.endpoint.EndpointFilter
All Implemented Interfaces:
com.adobe.idp.dsc.filter.PagingFilter, com.adobe.idp.dsc.filter.PropertyFilter, java.io.Serializable

public class EndpointFilter
extends com.adobe.idp.dsc.filter.DefaultPropertyFilter

Enables the creation of a filter that is used when searching for endpoints.

See Also:
Serialized Form

Field Summary
static java.lang.String CATEGORY_DESCRIPTION
          Represents the category description that is associated with this endpoint.
static java.lang.String CATEGORY_ID
          Represents the category that is associated with this endpoint.
static java.lang.String CONNECTOR_ID
          Represents the connector value that is associated with this endpoint.
static java.lang.String DESCRIPTION
          Represents the description of the endpoint.
static java.lang.String ID
          Represents the identifier value of the endpoint.
static java.lang.String NAME
          Represents the name of the endpoint.
static java.lang.String OPERATION_NAME
          Represents the name of the operation that is invoked by the endpoint.
static java.lang.String SERVICE_ID
          Represents the identifier value of the service that is invoked by the endpoint.
static java.lang.String SERVICE_STATE
          Represents the state of the service that is invoked by the endpoint.
static java.lang.String STATE
          Represents the state of the endpoint.
 
Constructor Summary
EndpointFilter()
          A standard constuctor that creates an EndpointFilter object.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.filter.DefaultPropertyFilter
addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addSortAsc, addSortDesc, getConditionList, getConditions, getMaxObjects, getOffset, getPagingFilter, getReturnSizeOfValue, getSortList, setConditionList, setConditions, setMaxObjects, setOffset, setPagingFilter, setReturnSizeOfValue, setSortList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Represents the identifier value of the endpoint.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Represents the name of the endpoint.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Represents the description of the endpoint.

See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
Represents the state of the endpoint.

See Also:
Constant Field Values

OPERATION_NAME

public static final java.lang.String OPERATION_NAME
Represents the name of the operation that is invoked by the endpoint.

See Also:
Constant Field Values

SERVICE_ID

public static final java.lang.String SERVICE_ID
Represents the identifier value of the service that is invoked by the endpoint.

See Also:
Constant Field Values

CONNECTOR_ID

public static final java.lang.String CONNECTOR_ID
Represents the connector value that is associated with this endpoint.

See Also:
Constant Field Values

CATEGORY_ID

public static final java.lang.String CATEGORY_ID
Represents the category that is associated with this endpoint.

See Also:
Constant Field Values

CATEGORY_DESCRIPTION

public static final java.lang.String CATEGORY_DESCRIPTION
Represents the category description that is associated with this endpoint.

See Also:
Constant Field Values

SERVICE_STATE

public static final java.lang.String SERVICE_STATE
Represents the state of the service that is invoked by the endpoint.

See Also:
Constant Field Values
Constructor Detail

EndpointFilter

public EndpointFilter()
A standard constuctor that creates an EndpointFilter object.



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