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
ConstructorDescriptionDefaultSecurityDimension
(String dimensionId, Collection<String> valueIds) Constructs a newDefaultSecurityDimension
. -
Method Summary
Modifier and TypeMethodDescriptionGets aString
that contains the identifier of the security dimension that thisDefaultSecurityDimension
refers to.GetsString
s 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
- AString
that contains the identifier of the security dimension that thisDefaultSecurityDimension
refers to.valueIds
-String
s 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 aString
that contains the identifier of the security dimension that thisDefaultSecurityDimension
refers to.- Returns:
- See above.
-
getValueIds
GetsString
s that contain the identifiers of the security dimension values to apply by default to i2 Analyze records.- Returns:
- See above.
-