Package hu.sztaki.lpds.pgportal.beans

Examples of hu.sztaki.lpds.pgportal.beans.SingleJobRepositoryItemBean


               
                try {

                    Vector<ASMRepositoryItemBean> workflows = asmService.getWorkflowsFromRepository(developer, RepositoryItemTypeConstants.Application);
                    for(ASMRepositoryItemBean item: workflows){
                    SingleJobRepositoryItemBean itemBean = new SingleJobRepositoryItemBean();
                    itemBean.setExportText(item.getExportText());
                    itemBean.setExportType(item.getExportType());
                    itemBean.setId(item.getId());
                    itemBean.setItemID(item.getItemID());
                    itemBean.setUserID(item.getUserID());
                    itemBean.setUserName(screenName);
                    workflowsInRepository.add(itemBean);
                            }
                   
                } catch (Exception ex) {
                    Logger.getLogger(SingleJobWizardPortlet.class.getName()).log(Level.SEVERE, null, ex);
View Full Code Here

TOP

Related Classes of hu.sztaki.lpds.pgportal.beans.SingleJobRepositoryItemBean

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.