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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isChanged()
Checks if there has been at least one change to a property or child object that has not been saved.void
rollback()
Discards unsaved changes to properties and child objects.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.ICustomization
actions, commit, extendedUDFSupport, fields, lists, load, mailConditions, modules, permissions, users, usersGroups
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
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.
-
-