高度なカスタマイズ > ビジネスロジックのカスタマイズ > パッケージのカスタマイズ > パッケージのタイプベースのプロパティ > レプリケーションパッケージタイプに関する注意事項
  
レプリケーションパッケージタイプに関する注意事項
レプリケーションパッケージタイプでは、一部のプロパティと特定のプロパティ値が使用できません。
例:
レプリケーションパッケージにはシードがなく、選択したコンテナ内のすべてのオブジェクトを取得するので、ReplicationPackages に対して ExcludedSeedTypes は有効ではありません。ReplicationPackage またはそのサブタイプに対して typebased プロパティに ExcludedSeedTypes を設定しようとすると、次のエラーが表示されます。“Invalid property: ExcludedSeedTypes found in property set: Default, for type: WCTYPE|com.ptc.windchill.wp.rep.ReplicationPackage”
ReplicationPackage はインポートに対してのみ使用されるので、DeliveryFormat には値 Non_Importable_Types を設定できません。typeload にこれを設定しようとすると、次のエラーが表示されます。Invalid property value: DeliveryFormat = Non_Importable_Types for type: WCTYPE|com.ptc.windchill.wp.rep.ReplicationPackage
無効なプロパティ
ReplicationPackage およびその subTypes に対して無効なプロパティは次のとおりです。
RetainCollectionResults
EnableContentControl
CollectorId
ExcludedSeedTypes
ExcludedMemberContentRoles
ExportOnlyContentFileNaming
無効な値
ReplicationPackage およびその subTypes に対して無効な値は次のとおりです。
"Interactive" は ManifestOption に対して無効な値で、OOTB デフォルト値は "None" です。ManifestOption に対して有効な値は "None" および "Static" のみです。
<IncludedManifestOptions>
           <ManifestOption default="true">None</ManifestOption>
</IncludedManifestOptions>
"Non_Importable_Types" は DeliveryFormat に対して無効な値で、OOTB デフォルト値は "Windchill_Importable_Types" です。
<IncludedDeliveryFormatOptions>
           <DeliveryFormat default="true">
Windchill_Importable_Types
</DeliveryFormat>
</IncludedDeliveryFormatOptions>
"Incremental manifest" は DeliveryOption に対して無効な値で、OOTB デフォルト値は "Incremental" です。有効な値は "Full" および "Incremental" のみです。
<IncludedDeliveryOptions>
           <DeliveryOption>Incremental</DeliveryOption>
</IncludedDeliveryOptions>
デフォルト値
ReplicationPackage およびその subType の OOTB デフォルト値は次のとおりです。
<WPTypeProperties typeId="com.ptc.windchill.wp.rep.ReplicationPackage">
<IncludedContentRoles>
<!-- example:
<ContentRoleKey>MyCustomContentRole</ContentRoleKey>
-->
</IncludedContentRoles>
        <IncludedDeliveryFormatOptions>
           <DeliveryFormat default="true">
Windchill_Importable_Types
</DeliveryFormat>
        </IncludedDeliveryFormatOptions>
        <IncludedManifestOptions>
           <ManifestOption default="true">None</ManifestOption>
        </IncludedManifestOptions>
        <ManifestFileName>
           <!-- Manifest file name does not support the XML file extension.         -->
           manifest.txt
        </ManifestFileName>
        <IncludedDeliveryOptions>
           <DeliveryOption>Incremental</DeliveryOption>
        </IncludedDeliveryOptions>
        <StaticManifestClassOverride>com.ptc.netmarkets.wp.ixb.StaticManifest
</StaticManifestClassOverride>
        <DomainOverride/>
        <ExportAuditLevelFullMemberInfo>false
</ExportAuditLevelFullMemberInfo>
        <ImportAuditLevelFullMemberInfo>false
</ImportAuditLevelFullMemberInfo>
        <ShowPackageContentsTableAsTree>true
</ShowPackageContentsTableAsTree>
<DisableAccessControlOnLinkExport>false</DisableAccessControlOnLinkExport>
</WPTypeProperties>