public interface CalendarEntry extends Serializable, PermissionCheckValue
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef() |
Date |
getCreatedAt() |
String |
getDescription() |
Date |
getEnd() |
Date |
getLastRecurrence()
Gets the date of the last instance of this recurring event,
i.e.
|
String |
getLocation() |
Date |
getModifiedAt() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
String |
getOutlookUID()
Gets the UID used by Outlook for this event.
|
String |
getRecurrenceRule()
Gets the event recurrence rule.
|
String |
getSharePointDocFolder()
Gets the SharePoint "Doc Folder" for the event.
|
Date |
getStart() |
String |
getSystemName() |
List<String> |
getTags() |
String |
getTitle() |
boolean |
isOutlook()
Is this an outlook based event?
|
void |
setDescription(String description)
Sets the Description of the event
|
void |
setEnd(Date end)
Sets the event end date and time
|
void |
setLastRecurrence(Date lastRecurrence)
Sets the date of the last instance of this recurring event
|
void |
setLocation(String location)
Sets the Location of the event
|
void |
setOutlook(boolean outlook)
Sets if this is an outlook based event or not
|
void |
setOutlookUID(String outlookUID)
Sets the UID used by Outlook for this event.
|
void |
setRecurrenceRule(String recurrenceRule)
Sets the event recurrence rule, in SharePoint/Outlook format
|
void |
setSharePointDocFolder(String docFolder)
Sets the SharePoint "Doc Folder" for the event.
|
void |
setStart(Date start)
Sets the event start date and time
|
void |
setTitle(String title)
Sets the Title ("what") of the event
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
String getSystemName()
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
String getLocation()
void setLocation(String location)
Date getStart()
void setStart(Date start)
Date getEnd()
void setEnd(Date end)
String getRecurrenceRule()
void setRecurrenceRule(String recurrenceRule)
Date getLastRecurrence()
void setLastRecurrence(Date lastRecurrence)
boolean isOutlook()
void setOutlook(boolean outlook)
String getOutlookUID()
isOutlook()
void setOutlookUID(String outlookUID)
String getSharePointDocFolder()
void setSharePointDocFolder(String docFolder)
Date getCreatedAt()
Date getModifiedAt()
Copyright © 2005–2017 Alfresco Software. All rights reserved.