Package com.microstrategy.web.objects
Interface WebDimensionLockProperties
-
public interface WebDimensionLockProperties
This 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 WebDimensionAttribute
getAttributeByID(java.lang.String attributeDSSID)
Return aWebDimensionAttribute
with lock properties set for the attribute id passed in.
-
-
-
Method Detail
-
getAttributeByID
WebDimensionAttribute getAttributeByID(java.lang.String attributeDSSID)
Return aWebDimensionAttribute
with lock properties set for the attribute id passed in.- Parameters:
attributeDSSID
-String
containing the DSSID of the desired attribute
-
-