Uses of Interface
commonj.sdo.Property

Packages that use Property
commonj.sdo   
commonj.sdo.helper   
org.plasma.query.collector   
org.plasma.sdo  
org.plasma.sdo.access.model   
org.plasma.sdo.access.provider.common   
org.plasma.sdo.core   
org.plasma.sdo.helper   
org.plasma.sdo.xml   
org.plasma.sdo.xpath   
 

Uses of Property in commonj.sdo
 

Methods in commonj.sdo that return Property
 Property DataObject.getContainmentProperty()
          Return the Property of the data object containing this data object or null if there is no container.
 Property DataObject.getInstanceProperty(java.lang.String propertyName)
          Returns the named Property from the current instance properties, or null if not found.
 Property ChangeSummary.getOldContainmentProperty(DataObject dataObject)
          Returns the value of the containment property data object property at the point when logging began.
 Property Property.getOpposite()
          Returns the opposite Property if the Property is bi-directional or null otherwise.
 Property ChangeSummary.Setting.getProperty()
          Returns the property of the setting.
 Property Sequence.getProperty(int index)
          Returns the property for the given entry index.
 Property Type.getProperty(java.lang.String propertyName)
          Returns from all the Properties of this type, the one with the specified name.
 Property DataObject.getProperty(java.lang.String propertyName)
          Deprecated. replaced by DataObject.getInstanceProperty(String) in 2.1.0
 

Methods in commonj.sdo that return types with arguments of type Property
 java.util.List<Property> Type.getDeclaredProperties()
          Returns the Properties declared in this Type as opposed to those declared in base Types.
 java.util.List<Property> Type.getInstanceProperties()
          Returns a read-only List of instance Properties available on this Type.
 java.util.List<Property> Type.getProperties()
          Returns the List of the Properties of this type.
 

Methods in commonj.sdo with parameters of type Property
 void Sequence.add(int index, Property property, java.lang.Object value)
          Adds a new entry with the specified property and value at the specified entry index.
 boolean Sequence.add(Property property, java.lang.Object value)
          Adds a new entry with the specified property and value to the end of the entries.
 DataObject DataObject.createDataObject(Property property)
          Returns a new data object contained by this object using the specified property, which must be a containment property.
 DataObject DataObject.createDataObject(Property property, Type type)
          Returns a new data object contained by this object using the specified property, which must be of containment type.
 java.lang.Object Type.get(Property property)
          Returns the value of the specified instance property of this Type.
 java.lang.Object Property.get(Property property)
          Returns the value of the specified instance property of this Property.
 java.lang.Object DataObject.get(Property property)
          Returns the value of the given property of this object.
 java.math.BigDecimal DataObject.getBigDecimal(Property property)
          Returns the value of the specified BigDecimal property.
 java.math.BigInteger DataObject.getBigInteger(Property property)
          Returns the value of the specified BigInteger property.
 boolean DataObject.getBoolean(Property property)
          Returns the value of the specified boolean property.
 byte DataObject.getByte(Property property)
          Returns the value of the specified byte property.
 byte[] DataObject.getBytes(Property property)
          Returns the value of the specified byte[] property.
 char DataObject.getChar(Property property)
          Returns the value of the specified char property.
 DataObject DataObject.getDataObject(Property property)
          Returns the value of the specified DataObject property.
 java.util.Date DataObject.getDate(Property property)
          Returns the value of the specified Date property.
 double DataObject.getDouble(Property property)
          Returns the value of the specified double property.
 float DataObject.getFloat(Property property)
          Returns the value of the specified float property.
 int DataObject.getInt(Property property)
          Returns the value of the specified int property.
 java.util.List DataObject.getList(Property property)
          Returns the value of the specified List property.
 long DataObject.getLong(Property property)
          Returns the value of the specified long property.
 ChangeSummary.Setting ChangeSummary.getOldValue(DataObject dataObject, Property property)
          Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
 Sequence DataObject.getSequence(Property property)
          Deprecated. in 2.1.0.
 short DataObject.getShort(Property property)
          Returns the value of the specified short property.
 java.lang.String DataObject.getString(Property property)
          Returns the value of the specified String property.
 boolean DataObject.isSet(Property property)
          Returns whether the property of the object is considered to be set.
 void DataObject.set(Property property, java.lang.Object value)
          Sets the value of the given property of the object to the new value.
 void DataObject.setBigDecimal(Property property, java.math.BigDecimal value)
          Sets the value of the specified BigDecimal property, to the specified value.
 void DataObject.setBigInteger(Property property, java.math.BigInteger value)
          Sets the value of the specified BigInteger property, to the specified value.
 void DataObject.setBoolean(Property property, boolean value)
          Sets the value of the specified boolean property, to the specified value.
 void DataObject.setByte(Property property, byte value)
          Sets the value of the specified byte property, to the specified value.
 void DataObject.setBytes(Property property, byte[] value)
          Sets the value of the specified byte[] property, to the specified value.
 void DataObject.setChar(Property property, char value)
          Sets the value of the specified char property, to the specified value.
 void DataObject.setDataObject(Property property, DataObject value)
          Sets the value of the specified DataObject property, to the specified value.
 void DataObject.setDate(Property property, java.util.Date value)
          Sets the value of the specified Date property, to the specified value.
 void DataObject.setDouble(Property property, double value)
          Sets the value of the specified double property, to the specified value.
 void DataObject.setFloat(Property property, float value)
          Sets the value of the specified float property, to the specified value.
 void DataObject.setInt(Property property, int value)
          Sets the value of the specified int property, to the specified value.
 void DataObject.setList(Property property, java.util.List value)
          Sets the value of the specified List property, to the specified value.
 void DataObject.setLong(Property property, long value)
          Sets the value of the specified long property, to the specified value.
 void DataObject.setShort(Property property, short value)
          Sets the value of the specified short property, to the specified value.
 void DataObject.setString(Property property, java.lang.String value)
          Sets the value of the specified String property, to the specified value.
 void DataObject.unset(Property property)
          Unsets the property of the object.
 

Uses of Property in commonj.sdo.helper
 

Methods in commonj.sdo.helper that return Property
 Property TypeHelper.defineOpenContentProperty(java.lang.String uri, DataObject property)
          Define the DataObject as a Property for setting open content.
 Property XSDHelper.getGlobalProperty(java.lang.String uri, java.lang.String propertyName, boolean isElement)
          Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.
 Property TypeHelper.getOpenContentProperty(java.lang.String uri, java.lang.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
 java.lang.Object DataHelper.convert(Property property, java.lang.Object value)
          Convert the specified value to an instance of the specified property's type.
 java.lang.String XSDHelper.getAppinfo(Property property, java.lang.String source)
          Return the content of the appinfo declared for this Property and source.
 java.lang.String XSDHelper.getLocalName(Property property)
          Returns the local name as declared in the XSD.
 java.lang.String XSDHelper.getNamespaceURI(Property property)
          Returns the namespace URI as declared in the XSD.
 boolean XSDHelper.isAttribute(Property property)
          Returns true if the property is declared as an attribute in the XSD.
 boolean XSDHelper.isElement(Property property)
          Returns true if the property is declared as an element in the XSD.
 

Uses of Property in org.plasma.query.collector
 

Methods in org.plasma.query.collector that return types with arguments of type Property
 java.util.Set<Property> SelectionCollector.getInheritedProperties(Type type)
           
 java.util.Set<Property> Selection.getInheritedProperties(Type type)
          Returns the unique set of inherited data and reference properties collected for the given type, and any base types of the given type, irrespective of the (query) graph level.
 java.util.Set<Property> SelectionCollector.getInheritedProperties(Type type, int level)
           
 java.util.Set<Property> Selection.getInheritedProperties(Type type, int level)
          Returns the unique set of inherited data and reference properties collected for the given type, and any base types of the given type, for the given (query) graph level.
 java.util.Set<Property> SelectionCollector.getInheritedProperties(Type type, Property sourceProperty)
           
 java.util.Set<Property> Selection.getInheritedProperties(Type type, Property sourceProperty)
          Returns the unique set of inherited data and reference properties collected for the given Type for the given (query) graph edge source property.
 java.util.Set<Property> SelectionCollector.getInheritedProperties(Type type, Property sourceProperty, int level)
           
 java.util.Set<Property> Selection.getInheritedProperties(Type type, Property sourceProperty, int level)
          Returns the unique set of inherited data and reference properties collected for the given Type for the given (query) graph edge source property at the given traversal level or graph depth.
 java.util.Map<Property,Where> SelectionCollector.getPredicateMap()
          Deprecated. 
 java.util.Map<Property,Where> PropertySelectionCollector.getPredicateMap()
          Deprecated. 
 java.util.Set<Property> SelectionCollector.getProperties(Type type)
           
 java.util.Set<Property> Selection.getProperties(Type type)
          Returns the unique set of data and reference properties collected for the given type irrespective of the (query) graph level, or source graph edge type.
 java.util.Set<Property> SelectionCollector.getProperties(Type type, int level)
           
 java.util.Set<Property> Selection.getProperties(Type type, int level)
          Returns the unique set of data and reference properties collected for the given Type for the given (query) graph level.
 java.util.Set<Property> SelectionCollector.getProperties(Type type, Property sourceProperty)
           
 java.util.Set<Property> Selection.getProperties(Type type, Property sourceProperty)
          Returns the unique set of data and reference properties collected for the given Type for the given (query) graph edge source property.
 java.util.Set<Property> SelectionCollector.getProperties(Type type, Property sourceProperty, int level)
           
 java.util.Set<Property> Selection.getProperties(Type type, Property sourceProperty, int level)
          Returns the unique set of data and reference properties collected for the given Type for the given (query) graph edge source property at the given traversal level or graph depth.
 java.util.Set<Property> SelectionCollector.getSingularProperties(Type type)
           
 java.util.Set<Property> Selection.getSingularProperties(Type type)
          Returns the unique set of singular data and reference properties collected for the given type irrespective of the (query) graph level, or source graph edge type.
 

Methods in org.plasma.query.collector with parameters of type Property
 java.util.Set<Property> SelectionCollector.getInheritedProperties(Type type, Property sourceProperty)
           
 java.util.Set<Property> Selection.getInheritedProperties(Type type, Property sourceProperty)
          Returns the unique set of inherited data and reference properties collected for the given Type for the given (query) graph edge source property.
 java.util.Set<Property> SelectionCollector.getInheritedProperties(Type type, Property sourceProperty, int level)
           
 java.util.Set<Property> Selection.getInheritedProperties(Type type, Property sourceProperty, int level)
          Returns the unique set of inherited data and reference properties collected for the given Type for the given (query) graph edge source property at the given traversal level or graph depth.
 Where SelectionPredicates.getPredicate(Property property)
          Returns the predicate for the given property or null if the given property is not mapped.
 Where SelectionCollector.getPredicate(Property property)
           
 Where Selection.getPredicate(Property property)
          Returns the predicate for the given property or null if the given property is not mapped.
 Where PropertySelectionCollector.getPredicate(Property property)
          Deprecated.  
 Where PropertySelection.getPredicate(Property property)
          Deprecated. Returns the predicate for the given property or null if the given property is not mapped.
 java.util.Set<Property> SelectionCollector.getProperties(Type type, Property sourceProperty)
           
 java.util.Set<Property> Selection.getProperties(Type type, Property sourceProperty)
          Returns the unique set of data and reference properties collected for the given Type for the given (query) graph edge source property.
 java.util.Set<Property> SelectionCollector.getProperties(Type type, Property sourceProperty, int level)
           
 java.util.Set<Property> Selection.getProperties(Type type, Property sourceProperty, int level)
          Returns the unique set of data and reference properties collected for the given Type for the given (query) graph edge source property at the given traversal level or graph depth.
 boolean SelectionCollector.hasInheritedProperty(Type type, Property property)
           
 boolean Selection.hasInheritedProperty(Type type, Property property)
          Returns true if the given type is found in the inherited type selection and if the given property is found in the property selection for the given type.
 boolean PropertySelectionCollector.hasInheritedProperty(Type type, Property property)
          Deprecated.  
 boolean PropertySelection.hasInheritedProperty(Type type, Property property)
          Deprecated. Returns true if the given type is found in the inherited type selection and if the given property is found in the property selection for the given type.
 boolean SelectionCollector.hasProperty(Type type, Property property)
           
 boolean Selection.hasProperty(Type type, Property property)
          Returns true if the given type is found in the type selection and if the given property is found in the property selection for the given type.
 boolean PropertySelectionCollector.hasProperty(Type type, Property property)
          Deprecated.  
 boolean PropertySelection.hasProperty(Type type, Property property)
          Deprecated. Returns true if the given type is found in the type selection and if the given property is found in the property selection for the given type.
 

Uses of Property in org.plasma.sdo
 

Subinterfaces of Property in org.plasma.sdo
 interface PlasmaProperty
          A representation of a Property in the type of a data object.
 

Methods in org.plasma.sdo that return Property
 Property PlasmaType.findProperty(ConcurrencyType concurrencyType, ConcurrentDataFlavor dataFlavor)
          Returns the declared property from this type and its base types tagged with the given concurrency type and data flavor.
 Property PlasmaType.findProperty(KeyType keyType)
          Returns the declared property from this type and its base types tagged with the given key type.
 Property PlasmaType.findProperty(java.lang.String name)
          Returns the declared property from this type and its base types with the given property name, or null if not exists
 

Methods in org.plasma.sdo that return types with arguments of type Property
 java.util.List<Property> PlasmaType.findProperties(KeyType keyType)
          Returns the declared property from this type and its base types tagged with the given key type.
 java.util.List<Property> PlasmaType.getDeclaredPropertiesSorted()
          Returns an alphabetically sorted list of the Properties declared in this Type as opposed to those declared in base Types.
 

Methods in org.plasma.sdo with parameters of type Property
 void PlasmaDataObject.add(Property property, java.lang.Object value)
          Adds the given value to the given multi=valued property.
 void Change.add(Property property, java.lang.Object value)
           
 void PlasmaChangeSummary.modified(DataObject dataObject, Property property, java.lang.Object oldValue)
          Register the given data object as a modified object within this change summary for the given property.
 void PlasmaDataObject.remove(Property property, java.lang.Object value)
          Removes the given value from this data object for the given multi-valued property.
 java.util.List<java.lang.Object> PlasmaType.search(Property property)
          Collects and returns all values from this type and its base types mapped to the given instance property.
 void PlasmaDataObject.setContainmentProperty(Property containmentProperty)
          Sets the declared reference Property within the Type for the container which is our current containment reference property
 

Uses of Property in org.plasma.sdo.access.model
 

Methods in org.plasma.sdo.access.model that return Property
 Property Entity.getIdProperty()
           
 Property DataEntity.getIdProperty()
           
 

Uses of Property in org.plasma.sdo.access.provider.common
 

Fields in org.plasma.sdo.access.provider.common declared as Property
protected  Property TextQueryFilterAssembler.contextProperty
           
 

Uses of Property in org.plasma.sdo.core
 

Classes in org.plasma.sdo.core that implement Property
 class CoreProperty
          A representation of a Property in the type of a data object.
 

Methods in org.plasma.sdo.core that return Property
 Property CoreType.findProperty(ConcurrencyType concurrencyType, ConcurrentDataFlavor dataFlavor)
           
 Property CoreType.findProperty(KeyType keyType)
           
 Property CoreType.findProperty(java.lang.String propertyName)
          Returns the declared property from this type and its base types with the given property name, or null if not exists
 Property CoreDataObject.getContainmentProperty()
          Return the Property of the data object containing this data object or null if there is no container.
 Property CoreDataObject.getInstanceProperty(java.lang.String propertyName)
          Returns the named Property from the current instance properties, or null if not found.
 Property CoreChangeSummary.getOldContainmentProperty(DataObject dataObject)
          Returns the value of the containment property data object property at the point when logging began.
 Property CoreProperty.getOpposite()
           
 Property PathEndpoint.getProperty()
           
 Property CoreSetting.getProperty()
          Returns the property of the setting.
 Property CoreSequence.getProperty(int index)
          Returns the property for the given entry index.
 Property CoreType.getProperty(java.lang.String propertyName)
          Returns from all the Properties of this type, the property with the specified name.
 Property CoreDataObject.getProperty(java.lang.String propertyName)
           
 

Methods in org.plasma.sdo.core that return types with arguments of type Property
 java.util.List<Property> CoreType.findProperties(KeyType keyType)
           
 java.util.List<Property> CoreType.getDeclaredProperties()
          Returns the Properties declared in this Type as opposed to those declared in base Types.
 java.util.List<Property> CoreType.getDeclaredPropertiesSorted()
          Returns an alphabetically sorted list of the Properties declared in this Type as opposed to those declared in base Types.
 java.util.List<Property> CoreType.getInstanceProperties()
           
 java.util.List<Property> CoreType.getProperties()
          Returns the List of the Properties of this type and all base types.
 

Methods in org.plasma.sdo.core with parameters of type Property
 void CoreSequence.add(int index, Property property, java.lang.Object value)
          Adds a new entry with the specified property and value at the specified entry index.
 boolean CoreSequence.add(Property property, java.lang.Object value)
          Adds a new entry with the specified property and value to the end of the entries.
 void CoreDataObject.add(Property property, java.lang.Object value)
          Adds the given value to the given multi=valued property.
 void CoreChange.add(Property property, java.lang.Object value)
           
 DataObject CoreDataObject.createDataObject(Property property)
          Returns a new data object contained by this object using the specified property, which must be a containment property.
 DataObject CoreDataObject.createDataObject(Property property, Type type)
          Returns a new data object contained by this object using the specified property, which must be of containment type.
 java.lang.Object CoreType.get(Property property)
          Returns the value of the specified instance property of this Type.
 java.lang.Object CoreProperty.get(Property property)
          Returns the value of the specified instance property of this Property.
 java.lang.Object CoreDataObject.get(Property property)
          Returns the value of the given property of this object.
 PropertyPair SnapshotMap.get(java.util.UUID key, Property prop)
           
 java.math.BigDecimal CoreDataObject.getBigDecimal(Property property)
           
 java.math.BigInteger CoreDataObject.getBigInteger(Property property)
           
 boolean CoreDataObject.getBoolean(Property property)
           
 byte CoreDataObject.getByte(Property property)
           
 byte[] CoreDataObject.getBytes(Property property)
           
 char CoreDataObject.getChar(Property property)
           
 DataObject CoreDataObject.getDataObject(Property property)
           
 java.util.Date CoreDataObject.getDate(Property property)
           
 double CoreDataObject.getDouble(Property property)
           
 float CoreDataObject.getFloat(Property property)
           
 int CoreDataObject.getInt(Property property)
           
 java.util.List CoreDataObject.getList(Property property)
          Returns the value of the specified List property.
 long CoreDataObject.getLong(Property property)
           
 ChangeSummary.Setting CoreChangeSummary.getOldValue(DataObject dataObject, Property property)
          Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
 Sequence CoreDataObject.getSequence(Property property)
          Deprecated. in 2.1.0.
 short CoreDataObject.getShort(Property property)
           
 java.lang.String CoreDataObject.getString(Property property)
           
 boolean CoreDataObject.isSet(Property property)
           
 void CoreChangeSummary.modified(DataObject dataObject, Property property, java.lang.Object value)
           
 void CoreDataObject.remove(Property property, java.lang.Object value)
          Removes the given value from this data object for the given multi-valued property.
 java.util.List<java.lang.Object> CoreType.search(Property property)
           
 void CoreDataObject.set(Property property, java.lang.Object value)
          Sets the value of the given property of the object to the new value.
 void CoreDataObject.setBigDecimal(Property property, java.math.BigDecimal value)
           
 void CoreDataObject.setBigInteger(Property property, java.math.BigInteger value)
           
 void CoreDataObject.setBoolean(Property property, boolean value)
           
 void CoreDataObject.setByte(Property property, byte value)
           
 void CoreDataObject.setBytes(Property property, byte[] value)
           
 void CoreDataObject.setChar(Property property, char value)
           
 void CoreDataObject.setContainmentProperty(Property containmentProperty)
           
 void CoreDataObject.setDataObject(Property property, DataObject value)
           
 void CoreDataObject.setDate(Property property, java.util.Date value)
           
 void CoreDataObject.setDouble(Property property, double value)
           
 void CoreDataObject.setFloat(Property property, float value)
           
 void CoreDataObject.setInt(Property property, int value)
           
 void CoreDataObject.setList(Property property, java.util.List value)
           
 void CoreDataObject.setLong(Property property, long value)
           
 void CoreDataObject.setShort(Property property, short value)
           
 void CoreDataObject.setString(Property property, java.lang.String value)
           
 void CoreDataObject.unset(Property property)
          Unsets the property of the object.
 

Constructors in org.plasma.sdo.core with parameters of type Property
CoreSetting(DataObject source, Property property, java.lang.Object value)
           
PathEndpoint(Property property, DataObject source)
           
 

Uses of Property in org.plasma.sdo.helper
 

Methods in org.plasma.sdo.helper that return Property
 Property PlasmaTypeHelper.defineOpenContentProperty(java.lang.String uri, DataObject property)
          Define the DataObject as a Property for setting open content.
 Property PlasmaXSDHelper.getGlobalProperty(java.lang.String uri, java.lang.String propertyName, boolean isElement)
           
 Property PlasmaTypeHelper.getOpenContentProperty(java.lang.String uri, java.lang.String propertyName)
          Get the open content (global) Property with the specified uri and name, or null if not found.
 

Methods in org.plasma.sdo.helper with parameters of type Property
 java.lang.Object PlasmaDataHelper.convert(Property property, java.lang.Object value)
          Convert the specified value to an instance of the specified property's type.
 java.lang.String PlasmaXSDHelper.getAppinfo(Property property, java.lang.String source)
           
 java.lang.String PlasmaXSDHelper.getLocalName(Property property)
           
 java.lang.String PlasmaXSDHelper.getNamespaceURI(Property property)
           
 boolean PlasmaXSDHelper.isAttribute(Property property)
           
 boolean PlasmaXSDHelper.isElement(Property property)
           
 

Uses of Property in org.plasma.sdo.xml
 

Methods in org.plasma.sdo.xml that return Property
 Property Marshaller.PathNode.getSourceProperty()
           
 

Constructors in org.plasma.sdo.xml with parameters of type Property
Marshaller.PathNode(DataObject target, DataObject source, Property sourceProperty)
           
Marshaller.PathNode(DataObject target, java.lang.Object userObject, DataObject source, Property sourceProperty)
           
 

Uses of Property in org.plasma.sdo.xpath
 

Fields in org.plasma.sdo.xpath declared as Property
protected  Property MetaDataNodeAdapter.sourceProperty
           
protected  Property DataGraphNodeAdapter.sourceProperty
           
 

Methods in org.plasma.sdo.xpath that return Property
 Property XPathProperty.getProperty()
           
 Property XPathDataProperty.getProperty()
           
 Property MetaDataNodeAdapter.getSourceProperty()
          Returns the property traversal source
 Property DataGraphNodeAdapter.getSourceProperty()
          Returns the property traversal source
 

Constructors in org.plasma.sdo.xpath with parameters of type Property
DataGraphNodeAdapter(DataObject source, Property sourceProperty)
           
MetaDataNodeAdapter(Type source, Property sourceProperty)
           
XPathDataObject(PlasmaDataObject target, PlasmaDataObject source, Property sourceProperty)
           
XPathDataProperty(Property target, DataObject source, Property sourceProperty)
           
XPathDataValue(java.lang.Object target, DataObject source, Property sourceProperty)
           
XPathProperty(Property target, Type source)
           
XPathProperty(Property target, Type source, Property sourceProperty)
           
XPathType(Type target, Type source, Property sourceProperty)
           
 



Copyright © 2013. All Rights Reserved.