Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDMNElementReference> |
JSITOrganizationUnit.addAllDecisionMade(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionMade
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllDecisionMaker(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionMaker
|
<D extends JSITDMNElementReference> |
JSITOrganizationUnit.addAllDecisionOwned(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionOwned
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllDecisionOwner(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionOwner
|
<D extends JSITDMNElementReference> |
JSITElementCollection.addAllDrgElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of drgElement
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllEncapsulatedDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of encapsulatedDecision
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllImpactedPerformanceIndicator(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of impactedPerformanceIndicator
|
<D extends JSITDMNElementReference> |
JSITPerformanceIndicator.addAllImpactingDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of impactingDecision
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllInputData(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputData
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllInputDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputDecision
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllOutputDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of outputDecision
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllSupportedObjective(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of supportedObjective
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllUsingProcess(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of usingProcess
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllUsingTask(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of usingTask
|
<D extends JSITDMNElementReference> |
JSITOrganizationUnit.addDecisionMade(D element)
Appends the specified element to the end of decisionMade
|
<D extends JSITDMNElementReference> |
JSITDecision.addDecisionMaker(D element)
Appends the specified element to the end of decisionMaker
|
<D extends JSITDMNElementReference> |
JSITOrganizationUnit.addDecisionOwned(D element)
Appends the specified element to the end of decisionOwned
|
<D extends JSITDMNElementReference> |
JSITDecision.addDecisionOwner(D element)
Appends the specified element to the end of decisionOwner
|
<D extends JSITDMNElementReference> |
JSITElementCollection.addDrgElement(D element)
Appends the specified element to the end of drgElement
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addEncapsulatedDecision(D element)
Appends the specified element to the end of encapsulatedDecision
|
<D extends JSITDMNElementReference> |
JSITDecision.addImpactedPerformanceIndicator(D element)
Appends the specified element to the end of impactedPerformanceIndicator
|
<D extends JSITDMNElementReference> |
JSITPerformanceIndicator.addImpactingDecision(D element)
Appends the specified element to the end of impactingDecision
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addInputData(D element)
Appends the specified element to the end of inputData
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addInputDecision(D element)
Appends the specified element to the end of inputDecision
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addOutputDecision(D element)
Appends the specified element to the end of outputDecision
|
<D extends JSITDMNElementReference> |
JSITDecision.addSupportedObjective(D element)
Appends the specified element to the end of supportedObjective
|
<D extends JSITDMNElementReference> |
JSITDecision.addUsingProcess(D element)
Appends the specified element to the end of usingProcess
|
<D extends JSITDMNElementReference> |
JSITDecision.addUsingTask(D element)
Appends the specified element to the end of usingTask
|
Modifier and Type | Method and Description |
---|---|
JSITDMNElementReference |
JSITKnowledgeSource.getOwner()
Native getter for owner
|
JSITDMNElementReference |
JSITAuthorityRequirement.getRequiredAuthority()
Native getter for requiredAuthority
|
JSITDMNElementReference |
JSITInformationRequirement.getRequiredDecision()
Native getter for requiredDecision
|
JSITDMNElementReference |
JSITAuthorityRequirement.getRequiredDecision()
Native getter for requiredDecision
|
JSITDMNElementReference |
JSITInformationRequirement.getRequiredInput()
Native getter for requiredInput
|
JSITDMNElementReference |
JSITAuthorityRequirement.getRequiredInput()
Native getter for requiredInput
|
JSITDMNElementReference |
JSITKnowledgeRequirement.getRequiredKnowledge()
Native getter for requiredKnowledge
|
JSITDMNElementReference |
JSITAssociation.getSourceRef()
Native getter for sourceRef
|
JSITDMNElementReference |
JSITAssociation.getTargetRef()
Native getter for targetRef
|
Modifier and Type | Method and Description |
---|---|
List<JSITDMNElementReference> |
JSITOrganizationUnit.getDecisionMade()
READ-ONLY getter for decisionMade as a
List |
List<JSITDMNElementReference> |
JSITDecision.getDecisionMaker()
READ-ONLY getter for decisionMaker as a
List |
List<JSITDMNElementReference> |
JSITOrganizationUnit.getDecisionOwned()
READ-ONLY getter for decisionOwned as a
List |
List<JSITDMNElementReference> |
JSITDecision.getDecisionOwner()
READ-ONLY getter for decisionOwner as a
List |
List<JSITDMNElementReference> |
JSITElementCollection.getDrgElement()
READ-ONLY getter for drgElement as a
List |
List<JSITDMNElementReference> |
JSITDecisionService.getEncapsulatedDecision()
READ-ONLY getter for encapsulatedDecision as a
List |
List<JSITDMNElementReference> |
JSITDecision.getImpactedPerformanceIndicator()
READ-ONLY getter for impactedPerformanceIndicator as a
List |
List<JSITDMNElementReference> |
JSITPerformanceIndicator.getImpactingDecision()
READ-ONLY getter for impactingDecision as a
List |
List<JSITDMNElementReference> |
JSITDecisionService.getInputData()
READ-ONLY getter for inputData as a
List |
List<JSITDMNElementReference> |
JSITDecisionService.getInputDecision()
READ-ONLY getter for inputDecision as a
List |
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITOrganizationUnit.getNativeDecisionMade()
Native getter for decisionMade
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecision.getNativeDecisionMaker()
Native getter for decisionMaker
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITOrganizationUnit.getNativeDecisionOwned()
Native getter for decisionOwned
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecision.getNativeDecisionOwner()
Native getter for decisionOwner
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITElementCollection.getNativeDrgElement()
Native getter for drgElement
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecisionService.getNativeEncapsulatedDecision()
Native getter for encapsulatedDecision
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecision.getNativeImpactedPerformanceIndicator()
Native getter for impactedPerformanceIndicator
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITPerformanceIndicator.getNativeImpactingDecision()
Native getter for impactingDecision
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecisionService.getNativeInputData()
Native getter for inputData
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecisionService.getNativeInputDecision()
Native getter for inputDecision
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecisionService.getNativeOutputDecision()
Native getter for outputDecision
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecision.getNativeSupportedObjective()
Native getter for supportedObjective
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecision.getNativeUsingProcess()
Native getter for usingProcess
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
JSITDecision.getNativeUsingTask()
Native getter for usingTask
|
List<JSITDMNElementReference> |
JSITDecisionService.getOutputDecision()
READ-ONLY getter for outputDecision as a
List |
List<JSITDMNElementReference> |
JSITDecision.getSupportedObjective()
READ-ONLY getter for supportedObjective as a
List |
List<JSITDMNElementReference> |
JSITDecision.getUsingProcess()
READ-ONLY getter for usingProcess as a
List |
List<JSITDMNElementReference> |
JSITDecision.getUsingTask()
READ-ONLY getter for usingTask as a
List |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDMNElementReference> |
JSITOrganizationUnit.addAllDecisionMade(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionMade
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllDecisionMaker(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionMaker
|
<D extends JSITDMNElementReference> |
JSITOrganizationUnit.addAllDecisionOwned(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionOwned
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllDecisionOwner(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of decisionOwner
|
<D extends JSITDMNElementReference> |
JSITElementCollection.addAllDrgElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of drgElement
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllEncapsulatedDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of encapsulatedDecision
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllImpactedPerformanceIndicator(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of impactedPerformanceIndicator
|
<D extends JSITDMNElementReference> |
JSITPerformanceIndicator.addAllImpactingDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of impactingDecision
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllInputData(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputData
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllInputDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputDecision
|
<D extends JSITDMNElementReference> |
JSITDecisionService.addAllOutputDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of outputDecision
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllSupportedObjective(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of supportedObjective
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllUsingProcess(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of usingProcess
|
<D extends JSITDMNElementReference> |
JSITDecision.addAllUsingTask(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of usingTask
|
void |
JSITKnowledgeSource.setOwner(JSITDMNElementReference ownerParam)
Setter for owner
|
void |
JSITAuthorityRequirement.setRequiredAuthority(JSITDMNElementReference requiredAuthorityParam)
Setter for requiredAuthority
|
void |
JSITInformationRequirement.setRequiredDecision(JSITDMNElementReference requiredDecisionParam)
Setter for requiredDecision
|
void |
JSITAuthorityRequirement.setRequiredDecision(JSITDMNElementReference requiredDecisionParam)
Setter for requiredDecision
|
void |
JSITInformationRequirement.setRequiredInput(JSITDMNElementReference requiredInputParam)
Setter for requiredInput
|
void |
JSITAuthorityRequirement.setRequiredInput(JSITDMNElementReference requiredInputParam)
Setter for requiredInput
|
void |
JSITKnowledgeRequirement.setRequiredKnowledge(JSITDMNElementReference requiredKnowledgeParam)
Setter for requiredKnowledge
|
void |
JSITAssociation.setSourceRef(JSITDMNElementReference sourceRefParam)
Setter for sourceRef
|
void |
JSITAssociation.setTargetRef(JSITDMNElementReference targetRefParam)
Setter for targetRef
|
Modifier and Type | Method and Description |
---|---|
void |
JSITOrganizationUnit.setDecisionMade(List<JSITDMNElementReference> decisionMadeParam)
Setter for decisionMade as a
List |
void |
JSITDecision.setDecisionMaker(List<JSITDMNElementReference> decisionMakerParam)
Setter for decisionMaker as a
List |
void |
JSITOrganizationUnit.setDecisionOwned(List<JSITDMNElementReference> decisionOwnedParam)
Setter for decisionOwned as a
List |
void |
JSITDecision.setDecisionOwner(List<JSITDMNElementReference> decisionOwnerParam)
Setter for decisionOwner as a
List |
void |
JSITElementCollection.setDrgElement(List<JSITDMNElementReference> drgElementParam)
Setter for drgElement as a
List |
void |
JSITDecisionService.setEncapsulatedDecision(List<JSITDMNElementReference> encapsulatedDecisionParam)
Setter for encapsulatedDecision as a
List |
void |
JSITDecision.setImpactedPerformanceIndicator(List<JSITDMNElementReference> impactedPerformanceIndicatorParam)
Setter for impactedPerformanceIndicator as a
List |
void |
JSITPerformanceIndicator.setImpactingDecision(List<JSITDMNElementReference> impactingDecisionParam)
Setter for impactingDecision as a
List |
void |
JSITDecisionService.setInputData(List<JSITDMNElementReference> inputDataParam)
Setter for inputData as a
List |
void |
JSITDecisionService.setInputDecision(List<JSITDMNElementReference> inputDecisionParam)
Setter for inputDecision as a
List |
void |
JSITOrganizationUnit.setNativeDecisionMade(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionMadeParam)
Setter for decisionMade
|
void |
JSITDecision.setNativeDecisionMaker(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionMakerParam)
Setter for decisionMaker
|
void |
JSITOrganizationUnit.setNativeDecisionOwned(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionOwnedParam)
Setter for decisionOwned
|
void |
JSITDecision.setNativeDecisionOwner(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionOwnerParam)
Setter for decisionOwner
|
void |
JSITElementCollection.setNativeDrgElement(jsinterop.base.JsArrayLike<JSITDMNElementReference> drgElementParam)
Setter for drgElement
|
void |
JSITDecisionService.setNativeEncapsulatedDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> encapsulatedDecisionParam)
Setter for encapsulatedDecision
|
void |
JSITDecision.setNativeImpactedPerformanceIndicator(jsinterop.base.JsArrayLike<JSITDMNElementReference> impactedPerformanceIndicatorParam)
Setter for impactedPerformanceIndicator
|
void |
JSITPerformanceIndicator.setNativeImpactingDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> impactingDecisionParam)
Setter for impactingDecision
|
void |
JSITDecisionService.setNativeInputData(jsinterop.base.JsArrayLike<JSITDMNElementReference> inputDataParam)
Setter for inputData
|
void |
JSITDecisionService.setNativeInputDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> inputDecisionParam)
Setter for inputDecision
|
void |
JSITDecisionService.setNativeOutputDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> outputDecisionParam)
Setter for outputDecision
|
void |
JSITDecision.setNativeSupportedObjective(jsinterop.base.JsArrayLike<JSITDMNElementReference> supportedObjectiveParam)
Setter for supportedObjective
|
void |
JSITDecision.setNativeUsingProcess(jsinterop.base.JsArrayLike<JSITDMNElementReference> usingProcessParam)
Setter for usingProcess
|
void |
JSITDecision.setNativeUsingTask(jsinterop.base.JsArrayLike<JSITDMNElementReference> usingTaskParam)
Setter for usingTask
|
void |
JSITDecisionService.setOutputDecision(List<JSITDMNElementReference> outputDecisionParam)
Setter for outputDecision as a
List |
void |
JSITDecision.setSupportedObjective(List<JSITDMNElementReference> supportedObjectiveParam)
Setter for supportedObjective as a
List |
void |
JSITDecision.setUsingProcess(List<JSITDMNElementReference> usingProcessParam)
Setter for usingProcess as a
List |
void |
JSITDecision.setUsingTask(List<JSITDMNElementReference> usingTaskParam)
Setter for usingTask as a
List |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.