org.apache.directory.api.ldap.model.message.controls
Interface PersistentSearch

All Superinterfaces:
Control
All Known Implementing Classes:
PersistentSearchImpl

public interface PersistentSearch
extends Control

A persistence search object

Author:
Apache Directory Project

Field Summary
static int CHANGE_TYPES_MAX
           
static int CHANGE_TYPES_MIN
          Min and Max values for the possible combined change types
static String OID
          This control OID
 
Method Summary
 void enableNotification(ChangeType changeType)
           
 int getChangeTypes()
           
 boolean isChangesOnly()
           
 boolean isNotificationEnabled(ChangeType changeType)
           
 boolean isReturnECs()
           
 void setChangesOnly(boolean changesOnly)
           
 void setChangeTypes(int changeTypes)
           
 void setReturnECs(boolean returnECs)
           
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Control
getOid, isCritical, setCritical
 

Field Detail

OID

static final String OID
This control OID

See Also:
Constant Field Values

CHANGE_TYPES_MIN

static final int CHANGE_TYPES_MIN
Min and Max values for the possible combined change types


CHANGE_TYPES_MAX

static final int CHANGE_TYPES_MAX
Method Detail

setChangesOnly

void setChangesOnly(boolean changesOnly)

isChangesOnly

boolean isChangesOnly()

setReturnECs

void setReturnECs(boolean returnECs)

isReturnECs

boolean isReturnECs()

setChangeTypes

void setChangeTypes(int changeTypes)

getChangeTypes

int getChangeTypes()

isNotificationEnabled

boolean isNotificationEnabled(ChangeType changeType)

enableNotification

void enableNotification(ChangeType changeType)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.