Class H2ContentPermissionTrigger
java.lang.Object
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers.H2ContentPermissionTrigger
- All Implemented Interfaces:
org.h2.api.Trigger
H2 triggers for content_perm table.
Triggers handle all changes in the table, and insert records to DENORMALISED_CONTENT_CHANGE_LOG.
- Since:
- 7.11.0
-
Field Summary
Fields inherited from interface org.h2.api.Trigger
DELETE, INSERT, SELECT, UPDATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
For SonarCube: we must implement this method, but we do not need to initialise anything here.void
fire
(Connection connection, Object[] oldValues, Object[] newValues) void
init
(Connection connection, String s, String s1, String s2, boolean b, int i) For SonarCube: we must implement this method, but we do not need to initialise anything here.void
remove()
For SonarCube: we must implement this method, but we do not need to initialise anything here.
-
Constructor Details
-
H2ContentPermissionTrigger
public H2ContentPermissionTrigger()
-
-
Method Details
-
init
public void init(Connection connection, String s, String s1, String s2, boolean b, int i) throws SQLException For SonarCube: we must implement this method, but we do not need to initialise anything here.- Specified by:
init
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-
fire
- Specified by:
fire
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-
close
For SonarCube: we must implement this method, but we do not need to initialise anything here.- Specified by:
close
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-
remove
For SonarCube: we must implement this method, but we do not need to initialise anything here.- Specified by:
remove
in interfaceorg.h2.api.Trigger
- Throws:
SQLException
-