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 TypeMethodDescriptionvoidCustomPublishConfig.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 TypeInterfaceDescriptioninterfaceLets the user choose a model.interfaceRuns a system command.interfaceScans for documents with the "copy-on-publish" property set and copies these documents to the output directory.interfaceCreates XML files for published documents.interfaceCreates report from model type: write-stepinterfaceStep for creating XML describing how the published material should be filtered.interfaceCreates an XML file containing an index of all files in a directory.interfaceCreates an XML files containing the models and symbols that was last changed.interfaceCreates an XML containing the result of executing lists.interfaceinterfaceCreates an XML file representing a menu of some kind containing models, symbols, documents etc.interfaceCreates an XML file containing the models and symbols with new revisions created either since a specific date or in the last X days.interfaceCreates XML files for the published models.interfaceRemoves files from the output directory.interfaceCreates an XML file containing the models and symbols with new revisions created either since a specific date or in the last X days.interfaceRemoves files from the output directory.interfaceCreates JavaScript code for rendering models using the Raphael JS library.interfaceCreates PNG images of published models.interfaceCreates report from model type: write-stepinterfaceCreates a search index for published models, symbols and documents.interfaceCreates XML files for symbols.interfaceTransforms XML files with XSLT.interfaceCreates an XML files with minimal information about all published models that can be used to represent a tree of published models by following breakdowns.interfaceUpdates 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.