Uses of Interface
commonj.sdo.Type

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(java.lang.String uri, java.lang.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
 java.util.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(java.lang.Class interfaceClass)
          Return the Type for this interfaceClass or null if not found.
 Type TypeHelper.getType(java.lang.String uri, java.lang.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
 java.util.List<Type> XSDHelper.define(java.io.InputStream xsdInputStream, java.lang.String schemaLocation)
          Define XML Schema as Types.
 java.util.List<Type> XSDHelper.define(java.io.Reader xsdReader, java.lang.String schemaLocation)
          Define XML Schema as Types.
 java.util.List<Type> XSDHelper.define(java.lang.String xsd)
          Define the XML Schema as Types.
 

Methods in commonj.sdo.helper with parameters of type Type
 java.lang.Object DataHelper.convert(Type type, java.lang.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.
 java.lang.String XSDHelper.getAppinfo(Type type, java.lang.String source)
          Return the appinfo declared for this Type and source.
 java.lang.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
 java.lang.String XSDHelper.generate(java.util.List<Type> types)
          Generate an XML Schema Declaration (XSD) from Types.
 java.lang.String XSDHelper.generate(java.util.List<Type> types, java.util.Map<java.lang.String,java.lang.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
 java.util.List<Type> SelectionCollector.addProperty(Type rootType, java.lang.String path)
           
 java.util.List<Type> Selection.addProperty(Type rootType, java.lang.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.
 java.util.List<Type> PropertySelectionCollector.addProperty(Type rootType, java.lang.String path)
          Deprecated.  
 java.util.List<Type> PropertySelection.addProperty(Type rootType, java.lang.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.
 java.util.List<Type> SelectionCollector.getInheritedTypes()
           
 java.util.List<Type> Selection.getInheritedTypes()
          Returns all selected types and as well as types which specialize or inherit from the selected types.
 java.util.List<Type> PropertySelectionCollector.getInheritedTypes()
          Deprecated.  
 java.util.List<Type> PropertySelection.getInheritedTypes()
          Deprecated. Returns all selected types and as well as types specialize or inherit from the selected types.
 java.util.Map<Type,java.util.List<java.lang.String>> PropertySelectionCollector.getResult()
          Deprecated. 
 java.util.Map<Type,java.util.List<java.lang.String>> PropertySelectionCollector.getSingularPropertyMap()
          Deprecated. 
 java.util.List<Type> SelectionCollector.getTypes()
           
 java.util.List<Type> Selection.getTypes()
          Returns all selected types.
 java.util.List<Type> PropertySelectionCollector.getTypes()
          Deprecated.  
 java.util.List<Type> PropertySelection.getTypes()
          Deprecated. Returns all selected types.
 

Methods in org.plasma.query.collector with parameters of type Type
 java.util.List<Type> SelectionCollector.addProperty(Type rootType, java.lang.String path)
           
 java.util.List<Type> Selection.addProperty(Type rootType, java.lang.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.
 java.util.List<Type> PropertySelectionCollector.addProperty(Type rootType, java.lang.String path)
          Deprecated.  
 java.util.List<Type> PropertySelection.addProperty(Type rootType, java.lang.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.
 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.List<java.lang.String> PropertySelectionCollector.getInheritedProperties(Type type)
          Deprecated.  
 java.util.List<java.lang.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.
 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.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.List<java.lang.String> PropertySelectionCollector.getProperties(Type type)
          Deprecated.  
 java.util.List<java.lang.String> PropertySelection.getProperties(Type type)
          Deprecated. Returns a list of data and reference property names collected for the given 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.
 java.util.List<java.lang.String> PropertySelectionCollector.getSingularProperties(Type type)
          Deprecated.  
 java.util.List<java.lang.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, 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
 java.util.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, java.util.List<java.lang.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(java.lang.String uri, java.lang.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
 java.util.List<Type> CoreType.getBaseTypes()
          Returns the List of immediate base Types for this Type, or an empty list if there are no base Types.
 java.util.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(java.lang.Class interfaceClass)
          Return the Type for this interfaceClass or null if not found.
 Type PlasmaTypeHelper.getType(java.lang.String uri, java.lang.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
 java.util.List<Type> PlasmaXSDHelper.define(java.io.InputStream xsdInputStream, java.lang.String schemaLocation)
          Define XML Schema as Types.
 java.util.List<Type> PlasmaQueryHelper.define(java.io.InputStream queryInputStream, java.lang.String targetNamespaceURI, java.lang.String supplierUri)
          Define a Query as Types.
 java.util.List<Type> PlasmaQueryHelper.define(Query query, java.lang.String targetNamespaceURI, java.lang.String targetNamespacePrefix, java.lang.String supplierUri)
          Define a Query as Types.
 java.util.List<Type> PlasmaXSDHelper.define(java.io.Reader xsdReader, java.lang.String schemaLocation)
          Define XML Schema as Types.
 java.util.List<Type> PlasmaQueryHelper.define(java.io.Reader queryReader, java.lang.String targetNamespaceURI, java.lang.String supplierUri)
          Define a Query as Types.
 java.util.List<Type> PlasmaXSDHelper.define(java.lang.String xsd)
          Define the XML Schema as Types.
 java.util.List<Type> PlasmaQueryHelper.define(java.lang.String queryXML, java.lang.String supplierUri)
          Define a Query as Types.
 java.util.List<Type> PlasmaTypeHelper.getTypes(java.lang.String uri)
          Return the Type instances specified by the given uri.
 

Methods in org.plasma.sdo.helper with parameters of type Type
 java.lang.Object PlasmaDataHelper.convert(Type type, java.lang.Object value)
          Convert the specified value to an instance of the specified type.
 java.lang.Object DataConverter.convert(Type targetType, java.lang.Object value)
           
 java.lang.Object DataConverter.convert(Type targetType, Type sourceType, java.lang.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)
           
 java.lang.Object DataConverter.fromBoolean(Type targetType, boolean value)
           
 java.lang.Object DataConverter.fromByte(Type targetType, byte value)
           
 java.lang.Object DataConverter.fromBytes(Type targetType, byte[] value)
           
 java.lang.Object DataConverter.fromCharacter(Type targetType, char value)
           
 java.lang.Object DataConverter.fromDate(Type targetType, java.util.Date value)
           
 java.lang.Object DataConverter.fromDecimal(Type targetType, java.math.BigDecimal value)
           
 java.lang.Object DataConverter.fromDouble(Type targetType, double value)
           
 java.lang.Object DataConverter.fromFloat(Type targetType, float value)
           
 java.lang.Object DataConverter.fromInt(Type targetType, int value)
           
 java.lang.Object DataConverter.fromInteger(Type targetType, java.math.BigInteger value)
           
 java.lang.Object DataConverter.fromLong(Type targetType, long value)
           
 java.lang.Object DataConverter.fromShort(Type targetType, short value)
           
 java.lang.Object DataConverter.fromString(Type targetType, java.lang.String value)
          Converts the given string value to an object appropriate for the target type.
 java.lang.Object DataConverter.fromStrings(Type targetType, java.util.List<java.lang.String> value)
           
 java.lang.Object DataConverter.fromTemporalDataType(Type targetType, Type sourceType, java.lang.String value)
           
 java.lang.String PlasmaXSDHelper.getAppinfo(Type type, java.lang.String source)
           
 java.lang.String PlasmaXSDHelper.getLocalName(Type type)
           
 boolean PlasmaXSDHelper.isMixed(Type type)
           
 boolean PlasmaXSDHelper.isXSD(Type type)
           
 boolean DataConverter.toBoolean(Type sourceType, java.lang.Object value)
           
 byte DataConverter.toByte(Type sourceType, java.lang.Object value)
           
 byte[] DataConverter.toBytes(Type sourceType, java.lang.Object value)
           
 char DataConverter.toCharacter(Type sourceType, java.lang.Object value)
           
 java.util.Date DataConverter.toDate(Type sourceType, java.lang.Object value)
           
 java.math.BigDecimal DataConverter.toDecimal(Type sourceType, java.lang.Object value)
           
 double DataConverter.toDouble(Type sourceType, java.lang.Object value)
           
 float DataConverter.toFloat(Type sourceType, java.lang.Object value)
           
 int DataConverter.toInt(Type sourceType, java.lang.Object value)
           
 java.math.BigInteger DataConverter.toInteger(Type sourceType, java.lang.Object value)
           
 long DataConverter.toLong(Type sourceType, java.lang.Object value)
           
 short DataConverter.toShort(Type sourceType, java.lang.Object value)
           
 java.lang.String DataConverter.toString(Type sourceType, java.lang.Object value)
          Converts the given value to a string.
 java.util.List<java.lang.String> DataConverter.toStrings(Type sourceType, java.lang.Object value)
           
 java.lang.String DataConverter.toTemporalDataType(Type targetType, Type sourceType, java.lang.Object value)
           
 

Method parameters in org.plasma.sdo.helper with type arguments of type Type
 java.lang.String PlasmaXSDHelper.generate(java.util.List<Type> types)
          Generate an XML Schema Declaration (XSD) from Types.
 java.lang.String PlasmaXSDHelper.generate(java.util.List<Type> types, java.util.Map<java.lang.String,java.lang.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  java.lang.String StreamMarshaller.fromObject(Type sourceType, java.lang.Object value)
           
protected  java.lang.String Marshaller.fromObject(Type sourceType, java.lang.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)
           
 



Copyright © 2013. All Rights Reserved.