| Package | Description |
|---|---|
| org.exoplatform.agenda.constant | |
| org.exoplatform.agenda.model | |
| org.exoplatform.agenda.service |
| Modifier and Type | Method and Description |
|---|---|
static EventAttendeeResponse |
EventAttendeeResponse.fromValue(String value) |
static EventAttendeeResponse |
EventAttendeeResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventAttendeeResponse[] |
EventAttendeeResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EventAttendee(long id,
long identityId,
EventAttendeeResponse response) |
| Constructor and Description |
|---|
EventFilter(long attendeeId,
List<Long> ownerIds,
List<EventAttendeeResponse> responseTypes,
ZonedDateTime start,
ZonedDateTime end,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
EventAttendeeResponse |
AgendaEventAttendeeService.getEventResponse(long eventId,
long identityId)
Retrieves the event response of a user.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.social.core.identity.model.Identity |
AgendaEventAttendeeService.decryptUserIdentity(long eventId,
String token,
EventAttendeeResponse response)
Reads token content and retrieves user Social Identity from email or
username contained in token
|
String |
AgendaEventAttendeeService.generateEncryptedToken(long eventId,
String emailOrUsername,
EventAttendeeResponse response)
Generates a token that will be used to authenticate user when requesting
REST API in anonymous mode.
|
void |
AgendaEventAttendeeService.sendEventResponse(long eventId,
long identityId,
EventAttendeeResponse response) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.