public interface ChangeRecord extends Request
Add
operation.
Delete
operation.
Modify
operation.
ModifyDN
operation.
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(ChangeRecordVisitor<R,P> v,
P p)
Applies a
ChangeRecordVisitor to this ChangeRecord . |
DN |
getName()
Returns the distinguished name of the entry being modified by this
ChangeRecord . |
addControl, containsControl, getControl, getControls
<R,P> R accept(ChangeRecordVisitor<R,P> v, P p)
ChangeRecordVisitor
to this ChangeRecord
.R
- The return type of the visitor's methods.P
- The type of the additional parameters to the visitor's
methods.v
- The change record visitor.p
- Optional additional visitor parameter.Copyright 2010-2017 ForgeRock AS.