Package com.microstrategy.web.objects
Interface WebFormat
- 
- All Superinterfaces:
 KeyedObject,WebDisplayUnit,WebFeatures,WebObjectInfo,WebPromptSite
public interface WebFormat extends WebObjectInfo
The WebFormat interface represents a format object, which is a first class object. In a WebFormat object, the most important information is its properties. The information about the properties of the format object can be retrieved through the property-related methods of theWebObjectInfointerface.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateDeltaBody(RWDelta delta, boolean reset)booleangetBoolValue(java.lang.String category, java.lang.String name)booleangetBoolValue(java.lang.String category, java.lang.String name, boolean defaultValue)WebFormatgetDefinition()floatgetFloatValue(java.lang.String category, java.lang.String name)floatgetFloatValue(java.lang.String category, java.lang.String name, float defaultValue)intgetIntValue(java.lang.String category, java.lang.String name)intgetIntValue(java.lang.String category, java.lang.String name, int defaultValue)WebFormatIteratorgetIterator()booleangetUseDefault(java.lang.String category, java.lang.String name)java.lang.StringgetValue(java.lang.String category, java.lang.String name)java.lang.StringgetValue(java.lang.String category, java.lang.String name, java.lang.String defaultValue)booleanhasOwnProperty(java.lang.String psName, java.lang.String name)booleanhasProperty(java.lang.String psName, java.lang.String propName)booleanhasPropertySet(java.lang.String psName)booleanpropertySetEqual(WebFormat f2, java.lang.String psName)voidsetIfNotEmpty(java.lang.String category, java.lang.String name, java.lang.String value)voidsetUseDefault(java.lang.String category, java.lang.String name, boolean value)voidsetValue(java.lang.String category, java.lang.String name, boolean value)voidsetValue(java.lang.String category, java.lang.String name, int value)voidsetValue(java.lang.String category, java.lang.String name, java.lang.String value)- 
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey 
- 
Methods inherited from interface com.microstrategy.web.objects.WebDisplayUnit
addDetails, applyVisitor, canHighlight, getChildUnits, getDisplayName, getDisplayUnitType, hasDetails, highlightUnit, highlightUnit, isHighlighted, isObjectInfo, isSelected, setDisplayName, setSelected 
- 
Methods inherited from interface com.microstrategy.web.objects.WebFeatures
isFeatureAvailable, isFeatureAvailable 
- 
Methods inherited from interface com.microstrategy.web.objects.WebObjectInfo
buildShortObjectAttributes, buildShortXML, getAbbreviation, getAccessGranted, getAncestors, getCardStatus, getCertifiedInfo, getComments, getContainerDid, getContainerType, getCreationTime, getCreationTimeStamp, getDataSources, getDefaultLanguage, getDescription, getExtendedType, getFactory, getFlags, getIconPath, getID, getModificationTime, getModificationTimeStamp, getName, getNonSchedulable, getOtherNameTransCount, getOwner, getParent, getPreSaveAsFlags, getProjectId, getProjectName, getPropertyFlags, getPropertySetFilter, getPropertySets, getRecommendationInfo, getSecurity, getState, getSubType, getTemplateInfo, getType, getVersionID, getViewMediaSettings, getVisualizationViewMode, getXML, getXML, hasOwner, isAncestorNamedFolder, isDirty, isEmbedded, isHidden, isNew, isPopulated, populate, populate, setAbbreviation, setComments, setDataSources, setDefaultLanguage, setDescription, setExtendedType, setFlags, setHidden, setIconPath, setName, setNonSchedulable, setPreSaveAsFlags, setPropertyFlags 
- 
Methods inherited from interface com.microstrategy.web.objects.WebPromptSite
getPromptInstances 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValue
java.lang.String getValue(java.lang.String category, java.lang.String name) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getValue
java.lang.String getValue(java.lang.String category, java.lang.String name, java.lang.String defaultValue)- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getIntValue
int getIntValue(java.lang.String category, java.lang.String name) throws WebObjectsException, java.lang.IllegalArgumentException, java.lang.NumberFormatException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentExceptionjava.lang.NumberFormatException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getIntValue
int getIntValue(java.lang.String category, java.lang.String name, int defaultValue) throws WebObjectsException, java.lang.NumberFormatException- Throws:
 WebObjectsExceptionjava.lang.NumberFormatException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getBoolValue
boolean getBoolValue(java.lang.String category, java.lang.String name) throws WebObjectsException, java.lang.IllegalArgumentException, java.lang.NumberFormatException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentExceptionjava.lang.NumberFormatException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getBoolValue
boolean getBoolValue(java.lang.String category, java.lang.String name, boolean defaultValue) throws WebObjectsException, java.lang.NumberFormatException- Throws:
 WebObjectsExceptionjava.lang.NumberFormatException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
setValue
void setValue(java.lang.String category, java.lang.String name, java.lang.String value) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
setValue
void setValue(java.lang.String category, java.lang.String name, int value) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 8.1.0
 
 
- 
setValue
void setValue(java.lang.String category, java.lang.String name, boolean value) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 8.1.0
 
 
- 
setIfNotEmpty
void setIfNotEmpty(java.lang.String category, java.lang.String name, java.lang.String value) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getUseDefault
boolean getUseDefault(java.lang.String category, java.lang.String name) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
setUseDefault
void setUseDefault(java.lang.String category, java.lang.String name, boolean value) throws WebObjectsException, java.lang.IllegalArgumentException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
hasPropertySet
boolean hasPropertySet(java.lang.String psName)
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
hasProperty
boolean hasProperty(java.lang.String psName, java.lang.String propName)- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getDefinition
WebFormat getDefinition()
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getFloatValue
float getFloatValue(java.lang.String category, java.lang.String name) throws WebObjectsException, java.lang.IllegalArgumentException, java.lang.NumberFormatException- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentExceptionjava.lang.NumberFormatException- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getFloatValue
float getFloatValue(java.lang.String category, java.lang.String name, float defaultValue) throws WebObjectsException, java.lang.NumberFormatException- Throws:
 WebObjectsExceptionjava.lang.NumberFormatException- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getIterator
WebFormatIterator getIterator()
- Since:
 - MicroStrategy Web 9.0.1
 
 
- 
propertySetEqual
boolean propertySetEqual(WebFormat f2, java.lang.String psName)
- Since:
 - MicroStrategy Web 9.0.1
 
 
- 
hasOwnProperty
boolean hasOwnProperty(java.lang.String psName, java.lang.String name) 
- 
generateDeltaBody
void generateDeltaBody(RWDelta delta, boolean reset)
 
 - 
 
 -