Object
|
_getObKey()
|
void
|
addDetails(boolean details)
This method will add or remove details from the display unit.
|
String
|
addProperty(String property, int value)
|
String
|
addProperty(String property, boolean value)
|
String
|
addProperty(String property, String value)
|
void
|
applyVisitor(DisplayUnitsVisitor visitor, boolean deep)
|
void
|
buildShortObjectAttributes(WebXMLBuilder builder)
|
void
|
buildShortXML(WebXMLBuilder builder)
|
boolean
|
canHighlight()
|
boolean
|
checkAccessFlags(int flags)
|
boolean
|
checkAccessRights(String feature)
|
boolean
|
checkPrivilege(String feature)
|
WebOIDOMHandler
|
createDOMHandler()
|
WebOIDisplayXMLHandler
|
createDisplayXMLHandler()
|
WebOISAXParser
|
createSAXParser()
|
WebOIXMLBuilder
|
createXMLBuilder()
|
void
|
doFlatState(FlatStateSerializer serializer, int howMuchState, FlatStateTokenizer tokenizer)
|
boolean
|
equals(Object otherObject)
|
boolean
|
equals(WebObjectInfo otherOI)
|
String
|
getAbbreviation()
Returns the abbreviation of this object.
|
int
|
getAccessGranted()
Returns the current access granted on this object, if available.
|
SimpleList
|
getAncestors()
Returns a SimpleList containing the ancestors of this object, if they exist
in the object XML.
|
WebCertifiedInfo
|
getCertifiedInfo()
|
WebDisplayUnits
|
getChildUnits()
Returns the collection of child display units, or null if the object is
not a collection.
|
String[]
|
getComments()
Returns an array of strings, each of which represent a 'comment', that is saved as the long description
of the object.
|
String
|
getContainerDid()
|
String
|
getContainerType()
|
String
|
getCreationTime()
Returns the creation time of this object, if that information is available.
|
long
|
getCreationTimeStamp()
Get the object creation timestamp in millisecond.
|
String
|
getDataSources()
|
String
|
getDeliverySettings()
|
Map<String, String>
|
getDescMap()
|
String
|
getDescription()
Returns the description of the object.
|
String
|
getDisplayName()
Returns the display name associated with this object.
|
int
|
getDisplayUnitType()
Returns the type of display unit that this object represents.
|
String
|
getDisplayXML()
|
String
|
getExtParams()
|
int
|
getExtendedType()
The current extended type
|
WebObjectsFactory
|
getFactory()
Returns WebObjectsFactory
|
int
|
getFlags()
Returns the flags which determine what data to populate upon calling populate.
|
String
|
getID()
Returns the DSS ID of the display unit.
|
String
|
getIconPath()
Return the icon path for the object
|
String
|
getModificationTime()
Returns the last modification time of the object, if that information is available.
|
long
|
getModificationTimeStamp()
Get the object modification timestamp in millisecond.
|
String
|
getName()
Returns the name of this object.
|
Map<String, String>
|
getNameMap()
|
boolean
|
getNonSchedulable()
Get flag of whether the object is not schedulable
|
int
|
getOtherNameTransCount()
Returns the count of name translations for locales other than the current effective locale.
|
WebObjectInfo
|
getOwner()
Returns a WebObjectInfo object which corresponds to the owner of this object.
|
WebFolder
|
getParent()
Returns the parent folder of the current object, if it exists.
|
int
|
getPreSaveAsFlags()
Returns the flags which determine the previous save as prompt flag.
|
String
|
getProjectId()
|
String
|
getProjectName()
|
WebPromptInstances
|
getPromptInstances()
Returns a collection of prompt instances from this prompt site.
|
int
|
getPropertyFlags()
Retrieve the current property flags
|
SimpleList
|
getPropertySetFilter()
Returns an editable SimpleList where you can specify the list
of propertySets that the getPropertySets call should be limited to
Note that this filter is not retained in the state.
|
WebPropertyGroup
|
getPropertySets()
Returns the property sets associated with this object.
|
WebRecommendationInfo
|
getRecommendationInfo()
This contains all the information related to a recommendation search
|
WebObjectSecurity
|
getSecurity()
|
int
|
getSelectedCount()
|
int
|
getState()
Returns the state of the object.
|
int
|
getSubType()
Returns the subtype of the object.
|
String
|
getTransformationSettings()
|
int
|
getTransmissionType()
To get the transmission type of the device
|
int
|
getType()
Returns the type of this object.
|
String
|
getVersionID()
Returns the Version ID of the object, if one exists.
|
WebViewMediaSettings
|
getViewMediaSettings()
|
int
|
getVisualizationViewMode()
|
String
|
getXML(boolean encode)
Returns the XML representation of this object.
|
String
|
getXML()
Returns the XML representation of this object.
|
String
|
getXMLForSave()
|
void
|
handleOiBody(SAXSupport parser, String local, Attributes attrs)
|
void
|
handleOiEnd(SAXSupport parser, String local, String buf)
|
boolean
|
hasDetails()
Returns whether this display unit currently has details enabled.
|
boolean
|
hasOwner()
|
int
|
hashCode()
|
void
|
highlightUnit()
Sets this display unit to be highlighted.
|
void
|
highlightUnit(boolean details)
Sets this display unit to be highlighted.
|
boolean
|
isAncestorNamedFolder(int folderName)
Returns whether the named folder is this object's ancestor.
|
boolean
|
isBodyDirty()
|
boolean
|
isDirty()
Returns whether this object has been modified to be different from the object in metadata.
|
boolean
|
isEmbedded()
|
boolean
|
isFeatureAvailable(String feature, Object dependencyObject)
Returns whether the given feature is available or not.
|
boolean
|
isFeatureAvailable(String feature)
Returns whether the given feature is available or not.
|
boolean
|
isHidden()
Returns whether the object is a hidden object.
|
boolean
|
isHighlighted()
Returns whether this unit is highlighted.
|
boolean
|
isNew()
Returns whether this object is newly created at client side, which is not in the metadata.
|
boolean
|
isObjectInfo()
Returns true if underlying Web Object can be cast to WebObjectInfo .
|
boolean
|
isPopulated()
Returns true if this object has been populated with its' definition from the Intelligence
Server, false if it has not been populated.
|
boolean
|
isSelected()
Returns whether this display unit is selected.
|
boolean
|
performIncrFetchLocally()
Returns whether the incremental fetch for objects should be performed locally (on the
web server tier) or not.
|
void
|
populate(String xml)
Populates the fields on this object by loading the given object definition XML.
|
void
|
populate()
Populates the fields on this object by asking the Intelligence Server for
the object definition.
|
void
|
postProcessOi(WebObjectInfoImpl obj, SAXSupport parser, AttributesXt attrs)
|
void
|
restoreSettings()
|
void
|
save(boolean overwrite)
|
void
|
save()
To save a new/existing transmitter.
|
void
|
saveXMLState(WebXMLBuilder builder, int howMuchState)
|
void
|
saveXMLState(StringBuffer buf, int howMuchState)
|
void
|
setAbbreviation(String ab)
|
void
|
setCertifiedInfo(WebCertifiedInfo certifiedInfo)
|
void
|
setComments(String[] _comments)
Set the long description of the object as an array of strings.
|
void
|
setDataSources(String dsXML)
|
void
|
setDeliverySettings(String deliverySettings)
|
void
|
setDescMap(Map<String, String> _descMap)
|
void
|
setDescription(String _description)
Sets the description of the object.
|
void
|
setDisplayName(String _displayName)
This method will set the value of the display name.
|
void
|
setExtendedType(int extendedType)
Set the current extended type
|
void
|
setFlags(int _flags)
Sets the flags which determine what data to populate upon calling populate.
|
void
|
setHidden(boolean hid)
Sets whether the object is a hidden object.
|
void
|
setIconPath(String iconPath)
Set the icon path for the object
|
void
|
setName(String _name)
|
void
|
setNameMap(Map<String, String> _nameMap)
|
void
|
setNonSchedulable(boolean non_schedulable)
Set flag of whether the object is not schedulable
|
void
|
setPreSaveAsFlags(int flags)
Sets the flags which determine the previous save as prompt flag.
|
void
|
setProjectId(String projectId)
|
void
|
setPropertyFlags(int flags)
Set the current property flags
|
void
|
setRecommendationInfo(WebRecommendationInfo recommendationInfo)
|
void
|
setSelected(boolean selected)
Sets the current unit's selection status.
|
void
|
setTransformationSettings(String transformationSettings)
|
void
|
setTransmissionType(int transmissionType)
|
String
|
toString()
|