Uses of Class
com.atlassian.confluence.impl.retention.RemovalType
-
Packages that use RemovalType Package Description com.atlassian.confluence.impl.retention com.atlassian.confluence.impl.retention.analytics -
-
Uses of RemovalType in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return RemovalType Modifier and Type Method Description static RemovalTypeRemovalType. valueOf(String name)Returns the enum constant of this type with the specified name.static RemovalType[]RemovalType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RemovalType in com.atlassian.confluence.impl.retention.analytics
Methods in com.atlassian.confluence.impl.retention.analytics that return RemovalType Modifier and Type Method Description RemovalTypeTrashRemovalJobCompletedEvent. getType()Constructors in com.atlassian.confluence.impl.retention.analytics with parameters of type RemovalType Constructor Description TrashRemovalJobCompletedEvent(RemovalType type, TrashRemovalStatisticHolder stats)
-