Supported Events

This section describes the supported events.

Event Name Description Event ParametersAssociated data from X-PDM to 3DEXPERIENCE platformAssociated data from 3DEXPERIENCE platform to X-PDM

XPGBaseTransferFile

The sample event used by the CAA usecases to test if, the gateway server is working and the file transfer is established.

None

No input XML, only bulk data containing files to be sent.

None

TransferLOC

An event to transfer the mastership of some entities to 3DEXPERIENCE platform. (*) None

Only External IDs of the objects whose mastership data is to be changed are provide in the XPDMXML as follows:

<ListOfObjectBase>
 <UniqueID External="5E6A626A7123641E0909265156747A74090B5F70" /> 
 <UniqueID External="XPDMExternal001" /> 
</ListOfObjectBase>

This XPDMXML file must be provided by the X-PDM adapter.

None

FLMirrorAn event to export an XPDMXML containing functional and/or logical data.None

TransferLOCNotice

An event to send the mastership information of the objects for which change of Location Of Control was requested either during TransferLOC event or during CoexistenceAdministration batch execution. (*) OriginalEventID : The Event ID of initial TransferLOC event.None

The External IDs of the objects for which change in mastership is requested along with their locationOfControl value are sent in XPDMXML :

<ListOfObjectBase>
  <UniqueID External="5E6A626A7123641E0909265156747A74090B5F70" 
       locationOfControl="V6" /> 
  <UniqueID External="XPDMExternal001" 
       locationOfControl="XPDM" /> 
  <UniqueID External="5E6A626A7123641E0909265156747B56090B601D" 
       locationOfControl="Unknown" /> 
</ListOfObjectBase>

The locationOfControl can have following values:

  • V6: when 3DEXPERIENCE platform is master.

  • XPDM: when any site, other than the 3DEXPERIENCE platform site is the master.

  • Unknown: when the object was not found in 3DEXPERIENCE platform.

REQUIREMENTMirror An event to export an XPDMXML containing Requirement and/or Requirement Specification data.None

MirrorEBOM

An event to import and export the E-BOM data.

None

See E-BOM Exchanges for different XPDMXMLs that can be imported for different mechanisms.

See Data Export Mechanisms For E-BOM Exchanges for different XPDMXMLs that can be imported for different mechanisms.

PRODUCTMirror

An event to import and export the Engineering structure data.

None

See Engineering Exchanges for different XPDMXMLs that can be imported for different mechanisms.

See Engineering Exchanges for different XPDMXMLs that can be imported for different mechanisms.

[ORIGINAL_EVENT_NAME]_LocalFeedback

An event declared only for X-PDM side to process feedback when event succeeds, fails or aborts locally.

See Feedback Event Configuration for more details.

NoneNone
[ORIGINAL_EVENT_NAME]_RemoteFeedbackAn event declared on X-PDM side to process feedback when event fails or aborts on 3DEXPERIENCE platform side. An entry should be present on 3DEXPERIENCE platform side to activate this event. See Feedback Event Configuration for more details.NoneNone
PPRMirrorAn event to export an XPDMXML containing PPR data.NoneNonePPR data structure.
PullAn event to pull the 3DEXPERIENCE owned data from 3DEXPERIENCE platform to XPDM.NoneNoneAny data structure.
CONFIGMirrorAn event to export an XPDMXML containing configuration data.NoneNoneData having configuration.

(*) Currently available only with Engineering entities.