Interface ICustomizationField2

    • 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