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