public interface BuiltObject extends PropertiedObject, ContentContainerProvider
ObjectBuilder
nodes.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this built object and releases its external resources.
|
java.lang.String |
getBuilderProcessorID()
Returns the ID of the object builder node that built
this object.
|
java.lang.String |
getBuilderStreamID()
Returns the temporary session ID of the stream
containing the object builder node that built this object.
|
java.lang.String |
getID()
Returns the temporary session ID of this object.
|
boolean |
isClosed()
Returns
true if this object has been closed. |
boolean |
isExportable(FileFormat fileFormat)
Returns
true if this object can be exported using the
supplied FileFormat or false otherwise. |
getKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFrom
getContainerTagIterator, getContainerTags, getContainerTypeID, getContentContainer, getContentModel, getContentModelTags, putContentContainer
java.lang.String getID()
java.lang.String getBuilderProcessorID()
getBuilderStreamID()
java.lang.String getBuilderStreamID()
The empty string is returned if this information is not available.
getBuilderProcessorID()
boolean isExportable(FileFormat fileFormat)
true
if this object can be exported using the
supplied FileFormat
or false
otherwise.fileFormat
- the FileFormat
true
if this object can be exported using the
supplied FileFormat
, false
otherwisevoid close()
boolean isClosed()
true
if this object has been closed.(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.