Package | Description |
---|---|
org.camunda.bpm.model.dmn.impl.instance | |
org.camunda.bpm.model.dmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
InputDataImpl |
Modifier and Type | Field and Description |
---|---|
protected static ElementReferenceCollection<InputData,InputDataReference> |
DecisionServiceImpl.inputDataRefCollection |
protected static ElementReference<InputData,RequiredInputReference> |
InformationRequirementImpl.requiredInputRef |
protected static ElementReference<InputData,RequiredInputReference> |
AuthorityRequirementImpl.requiredInputRef |
Modifier and Type | Method and Description |
---|---|
InputData |
InformationRequirementImpl.getRequiredInput() |
InputData |
AuthorityRequirementImpl.getRequiredInput() |
Modifier and Type | Method and Description |
---|---|
Collection<InputData> |
DecisionServiceImpl.getInputData() |
Modifier and Type | Method and Description |
---|---|
void |
InformationRequirementImpl.setRequiredInput(InputData requiredInput) |
void |
AuthorityRequirementImpl.setRequiredInput(InputData requiredInput) |
Modifier and Type | Method and Description |
---|---|
InputData |
InformationRequirement.getRequiredInput() |
InputData |
AuthorityRequirement.getRequiredInput() |
Modifier and Type | Method and Description |
---|---|
Collection<InputData> |
DecisionService.getInputData() |
Modifier and Type | Method and Description |
---|---|
void |
InformationRequirement.setRequiredInput(InputData requiredInput) |
void |
AuthorityRequirement.setRequiredInput(InputData requiredInput) |
Copyright © 2022. All rights reserved.