public class SsmChangeBaseChannelSubscriptionsEvent extends SsmChangeChannelSubscriptionsEvent
SsmChangeChannelSubscriptionsEvent| Constructor and Description |
|---|
SsmChangeBaseChannelSubscriptionsEvent(User userIn,
java.util.Collection<ChannelActionDAO> changesIn,
java.lang.Long operationId)
Constructor for SsmChangeBaseChannelSubscriptionsEvent
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getChanges, getOpId, getUser, getUserId, toTextpublic SsmChangeBaseChannelSubscriptionsEvent(User userIn, java.util.Collection<ChannelActionDAO> changesIn, java.lang.Long operationId)
userIn - User making the changechangesIn - List of changes, each one should contain only a single
base channel idoperationId - Operation to link withpublic java.lang.String toString()
toString in class SsmChangeChannelSubscriptionsEvent