Uses of Class
org.bedework.calfacade.Participant
Packages that use Participant
-
Uses of Participant in org.bedework.calfacade
Methods in org.bedework.calfacade that return ParticipantModifier and TypeMethodDescriptionSchedulingInfo.addParticipant(Participant val) SchedulingInfo.addUpdateParticipant(net.fortuna.ical4j.model.component.Participant part) if the participant is not in the set then a new object is added to the set.SchedulingInfo.copyParticipant(Participant val) if there is no participant with the same uri then a copy will be added and returned.SchedulingInfo.findParticipant(String calAddr) SchedulingInfo.makeParticipant()SchedulingInfo.makeParticipant(BwAttendee att, BwParticipant part) SchedulingInfo.makeParticipantLike(Participant val) Create a Participant 'like' the parameter in that, if the param has a BwAttendee then so does the result.SchedulingInfo.newParticipant(net.fortuna.ical4j.model.component.Participant part) The new object is added to the set.Methods in org.bedework.calfacade that return types with arguments of type ParticipantModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<Participant>SchedulingInfo.getOnlyParticipant()SchedulingInfo.getParticipants()SchedulingInfo.getParticipantsWithRoles(String... roles) SchedulingInfo.getRecipientParticipants()Methods in org.bedework.calfacade with parameters of type ParticipantModifier and TypeMethodDescriptionSchedulingInfo.addParticipant(Participant val) booleanParticipant.changedBy(Participant val) Only true if something changes the status of, or information about, the attendee.booleanParticipant.changedBy(Participant val, boolean checkPartStat) Only true if something changes the status of, or information about, the attendee.intParticipant.compareTo(Participant that) SchedulingInfo.copyParticipant(Participant val) if there is no participant with the same uri then a copy will be added and returned.voidParticipant.copyTo(Participant that) booleanParticipant.differsFrom(Participant val) booleanParticipant.equals(Participant val) SchedulingInfo.makeParticipantLike(Participant val) Create a Participant 'like' the parameter in that, if the param has a BwAttendee then so does the result.voidSchedulingInfo.removeRecipientParticipant(Participant val) voidSchedulingInfo.setOnlyParticipant(Participant participant)