Class DefaultSecurityDimension

java.lang.Object
com.i2group.disco.user.spi.DefaultSecurityDimension

public final class DefaultSecurityDimension extends Object
A specification of the dimension values in a particular security dimension that are assigned by default to user-created records in the Information Store.
Since:
10.0
  • Constructor Details

    • DefaultSecurityDimension

      public DefaultSecurityDimension(String dimensionId, Collection<String> valueIds)
      Constructs a new DefaultSecurityDimension.
      Parameters:
      dimensionId - A String that contains the identifier of the security dimension that this DefaultSecurityDimension refers to.
      valueIds - Strings that contain the identifiers of the security dimension values to apply by default to i2 Analyze records.

      The i2 Analyze server requires that the values are valid for the specified dimension, and that exactly one value is specified for an ordered security dimension.

  • Method Details

    • getDimensionId

      public String getDimensionId()
      Gets a String that contains the identifier of the security dimension that this DefaultSecurityDimension refers to.
      Returns:
      See above.
    • getValueIds

      public Collection<String> getValueIds()
      Gets Strings that contain the identifiers of the security dimension values to apply by default to i2 Analyze records.
      Returns:
      See above.