com.filenet.api.publishing

Interface PublishStyleTemplate

  • All Superinterfaces:
    CmHoldable, Containable, CustomObject, EngineObject, IndependentlyPersistableObject, IndependentObject, Replicable, RepositoryObject, java.io.Serializable, Subscribable


    public interface PublishStyleTemplate
    extends RepositoryObject, CustomObject
    In IBM Content Foundation, the IBM FileNet Rendition Engine is not supported. Therefore, this class cannot be used for transform publishing. It can only be used for copy publishing or DITA publishing. Represents the style template that defines how a source document will be transformed. A style template serves as a template for a particular kind of transformation and is tied to a specific publishing event handler on a specific object store. (Note that a publishing event handler can have more than one style template associated with it.)

    Information in the style template can be whatever is meaningful to the publishing event handler. For example, the style template might include an XML-based description of the transformation to be done for this style template, an ID of another document that contains a more detailed template, or a URL for publishing to an external location. A style template also specifies a list of input formats (MIME types) supported for the style template, the output format (MIME type) generated when the style template is applied, and, optionally, passwords used by PDF renditions.

    A publish style template associated with the HTML publishing event handler does not specify any additional transformation options beyond the basic ones (title, description, input formats, output format, and provider ID). In addition to the basic transformation options (as mentioned above for the HTML publishing event handler), a publish style template associated with the PDF publishing event handler optionally specifies the user and master PDF passwords, as well as other PDF security and watermark settings (stored as XML in the TransformationOptions property).

    Metadata

    • Method Detail

      • get_Title

        java.lang.String get_Title()
        Returns the value of the Title property. For more information, see Title Property.
      • set_Title

        void set_Title(java.lang.String value)
        Sets the value of the Title property. For more information, see Title Property.
      • get_Description

        java.lang.String get_Description()
        Returns the value of the Description property. For more information, see Description Property.
      • set_Description

        void set_Description(java.lang.String value)
        Sets the value of the Description property. For more information, see Description Property.
      • get_ProviderID

        java.lang.String get_ProviderID()
        Returns the value of the ProviderID property. For more information, see ProviderID Property.
      • set_ProviderID

        void set_ProviderID(java.lang.String value)
        Sets the value of the ProviderID property. For more information, see ProviderID Property.
      • get_OutputFormat

        java.lang.String get_OutputFormat()
        Returns the value of the OutputFormat property. For more information, see OutputFormat Property.
      • set_OutputFormat

        void set_OutputFormat(java.lang.String value)
        Sets the value of the OutputFormat property. For more information, see OutputFormat Property.
      • get_TransformationOptions

        byte[] get_TransformationOptions()
        Returns the value of the TransformationOptions property. For more information, see TransformationOptions Property.
      • set_TransformationOptions

        void set_TransformationOptions(byte[] value)
        Sets the value of the TransformationOptions property. For more information, see TransformationOptions Property.
      • get_PDFMasterPassword

        byte[] get_PDFMasterPassword()
        Returns the value of the PDFMasterPassword property. For more information, see PDFMasterPassword Property.
      • set_PDFMasterPassword

        void set_PDFMasterPassword(byte[] value)
        Sets the value of the PDFMasterPassword property. For more information, see PDFMasterPassword Property.
      • get_PDFUserPassword

        byte[] get_PDFUserPassword()
        Returns the value of the PDFUserPassword property. For more information, see PDFUserPassword Property.
      • set_PDFUserPassword

        void set_PDFUserPassword(byte[] value)
        Sets the value of the PDFUserPassword property. For more information, see PDFUserPassword Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.