Uses of Interface
org.camunda.bpm.model.cmmn.instance.Parameter
-
Packages that use Parameter Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Parameter in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Parameter Modifier and Type Class Description class
CaseParameterImpl
class
DecisionParameterImpl
class
InputCaseParameterImpl
class
InputDecisionParameterImpl
class
InputProcessParameterImpl
class
InputsCaseParameterImpl
class
OutputCaseParameterImpl
class
OutputDecisionParameterImpl
class
OutputProcessParameterImpl
class
OutputsCaseParameterImpl
class
ParameterImpl
class
ProcessParameterImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Parameter Modifier and Type Field Description protected static AttributeReference<Parameter>
ParameterMappingImpl. sourceRefAttribute
protected static AttributeReference<Parameter>
ParameterMappingImpl. targetRefAttribute
Methods in org.camunda.bpm.model.cmmn.impl.instance that return Parameter Modifier and Type Method Description Parameter
ParameterMappingImpl. getSource()
Parameter
ParameterMappingImpl. getTarget()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Parameter Modifier and Type Method Description void
ParameterMappingImpl. setSource(Parameter parameter)
void
ParameterMappingImpl. setTarget(Parameter parameter)
-
Uses of Parameter in org.camunda.bpm.model.cmmn.instance
Subinterfaces of Parameter in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interface
CaseParameter
interface
DecisionParameter
interface
InputCaseParameter
interface
InputDecisionParameter
interface
InputProcessParameter
interface
InputsCaseParameter
interface
OutputCaseParameter
interface
OutputDecisionParameter
interface
OutputProcessParameter
interface
OutputsCaseParameter
interface
ProcessParameter
Methods in org.camunda.bpm.model.cmmn.instance that return Parameter Modifier and Type Method Description Parameter
ParameterMapping. getSource()
Parameter
ParameterMapping. getTarget()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Parameter Modifier and Type Method Description void
ParameterMapping. setSource(Parameter parameter)
void
ParameterMapping. setTarget(Parameter parameter)
-