Interface ICustomization2

  • All Superinterfaces:
    com4j.Com4jObject, ICustomization, IObjectLockingSupport
    All Known Subinterfaces:
    ICustomization3

    public interface ICustomization2
    extends ICustomization
    Services to perform customization tasks, such as adding users to user groups, defining user-defined fields, and defining user access privileges.
    • Method Detail

      • isChanged

        boolean isChanged()

        Checks if there has been at least one change to a property or child object that has not been saved.

        Getter method for the COM property "IsChanged"

        Returns:
        Returns a value of type boolean
      • rollback

        void rollback()

        Discards unsaved changes to properties and child objects.