Class SqlServerContentPermissionSetDdlHelper
- java.lang.Object
-
- com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
-
- com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.SqlServerContentPermissionSetDdlHelper
-
public class SqlServerContentPermissionSetDdlHelper extends BaseSqlServerDdlHelper
Contains methods for creating/removing triggers for content_perm_set table- Since:
- 7.11.0
-
-
Constructor Summary
Constructors Constructor Description SqlServerContentPermissionSetDdlHelper(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCreateTriggerDdl()protected StringgetFunctionName()protected StringgetTableName()protected StringgetTriggerName()-
Methods inherited from class com.atlassian.confluence.security.denormalisedpermissions.impl.setup.sqlserver.BaseSqlServerDdlHelper
createTriggersAndFunctions, disableService, dropIndex, dropTriggersAndFunctions, enableService, getCreateFunction, getDropFunctionName, getDropTriggerDdl, getFullFunctionName, getFullTableName, getFullTriggerName, indexExist
-
-
-
-
Method Detail
-
getTriggerName
protected String getTriggerName()
- Specified by:
getTriggerNamein classBaseSqlServerDdlHelper
-
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionNamein classBaseSqlServerDdlHelper
-
getTableName
protected String getTableName()
- Specified by:
getTableNamein classBaseSqlServerDdlHelper
-
getCreateTriggerDdl
protected String getCreateTriggerDdl()
- Specified by:
getCreateTriggerDdlin classBaseSqlServerDdlHelper
-
-