Tabnine Logo
AppConfigService
Code IndexAdd Tabnine to your IDE (free)

How to use
AppConfigService
in
org.kie.guvnor.services.config

Best Java code snippets using org.kie.guvnor.services.config.AppConfigService (Showing top 2 results out of 315)

origin: org.kie.guvnor/guvnor-commons-builder

private boolean isIncrementalBuildEnabled() {
  final String value = appConfigService.loadPreferences().get( INCREMENTAL_BUILD_PROPERTY_NAME );
  return Boolean.parseBoolean( value );
}
origin: org.kie.guvnor/guvnor-metadata-widget

  private void sendNewComment( final String text ) {
    newCommentLayout.clear();
    newCommentLayout.add( new Image( ImageResources.INSTANCE.spinner() ) );

    MessageBuilder.createCall( new RemoteCallback<Long>() {
      public void callback( final Long timestamp ) {
        showNewCommentButton();
        metadata.addDiscussion( new DiscussionRecord( timestamp, identity.getName(), text ) );
        makeDirty();
        updateCommentList();
      }
    }, AppConfigService.class ).getTimestamp();
  }
}
org.kie.guvnor.services.configAppConfigService

Most used methods

  • getTimestamp
  • loadPreferences

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • getResourceAsStream (ClassLoader)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Option (scala)
  • Best IntelliJ 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