congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
BusinessRuleTask.setCamundaTopic
Code IndexAdd Tabnine to your IDE (free)

How to use
setCamundaTopic
method
in
org.camunda.bpm.model.bpmn.instance.BusinessRuleTask

Best Java code snippets using org.camunda.bpm.model.bpmn.instance.BusinessRuleTask.setCamundaTopic (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

/**
 * Sets the camunda topic attribute. This is only meaningful when
 * the {@link #camundaType(String)} attribute has the value <code>external</code>.
 *
 * @param camundaTopic the topic to set
 * @return the builder object
 */
public B camundaTopic(String camundaTopic) {
 element.setCamundaTopic(camundaTopic);
 return myself;
}
origin: org.camunda.bpm.model/camunda-bpmn-model

/**
 * Sets the camunda topic attribute. This is only meaningful when
 * the {@link #camundaType(String)} attribute has the value <code>external</code>.
 *
 * @param camundaTopic the topic to set
 * @return the builder object
 */
public B camundaTopic(String camundaTopic) {
 element.setCamundaTopic(camundaTopic);
 return myself;
}
origin: camunda/camunda-bpmn-model

/**
 * Sets the camunda topic attribute. This is only meaningful when
 * the {@link #camundaType(String)} attribute has the value <code>external</code>.
 *
 * @param camundaTopic the topic to set
 * @return the builder object
 */
public B camundaTopic(String camundaTopic) {
 element.setCamundaTopic(camundaTopic);
 return myself;
}
org.camunda.bpm.model.bpmn.instanceBusinessRuleTasksetCamundaTopic

Popular methods of BusinessRuleTask

  • setCamundaClass
  • setCamundaDecisionRef
  • setCamundaExpression
  • setCamundaDecisionRefBinding
  • setCamundaDecisionRefTenantId
  • setCamundaDecisionRefVersion
  • setCamundaDecisionRefVersionTag
  • setCamundaDelegateExpression
  • setCamundaMapDecisionResult
  • setCamundaResultVariable
  • setCamundaTaskPriority
  • setCamundaType
  • setCamundaTaskPriority,
  • setCamundaType,
  • setImplementation,
  • removeAttributeNs

Popular in Java

  • Start an intent from android
  • setRequestProperty (URLConnection)
  • getApplicationContext (Context)
  • startActivity (Activity)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • JCheckBox (javax.swing)
  • JOptionPane (javax.swing)
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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