Class Conflict

    • Field Detail

      • BY_ATTRIBUTE

        public static final String BY_ATTRIBUTE
        An optional, string attribute. This text attribute identifies the endpoint that made the conflicting modification. It is used and compared programmatically. See sx:update for format guidance.

        Note: Either or both of the when or by attributes MUST be present; it is invalid to have neither.

        See Also:
        Constant Field Values
      • VERSION_ATTRIBUTE

        public static final String VERSION_ATTRIBUTE
        A required, integer attribute. This is the version number of the conflicting modification.
        See Also:
        Constant Field Values
      • WHEN_ATTRIBUTE

        public static final String WHEN_ATTRIBUTE
        An optional, date-time attribute. This is the date-time when the conflicting modification took place. See sx:update for format guidance.

        Note: Either or both of the when or by attributes MUST be present; it is invalid to have neither.

        See Also:
        Constant Field Values
    • Constructor Detail

      • Conflict

        public Conflict()
    • Method Detail

      • getBy

        public String getBy()
      • setBy

        public void setBy​(String by)
      • getVersion

        public Integer getVersion()
      • setVersion

        public void setVersion​(Integer version)
      • getWhen

        public Date getWhen()
      • setWhen

        public void setWhen​(Date when)
      • setItem

        public void setItem​(Item conflictItem)
      • getItem

        public Item getItem()