Skip navigation links 
 
oracle.jbo.service.helper
Class PDefSDOViewBuilderSrcImpl
java.lang.Object
  
oracle.jbo.service.helper.SDOViewBuilderSrcImpl
      
oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
- All Implemented Interfaces:
 
- SDOAnnotationProvider, SDOBuilderSrc
 
- 
public class PDefSDOViewBuilderSrcImpl
 
- extends SDOViewBuilderSrcImpl
 
- Since:
 
- 11.1.1.4.0
 
 
 
  
  
 
 
  
 
  
 
 
| Methods inherited from class oracle.jbo.service.helper.SDOViewBuilderSrcImpl | 
getAttributeDescription, getAttributeLifecycle, getAttributeNames, getCategoryValues, getDefault, getDescription, getDisplayName, getDocumentation, getKeyPropertyNames, getKeywords, getLifecycle, getMimeTypeProperty, getRelationships, getSDOType, getXMLDataTypeProperty, getXMLName, getXMLNamespace, getXMLTypeName, isMany, isNullable, isSimpleType | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
PDefSDOViewBuilderSrcImpl
public PDefSDOViewBuilderSrcImpl(ViewDefImpl view,
                                 commonj.sdo.helper.HelperContext helperContext)
PDefSDOViewBuilderSrcImpl
public PDefSDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink,
                                 commonj.sdo.helper.HelperContext helperContext)
getBaseTypes
public java.util.Map<commonj.sdo.Type,java.net.URL> getBaseTypes()
- Description copied from interface: 
SDOBuilderSrc 
- Gets the list of base types (and their schema locations) for this source. Return an empty map if there are no base types.
 
- 
- Returns:
 
- the list of base types for this source.
 
 
getJavaTypeName
public java.lang.String getJavaTypeName()
- Description copied from interface: 
SDOBuilderSrc 
- Gets the 
sdoJava:instanceClass annotation for this source. 
- 
- Specified by:
 
getJavaTypeName in interface SDOBuilderSrc 
- Overrides:
 
getJavaTypeName in class SDOViewBuilderSrcImpl 
 
- 
- Returns:
 
- the full class name used to implement the SDO Type.
 
 
getAttributeDefs
protected java.util.List<AttributeDef> getAttributeDefs()
getProperties
public java.util.List<SDOBuilderSrc> getProperties()
- Description copied from interface: 
SDOBuilderSrc 
- Gets the list of child properties contained in this source. Return an empty list if there are no children.
 
- 
- Returns:
 
- the list of properties for this source.
 
 
getSchemaLocation
public java.net.URL getSchemaLocation()
- Description copied from interface: 
SDOBuilderSrc 
- Gets the schema location for this source, e.g. 
file:/META-INF/wsdl/model/User.xsd. This URL is used for schema location resolution. 
- 
- Returns:
 
- the schema location for this source.
 
 
getSDOType
protected commonj.sdo.Type getSDOType(ViewDefImpl viewDef)
- 
- Overrides:
 
getSDOType in class SDOViewBuilderSrcImpl 
 
findAttributeDef
protected AttributeDef findAttributeDef(java.lang.String attrName)
- 
- Overrides:
 
findAttributeDef in class SDOViewBuilderSrcImpl 
 
getViewLinkDefImplFromAttrDef
protected ViewLinkDefImpl getViewLinkDefImplFromAttrDef(ViewAttributeDefImpl attr)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.