Drools Workbench - Common Model 6.1.0.Beta3

org.drools.workbench.models.commons.backend.oracle
Class ProjectDataModelOracleUtils

java.lang.Object
  extended by org.drools.workbench.models.commons.backend.oracle.ProjectDataModelOracleUtils

public class ProjectDataModelOracleUtils
extends Object

Utilities to query ProjectDMO content


Constructor Summary
ProjectDataModelOracleUtils()
           
 
Method Summary
static String[] getFactTypes(ProjectDataModelOracle dmo)
           
static String getFieldClassName(ProjectDataModelOracle dmo, String factType, String fieldName)
           
static String getParametricFieldType(ProjectDataModelOracle dmo, String factType, String fieldName)
           
static List<String> getSuperType(ProjectDataModelOracle dmo, String factType)
           
static Set<Annotation> getTypeAnnotations(ProjectDataModelOracle dmo, String factType)
           
static Map<String,Set<Annotation>> getTypeFieldsAnnotations(ProjectDataModelOracle dmo, String factType)
           
static TypeSource getTypeSource(ProjectDataModelOracle dmo, String factType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDataModelOracleUtils

public ProjectDataModelOracleUtils()
Method Detail

getFactTypes

public static String[] getFactTypes(ProjectDataModelOracle dmo)

getSuperType

public static List<String> getSuperType(ProjectDataModelOracle dmo,
                                        String factType)

getTypeAnnotations

public static Set<Annotation> getTypeAnnotations(ProjectDataModelOracle dmo,
                                                 String factType)

getTypeFieldsAnnotations

public static Map<String,Set<Annotation>> getTypeFieldsAnnotations(ProjectDataModelOracle dmo,
                                                                   String factType)

getFieldClassName

public static String getFieldClassName(ProjectDataModelOracle dmo,
                                       String factType,
                                       String fieldName)

getParametricFieldType

public static String getParametricFieldType(ProjectDataModelOracle dmo,
                                            String factType,
                                            String fieldName)

getTypeSource

public static TypeSource getTypeSource(ProjectDataModelOracle dmo,
                                       String factType)

Drools Workbench - Common Model 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.