Interface ICustomizationFields3
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationFields
,ICustomizationFields2
public interface ICustomizationFields3 extends ICustomizationFields2
Services for managing the collection of all CustomizationField objects in the project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
addTransientField(java.lang.String tableName, java.lang.String fieldName, java.lang.String labelName)
[for HP use only] TEMPORARY API - will be changed soon - add a special transient field.void
removeTransientField(java.lang.String tableName, java.lang.String fieldName)
[for HP use only] TEMPORARY API - will be changed soon - remove the given transient field from the given table.-
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.ICustomizationFields
addActiveField, addActiveMemoField, field, fieldExists, fields
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationFields2
getFieldsDigestPublic
-
-
-
-
Method Detail
-
addTransientField
com4j.Com4jObject addTransientField(java.lang.String tableName, java.lang.String fieldName, java.lang.String labelName)
[for HP use only] TEMPORARY API - will be changed soon - add a special transient field. returns the CustomizationField object representing the field.
- Parameters:
tableName
- Mandatory java.lang.String parameter.fieldName
- Mandatory java.lang.String parameter.labelName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
removeTransientField
void removeTransientField(java.lang.String tableName, java.lang.String fieldName)
[for HP use only] TEMPORARY API - will be changed soon - remove the given transient field from the given table.
- Parameters:
tableName
- Mandatory java.lang.String parameter.fieldName
- Mandatory java.lang.String parameter.
-
-