jBPM Console NG - Process Runtime Backend 6.2.0.CR3

org.jbpm.console.ng.pr.backend.server
Class ProcessInstanceServiceImpl

java.lang.Object
  extended by org.jbpm.console.ng.pr.backend.server.ProcessInstanceServiceImpl
All Implemented Interfaces:
GenericServiceEntryPoint<ProcessInstanceKey,ProcessInstanceSummary>, ProcessInstanceService

@ApplicationScoped
public class ProcessInstanceServiceImpl
extends Object
implements ProcessInstanceService


Constructor Summary
ProcessInstanceServiceImpl()
           
 
Method Summary
 org.uberfire.paging.PageResponse<ProcessInstanceSummary> getData(QueryFilter filter)
           
 ProcessInstanceSummary getItem(ProcessInstanceKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceServiceImpl

public ProcessInstanceServiceImpl()
Method Detail

getData

public org.uberfire.paging.PageResponse<ProcessInstanceSummary> getData(QueryFilter filter)
Specified by:
getData in interface GenericServiceEntryPoint<ProcessInstanceKey,ProcessInstanceSummary>

getItem

public ProcessInstanceSummary getItem(ProcessInstanceKey key)
Specified by:
getItem in interface GenericServiceEntryPoint<ProcessInstanceKey,ProcessInstanceSummary>

jBPM Console NG - Process Runtime Backend 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.