org.camunda.bpm.extension.osgi.commands.completer
Class ProcessDefinitionCompleter

java.lang.Object
  extended by org.camunda.bpm.extension.osgi.commands.completer.ProcessDefinitionCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class ProcessDefinitionCompleter
extends Object
implements org.apache.karaf.shell.console.Completer

Autocomplete helper lists available process definition ids..


Constructor Summary
ProcessDefinitionCompleter(org.camunda.bpm.engine.ProcessEngine engine)
           
 
Method Summary
 int complete(String s, int i, List<String> strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionCompleter

public ProcessDefinitionCompleter(org.camunda.bpm.engine.ProcessEngine engine)
Method Detail

complete

public int complete(String s,
                    int i,
                    List<String> strings)
Specified by:
complete in interface org.apache.karaf.shell.console.Completer


Copyright © 2016 camunda services GmbH. All rights reserved.