Tabnine Logo
FlowStep.getName
Code IndexAdd Tabnine to your IDE (free)

How to use
getName
method
in
org.springframework.batch.core.job.flow.FlowStep

Best Java code snippets using org.springframework.batch.core.job.flow.FlowStep.getName (Showing top 4 results out of 315)

origin: spring-projects/spring-batch

/**
 * Ensure that the flow is set.
 * @see AbstractStep#afterPropertiesSet()
 */
@Override
public void afterPropertiesSet() throws Exception {
  Assert.state(flow != null, "A Flow must be provided");
  if (getName()==null) {
    setName(flow.getName());
  }
  super.afterPropertiesSet();
}
origin: org.springframework.batch/spring-batch-core

/**
 * Ensure that the flow is set.
 * @see AbstractStep#afterPropertiesSet()
 */
@Override
public void afterPropertiesSet() throws Exception {
  Assert.state(flow != null, "A Flow must be provided");
  if (getName()==null) {
    setName(flow.getName());
  }
  super.afterPropertiesSet();
}
origin: apache/servicemix-bundles

/**
 * Ensure that the flow is set.
 * @see AbstractStep#afterPropertiesSet()
 */
@Override
public void afterPropertiesSet() throws Exception {
  Assert.state(flow != null, "A Flow must be provided");
  if (getName()==null) {
    setName(flow.getName());
  }
  super.afterPropertiesSet();
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

/**
 * Ensure that the flow is set.
 * @see AbstractStep#afterPropertiesSet()
 */
@Override
public void afterPropertiesSet() throws Exception {
  Assert.state(flow != null, "A Flow must be provided");
  if (getName()==null) {
    setName(flow.getName());
  }
  super.afterPropertiesSet();
}
org.springframework.batch.core.job.flowFlowStepgetName

Popular methods of FlowStep

  • <init>
    Constructor for a FlowStep that sets the flow and of the step explicitly.
  • setFlow
    Public setter for the flow.
  • afterPropertiesSet
    Ensure that the flow is set.
  • getJobRepository
  • setName
  • execute
  • setJobRepository

Popular in Java

  • Finding current android device location
  • compareTo (BigDecimal)
  • getSharedPreferences (Context)
  • getApplicationContext (Context)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top PhpStorm 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