Interface ICustomization3
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomization
,ICustomization2
,IObjectLockingSupport
- All Known Subinterfaces:
ICustomization4
,ICustomization5
,ICustomization6
,ICustomization7
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 IList
customizableEntitiesTables()
Returns the list of the customizable entities' table names.java.lang.Object
customizableEntitiesTables​(int index)
java.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.com4j.Com4jObject
rbt()
Returns the CustomizationRBT object.com4j.Com4jObject
types()
Returns the CustomizationTypes object.com4j.Com4jObject
workflow()
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.v16.otaclient.ICustomization
actions, commit, extendedUDFSupport, fields, lists, load, mailConditions, modules, permissions, users, usersGroups
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomization2
isChanged, rollback
-
Methods inherited from interface step.repository.alm.v16.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
java.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
-
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 step.repository.alm.v16.otaclient.IList
-
customizableEntitiesTables
java.lang.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
-
-