Interface ICustomizationField2
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationField
- All Known Subinterfaces:
ICustomizationField3
public interface ICustomizationField2 extends ICustomizationField
Services for customizing project fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
auditUpdate()
For future use.void
auditUpdate(boolean pVal)
For future use.IList
authorizedModifyForGroups()
The list of groups whose members can modify this field.java.lang.Object
authorizedModifyForGroups(int index)
IList
authorizedOwnerSensibleForGroups()
The list of CustomizationUsersGroup objects of the groups for which only the owner can modify the field.java.lang.Object
authorizedOwnerSensibleForGroups(int index)
IList
authorizedVisibleForGroups()
The list of CustomizationUsersGroup objects of the groups for which the field is visible in customization dialogs.java.lang.Object
authorizedVisibleForGroups(int index)
IList
authorizedVisibleInNewBugForGroups()
The list of CustomizationUsersGroup objects of the groups for which the field is visible in the new defect dialog.java.lang.Object
authorizedVisibleInNewBugForGroups(int index)
boolean
canMakeMultiValue()
Checks if the field can be configured to store multiple values.boolean
canMakeSearchable()
Checks if search can be enabled for the field.boolean
grantModifyForGroup(java.lang.Object group)
Indicates whether members of the group can change the value of this field.void
grantModifyForGroup(java.lang.Object group, boolean pGrant)
Indicates whether members of the group can change the value of this field.boolean
isCanGroup()
Indicates if items of this type can form groups with others of the same type.void
isCanGroup(boolean pVal)
Indicates if items of this type can form groups with others of the same type.boolean
isMultiValue()
Indicates whether the field can store more than one value.void
isMultiValue(boolean pVal)
Indicates whether the field can store more than one value.boolean
isSearchable()
Indicates whether the content of the field is searched by the Search method.void
isSearchable(boolean pVal)
Indicates whether the content of the field is searched by the Search method.boolean
isVirtual()
Checks if the field has a physical representation in the database.boolean
ownerSensibleForGroup(java.lang.Object group)
Indicates whether the field can be modified by the owner if the owner belongs to the specified group.void
ownerSensibleForGroup(java.lang.Object group, boolean pGrant)
Indicates whether the field can be modified by the owner if the owner belongs to the specified group.boolean
visibleForGroup(java.lang.Object group)
Indicates whether the field is visible in the New Defect dialog to the specified group.void
visibleForGroup(java.lang.Object group, boolean pGrant)
Indicates whether the field is visible in the New Defect dialog to the specified group.boolean
visibleInNewBugForGroup(java.lang.Object group)
Indicates whether the field is visible to the specified group in the new defect dialog.void
visibleInNewBugForGroup(java.lang.Object group, boolean pGrant)
Indicates whether the field is visible to the specified group in the new defect dialog.-
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.ICustomizationField
columnName, columnType, columnType, defaultValue, defaultValue, editMask, editMask, editStyle, editStyle, fieldSize, fieldSize, grantModifyMask, grantModifyMask, isActive, isActive, isByCode, isByCode, isCanFilter, isCanFilter, isCustomizable, isCustomizable, isEdit, isEdit, isHistory, isHistory, isKeepValue, isKeepValue, isKey, isKey, isMail, isMail, isRequired, isRequired, isSystem, isSystem, isToSum, isToSum, isTransitionLogic, isTransitionLogic, isVerify, isVerify, isVisibleInNewBug, isVisibleInNewBug, keyOrder, keyOrder, list, list, newCreated, newCreated, ownerSensibleMask, ownerSensibleMask, rootId, rootId, tableName, type, type, updated, updated, userColumnType, userColumnType, userLabel, userLabel, versionControl, versionControl, visibleForGroups, visibleForGroups
-
-
-
-
Method Detail
-
grantModifyForGroup
boolean grantModifyForGroup(java.lang.Object group)
Indicates whether members of the group can change the value of this field.
Getter method for the COM property "GrantModifyForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
grantModifyForGroup
void grantModifyForGroup(java.lang.Object group, boolean pGrant)
Indicates whether members of the group can change the value of this field.
Setter method for the COM property "GrantModifyForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.
-
authorizedModifyForGroups
IList authorizedModifyForGroups()
The list of groups whose members can modify this field.
Getter method for the COM property "AuthorizedModifyForGroups"
- Returns:
- Returns a value of type otaclient.IList
-
authorizedModifyForGroups
java.lang.Object authorizedModifyForGroups(int index)
-
ownerSensibleForGroup
boolean ownerSensibleForGroup(java.lang.Object group)
Indicates whether the field can be modified by the owner if the owner belongs to the specified group.
Getter method for the COM property "OwnerSensibleForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
ownerSensibleForGroup
void ownerSensibleForGroup(java.lang.Object group, boolean pGrant)
Indicates whether the field can be modified by the owner if the owner belongs to the specified group.
Setter method for the COM property "OwnerSensibleForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.
-
authorizedOwnerSensibleForGroups
IList authorizedOwnerSensibleForGroups()
The list of CustomizationUsersGroup objects of the groups for which only the owner can modify the field.
Getter method for the COM property "AuthorizedOwnerSensibleForGroups"
- Returns:
- Returns a value of type otaclient.IList
-
authorizedOwnerSensibleForGroups
java.lang.Object authorizedOwnerSensibleForGroups(int index)
-
visibleInNewBugForGroup
boolean visibleInNewBugForGroup(java.lang.Object group)
Indicates whether the field is visible to the specified group in the new defect dialog.
Getter method for the COM property "VisibleInNewBugForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
visibleInNewBugForGroup
void visibleInNewBugForGroup(java.lang.Object group, boolean pGrant)
Indicates whether the field is visible to the specified group in the new defect dialog.
Setter method for the COM property "VisibleInNewBugForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.
-
authorizedVisibleInNewBugForGroups
IList authorizedVisibleInNewBugForGroups()
The list of CustomizationUsersGroup objects of the groups for which the field is visible in the new defect dialog.
Getter method for the COM property "AuthorizedVisibleInNewBugForGroups"
- Returns:
- Returns a value of type otaclient.IList
-
authorizedVisibleInNewBugForGroups
java.lang.Object authorizedVisibleInNewBugForGroups(int index)
-
visibleForGroup
boolean visibleForGroup(java.lang.Object group)
Indicates whether the field is visible in the New Defect dialog to the specified group.
Getter method for the COM property "VisibleForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
visibleForGroup
void visibleForGroup(java.lang.Object group, boolean pGrant)
Indicates whether the field is visible in the New Defect dialog to the specified group.
Setter method for the COM property "VisibleForGroup"
- Parameters:
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.
-
authorizedVisibleForGroups
IList authorizedVisibleForGroups()
The list of CustomizationUsersGroup objects of the groups for which the field is visible in customization dialogs.
Getter method for the COM property "AuthorizedVisibleForGroups"
- Returns:
- Returns a value of type otaclient.IList
-
authorizedVisibleForGroups
java.lang.Object authorizedVisibleForGroups(int index)
-
isCanGroup
boolean isCanGroup()
Indicates if items of this type can form groups with others of the same type.
Getter method for the COM property "IsCanGroup"
- Returns:
- Returns a value of type boolean
-
isCanGroup
void isCanGroup(boolean pVal)
Indicates if items of this type can form groups with others of the same type.
Setter method for the COM property "IsCanGroup"
- Parameters:
pVal
- Mandatory boolean parameter.
-
auditUpdate
boolean auditUpdate()
For future use. Indicates whether history is kept for changes to the field.
Getter method for the COM property "AuditUpdate"
- Returns:
- Returns a value of type boolean
-
auditUpdate
void auditUpdate(boolean pVal)
For future use. Indicates whether history is kept for changes to the field.
Setter method for the COM property "AuditUpdate"
- Parameters:
pVal
- Mandatory boolean parameter.
-
isSearchable
boolean isSearchable()
Indicates whether the content of the field is searched by the Search method.
Getter method for the COM property "IsSearchable"
- Returns:
- Returns a value of type boolean
-
isSearchable
void isSearchable(boolean pVal)
Indicates whether the content of the field is searched by the Search method.
Setter method for the COM property "IsSearchable"
- Parameters:
pVal
- Mandatory boolean parameter.
-
canMakeSearchable
boolean canMakeSearchable()
Checks if search can be enabled for the field.
Getter method for the COM property "CanMakeSearchable"
- Returns:
- Returns a value of type boolean
-
isVirtual
boolean isVirtual()
Checks if the field has a physical representation in the database. If True, there is no physical representation.
Getter method for the COM property "IsVirtual"
- Returns:
- Returns a value of type boolean
-
isMultiValue
boolean isMultiValue()
Indicates whether the field can store more than one value.
Getter method for the COM property "IsMultiValue"
- Returns:
- Returns a value of type boolean
-
isMultiValue
void isMultiValue(boolean pVal)
Indicates whether the field can store more than one value.
Setter method for the COM property "IsMultiValue"
- Parameters:
pVal
- Mandatory boolean parameter.
-
canMakeMultiValue
boolean canMakeMultiValue()
Checks if the field can be configured to store multiple values. If False, IsMultiValue cannot be set to True.
Getter method for the COM property "CanMakeMultiValue"
- Returns:
- Returns a value of type boolean
-
-