abstract
void
|
buildShortObjectAttributes(WebXMLBuilder builder)
|
abstract
void
|
buildShortXML(WebXMLBuilder builder)
|
abstract
String
|
getAbbreviation()
Returns the abbreviation of this object.
|
abstract
int
|
getAccessGranted()
Returns the current access granted on this object, if available.
|
abstract
SimpleList
|
getAncestors()
Returns a SimpleList containing the ancestors of this object, if they exist
in the object XML.
|
abstract
String[]
|
getComments()
Returns an array of strings, each of which represent a 'comment', that is saved as the long description
of the object.
|
abstract
String
|
getContainerDid()
|
abstract
String
|
getContainerType()
|
abstract
String
|
getCreationTime()
Returns the creation time of this object, if that information is available.
|
abstract
String
|
getDataSources()
|
abstract
String
|
getDescription()
Returns the description of the object.
|
abstract
int
|
getExtendedType()
The current extended type
|
abstract
WebObjectsFactory
|
getFactory()
Returns WebObjectsFactory
|
abstract
int
|
getFlags()
Returns the flags which determine what data to populate upon calling populate.
|
abstract
String
|
getID()
Returns the DSS ID of the object, if one exists.
|
abstract
String
|
getIconPath()
Return the icon path for the object
|
abstract
String
|
getModificationTime()
Returns the last modification time of the object, if that information is available.
|
abstract
long
|
getModificationTimeStamp()
|
abstract
String
|
getName()
Returns the name of this object.
|
abstract
boolean
|
getNonSchedulable()
Get flag of whether the object is not schedulable
|
abstract
int
|
getOtherNameTransCount()
Returns the count of name translations for locales other than the current effective locale.
|
abstract
WebObjectInfo
|
getOwner()
Returns a WebObjectInfo object which corresponds to the owner of this object.
|
abstract
WebFolder
|
getParent()
Returns the parent folder of the current object, if it exists.
|
abstract
int
|
getPropertyFlags()
Retrieve the current property flags
|
abstract
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.
|
abstract
WebPropertyGroup
|
getPropertySets()
Returns the property sets associated with this object.
|
abstract
WebObjectSecurity
|
getSecurity()
|
abstract
int
|
getState()
Returns the state of the object.
|
abstract
int
|
getSubType()
Returns the subtype of the object.
|
abstract
int
|
getType()
Returns the type of this object.
|
abstract
String
|
getVersionID()
Returns the Version ID of the object, if one exists.
|
abstract
WebViewMediaSettings
|
getViewMediaSettings()
|
abstract
int
|
getVisualizationViewMode()
|
abstract
String
|
getXML(boolean encode)
Returns the XML representation of this object.
|
abstract
String
|
getXML()
Returns the XML representation of this object.
|
abstract
boolean
|
hasOwner()
|
abstract
boolean
|
isAncestorNamedFolder(int folderName)
Returns whether the named folder is this object's ancestor.
|
abstract
boolean
|
isDirty()
Returns whether this object has been modified to be different from the object in metadata.
|
abstract
boolean
|
isEmbedded()
|
abstract
boolean
|
isHidden()
Returns whether the object is a hidden object.
|
abstract
boolean
|
isNew()
Returns whether this object is newly created at client side, which is not in the metadata.
|
abstract
boolean
|
isPopulated()
Returns true if this object has been populated with its' definition from the Intelligence
Server, false if it has not been populated.
|
abstract
void
|
populate()
Populates the fields on this object by asking the Intelligence Server for
the object definition.
|
abstract
void
|
populate(String xml)
Populates the fields on this object by loading the given object definition XML.
|
abstract
void
|
setAbbreviation(String abbreviation)
|
abstract
void
|
setComments(String[] comments)
Set the long description of the object as an array of strings.
|
abstract
void
|
setDataSources(String dataSourcesXML)
|
abstract
void
|
setDescription(String description)
Sets the description of the object.
|
abstract
void
|
setExtendedType(int extendedType)
Set the current extended type
|
abstract
void
|
setFlags(int flags)
Sets the flags which determine what data to populate upon calling populate.
|
abstract
void
|
setHidden(boolean hidden)
Sets whether the object is a hidden object.
|
abstract
void
|
setIconPath(String iconPath)
Set the icon path for the object
|
abstract
void
|
setName(String _name)
|
abstract
void
|
setNonSchedulable(boolean nonSchedulable)
Set flag of whether the object is not schedulable
|
abstract
void
|
setPropertyFlags(int flags)
Set the current property flags
|