Package pl.net.bluesoft.rnd.pt.ext.bpmnotifications.service

Examples of pl.net.bluesoft.rnd.pt.ext.bpmnotifications.service.TemplateArgumentDescription


        descr(_TASK_LINK, "If task exists, this is url link for webbrowser to this task", i18NSource)
    );
  }

  private TemplateArgumentDescription descr(String name, String i18NKey, I18NSource i18NSource) {
    return new TemplateArgumentDescription(name, i18NSource.getMessage(i18NKey));
  }
View Full Code Here

TOP

Related Classes of pl.net.bluesoft.rnd.pt.ext.bpmnotifications.service.TemplateArgumentDescription

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.