Uses of Interface
commonj.sdo.Type

Packages that use Type
com.agfa.hap.sdo   
com.agfa.hap.sdo.implementation   
com.agfa.hap.sdo.model   
com.agfa.hap.sdo.util   
commonj.sdo   
commonj.sdo.helper   
 

Uses of Type in com.agfa.hap.sdo
 

Subinterfaces of Type in com.agfa.hap.sdo
 interface Type
          A representation of the type of a property of a data object.
 

Methods in com.agfa.hap.sdo with parameters of type Type
 PartialDataObject PartialDataFactory.create(Type type)
           
 PartialDataObject PartialDataObject.createDataObject(Property property, Type type)
           
 PartialDataObject PartialDataFactory.createProxy(Type type, java.lang.Object identity)
           
 

Constructors in com.agfa.hap.sdo with parameters of type Type
SelectClause(Type mainType)
           
SelectClause(Type mainType, java.lang.String clause)
           
 

Uses of Type in com.agfa.hap.sdo.implementation
 

Classes in com.agfa.hap.sdo.implementation that implement Type
 class TypeImplementation
           
 

Methods in com.agfa.hap.sdo.implementation that return Type
 Type DataGraphImplementation.getType(java.lang.String uri, java.lang.String typeName)
           
 Type ImplementationClassRepository.getTypeForImplementationClass(java.lang.String name)
           
 

Methods in com.agfa.hap.sdo.implementation with parameters of type Type
 PartialDataObject DataFactoryImpl.create(Type type)
           
 PartialDataObject AbstractPartialDataObject.createDataObject(Property property, Type type)
           
protected  PartialDataObject DataFactoryImpl.createDefaultDataObjectInstance(Type type)
           
 PartialDataObject DataFactoryImpl.createProxy(Type type, java.lang.Object identity)
           
 DataObject DataGraphImplementation.createRootObject(Type type)
           
 java.lang.String XSDHelperImpl.getAppinfo(Type type, java.lang.String source)
           
 ClassHolder ImplementationClassRepository.getImplementationClass(Type type)
           
 java.lang.String XSDHelperImpl.getLocalName(Type type)
           
 boolean XSDHelperImpl.isMixed(Type type)
           
 boolean XSDHelperImpl.isXSD(Type type)
           
 void TypeHelperImpl.register(Type type)
           
 

Uses of Type in com.agfa.hap.sdo.model
 

Methods in com.agfa.hap.sdo.model that return Type
 Type ObjectReference.getType()
           
 

Constructors in com.agfa.hap.sdo.model with parameters of type Type
ObjectReference(Type type, Identity id)
           
 

Uses of Type in com.agfa.hap.sdo.util
 

Constructors in com.agfa.hap.sdo.util with parameters of type Type
ResultSet(java.util.Collection<? extends DataObject> data, java.util.List<java.lang.String> propertyPaths, Type rootType)
           
ResultSet(java.util.Collection<? extends DataObject> data, java.lang.String selectClause, Type rootType)
           
 

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 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 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.
 



Copyright © 2007. All Rights Reserved.