Uses of Class
org.bedework.calfacade.BwXproperty
Packages that use BwXproperty
Package
Description
-
Uses of BwXproperty in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwXpropertyModifier and TypeMethodDescriptionBwEvent.addSuggested(BwEvent.SuggestedTo val) Add a suggested to value.BwEvent.findPeruserXprop(String userHref, String name) BwEvent.findXproperty(String name) static BwXpropertyBwXproperty.makeBwAlias(String displayName, String aliasUri, String aliasPath, String topicalAreaPath) Make an xproperty to hold a bedework aliasBwEvent.makeConcept(String val) static BwXpropertyBwXproperty.makeDavProperty(String name, String value) Make an xproperty to hold a dav propertystatic BwXpropertyBwXproperty.makeIcalProperty(String name, String pars, String value) Make an xproperty to hold an unknown ical propertyBwEvent.setPeruserTransparency(String userHref, String val) If this is the owner - set the real transparency, otherwise, if it differs add an x-propMethods in org.bedework.calfacade that return types with arguments of type BwXpropertyModifier and TypeMethodDescriptionBwAlarm.cloneXproperty()BwEvent.cloneXproperty()BwEvent.getConcepts()BwEvent.getVlocations()BwAlarm.getXicalProperties(String val) Find x-properties storing the value of the named ical propertyBwEvent.getXicalProperties(String val) Find x-properties storing the value of the named ical propertyBwAlarm.getXproperties()BwAlarm.getXproperties(String val) BwEvent.getXproperties()BwEvent.getXproperties(String val) BwEventProxy.getXproperties()Methods in org.bedework.calfacade with parameters of type BwXpropertyModifier and TypeMethodDescriptionvoidBwAlarm.addXproperty(BwXproperty val) voidBwEvent.addXproperty(BwXproperty val) intBwXproperty.compareTo(BwXproperty that) voidBwAlarm.removeXproperty(BwXproperty val) voidBwEvent.removeXproperty(BwXproperty val) Method parameters in org.bedework.calfacade with type arguments of type BwXpropertyModifier and TypeMethodDescriptionvoidBwAlarm.setXproperties(List<BwXproperty> val) voidBwEvent.setXproperties(List<BwXproperty> val) voidBwEventProxy.setXproperties(List<BwXproperty> val) -
Uses of BwXproperty in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return BwXpropertyMethods in org.bedework.calfacade.base that return types with arguments of type BwXpropertyModifier and TypeMethodDescriptionXpropsEntity.cloneXproperty()ConceptEntity.getConcepts()XpropsEntity.getXicalProperties(String val) Find x-properties storing the value of the named ical propertydefault List<BwXproperty>XpropsEntity.getXnonskipProperties()REturn x-properties not skippedXpropsEntity.getXproperties()XpropsEntity.getXproperties(String val) Methods in org.bedework.calfacade.base with parameters of type BwXpropertyModifier and TypeMethodDescriptionvoidXpropsEntity.addXproperty(BwXproperty val) voidXpropsEntity.removeXproperty(BwXproperty val) Method parameters in org.bedework.calfacade.base with type arguments of type BwXpropertyModifier and TypeMethodDescriptionvoidXpropsEntity.setXproperties(List<BwXproperty> val) Set the x-props -
Uses of BwXproperty in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwXpropertyModifier and TypeMethodDescriptionBwEventNewWrapper.findPeruserXprop(String userHref, String name) BwEventNewWrapper.makeConcept(String val) BwEventNewWrapper.setPeruserTransparency(String userHref, String val) Methods in org.bedework.calfacade.wrappers that return types with arguments of type BwXpropertyModifier and TypeMethodDescriptionBwEventNewWrapper.cloneXproperty()BwEventNewWrapper.getConcepts()BwEventNewWrapper.getXicalProperties(String val) BwEventNewWrapper.getXproperties()BwEventNewWrapper.getXproperties(String val) Methods in org.bedework.calfacade.wrappers with parameters of type BwXpropertyModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addXproperty(BwXproperty val) voidBwEventNewWrapper.removeXproperty(BwXproperty val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwXproperty