Searched refs:getRawEntryDN (Results 126 - 150 of 312) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DModifyOperationWrapper.java83 public ByteString getRawEntryDN() method in class:ModifyOperationWrapper
85 return getOperation().getRawEntryDN();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationWrapper.java98 public ByteString getRawEntryDN() method in class:AddOperationWrapper
100 return getOperation().getRawEntryDN();
H A DCompareOperationWrapper.java57 public ByteString getRawEntryDN() method in class:CompareOperationWrapper
59 return getOperation().getRawEntryDN();
H A DModifyDNOperationWrapper.java97 public ByteString getRawEntryDN() { method in class:ModifyDNOperationWrapper
98 return getOperation().getRawEntryDN();
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAddOperation.java48 public abstract ByteString getRawEntryDN(); method in interface:AddOperation
H A DModifyDNOperation.java49 public ByteString getRawEntryDN(); method in interface:ModifyDNOperation
64 * Instead, they should call the <CODE>getRawEntryDN</CODE> method.
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java63 public ByteString getRawEntryDN(); method in interface:PostOperationModifyDNOperation
71 * <CODE>getRawEntryDN</CODE> method.
H A DPostOperationModifyOperation.java64 public ByteString getRawEntryDN(); method in interface:PostOperationModifyOperation
H A DPostSynchronizationModifyDNOperation.java63 public ByteString getRawEntryDN(); method in interface:PostSynchronizationModifyDNOperation
71 * <CODE>getRawEntryDN</CODE> method.
H A DPostSynchronizationModifyOperation.java64 public ByteString getRawEntryDN(); method in interface:PostSynchronizationModifyOperation
H A DPreOperationCompareOperation.java59 public ByteString getRawEntryDN(); method in interface:PreOperationCompareOperation
H A DPreOperationModifyDNOperation.java63 public ByteString getRawEntryDN(); method in interface:PreOperationModifyDNOperation
71 * <CODE>getRawEntryDN</CODE> method.
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperation.java48 ByteString getRawEntryDN(); method in interface:AddOperation
H A DModifyDNOperation.java49 ByteString getRawEntryDN(); method in interface:ModifyDNOperation
64 * Instead, they should call the <CODE>getRawEntryDN</CODE> method.
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java62 public ByteString getRawEntryDN(); method in interface:PostOperationModifyDNOperation
70 * <CODE>getRawEntryDN</CODE> method.
H A DPostOperationModifyOperation.java63 public ByteString getRawEntryDN(); method in interface:PostOperationModifyOperation
H A DPostSynchronizationModifyDNOperation.java62 public ByteString getRawEntryDN(); method in interface:PostSynchronizationModifyDNOperation
70 * <CODE>getRawEntryDN</CODE> method.
H A DPostSynchronizationModifyOperation.java63 public ByteString getRawEntryDN(); method in interface:PostSynchronizationModifyOperation
H A DPreOperationCompareOperation.java58 public ByteString getRawEntryDN(); method in interface:PreOperationCompareOperation
H A DPreOperationModifyDNOperation.java62 public ByteString getRawEntryDN(); method in interface:PreOperationModifyDNOperation
70 * <CODE>getRawEntryDN</CODE> method.
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperation.java48 public abstract ByteString getRawEntryDN(); method in interface:AddOperation
H A DModifyDNOperation.java49 public ByteString getRawEntryDN(); method in interface:ModifyDNOperation
64 * Instead, they should call the <CODE>getRawEntryDN</CODE> method.
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java63 public ByteString getRawEntryDN(); method in interface:PostOperationModifyDNOperation
71 * <CODE>getRawEntryDN</CODE> method.
H A DPostOperationModifyOperation.java64 public ByteString getRawEntryDN(); method in interface:PostOperationModifyOperation
H A DPostSynchronizationModifyDNOperation.java63 public ByteString getRawEntryDN(); method in interface:PostSynchronizationModifyDNOperation
71 * <CODE>getRawEntryDN</CODE> method.

Completed in 67 milliseconds

1234567891011>>