Uses of Interface
commonj.sdo.Property
-
-
Uses of Property in commonj.sdo
Methods in commonj.sdo that return Property Modifier and Type Method Description PropertyDataObject. getContainmentProperty()Return the Property of thedata objectcontaining this data object ornullif there is no container.PropertyDataObject. getInstanceProperty(String propertyName)Returns the named Property from the current instance properties, or null if not found.PropertyChangeSummary. getOldContainmentProperty(DataObject dataObject)Returns the value of thecontainment propertydata object property at the point when loggingbegan.PropertyProperty. getOpposite()Returns the opposite Property if the Property is bi-directional or null otherwise.PropertyChangeSummary.Setting. getProperty()Returns the property of the setting.PropertyDataObject. getProperty(String propertyName)Deprecated.replaced byDataObject.getInstanceProperty(String)in 2.1.0PropertySequence. getProperty(int index)Returns the property for the given entry index.PropertyType. getProperty(String propertyName)Returns fromall the Propertiesof this type, the one with the specified name.Methods in commonj.sdo with parameters of type Property Modifier and Type Method Description voidSequence. add(int index, Property property, Object value)Adds a new entry with the specified property and value at the specified entry index.booleanSequence. add(Property property, Object value)Adds a new entry with the specified property and value to the end of the entries.DataObjectDataObject. createDataObject(Property property)Returns a newdata objectcontained by this object using the specified property, which must be acontainment property.DataObjectDataObject. createDataObject(Property property, Type type)Returns a newdata objectcontained by this object using the specified property, which must be ofcontainment type.ObjectDataObject. get(Property property)Returns the value of the given property of this object.ObjectProperty. get(Property property)Returns the value of the specified instance property of this Property.ObjectType. get(Property property)Returns the value of the specified instance property of this Type.BigDecimalDataObject. getBigDecimal(Property property)Returns the value of the specifiedBigDecimalproperty.BigIntegerDataObject. getBigInteger(Property property)Returns the value of the specifiedBigIntegerproperty.booleanDataObject. getBoolean(Property property)Returns the value of the specifiedbooleanproperty.byteDataObject. getByte(Property property)Returns the value of the specifiedbyteproperty.byte[]DataObject. getBytes(Property property)Returns the value of the specifiedbyte[]property.charDataObject. getChar(Property property)Returns the value of the specifiedcharproperty.DataObjectDataObject. getDataObject(Property property)Returns the value of the specifiedDataObjectproperty.DateDataObject. getDate(Property property)Returns the value of the specifiedDateproperty.doubleDataObject. getDouble(Property property)Returns the value of the specifieddoubleproperty.floatDataObject. getFloat(Property property)Returns the value of the specifiedfloatproperty.intDataObject. getInt(Property property)Returns the value of the specifiedintproperty.ListDataObject. getList(Property property)Returns the value of the specifiedListproperty.longDataObject. getLong(Property property)Returns the value of the specifiedlongproperty.ChangeSummary.SettingChangeSummary. getOldValue(DataObject dataObject, Property property)SequenceDataObject. getSequence(Property property)Deprecated.in 2.1.0.shortDataObject. getShort(Property property)Returns the value of the specifiedshortproperty.StringDataObject. getString(Property property)Returns the value of the specifiedStringproperty.booleanDataObject. isSet(Property property)Returns whether the property of the object is considered to be set.voidDataObject. set(Property property, Object value)Sets the value of the given property of the object to the new value.voidDataObject. setBigDecimal(Property property, BigDecimal value)Sets the value of the specifiedBigDecimalproperty, to the specified value.voidDataObject. setBigInteger(Property property, BigInteger value)Sets the value of the specifiedBigIntegerproperty, to the specified value.voidDataObject. setBoolean(Property property, boolean value)Sets the value of the specifiedbooleanproperty, to the specified value.voidDataObject. setByte(Property property, byte value)Sets the value of the specifiedbyteproperty, to the specified value.voidDataObject. setBytes(Property property, byte[] value)Sets the value of the specifiedbyte[]property, to the specified value.voidDataObject. setChar(Property property, char value)Sets the value of the specifiedcharproperty, to the specified value.voidDataObject. setDataObject(Property property, DataObject value)Sets the value of the specifiedDataObjectproperty, to the specified value.voidDataObject. setDate(Property property, Date value)Sets the value of the specifiedDateproperty, to the specified value.voidDataObject. setDouble(Property property, double value)Sets the value of the specifieddoubleproperty, to the specified value.voidDataObject. setFloat(Property property, float value)Sets the value of the specifiedfloatproperty, to the specified value.voidDataObject. setInt(Property property, int value)Sets the value of the specifiedintproperty, to the specified value.voidDataObject. setList(Property property, List value)Sets the value of the specifiedListproperty, to the specified value.voidDataObject. setLong(Property property, long value)Sets the value of the specifiedlongproperty, to the specified value.voidDataObject. setShort(Property property, short value)Sets the value of the specifiedshortproperty, to the specified value.voidDataObject. setString(Property property, String value)Sets the value of the specifiedStringproperty, to the specified value.voidDataObject. unset(Property property)Unsets the property of the object. -
Uses of Property in commonj.sdo.helper
Methods in commonj.sdo.helper that return Property Modifier and Type Method Description PropertyTypeHelper. defineOpenContentProperty(String uri, DataObject property)Define the DataObject as a Property for setting open content.PropertyXSDHelper. getGlobalProperty(String uri, String propertyName, boolean isElement)Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.PropertyTypeHelper. getOpenContentProperty(String uri, String propertyName)Get the open content (global) Property with the specified uri and name, or null if not found.Methods in commonj.sdo.helper with parameters of type Property Modifier and Type Method Description ObjectDataHelper. convert(Property property, Object value)StringXSDHelper. getAppinfo(Property property, String source)Return the content of the appinfo declared for this Property and source.StringXSDHelper. getLocalName(Property property)Returns the local name as declared in the XSD.StringXSDHelper. getNamespaceURI(Property property)Returns the namespace URI as declared in the XSD.booleanXSDHelper. isAttribute(Property property)Returns true if the property is declared as an attribute in the XSD.booleanXSDHelper. isElement(Property property)Returns true if the property is declared as an element in the XSD. -
Uses of Property in org.eclipse.persistence.sdo
Classes in org.eclipse.persistence.sdo that implement Property Modifier and Type Class Description classSDOPropertyPurpose:A representation of a Property in thetypeof adata object.Methods in org.eclipse.persistence.sdo that return Property Modifier and Type Method Description PropertySDODataObject. defineOpenContentProperty(String name, Object value)INTERNAL: Create a dynamic open content property if no property exists for (name).PropertySDODataObject. defineOpenContentProperty(String name, Object value, Type sdotype)Methods in org.eclipse.persistence.sdo with parameters of type Property Modifier and Type Method Description voidSDOSequence. add(int index, Property property, Object value)booleanSDOSequence. add(Property property, Object value)voidSDOType. addDeclaredProperty(Property property)INTERNAL:voidSDOType. addDeclaredProperty(Property property, int index)INTERNAL:voidSDODataObject. addOpenContentProperty(Property property)INTERNAL: Add the open content property into all 3 data structures.booleanSDOSequence. addSettingWithoutModifyingDataObject(int index, Property property, Object value)INTERNAL: Add a setting to the list at the specified index.booleanSDOSequence. addSettingWithoutModifyingDataObject(Property property, Object value)INTERNAL:booleanSDOSequence. addSettingWithoutModifyingDataObject(Property property, Object value, boolean checkAllowed)INTERNAL:ObjectSDODataObject. convertObjectToValue(Property property, int position, Class<?> cls)INTERNAL:ObjectSDODataObject. convertObjectToValue(Property property, Class<?> cls)INTERNAL:SDODataObjectSDODataObject. createDataObject(Property aProperty)SDODataObjectSDODataObject. createDataObject(Property property, Type aType)ObjectSDODataObject. get(Property property)ObjectSDOProperty. get(Property property)ObjectSDOType. get(Property property)BigDecimalSDODataObject. getBigDecimal(Property property)BigIntegerSDODataObject. getBigInteger(Property property)booleanSDODataObject. getBoolean(Property property)byteSDODataObject. getByte(Property property)byte[]SDODataObject. getBytes(Property property)charSDODataObject. getChar(Property property)SDODataObjectSDODataObject. getDataObject(Property property)DateSDODataObject. getDate(Property property)doubleSDODataObject. getDouble(Property property)floatSDODataObject. getFloat(Property property)intSDOSequence. getIndexForProperty(Property property)INTERNAL: Convenience method that returns the index of the Setting associated with a given property in the Settings listintSDODataObject. getInt(Property property)ListSDODataObject. getList(Property property)longSDODataObject. getLong(Property property)ChangeSummary.SettingSDOChangeSummary. getOldValue(DataObject dataObject, Property property)ObjectDefaultValueStore. getOpenContentProperty(Property property)ObjectValueStore. getOpenContentProperty(Property property)static SDOPropertySDOHelper. getProperty(Property property)Return the EclipseLink implementation of Property.ObjectSDOChangeSummary. getPropertyInternal(DataObject dataObject, Property property)INTERNAL:ObjectSDODataObject. getPropertyInternal(Property property)INTERNAL: Get the value of the property (open-content or declared)..SequenceSDODataObject. getSequence(Property property)Deprecated.in SDO 2.1.0.shortSDODataObject. getShort(Property property)StringSDODataObject. getString(Property property)booleanSDODataObject. isSet(Property property)booleanSDODataObject. isSetInternal(Property property)INTERNAL: Return whether the property (open-content or declared) is set?booleanDefaultValueStore. isSetOpenContentProperty(Property property)booleanValueStore. isSetOpenContentProperty(Property property)voidSDOType. removeDeclaredProperties(Property p)INTERNAL:voidSDODataObject. removeOpenContentProperty(Property property)INTERNAL: Remove the open content property (property) from all 3 data structures.voidSDOSequence. removeSettingWithoutModifyingDataObject(Property property)INTERNAL:voidSDOSequence. removeSettingWithoutModifyingDataObject(Property property, Object value)INTERNAL:voidSDOChangeSummary. removeUnsetOCProperty(DataObject dataObject, Property ocKey)INTERNAL: Delete an open content property from the list of unset oc properties keyed on dataObjectvoidSDODataObject. set(Property property, Object value)voidSDODataObject. setBigDecimal(Property property, BigDecimal value)voidSDODataObject. setBigInteger(Property property, BigInteger value)voidSDODataObject. setBoolean(Property property, boolean value)voidSDODataObject. setByte(Property property, byte value)voidSDODataObject. setBytes(Property property, byte[] value)voidSDODataObject. setChar(Property property, char value)voidSDODataObject. setDataObject(Property property, DataObject value)voidSDODataObject. setDate(Property property, Date value)voidSDODataObject. setDouble(Property property, double value)voidSDODataObject. setFloat(Property property, float value)voidSDOProperty. setInstanceProperty(Property property, Object value)voidSDOType. setInstanceProperty(Property property, Object value)INTERNAL:voidSDODataObject. setInt(Property property, int value)voidSDODataObject. setList(Property property, List value)voidSDODataObject. setLong(Property property, long value)voidDefaultValueStore. setManyProperty(Property property, Object value)voidValueStore. setManyProperty(Property propertyName, Object value)voidSDOChangeSummary. setOldContainmentProperty(SDODataObject aKey, Property aValue)INTERNAL:voidDefaultValueStore. setOpenContentProperty(Property property, Object value)voidValueStore. setOpenContentProperty(Property property, Object value)voidSDOProperty. setOpposite(Property property)INTERNAL: Set the opposite Property.voidSDOSetting. setProperty(Property property)INTERNAL: Set the property of this setting.voidSDOChangeSummary. setPropertyInternal(DataObject dataObject, Property property, Object value)INTERNAL:voidSDODataObject. setShort(Property property, short value)voidSDODataObject. setString(Property property, String value)voidSDOChangeSummary. setUnsetOCProperty(DataObject dataObject, Property ocKey)INTERNAL: Add an open content property that has been unset to the list keyed on dataObjectvoidSDODataObject. unset(Property property)voidSDODataObject. unset(Property property, boolean fromDelete, boolean updateSequence)INTERNAL: Unset the specified property on this DataObject.voidDefaultValueStore. unsetOpenContentProperty(Property property)voidValueStore. unsetOpenContentProperty(Property property)voidSDOChangeSummary. unsetPropertyInternal(DataObject dataObject, Property property)INTERNAL:static <T> TSDOHelper. unwrap(Property property, Class<T> clazz)Unwraps a given Property resulting in an EclipseLink SDOProperty.voidSDODataObject. updateContainment(Property property, Collection values)INTERNAL: Update containment on the specified collection of values and default to true = update the sequencevoidSDODataObject. updateContainment(Property property, Collection values, boolean updateSequence)INTERNAL: Update containment with flagged update sequence statevoidSDODataObject. updateContainment(Property property, SDODataObject value)INTERNAL: update containment and the update the sequence value by default.voidSDODataObject. updateContainment(Property property, SDODataObject aDataObject, boolean updateSequence)INTERNAL: Update containment on the dataObject with specified update sequence statevoidSDOSequence. updateSettingWithoutModifyingDataObject(Property property, Object oldValue, Object newValue)INTERNAL:booleanSDOChangeSummary. wasSet(DataObject dataObject, Property property)INTERNAL:Constructors in org.eclipse.persistence.sdo with parameters of type Property Constructor Description SDOSetting(Property aProperty, Object aValue) -
Uses of Property in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return Property Modifier and Type Method Description PropertySDOXSDHelper. getGlobalProperty(QName qname, boolean isElement)INTERNAL:PropertySDOMethodAttributeAccessor. getProperty()INTERNAL:PropertySDOTypesGenerator.GlobalRef. getProperty()Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type Property Modifier and Type Method Description Map<QName,Property>SDOTypesGenerator. getGeneratedGlobalAttributes()Map<QName,Property>SDOTypesGenerator. getGeneratedGlobalElements()Methods in org.eclipse.persistence.sdo.helper with parameters of type Property Modifier and Type Method Description voidSDOXSDHelper. addGlobalProperty(QName qname, Property prop, boolean isElement)INTERNAL:ObjectSDODataHelper. convert(Property property, Object value)ObjectSDODataHelper. convertValueToClass(Property prop, Object valueToConvert, Class<?> convertToClass)INTERNAL:voidSDOMethodAttributeAccessor. setProperty(Property property)INTERNAL:voidSDOTypesGenerator.GlobalRef. setProperty(Property theProperty)protected voidListWrapper. updateSequence(Property aProperty, Collection items, boolean updateSequence)INTERNAL: Iterate the collection and add settings where appropriate.Method parameters in org.eclipse.persistence.sdo.helper with type arguments of type Property Modifier and Type Method Description voidSDOTypesGenerator. setGeneratedGlobalAttributes(Map<QName,Property> generatedAttributes)voidSDOTypesGenerator. setGeneratedGlobalElements(Map<QName,Property> generatedElements)Constructors in org.eclipse.persistence.sdo.helper with parameters of type Property Constructor Description ListWrapper(SDODataObject theDataObject, Property theProperty)ListWrapper(SDODataObject theDataObject, Property theProperty, List theList)Constructor for non-default Pluggable ValueStore implementations
Prerequisites: Containment is already set on theList parameter.SDOMethodAttributeAccessor(Property property)SDOMethodAttributeAccessor(Property property, Class<?> attributeClass) -
Uses of Property in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return Property Modifier and Type Method Description PropertySDOTypeHelperDelegate. defineOpenContentProperty(String uri, DataObject propertyDO)Define the DataObject as a Property for setting open content.PropertySDOTypeHelperDelegator. defineOpenContentProperty(String uri, DataObject property)PropertySDOXSDHelperDelegate. getGlobalProperty(String uri, String propertyName, boolean isElement)Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.PropertySDOXSDHelperDelegate. getGlobalProperty(QName qname, boolean isElement)PropertySDOXSDHelperDelegator. getGlobalProperty(String uri, String propertyName, boolean isElement)PropertySDOXSDHelperDelegator. getGlobalProperty(QName qname, boolean isElement)PropertySDOTypeHelperDelegate. getOpenContentProperty(String uri, String propertyName)Get the open Property with the specified uri and name, or null if not found.PropertySDOTypeHelperDelegator. getOpenContentProperty(String uri, String propertyName)Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type Property Modifier and Type Method Description voidSDOXSDHelperDelegate. addGlobalProperty(QName qname, Property prop, boolean isElement)INTERNAL:voidSDOXSDHelperDelegator. addGlobalProperty(QName qname, Property prop, boolean isElement)INTERNAL:StringSDOXSDHelperDelegate. getAppinfo(Property property, String source)Return the content of the appinfo declared for this Property and source.StringSDOXSDHelperDelegator. getAppinfo(Property property, String source)StringSDOXSDHelperDelegate. getLocalName(Property property)Returns the local name as declared in the XSD.StringSDOXSDHelperDelegator. getLocalName(Property property)StringSDOXSDHelperDelegate. getNamespaceURI(Property property)Returns the namespace URI as declared in the XSD.StringSDOXSDHelperDelegator. getNamespaceURI(Property property)booleanSDOXSDHelperDelegate. isAttribute(Property property)Returns true if the property is declared as an attribute in the XSD.booleanSDOXSDHelperDelegator. isAttribute(Property property)booleanSDOXSDHelperDelegate. isElement(Property property)Returns true if the property is declared as an element in the XSD.booleanSDOXSDHelperDelegator. isElement(Property property) -
Uses of Property in org.eclipse.persistence.sdo.helper.jaxb
Methods in org.eclipse.persistence.sdo.helper.jaxb with parameters of type Property Modifier and Type Method Description ObjectJAXBValueStore. getOpenContentProperty(Property property)booleanJAXBValueStore. isSetOpenContentProperty(Property property)voidJAXBValueStore. setManyProperty(Property property, Object value)voidJAXBValueStore. setOpenContentProperty(Property property, Object value)voidJAXBValueStore. unsetOpenContentProperty(Property property) -
Uses of Property in org.eclipse.persistence.sdo.types
Methods in org.eclipse.persistence.sdo.types with parameters of type Property Modifier and Type Method Description ObjectSDOChangeSummaryType. get(Property property)
-