public static enum PropertiesTransportOptions.ProjectPropertyType extends Enum<PropertiesTransportOptions.ProjectPropertyType>
PropertiesTransportOptions.setProjectPropertiesTransport(EnumSet)
to activate specific properties transportPropertiesTransportOptions.setProjectPropertiesTransport(EnumSet)
Enum Constant and Description |
---|
COMMON
Type for all common project properties which aren't explicitly specified by an additional enum value of
PropertiesTransportOptions.ProjectPropertyType . |
CUSTOM_PROPERTIES
Use this type to export all custom properties of a
project except for this properties . |
FONTS
|
GROUPS
Use this type to activate transport of
user groups used in belonging project . |
LANGUAGES
|
MODULE_CONFIGURATIONS
Use this type to activate transport of configurations of modules used in belonging
project . |
RESOLUTIONS
Use this type to activate transport of
resolutions used in belonging project . |
SCHEDULE_ENTRIES
|
TEMPLATE_SETS
Use this type to activate transport of
templatesets and presentation channels used in belonging project . |
USERS
|
Modifier and Type | Method and Description |
---|---|
static PropertiesTransportOptions.ProjectPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesTransportOptions.ProjectPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertiesTransportOptions.ProjectPropertyType COMMON
PropertiesTransportOptions.ProjectPropertyType
.
Examples for common properties:
Project Metadata Template
Project release flag
Project permission flag
Project remote configurations
project
properties.public static final PropertiesTransportOptions.ProjectPropertyType CUSTOM_PROPERTIES
project
except for this
properties .public static final PropertiesTransportOptions.ProjectPropertyType RESOLUTIONS
resolutions
used in belonging project
.public static final PropertiesTransportOptions.ProjectPropertyType GROUPS
user groups
used in belonging project
.public static final PropertiesTransportOptions.ProjectPropertyType SCHEDULE_ENTRIES
public static final PropertiesTransportOptions.ProjectPropertyType TEMPLATE_SETS
templatesets
and presentation channels
used in belonging project
.public static final PropertiesTransportOptions.ProjectPropertyType FONTS
public static final PropertiesTransportOptions.ProjectPropertyType MODULE_CONFIGURATIONS
project
.public static final PropertiesTransportOptions.ProjectPropertyType LANGUAGES
public static final PropertiesTransportOptions.ProjectPropertyType USERS
public static PropertiesTransportOptions.ProjectPropertyType[] values()
for (PropertiesTransportOptions.ProjectPropertyType c : PropertiesTransportOptions.ProjectPropertyType.values()) System.out.println(c);
public static PropertiesTransportOptions.ProjectPropertyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210