Tabnine Logo
TElseif.setInvoke
Code IndexAdd Tabnine to your IDE (free)

How to use
setInvoke
method
in
com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif

Best Java code snippets using com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif.setInvoke (Showing top 3 results out of 315)

origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.impl

public static void setActivityToElseIf(Activity activity, TElseif parent) throws BPELException{
  if(activity instanceof Sequence){
    parent.setSequence((TSequence) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Flow ){
    parent.setFlow((TFlow) ((AbstractSchemaElementImpl)activity).getModel());
  } else if( activity instanceof Invoke ){
    parent.setInvoke((TInvoke) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Receive ){
    parent.setReceive((TReceive) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Reply ){
    parent.setReply((TReply) ((AbstractSchemaElementImpl)activity).getModel());
  } else if( activity instanceof Assign ){
    parent.setAssign((TAssign) ((AbstractSchemaElementImpl)activity).getModel());
  } else if( activity instanceof If ){
    parent.setIf((TIf) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Pick ){
    parent.setPick((TPick) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Exit ){
    parent.setExit((TExit) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Empty ){
    parent.setEmpty((TEmpty) ((AbstractSchemaElementImpl)activity).getModel());
  } else if (activity instanceof ForEach){
    parent.setForEach((TForEach) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof While ){
    parent.setWhile((TWhile) ((AbstractSchemaElementImpl)activity).getModel());
  } else {
    //TODO : complete activities
    throw new BPELException("setActivity() not yet implemented for "+activity.getClass().getName());
  }
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

sourceInvoke = this.getInvoke();
TInvoke copyInvoke = ((TInvoke) copyBuilder.copy(sourceInvoke));
copy.setInvoke(copyInvoke);
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

sourceInvoke = this.getInvoke();
TInvoke copyInvoke = ((TInvoke) copyBuilder.copy(sourceInvoke));
copy.setInvoke(copyInvoke);
com.ebmwebsourcing.easybpel.model.bpel.executableTElseifsetInvoke

Javadoc

Sets the value of the invoke property.

Popular methods of TElseif

  • <init>
  • getAssign
    Gets the value of the assign property.
  • getCondition
    Gets the value of the condition property.
  • getEmpty
    Gets the value of the empty property.
  • getExit
    Gets the value of the exit property.
  • getFlow
    Gets the value of the flow property.
  • getForEach
    Gets the value of the forEach property.
  • getIf
    Gets the value of the if property.
  • getInvoke
    Gets the value of the invoke property.
  • getPick
    Gets the value of the pick property.
  • getReceive
    Gets the value of the receive property.
  • getRepeatUntil
    Gets the value of the repeatUntil property.
  • getReceive,
  • getRepeatUntil,
  • getReply,
  • getRethrow,
  • getScope,
  • getSequence,
  • getThrow,
  • getWait,
  • getWhile,
  • setAssign

Popular in Java

  • Making http post requests using okhttp
  • runOnUiThread (Activity)
  • setRequestProperty (URLConnection)
  • findViewById (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Runner (org.openjdk.jmh.runner)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now