Sample Provider XML Files
The Sample folder contains examples of XML files that have been created to demonstrate an integration between the Sample provider and P6. You can use these XML files as examples to build the necessary XML files for your provider.
The \sample\sampleprovider\data folder contains the following XML files:
- SampleDVM.xml: Describes a list of the enumeration mappings for fields which have enumerated values in the Sample provider.
- SampleMetaData.xml: Describes how the Sample provider's business objects maps to Gateway and the provider metadata files.
- SampleProvider.xml: Describes the flows and the flow steps that the Sample provider supports.
The \sampleprovider\data\p6 folder contains the following XML files as examples that have been created to integrate the Sample provider with P6 data:
- P6ExtraMetaData.xml: Describes the P6 UDFs, Codes, etc. that have been added as metadata using the configuration utilities.
- PDIExtraMetaData.xml: Describes the Gateway UDFs, Codes, etc. in PDI format that have been added as metadata.
- SampleFieldMapTemplate.xml: Describes the field map templates supported in the Sample provider.
- SampleProviderCustomization.xml: Describes the customization mappings supported in the Sample provider.
- SampleXRefData.xml: Describes the cross-reference mappings supported in the Sample provider.
The \sampleprovider\data\p6data folder contains the SampleP6DataSetup.xml file, an example for how to configure P6 data. The P6 DataSetup utility uses this XML file to customize the data supported in your P6 application. The following data types can be specified in the SampleP6DataSetup.xml file:
- GlobalPreferences
- EPS
- UDFType
- NotebookTopic
- ProjectCodeType
- ResourceCodeType
- ActivityCodeType
The \sampleprovider\data\etrack folder contains the following XML files to demonstrate data integration between the Sample provider and Oracle Instantis EnterpriseTrack:
- ETrack_sample_FieldMap.xml: Describes the field mappings between the Sample provider and EnterpriseTrack provider.
- ETrack_Sample_XRefData.xml: Describes the cross-reference mappings between the Sample provider and EnterpriseTrack provider.
In the \sampleprovider\data\moredata folder, contains the following XML files:
- SampleFlows.xml: Describes the business flows and field mapping templates supported in the Sample provider.
- SampleEventProvider.xml: A example to illustrate how to develop an event provider for your provider application that works in Primavera Gateway.