Interface WorkflowAwareCalendar
- All Superinterfaces:
Calendar,ModifiableCalendar
- All Known Implementing Classes:
JCRCalendar
Calendar workflow aware interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.workspaces.calendars.Calendar
Calendar.CalendarVisibility -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the workflow of the calendarvoidsetWorkflowName(String workflowName) set the name of the workflow of the calendarMethods inherited from interface org.ametys.plugins.workspaces.calendars.Calendar
getAllEvents, getChildCalendars, getColor, getDescription, getEvents, getIcsUrlToken, getId, getName, getProject, getTemplateDescription, getVisibilityMethods inherited from interface org.ametys.plugins.workspaces.calendars.ModifiableCalendar
rename, setColor, setDescription, setIcsUrlToken, setTemplateDescription, setVisibility
-
Method Details
-
getWorkflowName
Get the name of the workflow of the calendar- Returns:
- the name of the workflow of the calendar
-
setWorkflowName
set the name of the workflow of the calendar- Parameters:
workflowName- The workflow name
-