Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco |
Modifier and Type | Method and Description |
---|---|
void |
MeetingServiceHandler.addMeeting(String siteName,
MeetingBean meeting)
Creates the meeting information in the Meeting Workspace site on the specified Alfresco server.
|
void |
MeetingServiceHandler.addMeetingFromICal(String siteName,
MeetingBean meeting)
Associates a meeting represented in Internet Calendar (iCal) format with the Meeting Workspace site on the specified Alfresco server.
|
ListInfoBean |
ListServiceHandler.createList(String listName,
String description,
String dws,
int templateId)
Creates a Data List of the given type
|
void |
ListServiceHandler.deleteList(String listName,
String dws)
Deletes a Data List
|
DwsData |
DwsServiceHandler.getDwsData(String documentURL,
String lastUpdate)
Returns information about a document workspace site and the lists it contains
|
ListInfoBean |
ListServiceHandler.getList(String listName,
String dws)
Fetches an existing Data List.
|
List<ListInfoBean> |
ListServiceHandler.getListCollection(String siteName)
Returns the names and GUIDs for all the lists in the site.
|
void |
MeetingServiceHandler.removeMeeting(String siteName,
int recurrenceId,
String uid,
int sequence,
Date utcDateStamp,
boolean cancelMeeting)
Removes the association between a meeting and a Meeting Workspace site.
|
void |
MeetingServiceHandler.restoreMeeting(String siteName,
String uid)
Restores a meeting in a Meeting Workspace site, which was previously removed.
|
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.
|
void |
MeetingServiceHandler.updateMeeting(String siteName,
MeetingBean meeting)
Updates meeting information .
|
void |
MeetingServiceHandler.updateMeetingFromICal(String siteName,
MeetingBean meeting,
boolean ignoreAttendees)
Updates meeting information stored in Internet Calendar (iCal) format.
|
void |
MeetingServiceHandler.updateWorkspaceTitle(String siteName,
String newTitle)
Updates the title (but not the name) of a Meeting Workspace site on the specified Alfresco server
|
Modifier and Type | Method and Description |
---|---|
ListInfoBean |
AlfrescoListServiceHandler.createList(String listName,
String description,
String dws,
int templateId) |
void |
AlfrescoListServiceHandler.deleteList(String listName,
String dws) |
DwsData |
AbstractAlfrescoDwsServiceHandler.getDwsData(String document,
String lastUpdate) |
ListInfoBean |
AlfrescoListServiceHandler.getList(String listName,
String dws) |
void |
AlfrescoMeetingServiceHandler.restoreMeeting(String siteName,
String uid)
Note - This method may want replacing with a dedicated Canned Query (CQ),
if it every gets heavily used (currently it is very rarely called).
|
void |
AlfrescoMeetingServiceHandler.updateAttendeeResponse(String siteName,
String attendeeEmail,
MeetingServiceHandler.AttendeeStatus status,
String uid,
int recurrenceId,
int sequence,
Date utcDateStamp) |
void |
AlfrescoMeetingServiceHandler.updateMeeting(String siteName,
MeetingBean meeting) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.