Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
-
-
Uses of TriggerEvent in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup that return TriggerEvent Modifier and Type Method Description static TriggerEventTriggerEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerEvent[]TriggerEvent. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TriggerEvent in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers that return TriggerEvent Modifier and Type Method Description protected TriggerEvent[]BaseH2DdlHelper. getSupportedEvents()protected TriggerEvent[]H2ContentPermissionSetDdlHelper. getSupportedEvents()Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers with parameters of type TriggerEvent Modifier and Type Method Description protected abstract StringBaseH2DdlHelper. getTriggerName(TriggerEvent event)protected StringH2ContentDdlHelper. getTriggerName(TriggerEvent event)protected StringH2ContentPermissionDdlHelper. getTriggerName(TriggerEvent event)protected StringH2ContentPermissionSetDdlHelper. getTriggerName(TriggerEvent event)protected StringH2SpaceDdlHelper. getTriggerName(TriggerEvent event)protected StringH2SpacePermissionDdlHelper. getTriggerName(TriggerEvent event) -
Uses of TriggerEvent in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql that return TriggerEvent Modifier and Type Method Description protected TriggerEvent[]BaseMySqlDdlHelper. getSupportedEvents()protected TriggerEvent[]MySqlContentPermissionSetDdlHelper. getSupportedEvents()Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql with parameters of type TriggerEvent Modifier and Type Method Description protected StringBaseMySqlDdlHelper. getTriggerName(TriggerEvent event) -
Uses of TriggerEvent in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.postgres with parameters of type TriggerEvent Modifier and Type Method Description protected StringBasePostgresDdlHelper. getCreateTriggerDdl(TriggerEvent event)protected StringBasePostgresDdlHelper. getTriggerName(TriggerEvent event)
-