Uses of Interface
com.orientechnologies.orient.core.hook.ORecordHook
Packages that use ORecordHook
Package
Description
-
Uses of ORecordHook in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return types with arguments of type ORecordHookMethods in com.orientechnologies.orient.core.db with parameters of type ORecordHookModifier and TypeMethodDescription<DB extends ODatabase<?>>
DBODatabase.registerHook(ORecordHook iHookImpl) Registers a hook to listen all events for Records.<DB extends ODatabase<?>>
DBODatabase.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) <DB extends ODatabase<?>>
DBODatabase.unregisterHook(ORecordHook iHookImpl) Unregisters a previously registered hook. -
Uses of ORecordHook in com.orientechnologies.orient.core.db.document
Fields in com.orientechnologies.orient.core.db.document declared as ORecordHookModifier and TypeFieldDescriptionprotected final ORecordHook[][]ODatabaseDocumentAbstract.hooksByScopeFields in com.orientechnologies.orient.core.db.document with type parameters of type ORecordHookModifier and TypeFieldDescriptionprotected final Map<ORecordHook, ORecordHook.HOOK_POSITION> ODatabaseDocumentAbstract.hooksprotected Map<ORecordHook, ORecordHook.HOOK_POSITION> ODatabaseDocumentAbstract.unmodifiableHooksMethods in com.orientechnologies.orient.core.db.document that return types with arguments of type ORecordHookModifier and TypeMethodDescriptionODatabaseDocumentAbstract.getHooks()Retrieves all the registered hooks.Methods in com.orientechnologies.orient.core.db.document with parameters of type ORecordHookModifier and TypeMethodDescription<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl) Registers a hook to listen all events for Records.<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) <DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.unregisterHook(ORecordHook iHookImpl) Unregisters a previously registered hook. -
Uses of ORecordHook in com.orientechnologies.orient.core.hook
Classes in com.orientechnologies.orient.core.hook that implement ORecordHookModifier and TypeClassDescriptionclassHook abstract class that calls separate methods for ODocument records.classHook abstract class that calls separate methods for each hook defined. -
Uses of ORecordHook in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return types with arguments of type ORecordHookMethods in com.orientechnologies.orient.object.db with parameters of type ORecordHookModifier and TypeMethodDescription<DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.registerHook(ORecordHook iHookImpl) <DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) <DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.unregisterHook(ORecordHook iHookImpl) -
Uses of ORecordHook in com.orientechnologies.security.auditing
Classes in com.orientechnologies.security.auditing that implement ORecordHook