Package org.eclipse.net4j.db.ddl.delta
Klasse IDBDeltaVisitor.Filter.Policy
java.lang.Object
org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
IDBDeltaVisitor.Filter
- Autor:
- Eike Stepper
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungallow(IDBDelta.ChangeKind changeKind) allow(IDBDelta.DeltaType deltaType) allow(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) allowAll()forbid(IDBDelta.ChangeKind changeKind) forbid(IDBDelta.DeltaType deltaType) forbid(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) freeze()ignore(IDBDelta.ChangeKind changeKind) ignore(IDBDelta.DeltaType deltaType) ignore(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) booleanbooleanisAllowed(IDBDelta.ChangeKind changeKind) booleanisAllowed(IDBDelta.DeltaType deltaType) booleanisAllowed(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) booleanisForbidden(IDBDelta delta) booleanisForbidden(IDBDelta.ChangeKind changeKind) booleanisForbidden(IDBDelta.DeltaType deltaType) booleanisForbidden(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) booleanbooleanisIgnored(IDBDelta.ChangeKind changeKind) booleanisIgnored(IDBDelta.DeltaType deltaType) booleanisIgnored(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) toString()
-
Felddetails
-
ALLOWED
-
FORBIDDEN
-
IGNORED
-
-
Konstruktordetails
-
Policy
public Policy()
-
-
Methodendetails
-
isAllowed
-
isAllowed
-
isAllowed
-
isAllowed
-
isForbidden
-
isForbidden
-
isForbidden
-
isForbidden
-
isIgnored
-
isIgnored
-
isIgnored
-
isIgnored
-
allow
-
allow
-
allow
public IDBDeltaVisitor.Filter.Policy allow(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) -
allowAll
-
forbid
-
forbid
-
forbid
public IDBDeltaVisitor.Filter.Policy forbid(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) -
forbidAll
-
ignore
-
ignore
-
ignore
public IDBDeltaVisitor.Filter.Policy ignore(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) -
ignoreAll
-
toString
-
freeze
-