Uses of Class
com.atlassian.confluence.impl.hibernate.bulk.BulkSimpleMessage
Packages that use BulkSimpleMessage
-
Uses of BulkSimpleMessage in com.atlassian.confluence.impl.hibernate.bulk
Methods in com.atlassian.confluence.impl.hibernate.bulk that return BulkSimpleMessageModifier and TypeMethodDescriptionBulkSimpleMessage.BulkSimpleMessageBuilder.build()
static BulkSimpleMessage
BulkSimpleMessage.withKeyAndArgs
(BulkSimpleMessageTypes type, String key, Object... args) Creates a new SimpleMessage with the given key and arguments.static BulkSimpleMessage
BulkSimpleMessage.withKeyAndArgs
(String key, Object... args) static BulkSimpleMessage
BulkSimpleMessage.withTranslation
(String translation) Used when a message only has a translated string at creation time, usually in English.Methods in com.atlassian.confluence.impl.hibernate.bulk that return types with arguments of type BulkSimpleMessageConstructor parameters in com.atlassian.confluence.impl.hibernate.bulk with type arguments of type BulkSimpleMessageModifierConstructorDescriptionprotected
BulkStatusReport
(String destinationUrl, SimpleMessage status, List<BulkSimpleMessage> errors)