Searched refs:responseValue (Results 1 - 25 of 62) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DExtendedOperationWrapper.java89 public void setResponseValue(ByteString responseValue) argument
91 getOperation().setResponseValue(responseValue);
H A DExtendedOperation.java93 * @param responseValue The value to include in the response to
96 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DExtendedOperationWrapper.java88 public void setResponseValue(ByteString responseValue) argument
90 getOperation().setResponseValue(responseValue);
H A DExtendedOperation.java92 * @param responseValue The value to include in the response to
95 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DExtendedOperationWrapper.java89 public void setResponseValue(ByteString responseValue) argument
91 getOperation().setResponseValue(responseValue);
H A DExtendedOperation.java93 * @param responseValue The value to include in the response to
96 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DExtendedOperationWrapper.java89 public void setResponseValue(ByteString responseValue) argument
91 getOperation().setResponseValue(responseValue);
H A DExtendedOperation.java93 * @param responseValue The value to include in the response to
96 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DExtendedOperationWrapper.java88 public void setResponseValue(ByteString responseValue) argument
90 getOperation().setResponseValue(responseValue);
H A DExtendedOperation.java92 * @param responseValue The value to include in the response to
95 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DExtendedOperationWrapper.java88 public void setResponseValue(ByteString responseValue) argument
90 getOperation().setResponseValue(responseValue);
H A DExtendedOperation.java93 * @param responseValue The value to include in the response to
96 void setResponseValue(ByteString responseValue); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPostOperationExtendedOperation.java101 * @param responseValue The value to include in the response to
104 public void setResponseValue(ByteString responseValue); argument
H A DPreOperationExtendedOperation.java83 * @param responseValue The value to include in the response to
86 public void setResponseValue(ByteString responseValue); argument
H A DPreParseExtendedOperation.java105 * @param responseValue The value to include in the response to
108 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPostOperationExtendedOperation.java100 * @param responseValue The value to include in the response to
103 public void setResponseValue(ByteString responseValue); argument
H A DPreOperationExtendedOperation.java82 * @param responseValue The value to include in the response to
85 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPostOperationExtendedOperation.java101 * @param responseValue The value to include in the response to
104 public void setResponseValue(ByteString responseValue); argument
H A DPreOperationExtendedOperation.java83 * @param responseValue The value to include in the response to
86 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPostOperationExtendedOperation.java101 * @param responseValue The value to include in the response to
104 public void setResponseValue(ByteString responseValue); argument
H A DPreOperationExtendedOperation.java83 * @param responseValue The value to include in the response to
86 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPostOperationExtendedOperation.java100 * @param responseValue The value to include in the response to
103 public void setResponseValue(ByteString responseValue); argument
H A DPreOperationExtendedOperation.java82 * @param responseValue The value to include in the response to
85 public void setResponseValue(ByteString responseValue); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPostOperationExtendedOperation.java101 * @param responseValue The value to include in the response to
104 void setResponseValue(ByteString responseValue); argument
H A DPreOperationExtendedOperation.java83 * @param responseValue The value to include in the response to
86 void setResponseValue(ByteString responseValue); argument

Completed in 163 milliseconds

123