org.jbpm.console.ng.pr.backend.server
Class ProcessVariablesServiceImpl
java.lang.Object
org.jbpm.console.ng.pr.backend.server.ProcessVariablesServiceImpl
- All Implemented Interfaces:
- GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>, ProcessVariablesService
@ApplicationScoped
public class ProcessVariablesServiceImpl
- extends Object
- implements ProcessVariablesService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessVariablesServiceImpl
public ProcessVariablesServiceImpl()
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>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.