Interface ICustomization
- 
- All Superinterfaces:
- com4j.Com4jObject,- IObjectLockingSupport
 - All Known Subinterfaces:
- ICustomization2,- ICustomization3,- ICustomization4,- ICustomization5,- ICustomization6,- ICustomization7
 
 public interface ICustomization extends IObjectLockingSupport 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 com4j.Com4jObjectactions()The CustomizationActions object.voidcommit()Posts all customization data changes to the project database.intextendedUDFSupport()Checks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields).com4j.Com4jObjectfields()The CustomizationFields object.com4j.Com4jObjectlists()The CustomizationLists object.voidload()Loads all customization data from the server into the client cache.com4j.Com4jObjectmailConditions()The CustomizationMailConditions object.com4j.Com4jObjectmodules()The CustomizationModules object.com4j.Com4jObjectpermissions()The CustomizationPermissions object.com4j.Com4jObjectusers()The CustomizationUsers object.com4j.Com4jObjectusersGroups()The CustomizationUsersGroups object.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
loadvoid load() Loads all customization data from the server into the client cache. This includes actions, fields, lists, modules, permissions, users, and user groups. 
 - 
commitvoid commit() Posts all customization data changes to the project database. 
 - 
fieldscom4j.Com4jObject fields() The CustomizationFields object. Getter method for the COM property "Fields" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
listscom4j.Com4jObject lists() The CustomizationLists object. Getter method for the COM property "Lists" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
permissionscom4j.Com4jObject permissions() The CustomizationPermissions object. Getter method for the COM property "Permissions" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
userscom4j.Com4jObject users() The CustomizationUsers object. Getter method for the COM property "Users" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
usersGroupscom4j.Com4jObject usersGroups() The CustomizationUsersGroups object. Getter method for the COM property "UsersGroups" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
actionscom4j.Com4jObject actions() The CustomizationActions object. Getter method for the COM property "Actions" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
modulescom4j.Com4jObject modules() The CustomizationModules object. Getter method for the COM property "Modules" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
mailConditionscom4j.Com4jObject mailConditions() The CustomizationMailConditions object. Getter method for the COM property "MailConditions" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
extendedUDFSupportint extendedUDFSupport() Checks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields). Getter method for the COM property "ExtendedUDFSupport" - Returns:
- Returns a value of type int
 
 
- 
 
-