Package de.danet.an.workflow.localcoreapi

Examples of de.danet.an.workflow.localcoreapi.WfProcessLocal.description()


    public Info activityInfo () {
  WfProcessLocal proc = containerLocal();
  return new Info
      (uniqueKey(),
       name(), description (), priority(), lastStateTime(),
       getPaProcessName(), proc.description());
    }

    /**
     * Returns the key of the "parent" block activity. All activities
     * implicitly created by a block activity share the same block
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.