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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionExport for SOAP connectionExport for hybrid connectionsExport true XML Offline project -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExportCometProjectCommand.Purpose[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
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
Export for SOAP connection
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-