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 SummaryConstructors Constructor Description SqlServerContentPermissionSetDdlHelper(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
 - 
Method SummaryAll 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.BaseSqlServerDdlHelpercreateTriggersAndFunctions, disableService, dropIndex, dropTriggersAndFunctions, enableService, getCreateFunction, getDropFunctionName, getDropTriggerDdl, getFullFunctionName, getFullTableName, getFullTriggerName, indexExist
 
- 
 
- 
- 
- 
Method Detail- 
getTriggerNameprotected String getTriggerName() - Specified by:
- getTriggerNamein class- BaseSqlServerDdlHelper
 
 - 
getFunctionNameprotected String getFunctionName() - Specified by:
- getFunctionNamein class- BaseSqlServerDdlHelper
 
 - 
getTableNameprotected String getTableName() - Specified by:
- getTableNamein class- BaseSqlServerDdlHelper
 
 - 
getCreateTriggerDdlprotected String getCreateTriggerDdl() - Specified by:
- getCreateTriggerDdlin class- BaseSqlServerDdlHelper
 
 
- 
 
-