Package com.i2group.disco.user.spi
Class DefaultSecurityDimension
java.lang.Object
com.i2group.disco.user.spi.DefaultSecurityDimension
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 Summary
ConstructorsConstructorDescriptionDefaultSecurityDimension(String dimensionId, Collection<String> valueIds) Constructs a newDefaultSecurityDimension. -
Method Summary
Modifier and TypeMethodDescriptionGets aStringthat contains the identifier of the security dimension that thisDefaultSecurityDimensionrefers to.GetsStrings that contain the identifiers of the security dimension values to apply by default to i2 Analyze records.
-
Constructor Details
-
DefaultSecurityDimension
Constructs a newDefaultSecurityDimension.- Parameters:
dimensionId- AStringthat contains the identifier of the security dimension that thisDefaultSecurityDimensionrefers 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
Gets aStringthat contains the identifier of the security dimension that thisDefaultSecurityDimensionrefers to.- Returns:
- See above.
-
getValueIds
GetsStrings that contain the identifiers of the security dimension values to apply by default to i2 Analyze records.- Returns:
- See above.
-