|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RtaSchema | |
---|---|
com.tibco.rta | Connection, session, configuration classes and interfaces. |
com.tibco.rta.model | Schema model classes and interfaces. |
com.tibco.rta.model.mutable | Mutalbe Schema model classes and interfaces. |
Uses of RtaSchema in com.tibco.rta |
---|
Methods in com.tibco.rta with type parameters of type RtaSchema | ||
---|---|---|
|
RtaSession.getSchema(java.lang.String name)
Gets a schema with this name available with the metric engine. |
Methods in com.tibco.rta that return RtaSchema | |
---|---|
RtaSchema |
Fact.getOwnerSchema()
Return the owner RtaSchema associated with this fact. |
RtaSchema |
RtaSession.registerSchema(RtaSchema schema)
Register schema with this session locally. |
Methods in com.tibco.rta with parameters of type RtaSchema | |
---|---|
RtaSchema |
RtaSession.registerSchema(RtaSchema schema)
Register schema with this session locally. |
Uses of RtaSchema in com.tibco.rta.model |
---|
Methods in com.tibco.rta.model that return RtaSchema | |
---|---|
RtaSchema |
RtaSchemaModelFactory.createSchema(java.io.File file)
Create an RtaSchema instance from the provided file |
RtaSchema |
RtaSchemaModelFactory.createSchema(org.xml.sax.InputSource inputSource)
Create an RtaSchema instance from the provided input source. |
RtaSchema |
MetadataElement.getOwnerSchema()
Get the owner schema associated with this model element. |
Uses of RtaSchema in com.tibco.rta.model.mutable |
---|
Subinterfaces of RtaSchema in com.tibco.rta.model.mutable | |
---|---|
interface |
MutableRtaSchema
This is a logical collection of all related metrics artifacts like cubes and dimensions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |