jBPM Console NG - Process Runtime Backend 6.2.0.CR3

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

java.lang.Object
  extended by org.jbpm.console.ng.pr.backend.server.ProcessVariablesServiceImpl
All Implemented Interfaces:
GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>, ProcessVariablesService

@ApplicationScoped
public class ProcessVariablesServiceImpl
extends Object
implements ProcessVariablesService


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

Constructor Detail

ProcessVariablesServiceImpl

public ProcessVariablesServiceImpl()
Method Detail

getData

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

getItem

public ProcessVariableSummary getItem(ProcessVariableKey key)
Specified by:
getItem in interface GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>

jBPM Console NG - Process Runtime Backend 6.2.0.CR3

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