Searched refs:getRawNewSuperior (Results 26 - 50 of 85) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/core/
H A DModifyDNOperation.java126 ByteString getRawNewSuperior(); method in interface:ModifyDNOperation
141 * that time. Instead, they should use the <CODE>getRawNewSuperior</CODE>
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java123 public ByteString getRawNewSuperior(); method in interface:PostOperationModifyDNOperation
131 * <CODE>getRawNewSuperior</CODE> method.
H A DPostSynchronizationModifyDNOperation.java123 public ByteString getRawNewSuperior(); method in interface:PostSynchronizationModifyDNOperation
131 * <CODE>getRawNewSuperior</CODE> method.
H A DPreOperationModifyDNOperation.java123 public ByteString getRawNewSuperior(); method in interface:PreOperationModifyDNOperation
131 * <CODE>getRawNewSuperior</CODE> method.
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DModifyDNOperation.java126 public ByteString getRawNewSuperior(); method in interface:ModifyDNOperation
141 * that time. Instead, they should use the <CODE>getRawNewSuperior</CODE>
H A DModifyDNOperationWrapper.java145 public ByteString getRawNewSuperior() { method in class:ModifyDNOperationWrapper
146 return getOperation().getRawNewSuperior();
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java124 public ByteString getRawNewSuperior(); method in interface:PostOperationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
H A DPostSynchronizationModifyDNOperation.java124 public ByteString getRawNewSuperior(); method in interface:PostSynchronizationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
H A DPreOperationModifyDNOperation.java124 public ByteString getRawNewSuperior(); method in interface:PreOperationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DModifyDNOperation.java126 public ByteString getRawNewSuperior(); method in interface:ModifyDNOperation
141 * that time. Instead, they should use the <CODE>getRawNewSuperior</CODE>
H A DModifyDNOperationWrapper.java145 public ByteString getRawNewSuperior() { method in class:ModifyDNOperationWrapper
146 return getOperation().getRawNewSuperior();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java124 public ByteString getRawNewSuperior(); method in interface:PostOperationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
H A DPostSynchronizationModifyDNOperation.java124 public ByteString getRawNewSuperior(); method in interface:PostSynchronizationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
H A DPreOperationModifyDNOperation.java124 public ByteString getRawNewSuperior(); method in interface:PreOperationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DModifyDNOperation.java126 ByteString getRawNewSuperior(); method in interface:ModifyDNOperation
141 * that time. Instead, they should use the <CODE>getRawNewSuperior</CODE>
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java123 public ByteString getRawNewSuperior(); method in interface:PostOperationModifyDNOperation
131 * <CODE>getRawNewSuperior</CODE> method.
H A DPostSynchronizationModifyDNOperation.java123 public ByteString getRawNewSuperior(); method in interface:PostSynchronizationModifyDNOperation
131 * <CODE>getRawNewSuperior</CODE> method.
H A DPreOperationModifyDNOperation.java123 public ByteString getRawNewSuperior(); method in interface:PreOperationModifyDNOperation
131 * <CODE>getRawNewSuperior</CODE> method.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DModifyDNOperation.java127 ByteString getRawNewSuperior(); method in interface:ModifyDNOperation
142 * that time. Instead, they should use the <CODE>getRawNewSuperior</CODE>
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPostOperationModifyDNOperation.java124 ByteString getRawNewSuperior(); method in interface:PostOperationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
H A DPostSynchronizationModifyDNOperation.java124 ByteString getRawNewSuperior(); method in interface:PostSynchronizationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
H A DPreOperationModifyDNOperation.java124 ByteString getRawNewSuperior(); method in interface:PreOperationModifyDNOperation
132 * <CODE>getRawNewSuperior</CODE> method.
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DModifyDNOperationWrapper.java145 public ByteString getRawNewSuperior() { method in class:ModifyDNOperationWrapper
146 return getOperation().getRawNewSuperior();
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java76 if (operation.getRawNewSuperior() != null)
77 newSuperior = operation.getRawNewSuperior().toString();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java76 if (operation.getRawNewSuperior() != null)
77 newSuperior = operation.getRawNewSuperior().toString();

Completed in 187 milliseconds

1234