TagOrigins
Manage the origins of a Tag.
Specific case: if the tag is originated by a user, we can have only one origin which is the user. If the tag is originated by an automatic process, we can have multiple origins. An automatic origin will always override a user origin.
:return: description :rtype: type
Initialize self. See help(type(self)) for accurate signature.
gws_core.tag.tag_dto.TagOriginType | Nonestr | NoneAdd an origin to the tag. Return true if the current origins have been modified
TagOriginboolAdd origins to the tag. Return true if the current origins have been modified
listboolintlistTagOriginTypestrboolboolboolMerge the origins of the tag with the origins of the other tag Return true if the current origins have been modified
TagOriginsboolTagOriginTypestrRemove the origins of the tag with the origins of the other tag Return true if the current origins have been modified
TagOriginsSet the external lab origin for all origin if not already defined
strTagOriginTypestrlistlistTagOriginslistTagOriginsCreate a tag origin for a system user
TagOrigins