Codota Logo
GetTasksByStatusByProcessInstanceIdCommand.getStatuses
Code IndexAdd Codota to your IDE (free)

How to use
getStatuses
method
in
org.kie.remote.jaxb.gen.GetTasksByStatusByProcessInstanceIdCommand

Best Java code snippets using org.kie.remote.jaxb.gen.GetTasksByStatusByProcessInstanceIdCommand.getStatuses (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: org.kie.remote/kie-remote-client

@Override
public List<TaskSummary> getTasksByStatusByProcessInstanceId( long processInstanceId, List<Status> status, String language ) {
  GetTasksByStatusByProcessInstanceIdCommand cmd = new GetTasksByStatusByProcessInstanceIdCommand();
  cmd.setProcessInstanceId(processInstanceId);
  if( status != null ) {
    cmd.getStatuses().addAll(status);
  }
  // no query filter for language
  return executeCommand(cmd);
}
org.kie.remote.jaxb.genGetTasksByStatusByProcessInstanceIdCommandgetStatuses

Javadoc

Gets the value of the statuses property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the statuses property.

For example, to add a new item, do as follows:

 
getStatuses().add(newItem); 

Objects of the following type(s) are allowed in the list Status

Popular methods of GetTasksByStatusByProcessInstanceIdCommand

  • <init>
  • setProcessInstanceId
    Sets the value of the processInstanceId property.

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSupportFragmentManager (FragmentActivity)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • setContentView (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • IOException (java.io)
    Signals that an I/O exception of some sort has occurred. This class is the general class of exceptio
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now