public interface ICustomization extends IObjectLockingSupport
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
actions()
The CustomizationActions object.
|
void |
commit()
Posts all customization data changes to the project database.
|
int |
extendedUDFSupport()
Checks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields).
|
com4j.Com4jObject |
fields()
The CustomizationFields object.
|
com4j.Com4jObject |
lists()
The CustomizationLists object.
|
void |
load()
Loads all customization data from the server into the client cache.
|
com4j.Com4jObject |
mailConditions()
The CustomizationMailConditions Object.
|
com4j.Com4jObject |
modules()
The CustomizationModules object.
|
com4j.Com4jObject |
permissions()
The CustomizationPermissions object.
|
com4j.Com4jObject |
users()
The CustomizationUsers object.
|
com4j.Com4jObject |
usersGroups()
The CustomizationUsersGroups object.
|
isLocked, lockObject, unLockObject
void load()
Loads all customization data from the server into the client cache. This includes actions, fields, lists, modules, permissions, users, and user groups.
void commit()
Posts all customization data changes to the project database.
com4j.Com4jObject fields()
The CustomizationFields object.
Getter method for the COM property "Fields"
com4j.Com4jObject lists()
The CustomizationLists object.
Getter method for the COM property "Lists"
com4j.Com4jObject permissions()
The CustomizationPermissions object.
Getter method for the COM property "Permissions"
com4j.Com4jObject users()
The CustomizationUsers object.
Getter method for the COM property "Users"
com4j.Com4jObject usersGroups()
The CustomizationUsersGroups object.
Getter method for the COM property "UsersGroups"
com4j.Com4jObject actions()
The CustomizationActions object.
Getter method for the COM property "Actions"
com4j.Com4jObject modules()
The CustomizationModules object.
Getter method for the COM property "Modules"
com4j.Com4jObject mailConditions()
The CustomizationMailConditions Object.
Getter method for the COM property "MailConditions"
int 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"
Copyright © 2020. All rights reserved.