Examples of ToolAppActivityType


Examples of com.starflow.wf.engine.core.activity.ToolAppActivityType

    else if(Constants.ACT_TYPE_END.equalsIgnoreCase(type))
      return new EndActivityType();
    else if(Constants.ACT_TYPE_MANUL.equalsIgnoreCase(type))
      return new ManualActivityType();
    else if(Constants.ACT_TYPE_TOOLAPP.equalsIgnoreCase(type))
      return new ToolAppActivityType();
    else if(Constants.ACT_TYPE_SUBPROCESS.equalsIgnoreCase(type))
      return new SubFlowActivityType();
    else
      throw new ProcessEngineException("环节类型值不正确,Type="+type);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.