Searched refs:getRawEntryDN (Results 101 - 125 of 312) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DModifyOperation.java47 ByteString getRawEntryDN(); method in interface:ModifyOperation
61 * Instead, they should call the <CODE>getRawEntryDN</CODE> method.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPostOperationCompareOperation.java59 ByteString getRawEntryDN(); method in interface:PostOperationCompareOperation
H A DPostOperationDeleteOperation.java58 ByteString getRawEntryDN(); method in interface:PostOperationDeleteOperation
H A DPostResponseCompareOperation.java56 ByteString getRawEntryDN(); method in interface:PostResponseCompareOperation
H A DPostResponseDeleteOperation.java57 ByteString getRawEntryDN(); method in interface:PostResponseDeleteOperation
H A DPostResponseModifyDNOperation.java59 ByteString getRawEntryDN(); method in interface:PostResponseModifyDNOperation
67 * <CODE>getRawEntryDN</CODE> method.
H A DPostResponseModifyOperation.java59 ByteString getRawEntryDN(); method in interface:PostResponseModifyOperation
H A DPostSynchronizationDeleteOperation.java58 ByteString getRawEntryDN(); method in interface:PostSynchronizationDeleteOperation
H A DPreOperationDeleteOperation.java58 ByteString getRawEntryDN(); method in interface:PreOperationDeleteOperation
H A DPreParseAddOperation.java59 ByteString getRawEntryDN(); method in interface:PreParseAddOperation
H A DPreParseCompareOperation.java55 ByteString getRawEntryDN(); method in interface:PreParseCompareOperation
H A DPreParseModifyDNOperation.java56 ByteString getRawEntryDN(); method in interface:PreParseModifyDNOperation
H A DPreParseModifyOperation.java59 ByteString getRawEntryDN(); method in interface:PreParseModifyOperation
H A DSubordinateModifyDNOperation.java57 ByteString getRawEntryDN(); method in interface:SubordinateModifyDNOperation
65 * {@code getRawEntryDN} method.
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DCompareOperationWrapper.java60 public ByteString getRawEntryDN() method in class:CompareOperationWrapper
62 return getOperation().getRawEntryDN();
H A DModifyOperationWrapper.java96 public ByteString getRawEntryDN() method in class:ModifyOperationWrapper
98 return getOperation().getRawEntryDN();
/forgerock/opendj2/src/server/org/opends/server/core/
H A DCompareOperationWrapper.java59 public ByteString getRawEntryDN() method in class:CompareOperationWrapper
61 return getOperation().getRawEntryDN();
H A DModifyDNOperationWrapper.java102 public ByteString getRawEntryDN() { method in class:ModifyDNOperationWrapper
103 return getOperation().getRawEntryDN();
H A DModifyOperationWrapper.java83 public ByteString getRawEntryDN() method in class:ModifyOperationWrapper
85 return getOperation().getRawEntryDN();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DCompareOperationWrapper.java60 public ByteString getRawEntryDN() method in class:CompareOperationWrapper
62 return getOperation().getRawEntryDN();
H A DModifyOperationWrapper.java96 public ByteString getRawEntryDN() method in class:ModifyOperationWrapper
98 return getOperation().getRawEntryDN();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DCompareOperationWrapper.java60 public ByteString getRawEntryDN() method in class:CompareOperationWrapper
62 return getOperation().getRawEntryDN();
H A DModifyOperationWrapper.java96 public ByteString getRawEntryDN() method in class:ModifyOperationWrapper
98 return getOperation().getRawEntryDN();
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DCompareOperationWrapper.java59 public ByteString getRawEntryDN() method in class:CompareOperationWrapper
61 return getOperation().getRawEntryDN();
H A DModifyDNOperationWrapper.java102 public ByteString getRawEntryDN() { method in class:ModifyDNOperationWrapper
103 return getOperation().getRawEntryDN();

Completed in 37 milliseconds

1234567891011>>