Searched defs:getOperationType (Results 51 - 75 of 90) sorted by relevance

1234

/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DModifyDNOperationBasis.java422 public final OperationType getOperationType() method in class:ModifyDNOperationBasis
H A DModifyOperationBasis.java301 public final OperationType getOperationType() method in class:ModifyOperationBasis
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperationBasis.java553 public final OperationType getOperationType() method in class:AddOperationBasis
H A DBindOperationBasis.java558 public final OperationType getOperationType() method in class:BindOperationBasis
H A DCompareOperationBasis.java334 public final OperationType getOperationType() method in class:CompareOperationBasis
H A DModifyDNOperationBasis.java422 public final OperationType getOperationType() method in class:ModifyDNOperationBasis
H A DModifyOperationBasis.java301 public final OperationType getOperationType() method in class:ModifyOperationBasis
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperationBasis.java478 public final OperationType getOperationType() method in class:AddOperationBasis
H A DBindOperationBasis.java548 public final OperationType getOperationType() method in class:BindOperationBasis
H A DCompareOperationBasis.java340 public final OperationType getOperationType() method in class:CompareOperationBasis
H A DModifyDNOperationBasis.java372 public final OperationType getOperationType() method in class:ModifyDNOperationBasis
H A DModifyOperationBasis.java276 public final OperationType getOperationType() method in class:ModifyOperationBasis
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationBasis.java422 public final OperationType getOperationType() method in class:AddOperationBasis
H A DBindOperationBasis.java444 public final OperationType getOperationType() method in class:BindOperationBasis
H A DCompareOperationBasis.java288 public final OperationType getOperationType() method in class:CompareOperationBasis
H A DModifyDNOperationBasis.java359 public final OperationType getOperationType() method in class:ModifyDNOperationBasis
H A DModifyOperationBasis.java263 public final OperationType getOperationType() method in class:ModifyOperationBasis
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DOperation.java68 public abstract OperationType getOperationType(); method in interface:Operation
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1236 final OperationType opType = getOperationType(opMsg);
1238 assertEquals(receivedOp.getOperationType(), opType,
1244 private OperationType getOperationType(LDAPUpdateMsg msg) method in class:UpdateOperationTest
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DOperation.java68 public abstract OperationType getOperationType(); method in interface:Operation
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1236 final OperationType opType = getOperationType(opMsg);
1238 assertEquals(receivedOp.getOperationType(), opType,
1244 private OperationType getOperationType(LDAPUpdateMsg msg) method in class:UpdateOperationTest
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DOperation.java68 public abstract OperationType getOperationType(); method in interface:Operation
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DDriver.java342 return (getOperationType() == INT_OPERATION_TYPE_USE_RESPONSE);
349 public int getOperationType() { method in class:Driver
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DUpdateOperationTest.java1222 final OperationType opType = getOperationType(opMsg);
1224 assertEquals(receivedOp.getOperationType(), opType,
1230 private OperationType getOperationType(LDAPUpdateMsg msg) method in class:UpdateOperationTest
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DDriver.java342 return (getOperationType() == INT_OPERATION_TYPE_USE_RESPONSE);
349 public int getOperationType() { method in class:Driver

Completed in 254 milliseconds

1234