Interface IntegrationContext


  • public interface IntegrationContext
    • Method Detail

      • getProcessInstanceId

        String getProcessInstanceId()
      • getParentProcessInstanceId

        String getParentProcessInstanceId()
      • getExecutionId

        String getExecutionId()
      • getProcessDefinitionId

        String getProcessDefinitionId()
      • getProcessDefinitionKey

        String getProcessDefinitionKey()
      • getProcessDefinitionVersion

        Integer getProcessDefinitionVersion()
      • getBusinessKey

        String getBusinessKey()
      • getConnectorType

        String getConnectorType()
      • getAppVersion

        String getAppVersion()
      • getClientId

        String getClientId()
      • getClientName

        String getClientName()
      • getClientType

        String getClientType()
      • addOutBoundVariable

        void addOutBoundVariable​(String name,
                                 Object value)
      • addOutBoundVariables

        void addOutBoundVariables​(Map<String,​Object> variables)
      • getInBoundVariable

        <T> T getInBoundVariable​(String name)
      • getInBoundVariable

        <T> T getInBoundVariable​(String name,
                                 Class<T> type)
      • getOutBoundVariable

        <T> T getOutBoundVariable​(String name)
      • getOutBoundVariable

        <T> T getOutBoundVariable​(String name,
                                  Class<T> type)