public interface ICustomizationField2 extends ICustomizationField
Modifier and Type | Method and 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.
|
Object |
authorizedModifyForGroups(int index) |
IList |
authorizedOwnerSensibleForGroups()
The list of CustomizationUsersGroup objects of the groups for which only the owner can modify the field.
|
Object |
authorizedOwnerSensibleForGroups(int index) |
IList |
authorizedVisibleForGroups()
The list of CustomizationUsersGroup objects of the groups for which the field is visible in customization dialogs.
|
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.
|
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(Object group)
Indicates whether members of the group can change the value of this field.
|
void |
grantModifyForGroup(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(Object group)
Indicates whether the field can be modified by the owner if the owner belongs to the specified group.
|
void |
ownerSensibleForGroup(Object group,
boolean pGrant)
Indicates whether the field can be modified by the owner if the owner belongs to the specified group.
|
boolean |
visibleForGroup(Object group)
Indicates whether the field is visible in the New Defect dialog to the specified group.
|
void |
visibleForGroup(Object group,
boolean pGrant)
Indicates whether the field is visible in the New Defect dialog to the specified group.
|
boolean |
visibleInNewBugForGroup(Object group)
Indicates whether the field is visible to the specified group in the new defect dialog.
|
void |
visibleInNewBugForGroup(Object group,
boolean pGrant)
Indicates whether the field is visible to the specified group in the new defect dialog.
|
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
boolean grantModifyForGroup(Object group)
Indicates whether members of the group can change the value of this field.
Getter method for the COM property "GrantModifyForGroup"
group
- Mandatory java.lang.Object parameter.void grantModifyForGroup(Object group, boolean pGrant)
Indicates whether members of the group can change the value of this field.
Setter method for the COM property "GrantModifyForGroup"
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.IList authorizedModifyForGroups()
The list of groups whose members can modify this field.
Getter method for the COM property "AuthorizedModifyForGroups"
Object authorizedModifyForGroups(int index)
boolean ownerSensibleForGroup(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"
group
- Mandatory java.lang.Object parameter.void ownerSensibleForGroup(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"
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.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"
Object authorizedOwnerSensibleForGroups(int index)
boolean visibleInNewBugForGroup(Object group)
Indicates whether the field is visible to the specified group in the new defect dialog.
Getter method for the COM property "VisibleInNewBugForGroup"
group
- Mandatory java.lang.Object parameter.void visibleInNewBugForGroup(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"
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.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"
Object authorizedVisibleInNewBugForGroups(int index)
boolean visibleForGroup(Object group)
Indicates whether the field is visible in the New Defect dialog to the specified group.
Getter method for the COM property "VisibleForGroup"
group
- Mandatory java.lang.Object parameter.void visibleForGroup(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"
group
- Mandatory java.lang.Object parameter.pGrant
- Mandatory boolean parameter.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"
Object authorizedVisibleForGroups(int index)
boolean isCanGroup()
Indicates if items of this type can form groups with others of the same type.
Getter method for the COM property "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"
pVal
- Mandatory boolean parameter.boolean auditUpdate()
For future use. Indicates whether history is kept for changes to the field.
Getter method for the COM property "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"
pVal
- Mandatory boolean parameter.boolean isSearchable()
Indicates whether the content of the field is searched by the Search method.
Getter method for the COM property "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"
pVal
- Mandatory boolean parameter.boolean canMakeSearchable()
Checks if search can be enabled for the field.
Getter method for the COM property "CanMakeSearchable"
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"
boolean isMultiValue()
Indicates whether the field can store more than one value.
Getter method for the COM property "IsMultiValue"
void isMultiValue(boolean pVal)
Indicates whether the field can store more than one value.
Setter method for the COM property "IsMultiValue"
pVal
- Mandatory boolean parameter.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"
Copyright © 2020. All rights reserved.