Package org.activiti.cdi

Examples of org.activiti.cdi.ActivitiCdiException


  }

  @Override
  public Map<String, Object> getCachedVariables() {
    if(Context.getCommandContext() != null) {
      throw new ActivitiCdiException("Cannot work with cached variables in an activiti command.");
    }
    return getScopedAssociation().getCachedVariables();
  }
View Full Code Here

TOP

Related Classes of org.activiti.cdi.ActivitiCdiException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.