| Package | Description |
|---|---|
| org.craftercms.social.util.ebus |
| Modifier and Type | Method and Description |
|---|---|
UGCEvent |
SocialEvent.getType() |
static UGCEvent |
UGCEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UGCEvent[] |
UGCEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SocialEvent(String ugcId,
Map<String,Object> attributes,
String userId,
UGCEvent type) |
SocialEvent(String ugcId,
String attachmentId,
String userId,
UGCEvent type) |
SocialEvent(String ugcId,
String userId,
UGCEvent type) |
SocialEvent(T source,
String userId,
UGCEvent type) |
Copyright © 2015 CrafterCMS. All Rights Reserved.