Class AbstractItemInfo

    • Method Detail

      • getSchemaId

        public final java.lang.String getSchemaId()
        Description copied from interface: UserItemInfo
        Gets the IJC schema ID where this item belongs to.
        Specified by:
        getSchemaId in interface UserItemInfo
        Returns:
        An IJC schema ID.
      • getOwner

        public final java.lang.String getOwner()
        Specified by:
        getOwner in interface OwnablePersistentInfo
        Returns:
        The username of the owner of the item
      • getCreatedOn

        public java.util.Date getCreatedOn()
        Description copied from interface: ItemAuditInfo
        Time when the row was created.
        Specified by:
        getCreatedOn in interface ItemAuditInfo
        Returns:
        creation time
      • getChangedOn

        public java.util.Date getChangedOn()
        Description copied from interface: ItemAuditInfo
        Time when the row was modified.
        Specified by:
        getChangedOn in interface ItemAuditInfo
        Returns:
        modification time
      • getCreatedBy

        public java.lang.String getCreatedBy()
        Description copied from interface: ItemAuditInfo
        Username of user who created the row.
        Specified by:
        getCreatedBy in interface ItemAuditInfo
        Returns:
        username
      • getChangedBy

        public java.lang.String getChangedBy()
        Description copied from interface: ItemAuditInfo
        Username of user who modified the row.
        Specified by:
        getChangedBy in interface ItemAuditInfo
        Returns:
        username
      • getParentItemId

        public final java.lang.String getParentItemId()
        Description copied from interface: UserItemInfo
        The views should return data tree ID, lists should return field ID and so on.
        Specified by:
        getParentItemId in interface UserItemInfo
        Returns:
        id of the item to which this item belongs