Tabnine Logo
DecisionDefinitionEntity.setVersionTag
Code IndexAdd Tabnine to your IDE (free)

How to use
setVersionTag
method
in
org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity

Best Java code snippets using org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity.setVersionTag (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

@Override
protected DmnDecisionImpl createFromDecision(DmnElementTransformContext context, Decision decision) {
 DecisionDefinitionEntity decisionDefinition = (DecisionDefinitionEntity) super.createFromDecision(context, decision);
 String category = context.getModelInstance().getDefinitions().getNamespace();
 decisionDefinition.setCategory(category);
 decisionDefinition.setHistoryTimeToLive(ParseUtil.parseHistoryTimeToLive(decision.getCamundaHistoryTimeToLiveString()));
 decisionDefinition.setVersionTag(decision.getVersionTag());
 return decisionDefinition;
}
origin: camunda/camunda-bpm-platform

@Override
protected DmnDecisionImpl createFromDecision(DmnElementTransformContext context, Decision decision) {
 DecisionDefinitionEntity decisionDefinition = (DecisionDefinitionEntity) super.createFromDecision(context, decision);
 String category = context.getModelInstance().getDefinitions().getNamespace();
 decisionDefinition.setCategory(category);
 decisionDefinition.setHistoryTimeToLive(ParseUtil.parseHistoryTimeToLive(decision.getCamundaHistoryTimeToLiveString()));
 decisionDefinition.setVersionTag(decision.getVersionTag());
 return decisionDefinition;
}
origin: org.camunda.bpm/camunda-engine

@Override
protected DmnDecisionImpl createFromDecision(DmnElementTransformContext context, Decision decision) {
 DecisionDefinitionEntity decisionDefinition = (DecisionDefinitionEntity) super.createFromDecision(context, decision);
 String category = context.getModelInstance().getDefinitions().getNamespace();
 decisionDefinition.setCategory(category);
 decisionDefinition.setHistoryTimeToLive(ParseUtil.parseHistoryTimeToLive(decision.getCamundaHistoryTimeToLiveString()));
 decisionDefinition.setVersionTag(decision.getVersionTag());
 return decisionDefinition;
}
org.camunda.bpm.engine.impl.dmn.entity.repositoryDecisionDefinitionEntitysetVersionTag

Popular methods of DecisionDefinitionEntity

  • getPreviousDecisionDefinitionId
  • getTenantId
  • <init>
  • ensurePreviousDecisionDefinitionIdInitialized
  • getId
  • getKey
  • loadDecisionDefinition
    Returns the cached version if exists; does not update the entity from the database in that case
  • resetPreviousDecisionDefinitionId
  • setCategory
  • setDecisionRequirementsDefinitionId
  • setDecisionRequirementsDefinitionKey
  • setHistoryTimeToLive
  • setDecisionRequirementsDefinitionKey,
  • setHistoryTimeToLive,
  • getVersion

Popular in Java

  • Making http post requests using okhttp
  • findViewById (Activity)
  • setScale (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • 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