| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.events |
| Modifier and Type | Method and Description |
|---|---|
CommunityProfileOutboundEventType |
CommunityProfileOutboundEvent.getEventType()
Return the type of event.
|
static CommunityProfileOutboundEventType |
CommunityProfileOutboundEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityProfileOutboundEventType[] |
CommunityProfileOutboundEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityProfileOutboundEvent.setEventType(CommunityProfileOutboundEventType eventType)
Set up the type of event.
|
| Constructor and Description |
|---|
FavouriteCollectionOutboundEvent(CommunityProfileOutboundEventType type,
PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Event publisher constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.