Uses of Class
org.drools.core.rule.TypeDeclaration
-
Packages that use TypeDeclaration Package Description org.drools.core.definitions org.drools.core.definitions.impl org.drools.core.impl org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of TypeDeclaration in org.drools.core.definitions
Methods in org.drools.core.definitions that return TypeDeclaration Modifier and Type Method Description TypeDeclarationInternalKnowledgePackage. getTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationInternalKnowledgePackage. getTypeDeclaration(java.lang.String type)Methods in org.drools.core.definitions that return types with arguments of type TypeDeclaration Modifier and Type Method Description java.util.Map<java.lang.String,TypeDeclaration>InternalKnowledgePackage. getTypeDeclarations()java.util.List<TypeDeclaration>InternalKnowledgePackage. removeTypesGeneratedFromResource(org.kie.api.io.Resource resource)Methods in org.drools.core.definitions with parameters of type TypeDeclaration Modifier and Type Method Description voidInternalKnowledgePackage. addTypeDeclaration(TypeDeclaration typeDecl)default voidInternalKnowledgePackage. buildFieldAccessors(TypeDeclaration type)default ReadAccessorInternalKnowledgePackage. getFieldExtractor(TypeDeclaration type, java.lang.String timestampField, java.lang.Class<?> returnType) -
Uses of TypeDeclaration in org.drools.core.definitions.impl
Fields in org.drools.core.definitions.impl with type parameters of type TypeDeclaration Modifier and Type Field Description protected java.util.Map<java.lang.String,TypeDeclaration>KnowledgePackageImpl. typeDeclarationsMethods in org.drools.core.definitions.impl that return TypeDeclaration Modifier and Type Method Description TypeDeclarationKnowledgePackageImpl. getExactTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationKnowledgePackageImpl. getTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationKnowledgePackageImpl. getTypeDeclaration(java.lang.String type)Methods in org.drools.core.definitions.impl that return types with arguments of type TypeDeclaration Modifier and Type Method Description java.util.Map<java.lang.String,TypeDeclaration>KnowledgePackageImpl. getTypeDeclarations()java.util.List<TypeDeclaration>KnowledgePackageImpl. removeTypesGeneratedFromResource(org.kie.api.io.Resource resource)Methods in org.drools.core.definitions.impl with parameters of type TypeDeclaration Modifier and Type Method Description voidKnowledgePackageImpl. addTypeDeclaration(TypeDeclaration typeDecl)protected voidKnowledgePackageImpl. removeTypeFromStore(TypeDeclaration type) -
Uses of TypeDeclaration in org.drools.core.impl
Methods in org.drools.core.impl that return TypeDeclaration Modifier and Type Method Description TypeDeclarationKnowledgeBaseImpl. getExactTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationRuleBase. getExactTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationKnowledgeBaseImpl. getOrCreateExactTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationRuleBase. getOrCreateExactTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationKnowledgeBaseImpl. getTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationRuleBase. getTypeDeclaration(java.lang.Class<?> clazz)Methods in org.drools.core.impl that return types with arguments of type TypeDeclaration Modifier and Type Method Description java.util.Collection<TypeDeclaration>KnowledgeBaseImpl. getTypeDeclarations()java.util.Collection<TypeDeclaration>RuleBase. getTypeDeclarations()Methods in org.drools.core.impl with parameters of type TypeDeclaration Modifier and Type Method Description protected voidKnowledgeBaseImpl. processTypeDeclaration(TypeDeclaration newDecl, InternalKnowledgePackage newPkg)voidKnowledgeBaseImpl. registerTypeDeclaration(TypeDeclaration newDecl, InternalKnowledgePackage newPkg)voidRuleBase. registerTypeDeclaration(TypeDeclaration newDecl, InternalKnowledgePackage newPkg) -
Uses of TypeDeclaration in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return TypeDeclaration Modifier and Type Method Description TypeDeclarationClassObjectTypeConf. getTypeDeclaration()TypeDeclarationFactTemplateTypeConf. getTypeDeclaration()TypeDeclarationObjectTypeConf. getTypeDeclaration() -
Uses of TypeDeclaration in org.drools.core.rule
Methods in org.drools.core.rule that return TypeDeclaration Modifier and Type Method Description static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(java.lang.Class<?> cls)static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(java.lang.Class<?> cls, Annotated annotated, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(java.lang.Class<?> cls, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)Methods in org.drools.core.rule with parameters of type TypeDeclaration Modifier and Type Method Description intTypeDeclaration. compareTo(TypeDeclaration o)static voidTypeDeclaration. processTypeAnnotations(TypeDeclaration type, Annotated annotated, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)Constructors in org.drools.core.rule with parameters of type TypeDeclaration Constructor Description TypeMetaInfo(TypeDeclaration typeDeclaration)
-