Uses of Class
com.atlassian.confluence.impl.hibernate.bulk.BulkStatusReportEnum
-
Packages that use BulkStatusReportEnum Package Description com.atlassian.confluence.impl.hibernate.bulk -
-
Uses of BulkStatusReportEnum in com.atlassian.confluence.impl.hibernate.bulk
Methods in com.atlassian.confluence.impl.hibernate.bulk that return BulkStatusReportEnum Modifier and Type Method Description static BulkStatusReportEnumBulkStatusReportEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkStatusReportEnum[]BulkStatusReportEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-