|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UndefinedSchemaElementException | |
---|---|
com.tibco.rta | Connection, session, configuration classes and interfaces. |
com.tibco.rta.model.mutable | Mutalbe Schema model classes and interfaces. |
Uses of UndefinedSchemaElementException in com.tibco.rta |
---|
Methods in com.tibco.rta that throw UndefinedSchemaElementException | |
---|---|
void |
Fact.setAttribute(java.lang.String attrName,
java.lang.Object value)
Sets the attribute value. |
void |
Fact.setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
Sets attributes in bulk. |
Uses of UndefinedSchemaElementException in com.tibco.rta.model.mutable |
---|
Methods in com.tibco.rta.model.mutable that throw UndefinedSchemaElementException | |
---|---|
void |
MutableFunctionDescriptor.addFunctionContext(FunctionDescriptor.FunctionParam functionParam)
Adds a function context. |
void |
MutableFunctionDescriptor.addFunctionParam(FunctionDescriptor.FunctionParam functionParam)
Add a function parameter to the function descriptor. |
void |
MutableDimensionHierarchy.addMeasurement(MutableMeasurement measurement)
|
Attribute |
MutableRtaSchema.newAttribute(java.lang.String name,
DataType dataType)
Create a new attribute on this measurement. |
MutableCube |
MutableRtaSchema.newCube(java.lang.String name)
Create a new MutableCube using the specified name. |
Dimension |
MutableRtaSchema.newDimension(Attribute attribute)
Creates a new dimension and binds it with an attribute of the measurement. |
Dimension |
MutableRtaSchema.newDimension(java.lang.String name,
Attribute attribute)
Creates a new dimension and binds it with an attribute of the measurement. |
MutableMeasurement |
MutableRtaSchema.newMeasurement(java.lang.String name)
Define the measurement for this schema. |
TimeDimension |
MutableRtaSchema.newTimeDimension(java.lang.String name,
Attribute associatedAttribute,
TimeUnits.Unit unit,
int frequency)
New time dimension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |