Package com.microstrategy.web.objects
Interface WebDimensionLockProperties
-
public interface WebDimensionLockPropertiesThis interface represents the set of dimension attribute objects from the System Dimension that have lock properties set on them. It does NOT represent the first class object from IServer. For the first class object representation seeWebDimension.- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebDimensionAttributegetAttributeByID(java.lang.String attributeDSSID)Return aWebDimensionAttributewith lock properties set for the attribute id passed in.
-
-
-
Method Detail
-
getAttributeByID
WebDimensionAttribute getAttributeByID(java.lang.String attributeDSSID)
Return aWebDimensionAttributewith lock properties set for the attribute id passed in.- Parameters:
attributeDSSID-Stringcontaining the DSSID of the desired attribute
-
-