public class CreateLikeEventPayloadTransformer extends com.atlassian.confluence.notifications.PayloadTransformerTemplate<LikeEvent,LikePayload> implements com.atlassian.confluence.notifications.batch.payload.BatchingPayloadTransformer<LikePayload>
| Modifier | Constructor and Description |
|---|---|
protected |
CreateLikeEventPayloadTransformer(UserAccessor userAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected com.atlassian.fugue.Maybe<LikePayload> |
checkedCreate(LikeEvent likeEvent) |
com.atlassian.confluence.notifications.batch.service.BatchingKey |
getBatchingColumnValue(LikePayload likePayload) |
create, getSourceTypegetPayloadType, verifyPayloadMatchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected CreateLikeEventPayloadTransformer(UserAccessor userAccessor)
public com.atlassian.confluence.notifications.batch.service.BatchingKey getBatchingColumnValue(LikePayload likePayload)
getBatchingColumnValue in interface com.atlassian.confluence.notifications.batch.payload.BatchingPayloadTransformer<LikePayload>protected com.atlassian.fugue.Maybe<LikePayload> checkedCreate(LikeEvent likeEvent)
checkedCreate in class com.atlassian.confluence.notifications.PayloadTransformerTemplate<LikeEvent,LikePayload>Copyright © 2003–2022 Atlassian. All rights reserved.