Uses of Class
org.exoplatform.agenda.model.EventPermission
Packages that use EventPermission
-
Uses of EventPermission in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventPermissionConstructors in org.exoplatform.agenda.model with parameters of type EventPermissionModifierConstructorDescriptionEvent(long id, long parentId, long calendarId, long creatorId, long modifierId, ZonedDateTime created, ZonedDateTime updated, String summary, String description, String location, String color, ZoneId timeZoneId, ZonedDateTime start, ZonedDateTime end, boolean allDay, EventAvailability availability, EventStatus status, EventRecurrence recurrence, EventOccurrence occurrence, EventPermission acl, boolean allowAttendeeToUpdate, boolean allowAttendeeToInvite) -
Uses of EventPermission in org.exoplatform.agenda.rest.model
Constructors in org.exoplatform.agenda.rest.model with parameters of type EventPermissionModifierConstructorDescriptionEventSearchResultEntity(long id, EventEntity parent, String remoteId, long remoteProviderId, String remoteProviderName, CalendarEntity calendar, org.exoplatform.social.rest.entity.IdentityEntity creator, String created, String updated, String summary, String description, String location, String color, String timeZoneId, String start, String end, boolean allDay, EventAvailability availability, EventStatus status, EventRecurrenceEntity recurrence, EventOccurrenceEntity occurrence, EventPermission acl, List<EventAttendeeEntity> attendees, List<EventConference> conferences, List<EventReminderEntity> reminders, boolean allowAttendeeToUpdate, boolean allowAttendeeToInvite, Map<String, String> parameters, boolean sendInvitation, List<String> excerpts)