Uses of Interface
org.bedework.jsforj.model.JSProperty
-
-
Uses of JSProperty in org.bedework.jsforj.impl
Methods in org.bedework.jsforj.impl that return JSProperty Modifier and Type Method Description JSProperty<?>JSFactory. makeProperty(String propertyName)JSProperty<?>JSFactory. makeProperty(String propertyName, boolean value)Create a boolean propertyJSProperty<?>JSFactory. makeProperty(String propertyName, com.fasterxml.jackson.databind.JsonNode nd)JSProperty<?>JSFactory. makeProperty(String propertyName, com.fasterxml.jackson.databind.JsonNode nd, String providedType)JSProperty<?>JSFactory. makeProperty(String propertyName, Integer value)Create an Integer propertyJSProperty<JSString>JSFactory. makeProperty(String propertyName, String value)Create a string property<ValClass extends JSValue>
JSProperty<ValClass>JSFactory. makeProperty(String propertyName, String type, com.fasterxml.jackson.databind.JsonNode nd)Used for the situations where we have no @type - path objects.JSProperty<?>JSFactory. makeProperty(String propertyName, JSUnsignedInteger value)Create an UnsignedInteger propertyJSProperty<?>JSFactory. makeProperty(String propertyName, JSValue value) -
Uses of JSProperty in org.bedework.jsforj.impl.properties
Classes in org.bedework.jsforj.impl.properties that implement JSProperty Modifier and Type Class Description classJSPropertyImpl<T extends JSValue>User: mike Date: 10/23/19 Time: 23:36Methods in org.bedework.jsforj.impl.properties that return JSProperty Modifier and Type Method Description JSProperty<T>JSPropertyImpl. copy() -
Uses of JSProperty in org.bedework.jsforj.impl.values
Methods in org.bedework.jsforj.impl.values that return JSProperty Modifier and Type Method Description JSProperty<?>JSValueImpl. getParentProperty()<T extends JSValue>
JSProperty<T>JSValueImpl. getProperty(com.fasterxml.jackson.core.type.TypeReference<T> type, String name)JSProperty<?>JSValueImpl. getProperty(String name)<T extends JSValue>
JSProperty<T>JSValueImpl. makeProperty(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, String name, String type)protected JSProperty<?>JSValueImpl. makeProperty(String name, com.fasterxml.jackson.databind.JsonNode node)<T extends JSValue>
JSProperty<T>JSPatchObjectImpl. newOverrideProperty(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, String type, String... names)<T extends JSValue>
JSProperty<T>JSValueImpl. newProperty(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, String name, String type)JSProperty<?>JSPatchObjectImpl. setOverrideProperty(boolean val, String... names)JSProperty<?>JSPatchObjectImpl. setOverrideProperty(String val, String... names)JSProperty<?>JSPatchObjectImpl. setOverrideProperty(JSUnsignedInteger val, String... names)JSProperty<?>JSPatchObjectImpl. setOverrideProperty(JSValue val, String... names)JSProperty<?>JSValueImpl. setProperty(String name, boolean val)JSProperty<?>JSValueImpl. setProperty(String name, Integer val)JSProperty<JSString>JSValueImpl. setProperty(String name, String val)JSProperty<?>JSValueImpl. setProperty(String name, JSValue val)<ValType extends JSValue>
JSProperty<ValType>JSValueImpl. setProperty(JSProperty<ValType> val)Methods in org.bedework.jsforj.impl.values that return types with arguments of type JSProperty Modifier and Type Method Description List<JSProperty<?>>JSValueImpl. getProperties()Methods in org.bedework.jsforj.impl.values with parameters of type JSProperty Modifier and Type Method Description voidJSValueImpl. setParentProperty(JSProperty<?> val)The owner is the property containing the value.<ValType extends JSValue>
JSProperty<ValType>JSValueImpl. setProperty(JSProperty<ValType> val) -
Uses of JSProperty in org.bedework.jsforj.impl.values.collections
Methods in org.bedework.jsforj.impl.values.collections that return JSProperty Modifier and Type Method Description JSProperty<JSLink>JSLinksImpl. findLink(String href)JSProperty<JSParticipant>JSParticipantsImpl. findParticipant(String cua)JSProperty<E>JSMapImpl. get(K key)JSProperty<JSAlert>JSAlertsImpl. makeAlert()JSProperty<E>JSMapImpl. makeEntry(K key)JSProperty<JSLink>JSLinksImpl. makeLink()JSProperty<JSLocation>JSLocationsImpl. makeLocation()JSProperty<JSParticipant>JSParticipantsImpl. makeParticipant()protected JSProperty<?>JSListImpl. makeProperty(String name, com.fasterxml.jackson.databind.JsonNode node)protected JSProperty<?>JSMapImpl. makeProperty(String name, com.fasterxml.jackson.databind.JsonNode node)JSProperty<JSString>JSReplyToImpl. makeReplyTo(String method, String address)JSProperty<JSString>JSSendToImpl. makeSendTo(String method, String address)protected JSProperty<E>JSMapImpl. postCreate(JSProperty<E> entry)protected JSProperty<JSOverride>JSRecurrenceOverridesImpl. postCreate(JSProperty<JSOverride> entry)JSProperty<E>JSMapImpl. put(K key, E val)Methods in org.bedework.jsforj.impl.values.collections that return types with arguments of type JSProperty Modifier and Type Method Description List<JSProperty<E>>JSMapImpl. get()List<JSProperty<JSLink>>JSLinksImpl. getAll(String rel)List<JSProperty<JSParticipant>>JSParticipantsImpl. getAttendees()Methods in org.bedework.jsforj.impl.values.collections with parameters of type JSProperty Modifier and Type Method Description protected JSProperty<E>JSMapImpl. postCreate(JSProperty<E> entry)protected JSProperty<JSOverride>JSRecurrenceOverridesImpl. postCreate(JSProperty<JSOverride> entry)voidJSMapImpl. put(JSProperty<E> entry)voidJSMapImpl. remove(JSProperty<E> entry) -
Uses of JSProperty in org.bedework.jsforj.model
Subinterfaces of JSProperty in org.bedework.jsforj.model Modifier and Type Interface Description interfaceJSPatch<T extends JSValue>User: mike Date: 10/23/19 Time: 13:25 The JSProperty.getName method will return the unprocessed id of the patch as defined in JSCalendar.Methods in org.bedework.jsforj.model that return JSProperty Modifier and Type Method Description JSProperty<T>JSProperty. copy() -
Uses of JSProperty in org.bedework.jsforj.model.values
Methods in org.bedework.jsforj.model.values that return JSProperty Modifier and Type Method Description JSProperty<?>JSValue. getParentProperty()<T extends JSValue>
JSProperty<T>JSValue. getProperty(com.fasterxml.jackson.core.type.TypeReference<T> type, String name)Return named propertyJSProperty<?>JSValue. getProperty(String name)Return named property<T extends JSValue>
JSProperty<T>JSValue. makeProperty(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, String name, String type)Add a property of given type.<T extends JSValue>
JSProperty<T>JSPatchObject. newOverrideProperty(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, String type, String... names)Create a property of the given type.<T extends JSValue>
JSProperty<T>JSValue. newProperty(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, String name, String type)Create a property of the given type.JSProperty<?>JSPatchObject. setOverrideProperty(boolean val, String... names)Set the value for an UnsignedInteger type propertyJSProperty<?>JSPatchObject. setOverrideProperty(String val, String... names)Set the value for a string type propertyJSProperty<?>JSPatchObject. setOverrideProperty(JSUnsignedInteger val, String... names)Set the value for an UnsignedInteger type propertyJSProperty<?>JSPatchObject. setOverrideProperty(JSValue val, String... names)Set the value for a propertyJSProperty<?>JSValue. setProperty(String name, boolean val)Set the value for a boolean type propertyJSProperty<?>JSValue. setProperty(String name, Integer val)Set the value for an UnsignedInteger type propertyJSProperty<?>JSValue. setProperty(String name, String val)Set the value for a string type propertyJSProperty<?>JSValue. setProperty(String name, JSValue val)Set the value for an JSValue type property<ValType extends JSValue>
JSProperty<ValType>JSValue. setProperty(JSProperty<ValType> val)Add or replace the named propertyMethods in org.bedework.jsforj.model.values that return types with arguments of type JSProperty Modifier and Type Method Description List<JSProperty<?>>JSValue. getProperties()Return all contained propertiesMethods in org.bedework.jsforj.model.values with parameters of type JSProperty Modifier and Type Method Description <ValType extends JSValue>
JSProperty<ValType>JSValue. setProperty(JSProperty<ValType> val)Add or replace the named property -
Uses of JSProperty in org.bedework.jsforj.model.values.collections
Methods in org.bedework.jsforj.model.values.collections that return JSProperty Modifier and Type Method Description JSProperty<JSLink>JSLinks. findLink(String href)Try to find the link object with the given hrefJSProperty<JSParticipant>JSParticipants. findParticipant(String cua)JSProperty<E>JSMap. get(K key)JSProperty<JSAlert>JSAlerts. makeAlert()Create and add a new alert object with a random uuid as keyJSProperty<E>JSMap. makeEntry(K key)Create and add a new empty entryJSProperty<JSLink>JSLinks. makeLink()Create and add a new link object with a random uuid as keyJSProperty<JSLocation>JSLocations. makeLocation()Create and add a new location object with a small integer as keyJSProperty<JSParticipant>JSParticipants. makeParticipant()Create and add a new participant object with a small integer as keyJSProperty<JSString>JSReplyTo. makeReplyTo(String method, String address)Create and add a new replyTo entry with a method as keyJSProperty<JSString>JSSendTo. makeSendTo(String method, String address)Create and add a new replyTo entry with a method as keyJSProperty<E>JSMap. put(K key, E val)Methods in org.bedework.jsforj.model.values.collections that return types with arguments of type JSProperty Modifier and Type Method Description List<JSProperty<E>>JSMap. get()List<JSProperty<JSLink>>JSLinks. getAll(String rel)List<JSProperty<JSParticipant>>JSParticipants. getAttendees()Get all attendee participant objectsMethods in org.bedework.jsforj.model.values.collections with parameters of type JSProperty Modifier and Type Method Description voidJSMap. put(JSProperty<E> entry)voidJSMap. remove(JSProperty<E> entry)
-