Uses of Interface
org.camunda.bpm.model.cmmn.instance.InputsCaseParameter
-
Packages that use InputsCaseParameter Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of InputsCaseParameter in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement InputsCaseParameter Modifier and Type Class Description classInputsCaseParameterImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type InputsCaseParameter Modifier and Type Field Description protected static ChildElementCollection<InputsCaseParameter>TaskImpl. inputsCollectionDeprecated.Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type InputsCaseParameter Modifier and Type Method Description java.util.Collection<InputsCaseParameter>TaskImpl. getInputs() -
Uses of InputsCaseParameter in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type InputsCaseParameter Modifier and Type Method Description java.util.Collection<InputsCaseParameter>Task. getInputs()Deprecated.
-