Package org.apromore.manager.model_portal

Examples of org.apromore.manager.model_portal.ReadProcessSummariesInputMsgType


  }

  public List<ProcessSummaryType> getList() {

    ReadProcessSummariesOutputMsgType sumout = serviceport
        .readProcessSummaries(new ReadProcessSummariesInputMsgType());
    ProcessSummariesType summaries = sumout.getProcessSummaries();
    return summaries.getProcessSummary();
  }
View Full Code Here

TOP

Related Classes of org.apromore.manager.model_portal.ReadProcessSummariesInputMsgType

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.