Package step.repository.alm.otaclient
Interface ICustomization3
- 
- All Superinterfaces:
- com4j.Com4jObject,- ICustomization,- ICustomization2,- IObjectLockingSupport
 
 public interface ICustomization3 extends ICustomization2 Customization services, such as adding users to user groups, maintaining user-defined fields, configuring user access privileges.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IListcustomizableEntitiesTables()Returns the list of the customizable entities' table names.java.lang.ObjectcustomizableEntitiesTables(int index)java.lang.StringentityDataTables()Returns the names of the data tables that have a user label defined as comma-separated pairs of table names and user labels.com4j.Com4jObjectrbt()Returns the CustomizationRBT object.com4j.Com4jObjecttypes()Returns the CustomizationTypes object.com4j.Com4jObjectworkflow()Returns the CustomizationWorkflow 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.otaclient.ICustomizationactions, commit, extendedUDFSupport, fields, lists, load, mailConditions, modules, permissions, users, usersGroups
 - 
Methods inherited from interface step.repository.alm.otaclient.ICustomization2isChanged, rollback
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
typescom4j.Com4jObject types() Returns the CustomizationTypes object. Getter method for the COM property "Types" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
entityDataTablesjava.lang.String entityDataTables() Returns the names of the data tables that have a user label defined as comma-separated pairs of table names and user labels. Getter method for the COM property "EntityDataTables" - Returns:
- Returns a value of type java.lang.String
 
 - 
customizableEntitiesTablesIList customizableEntitiesTables() Returns the list of the customizable entities' table names. Getter method for the COM property "CustomizableEntitiesTables" - Returns:
- Returns a value of type otaclient.IList
 
 - 
customizableEntitiesTablesjava.lang.Object customizableEntitiesTables(int index) 
 - 
rbtcom4j.Com4jObject rbt() Returns the CustomizationRBT object. Getter method for the COM property "RBT" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
workflowcom4j.Com4jObject workflow() Returns the CustomizationWorkflow object. Getter method for the COM property "Workflow" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-