Class ModificationInfo


  • public class ModificationInfo
    extends Object
    Who has and when was a document created or modified
    API:
    This is a public API.
    • Method Detail

      • getUser

        public IUser getUser()
        User who has modified the document
        Returns:
        user who has modified the document. Maybe null if user was deleted in the meantime.
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getUserName

        public String getUserName()
        Name of the user who has modified the document
        Returns:
        name of the user who has modified the document
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getTimestamp

        public DateTime getTimestamp()
        Modification timestamp
        Returns:
        modification timestamp
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.