Package step.repository.alm.otaclient
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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisChanged()Checks if there has been at least one change to a property or child object that has not been saved.voidrollback()Discards unsaved changes to properties and child objects.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.ICustomizationactions, commit, extendedUDFSupport, fields, lists, load, mailConditions, modules, permissions, users, usersGroups
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
isChangedboolean 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
 
 - 
rollbackvoid rollback() Discards unsaved changes to properties and child objects. 
 
- 
 
-