Uses of Interface
se.conciliate.extensions.publish.custom.settings.ConfigContentSelection
Packages that use ConfigContentSelection
Package
Description
Provides settings for the custom publish, such as what to include when publishing.
-
Uses of ConfigContentSelection in se.conciliate.extensions.publish.custom.settings
Subinterfaces of ConfigContentSelection in se.conciliate.extensions.publish.custom.settingsModifier and TypeInterfaceDescriptioninterface
Includes all available entities.interface
Selects a list of entities.interface
Selects content from a named query.interface
Selects no entities.interface
Selects a subset of models by following breakdowns.Methods in se.conciliate.extensions.publish.custom.settings that return ConfigContentSelectionModifier and TypeMethodDescriptionConfigSettings.getDocumentSelection()
ConfigSettings.getModelSelection()
ConfigSettings.getSymbolSelection()
Methods in se.conciliate.extensions.publish.custom.settings with parameters of type ConfigContentSelectionModifier and TypeMethodDescriptionvoid
ConfigSettings.setDocumentSelection
(ConfigContentSelection selection) void
ConfigSettings.setModelSelection
(ConfigContentSelection selection) void
ConfigSettings.setSymbolSelection
(ConfigContentSelection selection)