| | |
| | | import org.opends.server.types.ErrorLogSeverity; |
| | | import org.opends.server.types.Modification; |
| | | import org.opends.server.types.ModificationType; |
| | | |
| | | import org.opends.server.workflowelement.localbackend.*; |
| | | |
| | | /** |
| | | * This class is used to store historical information that is |
| | |
| | | * |
| | | * @param modifyOperation the modification. |
| | | */ |
| | | public void generateState(ModifyOperation modifyOperation) |
| | | public void generateState(LocalBackendModifyOperation modifyOperation) |
| | | { |
| | | List<Modification> mods = modifyOperation.getModifications(); |
| | | Entry modifiedEntry = modifyOperation.getModifiedEntry(); |