Uses of Class
org.kie.workbench.common.dmn.api.property.background.BackgroundSet
-
Packages that use BackgroundSet Package Description org.kie.workbench.common.dmn.api.definition org.kie.workbench.common.dmn.api.definition.model -
-
Uses of BackgroundSet in org.kie.workbench.common.dmn.api.definition
Methods in org.kie.workbench.common.dmn.api.definition that return BackgroundSet Modifier and Type Method Description BackgroundSetDMNViewDefinition. getBackgroundSet() -
Uses of BackgroundSet in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as BackgroundSet Modifier and Type Field Description protected BackgroundSetBusinessKnowledgeModel. backgroundSetprotected BackgroundSetDecision. backgroundSetprotected BackgroundSetDecisionService. backgroundSetprotected BackgroundSetInputData. backgroundSetprotected BackgroundSetKnowledgeSource. backgroundSetprotected BackgroundSetTextAnnotation. backgroundSetMethods in org.kie.workbench.common.dmn.api.definition.model that return BackgroundSet Modifier and Type Method Description BackgroundSetBusinessKnowledgeModel. getBackgroundSet()BackgroundSetDecision. getBackgroundSet()BackgroundSetDecisionService. getBackgroundSet()BackgroundSetInputData. getBackgroundSet()BackgroundSetKnowledgeSource. getBackgroundSet()BackgroundSetTextAnnotation. getBackgroundSet()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type BackgroundSet Modifier and Type Method Description voidBusinessKnowledgeModel. setBackgroundSet(BackgroundSet backgroundSet)voidDecision. setBackgroundSet(BackgroundSet backgroundSet)voidDecisionService. setBackgroundSet(BackgroundSet backgroundSet)voidInputData. setBackgroundSet(BackgroundSet backgroundSet)voidKnowledgeSource. setBackgroundSet(BackgroundSet backgroundSet)voidTextAnnotation. setBackgroundSet(BackgroundSet backgroundSet)
-