Package de.danet.an.workflow.api.Activity

Examples of de.danet.an.workflow.api.Activity.Info


     *
     * @return the resulting <code>Activity.Info</code> value
     */
    public Info activityInfo () {
  WfProcessLocal proc = containerLocal();
  return new Info
      (uniqueKey(),
       name(), description (), priority(), lastStateTime(),
       getPaProcessName(), proc.description());
    }
View Full Code Here

TOP

Related Classes of de.danet.an.workflow.api.Activity.Info

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.