PublishConflicts#

class stixcore.processing.publish.PublishConflicts(value)[source]#

Bases: Enum

Cases of ESA publishing actions based on the history DB of already published files.

Attributes Summary

ADDED

This files raises no conflicts so publishing without any errors or duplication handling

SAME_ESA_NAME

There are other files already published to ESA with the same resulting ESA file name.

SAME_EXISTS

The very same files was published before nothing todo

Attributes Documentation

ADDED = 0#

This files raises no conflicts so publishing without any errors or duplication handling

SAME_ESA_NAME = 1#

There are other files already published to ESA with the same resulting ESA file name. Truncated request id modifier

SAME_EXISTS = 2#

The very same files was published before nothing todo