Uses of Interface
org.camunda.bpm.model.dmn.instance.InputData
-
Packages that use InputData Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of InputData in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement InputData Modifier and Type Class Description class
InputDataImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type InputData Modifier and Type Field Description protected static ElementReferenceCollection<InputData,InputDataReference>
DecisionServiceImpl. inputDataRefCollection
protected static ElementReference<InputData,RequiredInputReference>
AuthorityRequirementImpl. requiredInputRef
protected static ElementReference<InputData,RequiredInputReference>
InformationRequirementImpl. requiredInputRef
Methods in org.camunda.bpm.model.dmn.impl.instance that return InputData Modifier and Type Method Description InputData
AuthorityRequirementImpl. getRequiredInput()
InputData
InformationRequirementImpl. getRequiredInput()
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type InputData Modifier and Type Method Description Collection<InputData>
DecisionServiceImpl. getInputData()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type InputData Modifier and Type Method Description void
AuthorityRequirementImpl. setRequiredInput(InputData requiredInput)
void
InformationRequirementImpl. setRequiredInput(InputData requiredInput)
-
Uses of InputData in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return InputData Modifier and Type Method Description InputData
AuthorityRequirement. getRequiredInput()
InputData
InformationRequirement. getRequiredInput()
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type InputData Modifier and Type Method Description Collection<InputData>
DecisionService. getInputData()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type InputData Modifier and Type Method Description void
AuthorityRequirement. setRequiredInput(InputData requiredInput)
void
InformationRequirement. setRequiredInput(InputData requiredInput)
-