Class IntegrationContextBuilder


  • public class IntegrationContextBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.activiti.api.process.model.IntegrationContext from​(org.activiti.engine.delegate.DelegateExecution execution)  
      org.activiti.api.process.model.IntegrationContext from​(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextEntity integrationContextEntity, org.activiti.engine.delegate.DelegateExecution execution)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • from

        public org.activiti.api.process.model.IntegrationContext from​(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextEntity integrationContextEntity,
                                                                      org.activiti.engine.delegate.DelegateExecution execution)
      • from

        public org.activiti.api.process.model.IntegrationContext from​(org.activiti.engine.delegate.DelegateExecution execution)