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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IListcustomizableEntitiesTables()Returns the list of the customizable entities' table names.ObjectcustomizableEntitiesTables(int index)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.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.ICustomization2
isChanged, rollback
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
types
com4j.Com4jObject types()
Returns the CustomizationTypes object.
Getter method for the COM property "Types"
- Returns:
- Returns a value of type com4j.Com4jObject
-
entityDataTables
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
-
customizableEntitiesTables
IList 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
-
customizableEntitiesTables
Object customizableEntitiesTables(int index)
-
rbt
com4j.Com4jObject rbt()
Returns the CustomizationRBT object.
Getter method for the COM property "RBT"
- Returns:
- Returns a value of type com4j.Com4jObject
-
workflow
com4j.Com4jObject workflow()
Returns the CustomizationWorkflow object.
Getter method for the COM property "Workflow"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-