Enum Class ExportCometProjectCommand.Purpose

java.lang.Object
java.lang.Enum<ExportCometProjectCommand.Purpose>
com.priint.pubserver.comet.integration.ExportCometProjectCommand.Purpose
All Implemented Interfaces:
Serializable, Comparable<ExportCometProjectCommand.Purpose>, Constable
Enclosing class:
ExportCometProjectCommand

public static enum ExportCometProjectCommand.Purpose extends Enum<ExportCometProjectCommand.Purpose>
  • Enum Constant Details

    • XML_OFFLINE

      public static final ExportCometProjectCommand.Purpose XML_OFFLINE

      Export true XML Offline project

      • skip SOAP / PublishingServer specific extensions of actions and panel statements
      • omit statements not working in XML Offline context (such as findstatements, product search etc.)
      • use configured placeholder alternatives (load, sync, store script), if possible
      • rewrite script library includes to local / path based includes
      • export script libraries as local actions
      • export alternatives for generated Java stubs

    • XML_HYBRID

      public static final ExportCometProjectCommand.Purpose XML_HYBRID

      Export for hybrid connections

      • export all findstatements, panelstatements etc. "as is"
      • use default placeholder scripts
      • rewrite script library includes to local / path based includes
      • rewrite [pubserver] includes to local / path based includes
      • export script libraries as local actions
      • export generated Java stubs

    • SOAP

      public static final ExportCometProjectCommand.Purpose SOAP

      Export for SOAP connection

  • Method Details

    • values

      public static ExportCometProjectCommand.Purpose[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ExportCometProjectCommand.Purpose valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null