Package de.danet.an.workflow.internalapi

Examples of de.danet.an.workflow.internalapi.ExtProcessLocal.processDefinition()


     */
    public void invoke (ExtActivityLocal act) {
  try {
      ExtProcessLocal process = (ExtProcessLocal)act.containerLocal();
      ApplicationDefinition appl = (ApplicationDefinition)
    process.processDefinition().applicationById(id());
      Map params = parameterMap (process, act, appl);
      act.invokeTool (appl, params);
      return;
  } catch (InvalidIdException e) {
      // cannot happen since procdef is initially verified
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.