Class CallActivityDefinition

java.lang.Object
org.camunda.community.bpmndt.api.CallActivityDefinition

public class CallActivityDefinition extends Object
Represents a concrete call activity during test case execution.
  • Field Details

    • binding

      protected org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding binding
    • businessKey

      protected String businessKey
    • definitionKey

      protected String definitionKey
    • definitionTenantId

      protected String definitionTenantId
    • inputs

      protected boolean inputs
    • outputs

      protected boolean outputs
    • version

      protected Integer version
    • versionTag

      protected String versionTag
  • Constructor Details

    • CallActivityDefinition

      public CallActivityDefinition()
  • Method Details

    • getBinding

      public org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding getBinding()
    • getBusinessKey

      public String getBusinessKey()
    • getDefinitionKey

      public String getDefinitionKey()
    • getDefinitionTenantId

      public String getDefinitionTenantId()
    • getVersion

      public Integer getVersion()
    • getVersionTag

      public String getVersionTag()
    • hasInputs

      public boolean hasInputs()
      Determines if the call activity defines a mapping under "In mapping" in tab "Variables".
      Returns:
      true, if input variables are mapped. Otherwise false.
    • hasOutputs

      public boolean hasOutputs()
      Determines if the call activity defines a mapping under "Out mapping" in tab "Variables".
      Returns:
      true, if output variables are mapped. Otherwise false.