|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| commonj.sdo | |
| commonj.sdo.helper | |
| org.plasma.provisioning.rdb.mysql.any.impl | |
| org.plasma.provisioning.rdb.mysql.v5_5.impl | |
| org.plasma.provisioning.rdb.oracle.any.sys.impl | |
| org.plasma.provisioning.rdb.oracle.g11.sys.impl | |
| org.plasma.query.collector | |
| org.plasma.query.dsl | |
| org.plasma.query.model | PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. |
| 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 Type in commonj.sdo |
|---|
| Methods in commonj.sdo that return Type | |
|---|---|
Type |
Property.getContainingType()
Returns the containing type of this Property. |
Type |
Property.getType()
Returns the type of the Property. |
Type |
DataObject.getType()
Returns the data object's type. |
Type |
DataGraph.getType(String uri,
String typeName)
Returns the type with the given the URI,
or contained by the resource at the given URI,
and with the given name. |
| Methods in commonj.sdo that return types with arguments of type Type | |
|---|---|
List<Type> |
Type.getBaseTypes()
Returns the List of base Types for this Type. |
| Methods in commonj.sdo with parameters of type Type | |
|---|---|
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. |
DataObject |
DataGraph.createRootObject(Type type)
Creates a new root data object of the specified type. |
| Uses of Type in commonj.sdo.helper |
|---|
| Methods in commonj.sdo.helper that return Type | |
|---|---|
Type |
TypeHelper.define(DataObject type)
Define the DataObject as a Type. |
Type |
TypeHelper.getType(Class interfaceClass)
Return the Type for this interfaceClass or null if not found. |
Type |
TypeHelper.getType(String uri,
String typeName)
Return the Type specified by typeName with the given uri, or null if not found. |
| Methods in commonj.sdo.helper that return types with arguments of type Type | |
|---|---|
List<Type> |
XSDHelper.define(InputStream xsdInputStream,
String schemaLocation)
Define XML Schema as Types. |
List<Type> |
XSDHelper.define(Reader xsdReader,
String schemaLocation)
Define XML Schema as Types. |
List<Type> |
XSDHelper.define(String xsd)
Define the XML Schema as Types. |
| Methods in commonj.sdo.helper with parameters of type Type | |
|---|---|
Object |
DataHelper.convert(Type type,
Object value)
Convert the specified value to an instance
of the specified type. |
DataObject |
DataFactory.create(Type type)
Create a DataObject of the Type specified. |
String |
XSDHelper.getAppinfo(Type type,
String source)
Return the appinfo declared for this Type and source. |
String |
XSDHelper.getLocalName(Type type)
Returns the local name as declared in the XSD. |
boolean |
XSDHelper.isMixed(Type type)
Returns true if the Type is declared to contain mixed content. |
boolean |
XSDHelper.isXSD(Type type)
Indicates if this helper contains XSD information for the specified type. |
| Method parameters in commonj.sdo.helper with type arguments of type Type | |
|---|---|
String |
XSDHelper.generate(List<Type> types)
Generate an XML Schema Declaration (XSD) from Types. |
String |
XSDHelper.generate(List<Type> types,
Map<String,String> namespaceToSchemaLocation)
Generate an XML Schema Declaration (XSD) from Types. |
| Uses of Type in org.plasma.provisioning.rdb.mysql.any.impl |
|---|
| Constructors in org.plasma.provisioning.rdb.mysql.any.impl with parameters of type Type | |
|---|---|
GlobalVariableImpl(Type type)
|
|
| Uses of Type in org.plasma.provisioning.rdb.mysql.v5_5.impl |
|---|
| Constructors in org.plasma.provisioning.rdb.mysql.v5_5.impl with parameters of type Type | |
|---|---|
GlobalVariableImpl(Type type)
|
|
TableColumnConstraintImpl(Type type)
|
|
TableColumnImpl(Type type)
|
|
TableColumnKeyUsageImpl(Type type)
|
|
TableConstraintImpl(Type type)
|
|
TableImpl(Type type)
|
|
ViewImpl(Type type)
|
|
| Uses of Type in org.plasma.provisioning.rdb.oracle.any.sys.impl |
|---|
| Constructors in org.plasma.provisioning.rdb.oracle.any.sys.impl with parameters of type Type | |
|---|---|
VersionImpl(Type type)
|
|
| Uses of Type in org.plasma.provisioning.rdb.oracle.g11.sys.impl |
|---|
| Constructors in org.plasma.provisioning.rdb.oracle.g11.sys.impl with parameters of type Type | |
|---|---|
ConstraintImpl(Type type)
|
|
TableColumnCommentImpl(Type type)
|
|
TableColumnConstraintImpl(Type type)
|
|
TableColumnImpl(Type type)
|
|
TableCommentImpl(Type type)
|
|
TableImpl(Type type)
|
|
VersionImpl(Type type)
|
|
ViewColumnCommentImpl(Type type)
|
|
ViewColumnImpl(Type type)
|
|
ViewCommentImpl(Type type)
|
|
ViewImpl(Type type)
|
|
| Uses of Type in org.plasma.query.collector |
|---|
| Methods in org.plasma.query.collector that return types with arguments of type Type | |
|---|---|
List<Type> |
SelectionCollector.addProperty(Type rootType,
String path)
|
List<Type> |
Selection.addProperty(Type rootType,
String path)
Adds the given given property to the selection for the given graph root type and returns any types collected during traversal of the property path. |
List<Type> |
PropertySelectionCollector.addProperty(Type rootType,
String path)
Deprecated. |
List<Type> |
PropertySelection.addProperty(Type rootType,
String path)
Deprecated. Adds the given given property to the selection for the given graph root type and returns any types collected during traversal of the property path. |
List<Type> |
SelectionCollector.getInheritedTypes()
|
List<Type> |
Selection.getInheritedTypes()
Returns all selected types and as well as types which specialize or inherit from the selected types. |
List<Type> |
PropertySelectionCollector.getInheritedTypes()
Deprecated. |
List<Type> |
PropertySelection.getInheritedTypes()
Deprecated. Returns all selected types and as well as types specialize or inherit from the selected types. |
Map<Type,List<String>> |
PropertySelectionCollector.getResult()
Deprecated. |
Map<Type,List<String>> |
PropertySelectionCollector.getSingularPropertyMap()
Deprecated. |
List<Type> |
SelectionCollector.getTypes()
|
List<Type> |
Selection.getTypes()
Returns all selected types. |
List<Type> |
PropertySelectionCollector.getTypes()
Deprecated. |
List<Type> |
PropertySelection.getTypes()
Deprecated. Returns all selected types. |
| Methods in org.plasma.query.collector with parameters of type Type | |
|---|---|
List<Type> |
SelectionCollector.addProperty(Type rootType,
String path)
|
List<Type> |
Selection.addProperty(Type rootType,
String path)
Adds the given given property to the selection for the given graph root type and returns any types collected during traversal of the property path. |
List<Type> |
PropertySelectionCollector.addProperty(Type rootType,
String path)
Deprecated. |
List<Type> |
PropertySelection.addProperty(Type rootType,
String path)
Deprecated. Adds the given given property to the selection for the given graph root type and returns any types collected during traversal of the property path. |
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. |
List<String> |
PropertySelectionCollector.getInheritedProperties(Type type)
Deprecated. |
List<String> |
PropertySelection.getInheritedProperties(Type type)
Deprecated. Returns a list of data and reference property names collected specifically for the given type or collected for any base type of the given type. |
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. |
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. |
List<String> |
PropertySelectionCollector.getProperties(Type type)
Deprecated. |
List<String> |
PropertySelection.getProperties(Type type)
Deprecated. Returns a list of data and reference property names collected for the given 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. |
List<String> |
PropertySelectionCollector.getSingularProperties(Type type)
Deprecated. |
List<String> |
PropertySelection.getSingularProperties(Type type)
Deprecated. Returns a list of only singular data and reference property names collected for the given type. |
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.hasInheritedType(Type type)
|
boolean |
Selection.hasInheritedType(Type type)
Returns true if the given type is found in the inherited type selection. |
boolean |
PropertySelectionCollector.hasInheritedType(Type type)
Deprecated. |
boolean |
PropertySelection.hasInheritedType(Type type)
Deprecated. Returns true if the given type is found in the inherited type selection. |
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. |
boolean |
SelectionCollector.hasType(Type type)
|
boolean |
Selection.hasType(Type type)
Returns true if the given type is found in the type selection. |
boolean |
PropertySelectionCollector.hasType(Type type)
Deprecated. |
boolean |
PropertySelection.hasType(Type type)
Deprecated. Returns true if the given type is found in the type selection. |
| Constructors in org.plasma.query.collector with parameters of type Type | |
|---|---|
PropertySelectionCollector(Select select,
Type rootType)
Deprecated. |
|
PropertySelectionCollector(Select select,
Type rootType,
boolean onlySingularProperties)
Deprecated. |
|
SelectionCollector(Select select,
Type rootType)
|
|
SelectionCollector(Select select,
Type rootType,
boolean onlySingularProperties)
|
|
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
Type rootType)
|
|
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
Type rootType,
boolean onlySingularProperties)
|
|
SelectionCollector(Select select,
Where where,
Type rootType)
|
|
SelectionCollector(Select select,
Where where,
Type rootType,
boolean onlySingularProperties)
|
|
SelectionCollector(Where where,
Type rootType)
|
|
SelectionCollector(Where where,
Type rootType,
boolean onlySingularProperties)
|
|
| Uses of Type in org.plasma.query.dsl |
|---|
| Fields in org.plasma.query.dsl declared as Type | |
|---|---|
protected Type |
PathNode.type
|
| Constructors in org.plasma.query.dsl with parameters of type Type | |
|---|---|
DomainRoot(Type type)
|
|
PathNode(Type type)
|
|
| Uses of Type in org.plasma.query.model |
|---|
| Constructors in org.plasma.query.model with parameters of type Type | |
|---|---|
QueryValidator(Query query,
Type contextType)
|
|
QueryValidator(Where where,
Type contextType)
|
|
| Uses of Type in org.plasma.sdo |
|---|
| Subinterfaces of Type in org.plasma.sdo | |
|---|---|
interface |
PlasmaType
A representation of the type of a type of
a data object. |
| Methods in org.plasma.sdo that return types with arguments of type Type | |
|---|---|
List<Type> |
PlasmaType.getSubTypes()
Returns a list of types which specialize or inherit from this type. |
| Uses of Type in org.plasma.sdo.access.model |
|---|
| Methods in org.plasma.sdo.access.model that return Type | |
|---|---|
Type |
Entity.getType()
|
Type |
DataEntity.getType()
|
| Uses of Type in org.plasma.sdo.access.provider.common |
|---|
| Fields in org.plasma.sdo.access.provider.common declared as Type | |
|---|---|
protected Type |
TextQueryFilterAssembler.contextType
|
protected Type |
DataComparatorAssembler.rootType
|
protected Type |
SQLQueryFilterAssembler.stringType
|
| Constructors in org.plasma.sdo.access.provider.common with parameters of type Type | |
|---|---|
DataComparatorAssembler(OrderBy orderby,
Type rootType,
DataComparator dataComparator)
|
|
DataGraphComparatorAssembler(OrderBy orderby,
Type rootType)
|
|
DataObjectComparatorAssembler(OrderBy orderby,
Type rootType)
|
|
DataObjectHashKeyAssembler(Select select,
Type rootType)
|
|
SQLQueryFilterAssembler(Type contextType)
|
|
SQLQueryFilterAssembler(Type contextType,
List<Object> params)
|
|
TraversalMapAssembler(Select select,
Type rootType,
DataAccessProviderName providerName)
|
|
| Uses of Type in org.plasma.sdo.core |
|---|
| Classes in org.plasma.sdo.core that implement Type | |
|---|---|
class |
CoreType
A representation of the type of a property or
a data object. |
| Methods in org.plasma.sdo.core that return Type | |
|---|---|
Type |
CoreProperty.getContainingType()
Returns the containing type of this Property. |
Type |
CoreProperty.getType()
Returns the type of the Property. |
Type |
CoreDataObject.getType()
|
Type |
CoreDataGraph.getType(String uri,
String typeName)
Returns the type with the given the URI,
or contained by the resource at the given URI,
and with the given name. |
| Methods in org.plasma.sdo.core that return types with arguments of type Type | |
|---|---|
List<Type> |
CoreType.getBaseTypes()
Returns the List of immediate base Types for this Type, or an empty list if there are no base Types. |
List<Type> |
CoreType.getSubTypes()
Returns a list of types which specialize or inherit from this type. |
| Methods in org.plasma.sdo.core with parameters of type Type | |
|---|---|
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. |
DataObject |
CoreDataGraph.createRootObject(Type type)
Returns the root data object of this data graph. |
| Constructors in org.plasma.sdo.core with parameters of type Type | |
|---|---|
CoreDataObject(Type type)
|
|
CoreDataObject(Type type,
CoreObject values)
|
|
| Uses of Type in org.plasma.sdo.helper |
|---|
| Methods in org.plasma.sdo.helper that return Type | |
|---|---|
Type |
PlasmaTypeHelper.define(DataObject type)
Define the DataObject as a Type. |
Type |
PlasmaTypeHelper.getType(Class interfaceClass)
Return the Type for this interfaceClass or null if not found. |
Type |
PlasmaTypeHelper.getType(String uri,
String typeName)
Return the Type specified by typeName with the given uri, or null if not found. |
| Methods in org.plasma.sdo.helper that return types with arguments of type Type | |
|---|---|
List<Type> |
PlasmaXSDHelper.define(InputStream xsdInputStream,
String schemaLocation)
Define XML Schema as Types. |
List<Type> |
PlasmaQueryHelper.define(InputStream queryInputStream,
String targetNamespaceURI,
String supplierUri)
Define a Query as Types. |
List<Type> |
PlasmaQueryHelper.define(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
String supplierUri)
Define a Query as Types. |
List<Type> |
PlasmaXSDHelper.define(Reader xsdReader,
String schemaLocation)
Define XML Schema as Types. |
List<Type> |
PlasmaQueryHelper.define(Reader queryReader,
String targetNamespaceURI,
String supplierUri)
Define a Query as Types. |
List<Type> |
PlasmaXSDHelper.define(String xsd)
Define the XML Schema as Types. |
List<Type> |
PlasmaQueryHelper.define(String queryXML,
String supplierUri)
Define a Query as Types. |
List<Type> |
PlasmaTypeHelper.getTypes(String uri)
Return the Type instances specified by the given uri. |
| Methods in org.plasma.sdo.helper with parameters of type Type | |
|---|---|
Object |
PlasmaDataHelper.convert(Type type,
Object value)
Convert the specified value to an instance of the specified type. |
Object |
DataConverter.convert(Type targetType,
Object value)
|
Object |
DataConverter.convert(Type targetType,
Type sourceType,
Object value)
|
DataObject |
PlasmaCopyHelper.copy(DataObject dataObject,
Type[] referenceTypes)
Create a deep copy of the DataObject tree while exempting all DataObject nodes with an SDO type found in the given reference Types array. |
DataObject |
PlasmaDataFactory.create(Type type)
|
Object |
DataConverter.fromBoolean(Type targetType,
boolean value)
|
Object |
DataConverter.fromByte(Type targetType,
byte value)
|
Object |
DataConverter.fromBytes(Type targetType,
byte[] value)
|
Object |
DataConverter.fromCharacter(Type targetType,
char value)
|
Object |
DataConverter.fromDate(Type targetType,
Date value)
|
Object |
DataConverter.fromDecimal(Type targetType,
BigDecimal value)
|
Object |
DataConverter.fromDouble(Type targetType,
double value)
|
Object |
DataConverter.fromFloat(Type targetType,
float value)
|
Object |
DataConverter.fromInt(Type targetType,
int value)
|
Object |
DataConverter.fromInteger(Type targetType,
BigInteger value)
|
Object |
DataConverter.fromLong(Type targetType,
long value)
|
Object |
DataConverter.fromShort(Type targetType,
short value)
|
Object |
DataConverter.fromString(Type targetType,
String value)
Converts the given string value to an object appropriate for the target type. |
Object |
DataConverter.fromStrings(Type targetType,
List<String> value)
|
Object |
DataConverter.fromTemporalDataType(Type targetType,
Type sourceType,
String value)
|
String |
PlasmaXSDHelper.getAppinfo(Type type,
String source)
|
String |
PlasmaXSDHelper.getLocalName(Type type)
|
boolean |
PlasmaXSDHelper.isMixed(Type type)
|
boolean |
PlasmaXSDHelper.isXSD(Type type)
|
boolean |
DataConverter.toBoolean(Type sourceType,
Object value)
|
byte |
DataConverter.toByte(Type sourceType,
Object value)
|
byte[] |
DataConverter.toBytes(Type sourceType,
Object value)
|
char |
DataConverter.toCharacter(Type sourceType,
Object value)
|
Date |
DataConverter.toDate(Type sourceType,
Object value)
|
BigDecimal |
DataConverter.toDecimal(Type sourceType,
Object value)
|
double |
DataConverter.toDouble(Type sourceType,
Object value)
|
float |
DataConverter.toFloat(Type sourceType,
Object value)
|
int |
DataConverter.toInt(Type sourceType,
Object value)
|
BigInteger |
DataConverter.toInteger(Type sourceType,
Object value)
|
long |
DataConverter.toLong(Type sourceType,
Object value)
|
short |
DataConverter.toShort(Type sourceType,
Object value)
|
String |
DataConverter.toString(Type sourceType,
Object value)
Converts the given value to a string. |
List<String> |
DataConverter.toStrings(Type sourceType,
Object value)
|
String |
DataConverter.toTemporalDataType(Type targetType,
Type sourceType,
Object value)
|
| Method parameters in org.plasma.sdo.helper with type arguments of type Type | |
|---|---|
String |
PlasmaXSDHelper.generate(List<Type> types)
Generate an XML Schema Declaration (XSD) from Types. |
String |
PlasmaXSDHelper.generate(List<Type> types,
Map<String,String> namespaceToSchemaLocation)
Generate an XML Schema Declaration (XSD) from Types. |
| Constructors in org.plasma.sdo.helper with parameters of type Type | |
|---|---|
DataGraphCopyVisitor(Type[] referenceTypes)
|
|
| Uses of Type in org.plasma.sdo.xml |
|---|
| Methods in org.plasma.sdo.xml with parameters of type Type | |
|---|---|
protected String |
StreamMarshaller.fromObject(Type sourceType,
Object value)
|
protected String |
Marshaller.fromObject(Type sourceType,
Object value)
|
| Uses of Type in org.plasma.sdo.xpath |
|---|
| Fields in org.plasma.sdo.xpath declared as Type | |
|---|---|
protected Type |
MetaDataNodeAdapter.source
|
| Methods in org.plasma.sdo.xpath that return Type | |
|---|---|
Type |
MetaDataNodeAdapter.getSource()
Returns the Type traversal source |
Type |
XPathType.getType()
|
| Methods in org.plasma.sdo.xpath with parameters of type Type | |
|---|---|
XPathProperty[] |
MetaDataXPath.findProperties(Type root)
Returns an array of Property results, an error being thrown if other than Property results are found. |
XPathProperty |
MetaDataXPath.findProperty(Type root)
Returns a single Property result or null if no Property results are found. |
XPathProperty |
MetaDataXPath.getProperty(Type root)
Returns a single Property result. |
MetaDataNodeAdapter[] |
MetaDataXPath.getResults(Type root)
Returns an array with either 1 single result or multiple results, and error being thrown if no results are found or if multiple results are found but the target Property is not a "many" Property, i.e. |
| Constructors in org.plasma.sdo.xpath with parameters of type Type | |
|---|---|
MetaDataNodeAdapter(Type source)
|
|
MetaDataNodeAdapter(Type 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 | |||||||||