Searched refs:DELETE (Results 26 - 50 of 647) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/types/
H A DOperationType.java72 DELETE("DELETE"), enum constant in enum:OperationType
/forgerock/opendj2/src/server/org/opends/server/util/
H A DChangeOperationType.java42 DELETE("DELETE", "delete"), enum constant in enum:ChangeOperationType
H A DDeleteChangeRecordEntry.java65 return ChangeOperationType.DELETE;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DModificationType.java55 DELETE(1, "delete"), enum constant in enum:ModificationType
H A DOperationType.java73 DELETE("DELETE"), enum constant in enum:OperationType
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DChangeOperationType.java51 DELETE("DELETE", "delete"), enum constant in enum:ChangeOperationType
H A DDeleteChangeRecordEntry.java66 return ChangeOperationType.DELETE;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DModificationType.java55 DELETE(1, "delete"), enum constant in enum:ModificationType
H A DOperationType.java73 DELETE("DELETE"), enum constant in enum:OperationType
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DChangeOperationType.java51 DELETE("DELETE", "delete"), enum constant in enum:ChangeOperationType
H A DDeleteChangeRecordEntry.java66 return ChangeOperationType.DELETE;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DModificationType.java54 DELETE(1, "delete"), enum constant in enum:ModificationType
H A DOperationType.java72 DELETE("DELETE"), enum constant in enum:OperationType
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DChangeOperationType.java42 DELETE("DELETE", "delete"), enum constant in enum:ChangeOperationType
H A DDeleteChangeRecordEntry.java65 return ChangeOperationType.DELETE;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectListener.java50 * type of change i.e., ADD, DELETE, MODIFY
70 * type of change i.e., ADD, DELETE, MODIFY
114 public static final int DELETE = AMEvent.OBJECT_REMOVED; field in interface:AMObjectListener
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DIDSEventListener.java69 public static int CHANGE_DELETE = PersistentSearchChangeType.DELETE.intValue();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdOperation.java38 * <code> IdOperation.DELETE
87 * The <code> DELETE </code> operation is supported only for the plugins
96 public static final IdOperation DELETE = new IdOperation("delete"); field in class:IdOperation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DOperationType.java73 DELETE("DELETE"), enum constant in enum:OperationType
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DChangeOperationType.java42 DELETE("DELETE", "delete"), enum constant in enum:ChangeOperationType
H A DDeleteChangeRecordEntry.java66 return ChangeOperationType.DELETE;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectListener.java50 * type of change i.e., ADD, DELETE, MODIFY
70 * type of change i.e., ADD, DELETE, MODIFY
114 public static final int DELETE = AMEvent.OBJECT_REMOVED; field in interface:AMObjectListener
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DIDSEventListener.java69 public static int CHANGE_DELETE = PersistentSearchChangeType.DELETE.intValue();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdOperation.java38 * <code> IdOperation.DELETE
87 * The <code> DELETE </code> operation is supported only for the plugins
96 public static final IdOperation DELETE = new IdOperation("delete"); field in class:IdOperation
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DEnumRight.java51 DELETE ("delete"), enum constant in enum:EnumRight
147 case DELETE:

Completed in 105 milliseconds

1234567891011>>