| Package | Description |
|---|---|
| org.exoplatform.agenda.constant | |
| org.exoplatform.agenda.service |
| Modifier and Type | Method and Description |
|---|---|
static EventModificationType |
EventModificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventModificationType[] |
EventModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgendaEventAttendeeService.saveEventAttendees(Event event,
List<EventAttendee> attendees,
long creatorIdentityId,
boolean sendInvitations,
boolean resetResponses,
EventModificationType eventModificationType) |
void |
AgendaEventAttendeeService.sendInvitations(Event event,
List<EventAttendee> eventAttendees,
EventModificationType eventModificationType)
Sends an invitation to event attendees of type: user, space or external
user.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.