org.kie.workbench.common.services.datamodel.oracle
Interface PackageDataModelOracle
- All Superinterfaces:
- ProjectDataModelOracle
- All Known Implementing Classes:
- PackageDataModelOracleImpl
public interface PackageDataModelOracle
- extends ProjectDataModelOracle
| Methods inherited from interface org.kie.workbench.common.services.datamodel.oracle.ProjectDataModelOracle |
getConnectiveOperatorCompletions, getEnums, getEnums, getEnumValues, getFactNameFromType, getFactTypes, getFieldClassName, getFieldCompletions, getFieldCompletions, getFieldType, getMethodInfo, getMethodNames, getMethodNames, getMethodParams, getModelFields, getOperatorCompletions, getParametricFieldType, getSuperType, getTypeAnnotations, getTypeFieldsAnnotations, getTypeSource, hasEnums, hasEnums, isDependentEnum, isFactTypeAnEvent, isFactTypeRecognized |
getGlobalVariables
String[] getGlobalVariables()
isGlobalVariable
boolean isGlobalVariable(String variable)
getFieldCompletionsForGlobalVariable
String[] getFieldCompletionsForGlobalVariable(String variable)
getGlobalVariable
String getGlobalVariable(String variable)
getMethodInfosForGlobalVariable
List<MethodInfo> getMethodInfosForGlobalVariable(String variable)
getGlobalCollections
String[] getGlobalCollections()
getDSLActions
List<org.drools.workbench.models.commons.shared.rule.DSLSentence> getDSLActions()
getDSLConditions
List<org.drools.workbench.models.commons.shared.rule.DSLSentence> getDSLConditions()
getAllFactTypes
String[] getAllFactTypes()
getExternalFactTypes
String[] getExternalFactTypes()
filter
void filter(org.drools.workbench.models.commons.shared.imports.Imports imports)
filter
void filter()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.