public class

LDAPSortKey

extends Object
java.lang.Object
   ↳ org.mule.module.ldap.api.LDAPSortKey

Summary

Fields
private boolean ascending Determines the sort order: true if the sort order is ascending, false if descending.
private String attributeName The non-null Attribute ID of the sort key.
private String matchingRuleID The possibly null matching rule ID.
Public Constructors
LDAPSortKey()
LDAPSortKey(String attributeName, boolean ascending, String matchingRuleID)
Public Methods
String getAttributeName()
String getMatchingRuleID()
boolean isAscending()
void setAscending(boolean ascending)
void setAttributeName(String attributeName)
void setMatchingRuleID(String matchingRuleID)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private boolean ascending

Determines the sort order: true if the sort order is ascending, false if descending.

private String attributeName

The non-null Attribute ID of the sort key.

private String matchingRuleID

The possibly null matching rule ID. If null then the ordering matching rule defined for the sort key attribute is used.

Public Constructors

public LDAPSortKey ()

public LDAPSortKey (String attributeName, boolean ascending, String matchingRuleID)

Parameters
attributeName
ascending
matchingRuleID

Public Methods

public String getAttributeName ()

public String getMatchingRuleID ()

public boolean isAscending ()

public void setAscending (boolean ascending)

Parameters
ascending

public void setAttributeName (String attributeName)

Parameters
attributeName

public void setMatchingRuleID (String matchingRuleID)

Parameters
matchingRuleID