Enum Class ORecordHook.SCOPE

java.lang.Object
java.lang.Enum<ORecordHook.SCOPE>
com.orientechnologies.orient.core.hook.ORecordHook.SCOPE
All Implemented Interfaces:
Serializable, Comparable<ORecordHook.SCOPE>, Constable
Enclosing interface:
ORecordHook

public static enum ORecordHook.SCOPE extends Enum<ORecordHook.SCOPE>
Defines available scopes for scoped hooks.

Basically, each scope defines some subset of ORecordHook.TYPE, this limits the set of events the hook interested in and lowers the number of useless hook invocations.

See Also: