Uses of Class
org.plasma.provisioning.Class

Packages that use Class
org.plasma.provisioning Package level documentation for package org.plasma.provisioning. 
org.plasma.provisioning.adapter   
org.plasma.provisioning.rdb   
org.plasma.provisioning.xsd   
org.plasma.text.lang3gl   
org.plasma.text.lang3gl.java   
 

Uses of Class in org.plasma.provisioning
 

Fields in org.plasma.provisioning with type parameters of type Class
protected  List<Class> Package.clazzs
           
 

Methods in org.plasma.provisioning that return Class
 Class ObjectFactory.createClass()
          Create an instance of Class
 

Methods in org.plasma.provisioning that return types with arguments of type Class
 List<Class> Package.getClazzs()
          Gets the value of the clazzs property.
 

Uses of Class in org.plasma.provisioning.adapter
 

Methods in org.plasma.provisioning.adapter that return Class
 Class ClassAdapter.getClss()
           
 Class FieldAdapter.getFieldClass()
           
 

Constructors in org.plasma.provisioning.adapter with parameters of type Class
FieldAdapter(Package fieldPackage, Class fieldClass, Property field)
           
 

Uses of Class in org.plasma.provisioning.rdb
 

Fields in org.plasma.provisioning.rdb with type parameters of type Class
protected  Map<Class,Map<String,Property>> Oracle11GConverter.classPropertyMap
          maps classes to properties
protected  Map<Class,Map<String,Property>> ConverterSupport.classPropertyMap
          maps classes to properties
protected  Map<String,Class> ConverterSupport.classQualifiedNameMap
          Maps URI qualified names to classes
protected  Map<String,Class> Oracle11GConverter.classQualifiedPriKeyConstrainatNameMap
          Maps physical schema qualified primary key constraint names to classes.
protected  Map<String,Class> MySql55Converter.classQualifiedPropertyPhysicalNameMap
          Maps physical name qualified property names to classes
 

Methods in org.plasma.provisioning.rdb that return Class
 Class Oracle11GConverter.buildClass(Package pkg, Table table)
           
 Class MySql55Converter.buildClass(Package pkg, Table table)
           
 Class Oracle11GConverter.buildClass(Package pkg, View view)
           
 

Methods in org.plasma.provisioning.rdb with parameters of type Class
 Property MySql55Converter.buildProperty(Package pkg, Class clss, TableColumn column, org.plasma.provisioning.rdb.MySql55Converter.ConstraintInfo[] constraints)
           
 Property Oracle11GConverter.buildProperty(Package pkg, Class clss, TableColumn column, org.plasma.provisioning.rdb.Oracle11GConverter.ConstraintInfo[] constraints, TableColumnComment[] comments)
           
 Property Oracle11GConverter.buildProperty(Package pkg, Class clss, ViewColumn column, ViewColumnComment[] comments)
           
 

Uses of Class in org.plasma.provisioning.xsd
 

Fields in org.plasma.provisioning.xsd with type parameters of type Class
protected  Map<String,Class> ConverterSupport.classLocalNameMap
           
protected  Map<Class,Map<String,Property>> ConverterSupport.classPropertyMap
           
protected  Map<String,Class> ConverterSupport.classQualifiedNameMap
           
protected  Map<Class,HashSet<Class>> ConverterSupport.subclassMap
           
protected  Map<Class,HashSet<Class>> ConverterSupport.subclassMap
           
 

Methods in org.plasma.provisioning.xsd that return Class
 Class ClassAssembler.buildClass(ComplexType complexType)
           
 Class ClassAssembler.buildClass(Element element)
           
 

Methods in org.plasma.provisioning.xsd that return types with arguments of type Class
 Map<String,Class> ConverterSupport.getClassLocalNameMap()
           
 Map<Class,Map<String,Property>> ConverterSupport.getClassPropertyMap()
           
 Map<String,Class> ConverterSupport.getClassQualifiedNameMap()
           
 List<Class> ConverterSupport.getRootClasses()
           
 Map<Class,HashSet<Class>> ConverterSupport.getSubclassMap()
           
 Map<Class,HashSet<Class>> ConverterSupport.getSubclassMap()
           
 

Methods in org.plasma.provisioning.xsd with parameters of type Class
 void ConverterSupport.accept(Class root, ClassVisitor visitor)
           
 Property PropertyAssembler.buildDatatypeProperty(Class clss, AbstractComplexType complexType, Attribute attribute)
          Creates non-reference property definitions.
 Property PropertyAssembler.buildElementContentDatatypeProperty(Class clss, QName xsdTypeNameQName)
           
 String ConverterSupport.buildLogicalPropertyName(Class clss, String name)
           
 Property PropertyAssembler.buildProperty(Class clss, AbstractComplexType complexType, ExplicitGroup explicitGroup, ExplicitGroup childExplicitGroup, LocalElement element, int sequenceNum)
          Build a property from the given XDS structures.
 Property PropertyAssembler.createDerivedPropertyOpposite(Class clss, Property sourceProperty)
           
 boolean ConverterSupport.logicalNameConflict(Class clss, String name)
           
 void ClassVisitor.visit(Class target, Class source)
           
 

Uses of Class in org.plasma.text.lang3gl
 

Fields in org.plasma.text.lang3gl with type parameters of type Class
protected  Map<String,Class> DefaultStreamAssembler.classMap
           
 

Methods in org.plasma.text.lang3gl that return Class
 Class Lang3GLContext.findClass(ClassRef cref)
          Returns a Class for the given ClassRef
 Class DefaultLang3GLContext.findClass(ClassRef cref)
           
 Class Lang3GLContext.findClass(String qualifiedName)
          Returns a Class for the given qualified name where qualified names take the format uri#class-name, for example http://mysite.com/myapp#MyClass
 Class DefaultLang3GLContext.findClass(String qualifiedName)
           
 

Methods in org.plasma.text.lang3gl with parameters of type Class
 String InterfaceFactory.createContent(Package pkg, Class type)
          Returns an 3Gl language specific content for the given Package and Type
 String ClassFactory.createContent(Package pkg, Class type)
          Returns an 3Gl language specific content for the given Package and Type
 String InterfaceFactory.createFileName(Class clss)
          Returns an 3Gl language specific file name for the given Class based on configuration settings.
 String ClassFactory.createFileName(Class clss)
          Returns an 3Gl language specific file name for the given Class based on configuration settings.
 String ClassNameResolver.getName(Class clss)
          Returns an unqualified class name for the given provisioning model class.
 String ClassNameResolver.getQualifiedName(Class clss)
          Returns a qualified class name for the given provisioning model class.
 

Uses of Class in org.plasma.text.lang3gl.java
 

Methods in org.plasma.text.lang3gl.java with parameters of type Class
protected  void JDODefaultFactory.collectClassNames(Package pkg, Class clss, Map<String,String> nameMap, boolean collectAbstractClasses)
          Collects class names from reference fields within this class.
protected  void JDODefaultFactory.collectClassNamesDeep(Package pkg, Class clss, Map<String,String> nameMap)
           
protected  void JDODefaultFactory.collectClassNamesDeep(Package pkg, Class clss, Map<String,String> nameMap, boolean collectAbstractClasses)
          Collects class names from reference fields within this class and its superclass ancestry.
protected  void DefaultFactory.collectDataClassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver)
           
protected  void DefaultFactory.collectDataClassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver, boolean collectAbstractClasses, int maxLevel)
          Collects class names from data fields within this class.
protected  void DefaultFactory.collectDataFieldClassNamesDeep(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver, boolean collectAbstractClasses, int maxLevel)
          Collects class names from reference fields within this class and its superclass ancestry.
protected  void DefaultFactory.collectProvisioningClasses(Package pkg, Class clss, Map<String,Class> classMap)
          Deprecated. 
protected  void DefaultFactory.collectProvisioningClassesDeep(Package pkg, Class clss, Map<String,Class> classMap)
          Deprecated. 
protected  void DefaultFactory.collectProvisioningFields(Package targetPkg, Class targetClss, Package pkg, Class clss, Map<String,FieldAdapter> fields)
          Deprecated. 
protected  void DefaultFactory.collectProvisioningSuperclasses(Package pkg, Class clss, Map<String,Class> classMap)
          Deprecated. 
protected  void DefaultFactory.collectReferenceClassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver)
           
protected  void DefaultFactory.collectReferenceClassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver, boolean collectAbstractClasses, int maxLevel)
          Collects class names from reference fields within this class.
protected  void DefaultFactory.collectReferenceFieldClassNamesDeep(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver, boolean collectAbstractClasses, int maxLevel)
          Collects class names from reference fields within this class and its superclass ancestry.
protected  void JDODefaultFactory.collectSuperclassNames(Package pkg, Class clss, Map<String,String> nameMap)
           
protected  void DefaultFactory.collectSuperclassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver)
          Collects class names from the ancestry of the given class.
protected  void DefaultFactory.collectSuperClassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver)
           
protected  void DefaultFactory.collectSuperClassNames(Package pkg, Class clss, Map<String,String> nameMap, ClassNameResolver resolver, boolean collectAbstractClasses, int maxLevel)
          Collects class names from super classes for this class.
protected  String JDODefaultFactory.createClassReferenceImportDeclarations(Package pkg, Class clss)
           
protected  String SDOClassFactory.createConstructors(Package pkg, Class clss)
           
protected  String JDOClassFactory.createConstructors(Package pkg, Class clss)
           
protected  String DSLClassFactory.createConstructors(Package pkg, Class clss)
           
 String SDOInterfaceFactory.createContent(Package pkg, Class clss)
           
 String SDOClassFactory.createContent(Package pkg, Class clss)
           
 String JDOInterfaceFactory.createContent(Package pkg, Class clss)
           
 String JDOClassFactory.createContent(Package pkg, Class clss)
           
 String DSLClassFactory.createContent(Package pkg, Class clss)
           
protected  void DefaultFactory.createCreatorByAbstractClassDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createCreatorDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String DSLClassFactory.createDataPropertyOperation(Package pkg, Class clss, Property field)
           
protected  String DSLClassFactory.createDSLClassReferenceImportDeclarations(Package pkg, Class clss)
           
protected  Map<String,String> JDOClassFactory.createFieldImportMap(Package pkg, Class clss, ClassNameResolver resolver)
           
protected  Map<String,String> DefaultFactory.createFieldImportMap(Package pkg, Class clss, ClassNameResolver resolver)
           
 String SDOInterfaceFactory.createFileName(Class clss)
           
 String SDOClassFactory.createFileName(Class clss)
           
 String JDOInterfaceFactory.createFileName(Class clss)
           
 String JDOClassFactory.createFileName(Class clss)
           
 String DSLClassFactory.createFileName(Class clss)
           
protected  String DefaultFactory.createImportDeclaration(Package pkg, Class clss, String qualifiedname)
           
protected  String JDODefaultFactory.createInterfaceReferenceImportDeclarations(Package pkg, Class clss)
           
protected  void DefaultFactory.createIsSetDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyAdderDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyCountDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyGetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyIndexGetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyRemoverDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManySetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String SDOInterfaceFactory.createMethodDeclarations(Class clss)
           
protected  String JDOInterfaceFactory.createMethodDeclarations(Class clss)
           
protected  String SDOInterfaceFactory.createMethodDeclarations(Class clss, Property field)
           
protected  String JDOInterfaceFactory.createMethodDeclarations(Class clss, Property field)
           
protected  String SDOClassFactory.createOperations(Package pkg, Class clss)
           
protected  String JDOClassFactory.createOperations(Package pkg, Class clss)
           
protected  String DSLClassFactory.createOperations(Package pkg, Class clss)
           
protected  String SDOClassFactory.createOperations(Package pkg, Class clss, Property field)
           
protected  String JDOClassFactory.createOperations(Package pkg, Class clss, Property field)
           
protected  String DSLClassFactory.createOperations(Package pkg, Class clss, Property field)
           
protected  String SDOClassFactory.createPrivateFieldDeclaration(Class clss, Property field)
           
protected  String JDOClassFactory.createPrivateFieldDeclaration(Class clss, Property field)
           
protected  String DSLClassFactory.createPrivateFieldDeclaration(Class clss, Property field)
           
protected  String DSLClassFactory.createReferencePropertyOperation(Package pkg, Class clss, Property field)
           
protected  String DSLClassFactory.createReferencePropertyPredicateOperation(Package pkg, Class clss, Property field)
           
protected  String SDOInterfaceFactory.createSDOInterfaceReferenceImportDeclarations(Package pkg, Class clss)
           
protected  String SDOEnumerationFactory.createSDOInterfaceReferenceImportDeclarations(Package pkg, Class clss)
           
protected  String SDODefaultFactory.createSDOInterfaceReferenceImportDeclarations(Package pkg, Class clss)
           
protected  void DefaultFactory.createSingularGetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createSingularSetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String SDOInterfaceFactory.createStaticFieldDeclarations(Class clss)
           
protected  String SDOClassFactory.createStaticFieldDeclarations(Class clss)
           
protected  String JDOInterfaceFactory.createStaticFieldDeclarations(Class clss)
           
protected  String JDOClassFactory.createStaticFieldDeclarations(Class clss)
           
protected  String DSLClassFactory.createStaticOperations(Package pkg, Class clss)
           
protected  String SDOInterfaceFactory.createThirdPartyImportDeclarations(Package pkg, Class clss)
           
protected  String SDOEnumerationFactory.createThirdPartyImportDeclarations(Package pkg, Class clss)
           
protected  String SDOClassFactory.createThirdPartyImportDeclarations(Package pkg, Class clss)
           
protected  String JDOInterfaceFactory.createThirdPartyImportDeclarations(Package pkg, Class clss)
           
protected  String JDOClassFactory.createThirdPartyImportDeclarations(Package pkg, Class clss)
           
protected  String DSLClassFactory.createThirdPartyImportDeclarations(Package pkg, Class clss)
           
protected  String SDOInterfaceFactory.createTypeDeclaration(Package pkg, Class clss)
           
protected  String SDOClassFactory.createTypeDeclaration(Package pkg, Class clss)
           
protected  String JDOInterfaceFactory.createTypeDeclaration(Package pkg, Class clss)
           
protected  String JDOClassFactory.createTypeDeclaration(Package pkg, Class clss)
           
protected  String DSLClassFactory.createTypeDeclaration(Package pkg, Class clss)
           
protected  void DefaultFactory.createUnsetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String SDODefaultFactory.getImplementationClassName(Class clss)
           
protected  String DSLClassFactory.getImplementationClassName(Class clss)
           
 String SDOInterfaceNameResolver.getName(Class clss)
           
 String SDOClassNameResolver.getName(Class clss)
           
 String JDOInterfaceNameResolver.getName(Class clss)
           
 String JDOClassNameResolver.getName(Class clss)
           
 String DSLClassNameResolver.getName(Class clss)
           
 String SDOInterfaceNameResolver.getQualifiedName(Class clss)
           
 String SDOClassNameResolver.getQualifiedName(Class clss)
           
 String JDOInterfaceNameResolver.getQualifiedName(Class clss)
           
 String JDOClassNameResolver.getQualifiedName(Class clss)
           
 String DSLClassNameResolver.getQualifiedName(Class clss)
           
protected  String DefaultFactory.getTypeClassName(Class clss)
          Deprecated. 
protected  boolean DefaultFactory.hasOnlySingilarFields(Class clss)
           
protected  boolean DefaultFactory.hasOnlySingilarFieldsDeep(Class clss)
           
protected  String SDODefaultFactory.toQualifiedPropertyNameReference(Class clss, Property field)
           
 

Method parameters in org.plasma.text.lang3gl.java with type arguments of type Class
protected  void DefaultFactory.collectProvisioningClasses(Package pkg, Class clss, Map<String,Class> classMap)
          Deprecated. 
protected  void DefaultFactory.collectProvisioningClassesDeep(Package pkg, Class clss, Map<String,Class> classMap)
          Deprecated. 
protected  void DefaultFactory.collectProvisioningSuperclasses(Package pkg, Class clss, Map<String,Class> classMap)
          Deprecated. 
 



Copyright © 2013. All rights reserved.