Tabnine Logo
aQute.bnd.annotation.metatype
Code IndexAdd Tabnine to your IDE (free)

How to use aQute.bnd.annotation.metatype

Best Java code snippets using aQute.bnd.annotation.metatype (Showing top 20 results out of 315)

origin: com.liferay/com.liferay.dynamic.data.mapping.api

@Meta.AD(
  deflt = "51200", description = "small-image-max-size-description",
  name = "small-image-max-size", required = false
)
public int smallImageMaxSize();
origin: com.liferay/com.liferay.exportimport.service

@Meta.AD(
  deflt = "true", description = "validate-layout-references-help",
  name = "validate-layout-references", required = false
)
public boolean validateLayoutReferences();
origin: com.liferay/com.liferay.wiki.api

@Meta.AD(
  deflt = "${resource:com/liferay/wiki/configuration/dependencies/email_page_added_subject.tmpl}",
  name = "email-page-added-subject", required = false
)
public LocalizedValuesMap emailPageAddedSubject();
origin: com.liferay/com.liferay.wiki.api

@Meta.AD(
  deflt = "${resource:com/liferay/wiki/configuration/dependencies/email_page_updated_body.tmpl}",
  name = "email-page-updated-body", required = false
)
public LocalizedValuesMap emailPageUpdatedBody();
origin: com.liferay/com.liferay.portal.search.api

@Meta.AD(
  deflt = "com.liferay.asset.kernel.model.AssetCategory|com.liferay.asset.kernel.model.AssetEntry|com.liferay.asset.kernel.model.AssetVocabulary|com.liferay.calendar.model.Calendar|com.liferay.configuration.admin.web.model.ConfigurationModel|com.liferay.document.library.kernel.model.DLFileEntryMetadata|com.liferay.exportimport.kernel.model.ExportImportConfiguration|com.liferay.message.boards.model.MBThread|com.liferay.portal.kernel.model.Contact|com.liferay.portal.kernel.model.Organization|com.liferay.portal.kernel.model.UserGroup|com.liferay.portal.kernel.plugin.PluginPackage|com.liferay.trash.model.TrashEntry|com.liferay.wiki.model.WikiNode",
  name = "excluded-entry-class-names", required = false
)
public String[] excludedEntryClassNames();
origin: com.liferay/com.liferay.portal.search.api

@Meta.AD(
  deflt = "0",
  description = "permission-filtered-search-result-accurate-count-threshold-help",
  name = "permission-filtered-search-result-accurate-count-threshold",
  required = false
)
public int permissionFilteredSearchResultAccurateCountThreshold();
origin: com.liferay/com.liferay.blogs.api

/**
 * Set the interval in minutes on how often CheckEntryMessageListener will
 * run to check for and display blog entries scheduled to display.
 */
@Meta.AD(deflt = "1", name = "entry-check-interval", required = false)
public int entryCheckInterval();
origin: com.liferay/com.liferay.blogs.api

/**
 * Set the interval on which the LinkbackMessageListener will run. The value
 * is set in one minute increments.
 */
@Meta.AD(deflt = "5", name = "linkback-job-interval", required = false)
public int linkbackJobInterval();
origin: com.liferay/com.liferay.captcha.api

@Meta.AD(
  deflt = "1", description = "max-challenges-help",
  name = "max-challenges", required = false
)
public int maxChallenges();
origin: com.liferay/com.liferay.captcha.api

@Meta.AD(
  deflt = "false", name = "message-boards-edit-message-captcha-enabled",
  required = false
)
public boolean messageBoardsEditMessageCaptchaEnabled();
origin: com.liferay/com.liferay.captcha.api

@Meta.AD(
  deflt = "com.liferay.captcha.simplecaptcha.SimpleCaptchaImpl",
  description = "captcha-engine-help", name = "captcha-engine",
  optionLabels = {"SimpleCaptcha", "reCAPTCHA"},
  optionValues = {
    "com.liferay.captcha.simplecaptcha.SimpleCaptchaImpl",
    "com.liferay.captcha.recaptcha.ReCaptchaImpl"
  },
  required = false
)
public String captchaEngine();
origin: com.liferay/com.liferay.captcha.api

@Meta.AD(
  deflt = "https://www.google.com/recaptcha/api/siteverify",
  name = "recaptcha-verify-url", required = false
)
public String reCaptchaVerifyURL();
origin: com.liferay/com.liferay.captcha.api

@Meta.AD(
  deflt = "com.liferay.captcha.simplecaptcha.DictionaryWordTextProducer|com.liferay.captcha.simplecaptcha.PinNumberTextProducer|nl.captcha.text.producer.DefaultTextProducer|nl.captcha.text.producer.FiveLetterFirstNameTextProducer",
  description = "simple-captcha-text-producers-help",
  name = "simple-captcha-text-producers", required = false
)
public String[] simpleCaptchaTextProducers();
origin: com.liferay/com.liferay.captcha.api

@Meta.AD(
  deflt = "nl.captcha.text.renderer.DefaultWordRenderer",
  description = "simple-captcha-word-renderers-help",
  name = "simple-captcha-word-renderers", required = false
)
public String[] simpleCaptchaWordRenderers();
origin: com.liferay/com.liferay.asset.publisher.web

/**
 * Set the name of the display style which will be used by default.
 *
 * @return default display style.
 */
@Meta.AD(
  deflt = "abstracts",
  description = "default-display-style-key-description",
  name = "default-display-style", required = false
)
public String defaultDisplayStyle();
origin: com.liferay/com.liferay.wiki.api

/**
 * Set the default wiki format.
 */
@Meta.AD(deflt = "creole", name = "default-format", required = false)
public String defaultFormat();
origin: com.liferay/com.liferay.wiki.api

@Meta.AD(
  deflt = "alloyeditor_creole", name = "get-creole-editor",
  required = false
)
public String getCreoleEditor();
origin: com.liferay/com.liferay.wiki.api

/**
 * Set this to <code>true</code> to enable social activity notifications on
 * minor edits of a wiki page.
 */
@Meta.AD(
  deflt = "true", name = "page-minor-edit-add-social-activity",
  required = false
)
public boolean pageMinorEditAddSocialActivity();
origin: com.liferay/com.liferay.wiki.api

@Meta.AD(
  deflt = "${server-property://com.liferay.portal/rss.feed.display.style.default}",
  name = "rss-display-style", required = false
)
public String rssDisplayStyle();
origin: com.liferay/com.liferay.wiki.api

@Meta.AD(
  deflt = "${server-property://com.liferay.portal/rss.feed.type.default}",
  name = "rss-feed-type", required = false
)
public String rssFeedType();
aQute.bnd.annotation.metatype

Most used classes

  • Meta$AD
  • Meta$OCD
  • Configurable
  • Configurable$ConfigurableHandler
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