|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(String propertyName)
Returns from all the Properties of this type, the one with the specified name. |
Property |
DataObject.getProperty(String propertyName)
Deprecated. replaced by DataObject.getInstanceProperty(String) in 2.1.0 |
| Methods in commonj.sdo that return types with arguments of type Property | |
|---|---|
List<Property> |
Type.getDeclaredProperties()
Returns the Properties declared in this Type as opposed to those declared in base Types. |
List<Property> |
Type.getInstanceProperties()
Returns a read-only List of instance Properties available on this Type. |
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,
Object value)
Adds a new entry with the specified property and value at the specified entry index. |
boolean |
Sequence.add(Property property,
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. |
Object |
Type.get(Property property)
Returns the value of the specified instance property of this Type. |
Object |
Property.get(Property property)
Returns the value of the specified instance property of this Property. |
Object |
DataObject.get(Property property)
Returns the value of the given property of this object. |
BigDecimal |
DataObject.getBigDecimal(Property property)
Returns the value of the specified BigDecimal property. |
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. |
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. |
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. |
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,
Object value)
Sets the value of the given property of the object to the new value. |
void |
DataObject.setBigDecimal(Property property,
BigDecimal value)
Sets the value of the specified BigDecimal property, to the specified value. |
void |
DataObject.setBigInteger(Property property,
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,
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,
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,
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(String uri,
DataObject property)
Define the DataObject as a Property for setting open content. |
Property |
XSDHelper.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. |
Property |
TypeHelper.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 | |
|---|---|
Object |
DataHelper.convert(Property property,
Object value)
Convert the specified value to an instance
of the specified property's type. |
String |
XSDHelper.getAppinfo(Property property,
String source)
Return the content of the appinfo declared for this Property and source. |
String |
XSDHelper.getLocalName(Property property)
Returns the local name as declared in the XSD. |
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 | |
|---|---|
Set<Property> |
SelectionCollector.getInheritedProperties(Type type)
|
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. |
Set<Property> |
SelectionCollector.getInheritedProperties(Type type,
int level)
|
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. |
Set<Property> |
SelectionCollector.getInheritedProperties(Type type,
Property sourceProperty)
|
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. |
Set<Property> |
SelectionCollector.getInheritedProperties(Type type,
Property sourceProperty,
int level)
|
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. |
Map<Property,Where> |
SelectionCollector.getPredicateMap()
Deprecated. |
Map<Property,Where> |
PropertySelectionCollector.getPredicateMap()
Deprecated. |
Set<Property> |
SelectionCollector.getProperties(Type type)
|
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. |
Set<Property> |
SelectionCollector.getProperties(Type type,
int level)
|
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. |
Set<Property> |
SelectionCollector.getProperties(Type type,
Property sourceProperty)
|
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. |
Set<Property> |
SelectionCollector.getProperties(Type type,
Property sourceProperty,
int level)
|
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. |
Set<Property> |
SelectionCollector.getSingularProperties(Type type)
|
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 | |
|---|---|
Set<Property> |
SelectionCollector.getInheritedProperties(Type type,
Property sourceProperty)
|
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. |
Set<Property> |
SelectionCollector.getInheritedProperties(Type type,
Property sourceProperty,
int level)
|
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. |
Set<Property> |
SelectionCollector.getProperties(Type type,
Property sourceProperty)
|
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. |
Set<Property> |
SelectionCollector.getProperties(Type type,
Property sourceProperty,
int level)
|
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(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 | |
|---|---|
List<Property> |
PlasmaType.findProperties(KeyType keyType)
Returns the declared property from this type and its base types tagged with the given key type. |
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,
Object value)
Adds the given value to the given multi=valued property. |
void |
Change.add(Property property,
Object value)
|
void |
PlasmaChangeSummary.modified(DataObject dataObject,
Property property,
Object oldValue)
Register the given data object as a modified object within this change summary for the given property. |
void |
PlasmaDataObject.remove(Property property,
Object value)
Removes the given value from this data object for the given multi-valued property. |
List<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(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(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(String propertyName)
Returns from all the Properties of this type, the
property with the specified name. |
Property |
CoreDataObject.getProperty(String propertyName)
|
| Methods in org.plasma.sdo.core that return types with arguments of type Property | |
|---|---|
List<Property> |
CoreType.findProperties(KeyType keyType)
|
List<Property> |
CoreType.getDeclaredProperties()
Returns the Properties declared in this Type as opposed to those declared in base Types. |
List<Property> |
CoreType.getDeclaredPropertiesSorted()
Returns an alphabetically sorted list of the Properties declared in this Type as opposed to those declared in base Types. |
List<Property> |
CoreType.getInstanceProperties()
|
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,
Object value)
Adds a new entry with the specified property and value at the specified entry index. |
boolean |
CoreSequence.add(Property property,
Object value)
Adds a new entry with the specified property and value to the end of the entries. |
void |
CoreDataObject.add(Property property,
Object value)
Adds the given value to the given multi=valued property. |
void |
CoreChange.add(Property property,
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. |
Object |
CoreType.get(Property property)
Returns the value of the specified instance property of this Type. |
Object |
CoreProperty.get(Property property)
Returns the value of the specified instance property of this Property. |
Object |
CoreDataObject.get(Property property)
Returns the value of the given property of this object. |
PropertyPair |
SnapshotMap.get(UUID key,
Property prop)
|
BigDecimal |
CoreDataObject.getBigDecimal(Property property)
|
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)
|
Date |
CoreDataObject.getDate(Property property)
|
double |
CoreDataObject.getDouble(Property property)
|
float |
CoreDataObject.getFloat(Property property)
|
int |
CoreDataObject.getInt(Property property)
|
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)
|
String |
CoreDataObject.getString(Property property)
|
boolean |
CoreDataObject.isSet(Property property)
|
void |
CoreChangeSummary.modified(DataObject dataObject,
Property property,
Object value)
|
void |
CoreDataObject.remove(Property property,
Object value)
Removes the given value from this data object for the given multi-valued property. |
List<Object> |
CoreType.search(Property property)
|
void |
CoreDataObject.set(Property property,
Object value)
Sets the value of the given property of the object to the new value. |
void |
CoreDataObject.setBigDecimal(Property property,
BigDecimal value)
|
void |
CoreDataObject.setBigInteger(Property property,
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,
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,
List value)
|
void |
CoreDataObject.setLong(Property property,
long value)
|
void |
CoreDataObject.setShort(Property property,
short value)
|
void |
CoreDataObject.setString(Property property,
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,
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(String uri,
DataObject property)
Define the DataObject as a Property for setting open content. |
Property |
PlasmaXSDHelper.getGlobalProperty(String uri,
String propertyName,
boolean isElement)
|
Property |
PlasmaTypeHelper.getOpenContentProperty(String uri,
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 | |
|---|---|
Object |
PlasmaDataHelper.convert(Property property,
Object value)
Convert the specified value to an instance of the specified property's type. |
String |
PlasmaXSDHelper.getAppinfo(Property property,
String source)
|
String |
PlasmaXSDHelper.getLocalName(Property property)
|
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,
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(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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||