Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco |
Modifier and Type | Method and Description |
---|---|
static MeetingServiceHandler.AttendeeStatus |
MeetingServiceHandler.AttendeeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeetingServiceHandler.AttendeeStatus[] |
MeetingServiceHandler.AttendeeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MeetingServiceHandler.updateAttendeeResponse(String siteName,
String attendeeEmail,
MeetingServiceHandler.AttendeeStatus status,
String uid,
int recurrenceId,
int sequence,
Date utcDateStamp)
Sets an attendee's response for a meeting.
|
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoMeetingServiceHandler.updateAttendeeResponse(String siteName,
String attendeeEmail,
MeetingServiceHandler.AttendeeStatus status,
String uid,
int recurrenceId,
int sequence,
Date utcDateStamp) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.