public class DataBoxOutputSetting
extends java.lang.Object
DataBoxOutputSetting
is used as parameters set for output xml of data box.TDataBox.output(DataBoxOutputSetting)
Type | Property and Description |
---|---|
boolean |
isWithDataBoxClient
Gets the value of the property withDataBoxClientProperty.
|
boolean |
isWithUser
Gets the value of the property withUserProperty.
|
Constructor and Description |
---|
DataBoxOutputSetting() |
Modifier and Type | Method and Description |
---|---|
ClientPropertyPersistentFilter |
getClientPropertyFilter()
Gets the
ClientPropertyPersistentFilter object. |
ElementDelegateInterceptor |
getElementDelegateInterceptor()
Gets the
ElementDelegateInterceptor object. |
ElementPersistentFilter |
getElementFilter()
Gets the
ElementPersistentFilter object. |
java.util.Map |
getImages() |
java.io.OutputStream |
getOutputStream()
Gets the output stream for output xml data.
|
boolean |
isWithAlarm()
Determines whether to save alarms of alarm model.
|
boolean |
isWithAlarmId()
Determines whether to save alarm's id value.
|
boolean |
isWithAlarmState()
Determines whether to save alarm state of element.
|
boolean |
isWithBusinessObject()
Determines whether to save the business object of element.
|
boolean |
isWithDataBoxBackground()
Determines whether to save background of data box.
|
boolean |
isWithDataBoxClientProperty()
Gets the value of the property withDataBoxClientProperty.
|
boolean |
isWithDataBoxID()
Determines whether to save id value of data box.
|
boolean |
isWithDataBoxName()
Determines whether to save the name of data box.
|
boolean |
isWithDataBoxVersion()
Determines whether to save version string of data box.
|
boolean |
isWithElementId()
Determines whether to save element's id value.
|
boolean |
isWithLayers()
Determines whether to save layers of layer model.
|
boolean |
isWithUserProperty()
Gets the value of the property withUserProperty.
|
void |
setClientPropertyFilter(ClientPropertyPersistentFilter clientPropertyFilter)
Sets the
ClientPropertyPersistentFilter object. |
void |
setElementDelegateInterceptor(ElementDelegateInterceptor interceptor)
Sets the
ElementDelegateInterceptor object. |
void |
setElementFilter(ElementPersistentFilter elementFilter)
Sets the
ElementPersistentFilter object. |
void |
setImages(java.util.Map images) |
void |
setOutputStream(java.io.OutputStream outputStream)
Sets the output stream for output xml data.
|
void |
setWithAlarm(boolean withAlarm)
Sets whether to save alarms of alarm model.
|
void |
setWithAlarmId(boolean withAlarmId)
Sets whether to save alarm's id value.
|
void |
setWithAlarmState(boolean withAlarmState)
Sets whether to save alarm state of element.
|
void |
setWithBusinessObject(boolean withBusinessObject)
Sets whether to save the business object of element.
|
void |
setWithDataBoxBackground(boolean withDataBoxBackground)
Sets whether to save background of data box.
|
void |
setWithDataBoxClientProperty(boolean withDataBoxClientProperty)
Sets whether to save client properties of data box.
|
void |
setWithDataBoxID(boolean withDataBoxID)
Sets whether to save id value of data box.
|
void |
setWithDataBoxName(boolean withDataBoxName)
Sets whether to save the name of data box.
|
void |
setWithDataBoxVersion(boolean withDataBoxVersion)
Sets whether to save version string of data box.
|
void |
setWithElementId(boolean withElementId)
Sets whether to save element's id value.
|
void |
setWithLayers(boolean withLayers)
Sets whether to save layers of layer model.
|
void |
setWithUserProperty(boolean withUserProperty)
Sets whether to save the user properties of element.
|
public boolean isWithDataBoxClientProperty
public boolean isWithUserProperty
public java.util.Map getImages()
public void setImages(java.util.Map images)
public ClientPropertyPersistentFilter getClientPropertyFilter()
ClientPropertyPersistentFilter
object.ClientPropertyPersistentFilter
object.public void setClientPropertyFilter(ClientPropertyPersistentFilter clientPropertyFilter)
ClientPropertyPersistentFilter
object.clientPropertyFilter
- the ClientPropertyPersistentFilter
object.public ElementPersistentFilter getElementFilter()
ElementPersistentFilter
object.ElementPersistentFilter
object.public void setElementFilter(ElementPersistentFilter elementFilter)
ElementPersistentFilter
object.elementFilter
- the ElementPersistentFilter
object.public java.io.OutputStream getOutputStream()
public void setOutputStream(java.io.OutputStream outputStream)
outputStream
- the output stream for output xml data.public boolean isWithAlarmId()
public void setWithAlarmId(boolean withAlarmId)
withAlarmId
- True to save, false otherwise.public boolean isWithAlarmState()
public void setWithAlarmState(boolean withAlarmState)
withAlarmState
- True to save, false otherwise.public boolean isWithDataBoxClientProperty()
public void setWithDataBoxClientProperty(boolean withDataBoxClientProperty)
withDataBoxClientProperty
- True to save, false otherwise.public boolean isWithElementId()
public void setWithElementId(boolean withElementId)
withElementId
- True to save, false otherwise.public boolean isWithLayers()
public void setWithLayers(boolean withLayers)
withLayers
- True to save, false otherwise.public boolean isWithDataBoxBackground()
public void setWithDataBoxBackground(boolean withDataBoxBackground)
withDataBoxBackground
- True to save, false otherwise.public boolean isWithDataBoxName()
public void setWithDataBoxName(boolean withDataBoxName)
withDataBoxName
- True to save, false otherwise.public boolean isWithUserProperty()
public void setWithUserProperty(boolean withUserProperty)
withUserProperty
- True to save, false otherwise.public boolean isWithBusinessObject()
public void setWithBusinessObject(boolean withBusinessObject)
withBusinessObject
- True to save, false otherwise.public boolean isWithAlarm()
public void setWithAlarm(boolean withAlarm)
withAlarm
- True to save, false otherwise.public ElementDelegateInterceptor getElementDelegateInterceptor()
ElementDelegateInterceptor
object.ElementDelegateInterceptor
object.public void setElementDelegateInterceptor(ElementDelegateInterceptor interceptor)
ElementDelegateInterceptor
object.interceptor
- the ElementDelegateInterceptor
object.public boolean isWithDataBoxVersion()
public void setWithDataBoxVersion(boolean withDataBoxVersion)
withDataBoxVersion
- True to save, false otherwise.public boolean isWithDataBoxID()
public void setWithDataBoxID(boolean withDataBoxID)
withDataBoxID
- True to save, false otherwise.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.