Style Intelligence v12.0

inetsoft.uql.asset
Interface ConditionAssembly

All Superinterfaces:
Assembly, AssetObject, AttachedAssembly, Cloneable, ConditionListWrapper, Serializable, inetsoft.uql.asset.internal.VariableProvider, WSAssembly, inetsoft.util.XMLSerializable
All Known Implementing Classes:
DefaultConditionAssembly, MirrorConditionAssembly

public interface ConditionAssembly
extends AttachedAssembly, WSAssembly, ConditionListWrapper

Condition assembly contains a ConditionList for reuse.


Field Summary
 
Fields inherited from interface inetsoft.uql.asset.AttachedAssembly
COLUMN_ATTACHED, DATA_TYPE_ATTACHED, NONE_ATTACHED, SOURCE_ATTACHED
 
Fields inherited from interface inetsoft.uql.asset.Assembly
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS
 
Method Summary
 ConditionList getConditionList()
          Get the condition list.
 void setConditionList(ConditionList conditions)
          Set the condition list.
 
Methods inherited from interface inetsoft.uql.asset.AttachedAssembly
clone, getAttachedAttribute, getAttachedDataType, getAttachedSource, getAttachedType, isAttachedValid, setAttachedAttribute, setAttachedDataType, setAttachedSource, setAttachedType
 
Methods inherited from interface inetsoft.uql.asset.WSAssembly
checkValidity, copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, replaceVariables, reset, setDescription, setIconized, setOuter, setVisible, setWorksheet, update
 
Methods inherited from interface inetsoft.uql.asset.Assembly
addr, checkDependency, getAbsoluteName, getAssemblyEntry, getAssemblyType, getBounds, getDependeds, getInfo, getMinimumSize, getName, getPosition, getSheet, getSize, isEditable, isVisible, renameDepended, setBounds, setPosition, setSize
 
Methods inherited from interface inetsoft.util.XMLSerializable
parseXML, writeXML
 
Methods inherited from interface inetsoft.uql.asset.internal.VariableProvider
getAllVariables
 
Methods inherited from interface inetsoft.uql.ConditionListWrapper
clone, getAllVariables, getConditionItem, getConditionSize, getItem, getJunctionOperator, isConditionItem, isEmpty, isJunctionOperator, replaceVariables
 

Method Detail

getConditionList

ConditionList getConditionList()
Get the condition list.

Specified by:
getConditionList in interface ConditionListWrapper
Returns:
the condition list of the condition assembly.

setConditionList

void setConditionList(ConditionList conditions)
Set the condition list.

Parameters:
conditions - the specified condition list.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.