Uses of Interface
org.kie.workbench.common.dmn.api.definition.HasTypeRef
-
Packages that use HasTypeRef Package Description org.kie.workbench.common.dmn.api.definition org.kie.workbench.common.dmn.api.definition.model org.kie.workbench.common.dmn.api.definition.model.common -
-
Uses of HasTypeRef in org.kie.workbench.common.dmn.api.definition
Methods in org.kie.workbench.common.dmn.api.definition that return types with arguments of type HasTypeRef Modifier and Type Method Description List<HasTypeRef>HasTypeRefs. getHasTypeRefs() -
Uses of HasTypeRef in org.kie.workbench.common.dmn.api.definition.model
Subinterfaces of HasTypeRef in org.kie.workbench.common.dmn.api.definition.model Modifier and Type Interface Description interfaceIsInformationItemClasses in org.kie.workbench.common.dmn.api.definition.model that implement HasTypeRef Modifier and Type Class Description classContextclassDecisionTableclassExpressionclassFunctionDefinitionclassInformationItemclassInformationItemPrimaryThis is in essence a clone ofInformationItemspecifically for use withBusinessKnowledgeModel,DecisionandInputDatato expose only theQNameHolder.classInputClauseLiteralExpressionThis is in essence a clone ofLiteralExpressionspecifically forInputClauseto expose bothTextandQNameas Form Properties to the Dynamic Forms Engine with specific labels for "Input expression" and its "TypeRef".classInvocationclassItemDefinitionclassListclassLiteralExpressionclassLiteralExpressionPMMLDocumentThis is a specialisation ofLiteralExpressionto allow the UI to show different elements for _Literal Expressions_ associated with a PMML Document.classLiteralExpressionPMMLDocumentModelThis is a specialisation ofLiteralExpressionto allow the UI to show different elements for _Literal Expressions_ associated with a PMML Document Model.classOutputClauseclassOutputClauseLiteralExpressionThis is in essence a clone ofLiteralExpressionspecifically forOutputClauseto expose theTextas a Form Property to the Dynamic Forms Engine with a specific label for "Default Output value".classRelationMethods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type HasTypeRef Modifier and Type Method Description List<HasTypeRef>Binding. getHasTypeRefs()List<HasTypeRef>Context. getHasTypeRefs()List<HasTypeRef>ContextEntry. getHasTypeRefs()List<HasTypeRef>DecisionRule. getHasTypeRefs()List<HasTypeRef>DecisionTable. getHasTypeRefs()List<HasTypeRef>Expression. getHasTypeRefs()List<HasTypeRef>FunctionDefinition. getHasTypeRefs()List<HasTypeRef>InformationItem. getHasTypeRefs()List<HasTypeRef>InformationItemPrimary. getHasTypeRefs()List<HasTypeRef>InputClause. getHasTypeRefs()List<HasTypeRef>InputClauseLiteralExpression. getHasTypeRefs()List<HasTypeRef>Invocation. getHasTypeRefs()List<HasTypeRef>ItemDefinition. getHasTypeRefs()List<HasTypeRef>List. getHasTypeRefs()List<HasTypeRef>OutputClause. getHasTypeRefs()List<HasTypeRef>OutputClauseLiteralExpression. getHasTypeRefs()List<HasTypeRef>Relation. getHasTypeRefs() -
Uses of HasTypeRef in org.kie.workbench.common.dmn.api.definition.model.common
Methods in org.kie.workbench.common.dmn.api.definition.model.common that return types with arguments of type HasTypeRef Modifier and Type Method Description static List<HasTypeRef>HasTypeRefHelper. getFlatHasTypeRefs(List<? extends HasTypeRefs> hasTypeRefList)static List<HasTypeRef>HasTypeRefHelper. getFlatHasTypeRefsFromExpressions(List<? extends HasExpression> hasTypeRefListExpressions)static List<HasTypeRef>HasTypeRefHelper. getNotNullHasTypeRefs(HasTypeRef hasTypeRef)Methods in org.kie.workbench.common.dmn.api.definition.model.common with parameters of type HasTypeRef Modifier and Type Method Description static List<HasTypeRef>HasTypeRefHelper. getNotNullHasTypeRefs(HasTypeRef hasTypeRef)
-