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 |
getBuilderRuntimeName()
Returns the runtime that was used to build 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. |
void |
setID(java.lang.String id)
Sets the ID for this object.
|
void |
setName(java.lang.String name)
Sets the name for this object.
|
clearKeyedProperty, creationDate, getKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isLocked, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFrom, unlock
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()
java.lang.String getBuilderRuntimeName()
spss-modeler
.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.void setID(java.lang.String id)
id
- the object IDgetID()
void setName(java.lang.String name)
name
- the new object name(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.