Searched refs:DELETE (Results 201 - 225 of 647) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java131 event = SMSObjectListener.DELETE;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDeleteOperationBasis.java150 return OperationType.DELETE;
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/psearch/
H A DDJLDAPv3PersistentSearch.java111 if (PersistentSearchChangeType.DELETE.equals(type)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java246 return new Modification(ModificationType.DELETE, attr);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDIFDiff.java792 modifications.add(new Modification(ModificationType.DELETE, builder
828 modifications.add(new Modification(ModificationType.DELETE, a));
856 modifications.add(new Modification(ModificationType.DELETE,
875 modifications.add(new Modification(ModificationType.DELETE, deletedValues));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRawModification.java269 modificationType = ModificationType.DELETE;
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLModifyOperation.java105 type = ModificationType.DELETE;
/forgerock/openidm-v4/openidm-repo-jdbc/src/test/java/org/forgerock/openidm/repo/jdbc/internal/
H A DDBUnitUtils.java97 DatabaseOperation.DELETE.execute(getConnection(), ds);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DSyncScript.groovy99 DELETE()
151 DELETE()
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestLDIFReader.java527 ModificationType.DELETE);
543 ModificationType.DELETE);
577 ModificationType.DELETE);
594 ModificationType.DELETE);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DDirectCOSDefinition.java169 modify(new Attr(ICOSDefinition.COSATTRIBUTE, attrName), ModificationType.DELETE);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DValidation.java205 if (!ModificationType.DELETE.equals(ldapMod.getModificationType())) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DRepoConfigHelper.java238 opsReadSet.add(IdOperation.DELETE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DFileObserver.java137 SMSObjectListener.DELETE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java131 event = SMSObjectListener.DELETE;
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/psearch/
H A DDJLDAPv3PersistentSearch.java117 if (PersistentSearchChangeType.DELETE.equals(type)) {
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPersistentSearch.java385 if (!changeTypes.contains(PersistentSearchChangeType.DELETE))
447 PersistentSearchChangeType.DELETE, changeNumber));
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java264 case DELETE:
360 case DELETE:
404 * We are processing a conflicting DELETE modification
410 * In this case the most simple seem to change the DELETE
412 * more recent that the DELETE.
414 * all the values that have been updated after the DELETE time
423 * We are processing a DELETE attribute modification
446 * more recent than this DELETE
468 // we are processing DELETE of some attribute values
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java263 case DELETE:
358 case DELETE:
401 * We are processing a conflicting DELETE modification
407 * In this case the most simple seem to change the DELETE
409 * more recent that the DELETE.
411 * all the values that have been updated after the DELETE time
420 * We are processing a DELETE attribute modification
443 * more recent than this DELETE
465 // we are processing DELETE of some attribute values
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPersistentSearch.java385 if (!changeTypes.contains(PersistentSearchChangeType.DELETE))
447 PersistentSearchChangeType.DELETE, changeNumber));
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java264 case DELETE:
360 case DELETE:
404 * We are processing a conflicting DELETE modification
410 * In this case the most simple seem to change the DELETE
412 * more recent that the DELETE.
414 * all the values that have been updated after the DELETE time
423 * We are processing a DELETE attribute modification
446 * more recent than this DELETE
468 // we are processing DELETE of some attribute values
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPersistentSearch.java385 if (!changeTypes.contains(PersistentSearchChangeType.DELETE))
447 PersistentSearchChangeType.DELETE, changeNumber));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java264 case DELETE:
360 case DELETE:
404 * We are processing a conflicting DELETE modification
410 * In this case the most simple seem to change the DELETE
412 * more recent that the DELETE.
414 * all the values that have been updated after the DELETE time
423 * We are processing a DELETE attribute modification
446 * more recent than this DELETE
468 // we are processing DELETE of some attribute values
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java263 case DELETE:
358 case DELETE:
401 * We are processing a conflicting DELETE modification
407 * In this case the most simple seem to change the DELETE
409 * more recent that the DELETE.
411 * all the values that have been updated after the DELETE time
420 * We are processing a DELETE attribute modification
443 * more recent than this DELETE
465 // we are processing DELETE of some attribute values
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DCoreTokenResource.java35 import javax.ws.rs.DELETE;
239 @DELETE

Completed in 83 milliseconds

1234567891011>>