Class CalendarEntity
java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.calendar.cannedqueries.CalendarEntity
- All Implemented Interfaces:
PermissionCheckValue
- Direct Known Subclasses:
GetCalendarEntriesCannedQueryParams
Calendar Entity - low level representation of parts of a
CalendarEntry - used by GetCalendarEntries Canned Query- Since:
- 4.0
- Author:
- Nick Burch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSharePoint/Oulook rules stringvoidsetFromDate(String fromISO8601) voidsetRecurrenceLastMeeting(String recurrenceLastMeetingISO8601) voidsetRecurrenceRule(String recurrenceRule) SharePoint/Oulook rules stringvoidMethods inherited from class org.alfresco.repo.query.NodeBackedEntity
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
-
Constructor Details
-
CalendarEntity
public CalendarEntity()Default constructor -
CalendarEntity
-
-
Method Details
-
getFromDate
-
setFromDate
-
getToDate
-
setToDate
-
getRecurrenceRule
SharePoint/Oulook rules string -
setRecurrenceRule
SharePoint/Oulook rules string -
getRecurrenceLastMeeting
-
setRecurrenceLastMeeting
-
getFromDateQNameId
-
getToDateQNameId
-
getRecurrenceRuleQNameId
-
getRecurrenceLastMeetingQNameId
-