enum CATPLMChannelOperationType {
None,
Synchronize_Create,
Synchronize_Update,
Synchronize_Delete,
Synchronize_Ignore,
Publish,
Publish_Filtered,
Detach,
TransferSiteOwnership_Request,
TransferSiteOwnership_Emission,
TransferSiteOwnership_Reception,
TransferSiteOwnership_Acknowledge,
Synchronize_ForceUpdate
}
The performed operation against the object.
- Parameters:
-
- None
- no operation performed on the object.
- Synchronize_Create
- the object is created in database.
- Synchronize_Update
- the object is updated in database.
- Synchronize_Delete
- the object is deleted in database.
- Synchronize_Ignore
- the object is ignored (if the object is up to date).
- Synchronize_ForceUpdate
- the object has been updated in database instead of an object creation.
- Publish
- the object is published.
- Publish_Filtered
- the object is published but filtered because already up to date on the target site.
- Detach
- the object is detached.
- TransferSiteOwnership_Request
- the transfer site ownership of the object is requested.
- TransferSiteOwnership_Emission
- the transfer site ownership of the object is emitted.
- TransferSiteOwnership_Reception
- the transfer site ownershpi of the object is received.
- TransferSiteOwnership_Acknowledge
- the transfer site ownership of the object is acknowledged.