Uses of Enum Class
com.atlassian.confluence.security.denormalisedpermissions.impl.setup.TriggerEvent
Packages that use TriggerEvent
Package
Description
-
Uses of TriggerEvent in com.atlassian.confluence.security.denormalisedpermissions.impl.setup
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup that return TriggerEventModifier and TypeMethodDescriptionstatic TriggerEvent
Returns the enum constant of this class with the specified name.static TriggerEvent[]
TriggerEvent.values()
Returns an array containing the constants of this enum class, 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 TriggerEventModifier and TypeMethodDescriptionprotected TriggerEvent[]
BaseH2DdlHelper.getSupportedEvents()
protected TriggerEvent[]
H2ContentPermissionSetDdlHelper.getSupportedEvents()
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.h2triggers with parameters of type TriggerEventModifier and TypeMethodDescriptionprotected abstract String
BaseH2DdlHelper.getTriggerName
(TriggerEvent event) protected String
H2ContentDdlHelper.getTriggerName
(TriggerEvent event) protected String
H2ContentPermissionDdlHelper.getTriggerName
(TriggerEvent event) protected String
H2ContentPermissionSetDdlHelper.getTriggerName
(TriggerEvent event) protected String
H2SpaceDdlHelper.getTriggerName
(TriggerEvent event) protected String
H2SpacePermissionDdlHelper.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 TriggerEventModifier and TypeMethodDescriptionprotected TriggerEvent[]
BaseMySqlDdlHelper.getSupportedEvents()
protected TriggerEvent[]
MySqlContentPermissionSetDdlHelper.getSupportedEvents()
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.setup.mysql with parameters of type TriggerEventModifier and TypeMethodDescriptionprotected String
BaseMySqlDdlHelper.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 TriggerEventModifier and TypeMethodDescriptionprotected String
BasePostgresDdlHelper.getCreateTriggerDdl
(TriggerEvent event) protected String
BasePostgresDdlHelper.getTriggerName
(TriggerEvent event)