Uses of Interface
se.conciliate.extensions.publish.custom.ConfigStep
Packages that use ConfigStep
Package
Description
Provides services for performing a customized publish service.
Provides the different steps available when publishing.
-
Uses of ConfigStep in se.conciliate.extensions.publish.custom
Methods in se.conciliate.extensions.publish.custom that return types with arguments of type ConfigStepModifier and TypeMethodDescriptionCustomPublishConfig.getSteps()
Returns the current steps added to the configuration.Methods in se.conciliate.extensions.publish.custom with parameters of type ConfigStepModifier and TypeMethodDescriptionvoid
CustomPublishConfig.addStep
(ConfigStep step) Adds a step to the publish configuration. -
Uses of ConfigStep in se.conciliate.extensions.publish.custom.step
Subinterfaces of ConfigStep in se.conciliate.extensions.publish.custom.stepModifier and TypeInterfaceDescriptioninterface
Lets the user choose a model.interface
Runs a system command.interface
Scans for documents with the "copy-on-publish" property set and copies these documents to the output directory.interface
Creates XML files for published documents.interface
Creates report from model type: write-stepinterface
Step for creating XML describing how the published material should be filtered.interface
Creates an XML file containing an index of all files in a directory.interface
Creates an XML files containing the models and symbols that was last changed.interface
Creates an XML containing the result of executing lists.interface
interface
Creates an XML file representing a menu of some kind containing models, symbols, documents etc.interface
Creates an XML file containing the models and symbols with new revisions created either since a specific date or in the last X days.interface
Creates XML files for the published models.interface
Removes files from the output directory.interface
Creates an XML file containing the models and symbols with new revisions created either since a specific date or in the last X days.interface
Removes files from the output directory.interface
Creates JavaScript code for rendering models using the Raphael JS library.interface
Creates PNG images of published models.interface
Creates report from model type: write-stepinterface
Creates a search index for published models, symbols and documents.interface
Creates XML files for symbols.interface
Transforms XML files with XSLT.interface
Creates an XML files with minimal information about all published models that can be used to represent a tree of published models by following breakdowns.interface
Updates the created XML files with information that could not be added before all models have been published, such as relations from symbols to other symbols, which is dependent on all the models where the symbol is used.