A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abort() - Method in class org.plasma.query.visitor.VisitorContext
Signals the termination of traversal.
abs() - Method in class org.plasma.query.dsl.DataNode
 
abs() - Method in interface org.plasma.query.IntegralDataProperty
Constructs a value function, which returns absolute value of the data, and returns this data property for use in subsequent operations
abs() - Method in class org.plasma.query.model.Property
 
AbstractAssembler - Class in org.plasma.provisioning.xsd
 
AbstractAssembler(String, String, ConverterSupport) - Constructor for class org.plasma.provisioning.xsd.AbstractAssembler
 
AbstractAttributeGroup - Class in org.plasma.xml.schema
Java class for attributeGroup complex type.
AbstractAttributeGroup() - Constructor for class org.plasma.xml.schema.AbstractAttributeGroup
 
AbstractCharactersEvent - Class in javanet.staxutils.events
Abstract base class for various Characters implementations.
AbstractCharactersEvent(String) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(String, Location) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(Characters) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCollector - Class in org.plasma.provisioning.xsd
 
AbstractCollector() - Constructor for class org.plasma.provisioning.xsd.AbstractCollector
 
AbstractComplexType - Class in org.plasma.xml.schema
Java class for complexType complex type.
AbstractComplexType() - Constructor for class org.plasma.xml.schema.AbstractComplexType
 
AbstractElement - Class in org.plasma.xml.schema
The element element can be used either at the top level to define an element-type binding globally, or within a content model to either reference a globally-defined element or type or declare an element-type binding locally.
AbstractElement() - Constructor for class org.plasma.xml.schema.AbstractElement
 
AbstractFunctionArg - Class in org.plasma.query.model
Java class for AbstractFunctionArg complex type.
AbstractFunctionArg() - Constructor for class org.plasma.query.model.AbstractFunctionArg
 
AbstractGroup - Class in org.plasma.xml.schema
group type for explicit groups, named top-level groups and group references
AbstractGroup() - Constructor for class org.plasma.xml.schema.AbstractGroup
 
AbstractPathElement - Class in org.plasma.query.model
Java class for AbstractPathElement complex type.
AbstractPathElement() - Constructor for class org.plasma.query.model.AbstractPathElement
 
AbstractPathElement(String) - Constructor for class org.plasma.query.model.AbstractPathElement
 
AbstractProperty - Class in org.plasma.query.model
Java class for AbstractProperty complex type.
AbstractProperty() - Constructor for class org.plasma.query.model.AbstractProperty
 
AbstractQueryValidator - Class in org.plasma.query.model
 
AbstractQueryValidator() - Constructor for class org.plasma.query.model.AbstractQueryValidator
 
AbstractSimpleType - Class in org.plasma.xml.schema
Java class for simpleType complex type.
AbstractSimpleType() - Constructor for class org.plasma.xml.schema.AbstractSimpleType
 
AbstractXMLEvent - Class in javanet.staxutils.events
Abstract base class for XMLEvent implementations.
AbstractXMLEvent() - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(Location) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(Location, QName) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(XMLEvent) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
accept(Class, ClassVisitor) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
accept(QueryVisitor) - Method in class org.plasma.query.model.AbstractProperty
 
accept(QueryVisitor) - Method in class org.plasma.query.model.ArithmeticOperator
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Clause
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Entity
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Expression
 
accept(QueryVisitor) - Method in class org.plasma.query.model.From
 
accept(QueryVisitor) - Method in class org.plasma.query.model.GroupBy
 
accept(QueryVisitor) - Method in class org.plasma.query.model.GroupOperator
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Literal
 
accept(QueryVisitor) - Method in class org.plasma.query.model.LogicalOperator
 
accept(QueryVisitor) - Method in class org.plasma.query.model.NullLiteral
 
accept(QueryVisitor) - Method in class org.plasma.query.model.OrderBy
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Property
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Query
 
accept(QueryVisitor) - Method in class org.plasma.query.model.RelationalOperator
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Select
 
accept(QueryVisitor) - Method in class org.plasma.query.model.SubqueryOperator
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Term
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Variable
 
accept(QueryVisitor) - Method in class org.plasma.query.model.Where
 
accept(QueryVisitor) - Method in class org.plasma.query.model.WildcardOperator
 
accept(QueryVisitor) - Method in class org.plasma.query.model.WildcardProperty
 
accept(Step, XPathExprVisitor) - Method in class org.plasma.query.xpath.QueryXPath
 
accept(EntityVisitor) - Method in interface org.plasma.sdo.access.model.DataEntity
 
accept(EntityVisitor, boolean) - Method in interface org.plasma.sdo.access.model.DataEntity
 
accept(EntityVisitor) - Method in class org.plasma.sdo.access.model.Entity
This recursive traversal algorithm is based on the Visitor Pattern and is capable of both breadth-first and depth-first traversals.
accept(EntityVisitor, boolean) - Method in class org.plasma.sdo.access.model.Entity
Variant of above.
accept(EntityGraphVisitor, TraversalMap) - Method in class org.plasma.sdo.access.model.Entity
This recursive traversal algorithm is based on the Visitor Pattern and is capable of only breadth-first traversals.
accept(PlasmaDataGraphVisitor) - Method in class org.plasma.sdo.core.CoreDataGraph
Begin breadth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
accept(PlasmaDataGraphEventVisitor) - Method in class org.plasma.sdo.core.CoreDataGraph
Begin breadth-first traversal of this DataGraph, the given visitor receiving various events for each graph node traversed.
accept(PlasmaDataGraphVisitor) - Method in class org.plasma.sdo.core.CoreDataObject
Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
accept(PlasmaDataGraphVisitor, int) - Method in class org.plasma.sdo.core.CoreDataObject
Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
accept(PlasmaDataGraphEventVisitor) - Method in class org.plasma.sdo.core.CoreDataObject
Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving various events for each graph node traversed.
accept(PlasmaDataGraphVisitor) - Method in interface org.plasma.sdo.PlasmaDataGraph
Begin breadth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
accept(PlasmaDataGraphEventVisitor) - Method in interface org.plasma.sdo.PlasmaDataGraph
Begin breadth-first traversal of this DataGraph, the given visitor receiving various events for each graph node traversed.
accept(PlasmaDataGraphVisitor) - Method in interface org.plasma.sdo.PlasmaDataObject
Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
accept(PlasmaDataGraphVisitor, int) - Method in interface org.plasma.sdo.PlasmaDataObject
Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
accept(PlasmaDataGraphEventVisitor) - Method in interface org.plasma.sdo.PlasmaDataObject
Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving various events for each graph node traversed.
accept(PlasmaDataGraphVisitor) - Method in interface org.plasma.sdo.PlasmaNode
 
accept(PlasmaDataGraphEventVisitor) - Method in interface org.plasma.sdo.PlasmaNode
 
accept(SimpleTypeVisitor) - Method in class org.plasma.xml.schema.AbstractSimpleType
Encapsulates the (breadth-first) traversal logic for XSD SimpleType hierarchies across restrictions, lists, unions and other elements, creating "visit" events ala.
acceptBreadthFirst(Step, XPathExprVisitor) - Method in class org.plasma.query.xpath.QueryXPath
 
acceptDepthFirst(PlasmaDataGraphVisitor) - Method in class org.plasma.sdo.core.CoreDataGraph
Begin depth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
acceptDepthFirst(PlasmaDataGraphVisitor) - Method in class org.plasma.sdo.core.CoreDataObject
Begin depth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
acceptDepthFirst(PlasmaDataGraphVisitor) - Method in interface org.plasma.sdo.PlasmaDataGraph
Begin depth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
acceptDepthFirst(PlasmaDataGraphVisitor) - Method in interface org.plasma.sdo.PlasmaDataObject
Begin depth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
acceptDepthFirst(PlasmaDataGraphVisitor) - Method in interface org.plasma.sdo.PlasmaNode
 
add(String, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property name and value to the end of the entries.
add(int, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property index and value to the end of the entries.
add(Property, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property and value to the end of the entries.
add(int, String, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property name and value at the specified entry index.
add(int, int, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property index and value at the specified entry index.
add(int, Property, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property and value at the specified entry index.
add(String) - Method in interface commonj.sdo.Sequence
Deprecated. replaced by Sequence.addText(String) in 2.1.0
add(int, String) - Method in interface commonj.sdo.Sequence
Deprecated. replaced by Sequence.addText(int, String) in 2.1.0
add(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
 
add(XMLEventReader) - Method in class javanet.staxutils.BaseXMLEventWriter
 
add(XMLEvent) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
add(XMLEventReader) - Method in class javanet.staxutils.helpers.EventWriterDelegate
Add events from the given reader, one by one.
add(XMLEvent) - Method in class javanet.staxutils.helpers.ListEventConsumer
Adds the event to the internal list.
add(XMLEvent) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
add(XMLEvent) - Method in class javanet.staxutils.XMLEventConsumerDelegate
 
add(String, Object) - Method in interface org.plasma.sdo.access.model.DataEntity
 
add(String, Object) - Method in class org.plasma.sdo.access.model.Entity
Generic reflection-based 'adder'.
add(PlasmaDataObject) - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
add(int, PlasmaDataObject) - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
add(String, String[]) - Method in class org.plasma.sdo.access.provider.common.TraversalMap
Appends or merges the given values to an underlying array of values for the given key.
add(String, String) - Method in class org.plasma.sdo.access.provider.common.TraversalMap
Appends the given string value to an underlying array of values for the given key.
add(Property, Object) - Method in interface org.plasma.sdo.Change
 
add(Property, Object) - Method in class org.plasma.sdo.core.CoreChange
 
add(Property, Object) - Method in class org.plasma.sdo.core.CoreDataObject
Adds the given value to the given multi=valued property.
add(String, Object) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new entry with the specified property name and value to the end of the entries.
add(int, Object) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new entry with the specified property index and value to the end of the entries.
add(Property, Object) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new entry with the specified property and value to the end of the entries.
add(int, String, Object) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new entry with the specified property name and value at the specified entry index.
add(int, int, Object) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new entry with the specified property index and value at the specified entry index.
add(int, Property, Object) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new entry with the specified property and value at the specified entry index.
add(String) - Method in class org.plasma.sdo.core.CoreSequence
Deprecated. replaced by CoreSequence.addText(String) in 2.1.0
add(int, String) - Method in class org.plasma.sdo.core.CoreSequence
Deprecated. replaced by CoreSequence.addText(int, String) in 2.1.0
add(Property, Object) - Method in interface org.plasma.sdo.PlasmaDataObject
Adds the given value to the given multi=valued property.
addAll(AbstractProperty[]) - Method in class org.plasma.query.model.Select
 
addAscending(Property) - Method in class org.plasma.sdo.access.provider.common.DataComparator
 
addCData(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a CDATA Characters event.
addComment(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a Comment event.
addConstraint(Constraint) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
addConstraint(Constraint) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Adds the given value of Type Constraint for the object's multi-valued property constraint.
addDescending(Property) - Method in class org.plasma.sdo.access.provider.common.DataComparator
 
addDTD(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a DTD event.
addDynamicSDONamespace(String, String) - Method in class org.plasma.config.PlasmaConfig
Creates a dynamic SDO namespace configuration
addDynamicSDONamespace(String, String, NamespaceProvisioning) - Method in class org.plasma.config.PlasmaConfig
 
addEndDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndDocument event.
addEndElement(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(QName) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(QName, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addExpression(Expression) - Method in class org.plasma.query.model.Where
 
addIgnorableSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an ignorable space Characters event.
addPathNode(PathNode) - Method in class org.plasma.query.model.Path
 
addProperty(Type, String) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Adds the given given property to the selection for the given graph root type and returns any types collected during traversal of the property path.
addProperty(Type, String) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
addProperty(Type, String) - Method in interface org.plasma.query.collector.Selection
Adds the given given property to the selection for the given graph root type and returns any types collected during traversal of the property path.
addProperty(Type, String) - Method in class org.plasma.query.collector.SelectionCollector
 
addProperty(Property) - Method in class org.plasma.query.model.GroupBy
 
addProperty(Property) - Method in class org.plasma.query.model.OrderBy
 
addProperty(AbstractProperty) - Method in class org.plasma.query.model.Select
 
addPropertyBinding(PropertyBinding) - Method in class org.plasma.config.adapter.TypeBindingAdapter
 
Address - Class in org.plasma.xml.wsdl.v11.http
Java class for addressType complex type.
Address() - Constructor for class org.plasma.xml.wsdl.v11.http.Address
 
Address - Class in org.plasma.xml.wsdl.v11.soap
Java class for tAddress complex type.
Address() - Constructor for class org.plasma.xml.wsdl.v11.soap.Address
 
address - Variable in class org.plasma.xml.wsdl.v20.Endpoint
 
addSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a whitespace Characters event.
addStartDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String, String, boolean) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartElement(String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(QName, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(QName, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addTableColumn(TableColumn) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
addTableColumn(TableColumn) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Adds the given value of Type TableColumn for the object's multi-valued property tableColumn.
addTableColumn(TableColumn) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
addTableColumn(TableColumn) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Adds the given value of Type TableColumn for the object's multi-valued property tableColumn.
addTableColumnComment(TableColumnComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
addTableColumnComment(TableColumnComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Adds the given value of Type TableColumnComment for the object's multi-valued property tableColumnComment.
addTableColumnConstraint(TableColumnConstraint) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
addTableColumnConstraint(TableColumnConstraint) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Adds the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
addTableColumnConstraint(TableColumnConstraint) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
addTableColumnConstraint(TableColumnConstraint) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Adds the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
addTableColumnKeyUsage(TableColumnKeyUsage) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
addTableColumnKeyUsage(TableColumnKeyUsage) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Adds the given value of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage.
addTableComment(TableComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
addTableComment(TableComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Adds the given value of Type TableComment for the object's multi-valued property tableComment.
addTableConstraint(TableConstraint) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
addTableConstraint(TableConstraint) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Adds the given value of Type TableConstraint for the object's multi-valued property tableConstraint.
addText(String) - Method in interface commonj.sdo.Sequence
Adds a new text entry to the end of the Sequence.
addText(int, String) - Method in interface commonj.sdo.Sequence
Adds a new text entry at the given index.
addText(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a Characters event.
addText(String) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new text entry to the end of the Sequence.
addText(int, String) - Method in class org.plasma.sdo.core.CoreSequence
Adds a new text entry at the given index.
addTextElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a simple text element with no attributes or namespace declarations.
addTextElement(QName, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a simple text element with no attributes or namespace declarations.
addTextElement(String, boolean, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a boolean text element with no attributes or namespace declarations.
addTextElement(QName, boolean, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a boolean text element with no attributes or namespace declarations.
addTextElement(String, int, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, int, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, long, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, long, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, float, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, float, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, double, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, double, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, Number, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, Number, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTypeBinding(TypeBinding) - Method in class org.plasma.config.adapter.NamespaceAdapter
 
addView(View) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
addView(View) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Adds the given value of Type View for the object's multi-valued property view.
addViewColumn(ViewColumn) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
addViewColumn(ViewColumn) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Adds the given value of Type ViewColumn for the object's multi-valued property viewColumn.
addViewColumnComment(ViewColumnComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
addViewColumnComment(ViewColumnComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Adds the given value of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
addViewComment(ViewComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
addViewComment(ViewComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Adds the given value of Type ViewComment for the object's multi-valued property viewComment.
afterData() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that data were written.
afterData() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that data were written.
afterEndDocument() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that a document was ended.
afterEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that a document was ended.
afterEndElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that an element was ended.
afterEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that an element was ended.
afterMarkup() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that markup or indentation was written.
afterMarkup() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that markup or indentation was written.
afterStartElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that an element was started.
afterStartElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that an element was started.
Alias - Class in org.plasma.provisioning
This stereotype provides modelling-context specific alternative names for UML named elements within a model.
Alias() - Constructor for class org.plasma.provisioning.Alias
 
alias - Variable in class org.plasma.provisioning.NamedElement
 
Alias - Interface in org.plasma.sdo
This stereotype provides modelling-context specific alternative names for UML named elements within a model.
ALIAS_PREFIX - Static variable in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
aliasNames - Variable in class org.plasma.xml.sdox.Property
 
aliasNames - Variable in class org.plasma.xml.sdox.Type
 
all - Variable in class org.plasma.xml.schema.AbstractComplexType
 
All - Class in org.plasma.xml.schema
Only elements allowed inside
All() - Constructor for class org.plasma.xml.schema.All
 
all - Variable in class org.plasma.xml.schema.ExtensionType
 
all - Variable in class org.plasma.xml.schema.RestrictionType
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocate(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
Delegates allocation to the appropriate allocateXXX method.
allocateAttributes(Location, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateCData(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateCData(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateCharacters(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateCharacters(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateComment(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateComment(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateDTD(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateDTD(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEndDocument(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEndDocument(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEndElement(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEndElement(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEntityReference(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEntityReference(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEvent() - Method in class javanet.staxutils.XMLStreamEventReader
Reads the next event from the underlying reader.
allocateIgnorableSpace(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateIgnorableSpace(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateNamespaces(Location, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateProcessingInstruction(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateProcessingInstruction(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateStartDocument(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateStartDocument(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateStartElement(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateStartElement(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allowsNull - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
and(Expression) - Method in interface org.plasma.query.Expression
Concatenates the given expression onto this expression using a logical 'and' operator.
and(Expression) - Method in class org.plasma.query.model.Expression
 
and() - Static method in class org.plasma.query.model.Expression
Returns a simple 1-term expression containing a boolean operator, AND.
anies - Variable in class org.plasma.xml.sdox.ChangeSummaryType
 
anies - Variable in class org.plasma.xml.sdox.ModelsType
 
anies - Variable in class org.plasma.xml.sdox.Property
 
anies - Variable in class org.plasma.xml.sdox.Type
 
anies - Variable in class org.plasma.xml.sdox.XSDType
 
anies - Variable in class org.plasma.xml.wsdl.v11.mime.TPart
 
anies - Variable in class org.plasma.xml.wsdl.v11.TExtensibleDocumented
 
anies - Variable in class org.plasma.xml.wsdl.v20.BindingFaultType
 
anies - Variable in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
 
anies - Variable in class org.plasma.xml.wsdl.v20.BindingOperationMessageType
 
anies - Variable in class org.plasma.xml.wsdl.v20.Endpoint
 
anies - Variable in class org.plasma.xml.wsdl.v20.Import
 
anies - Variable in class org.plasma.xml.wsdl.v20.Include
 
anies - Variable in class org.plasma.xml.wsdl.v20.InterfaceFaultType
 
anies - Variable in class org.plasma.xml.wsdl.v20.MessageRefFaultType
 
anies - Variable in class org.plasma.xml.wsdl.v20.MessageRefType
 
anies - Variable in class org.plasma.xml.wsdl.v20.Types
 
Annotated - Class in org.plasma.xml.schema
This type is extended by all types which allow annotation other than itself
Annotated() - Constructor for class org.plasma.xml.schema.Annotated
 
annotation - Variable in class org.plasma.xml.schema.Annotated
 
Annotation - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Annotation() - Constructor for class org.plasma.xml.schema.Annotation
 
annotationsAndSimpleTypesAndComplexTypes - Variable in class org.plasma.xml.schema.Redefine
 
Any - Class in org.plasma.sdo.access.provider.jdo
Java class for any complex type.
Any() - Constructor for class org.plasma.sdo.access.provider.jdo.Any
 
Any - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Any() - Constructor for class org.plasma.xml.schema.Any
 
any - Variable in class org.plasma.xml.sdox.Datagraph
 
anyAttribute - Variable in class org.plasma.xml.schema.AbstractAttributeGroup
 
anyAttribute - Variable in class org.plasma.xml.schema.AbstractComplexType
 
anyAttribute - Variable in class org.plasma.xml.schema.ExtensionType
 
anyAttribute - Variable in class org.plasma.xml.schema.RestrictionType
 
AnyType - Class in org.plasma.xml.xslt
Java class for anyType complex type.
AnyType() - Constructor for class org.plasma.xml.xslt.AnyType
 
appendPath(StringBuffer) - Method in class javanet.staxutils.helpers.ElementContext
Appends the current context path to a StringBuffer.
Appinfo - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Appinfo() - Constructor for class org.plasma.xml.schema.Appinfo
 
appinfosAndDocumentations - Variable in class org.plasma.xml.schema.Annotation
 
ApplyTemplates - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
ApplyTemplates() - Constructor for class org.plasma.xml.xslt.ApplyTemplates
 
ArithmeticOperator - Class in org.plasma.query.model
Java class for ArithmeticOperator complex type.
ArithmeticOperator() - Constructor for class org.plasma.query.model.ArithmeticOperator
 
ArithmeticOperator(String) - Constructor for class org.plasma.query.model.ArithmeticOperator
 
ArithmeticOperator(ArithmeticOperatorValues) - Constructor for class org.plasma.query.model.ArithmeticOperator
 
arithmeticOperator - Variable in class org.plasma.query.model.Term
 
ArithmeticOperatorValues - Enum in org.plasma.query.model
Java class for ArithmeticOperatorValues.
Array - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Array() - Constructor for class org.plasma.sdo.access.provider.jdo.Array
 
array - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
array - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Artifact - Class in org.plasma.config
Java class for Artifact complex type.
Artifact() - Constructor for class org.plasma.config.Artifact
 
artifact - Variable in class org.plasma.config.Namespace
 
ARTIFACT_NAMESPACE_MYSQL_5_5 - Static variable in interface org.plasma.provisioning.rdb.RDBConstants
 
ARTIFACT_NAMESPACE_MYSQL_ANY - Static variable in interface org.plasma.provisioning.rdb.RDBConstants
 
ARTIFACT_NAMESPACE_ORACLE_11G_SYS - Static variable in interface org.plasma.provisioning.rdb.RDBConstants
 
ARTIFACT_NAMESPACE_ORACLE_ANY_SYS - Static variable in interface org.plasma.provisioning.rdb.RDBConstants
 
ARTIFACT_RESOURCE_MYSQL - Static variable in interface org.plasma.provisioning.rdb.RDBConstants
 
ARTIFACT_RESOURCE_ORACLE - Static variable in interface org.plasma.provisioning.rdb.RDBConstants
 
artifacts - Variable in class org.plasma.config.Repository
 
as - Variable in class org.plasma.query.model.Property
 
asc() - Method in interface org.plasma.query.DataProperty
Constructs a ascending ordering within this data property and returns the data property for use in subsequent operations
asc() - Method in class org.plasma.query.dsl.DataNode
 
asc() - Method in class org.plasma.query.model.Property
 
ASCENDING - Static variable in class org.plasma.sdo.access.provider.common.DataComparator
 
asCharacters() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
asEndElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
asFieldArray() - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 
asPathString() - Method in class org.plasma.query.model.Property
Returns the path qualified name for this property, i.e.
assembleSubquery(Property, SubqueryOperator, Query) - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
AssociationPath - Enum in org.plasma.sdo
Defines the structural nature of the path or set of paths between two model types, where a path may involve one or more traversals or hops from the source to the destination through any number of SDO reference properties.
asStartElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
attrBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
LinkedHashMap of attribute events sent surrounding the last StartElement.
ATTRIB_TARGET_NAMESPACE - Static variable in interface org.plasma.sdo.xml.XMLConstants
 
Attribute - Class in org.plasma.xml.schema
Java class for attribute complex type.
Attribute() - Constructor for class org.plasma.xml.schema.Attribute
 
attributeCount() - Method in class javanet.staxutils.helpers.ElementContext
Returns the number of attributes defined in this context.
AttributeEvent - Class in javanet.staxutils.events
Attribute event implementation.
AttributeEvent(QName, String) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs an AttributeEvent with the specified name and value.
AttributeEvent(QName, String, boolean) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Location) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Location, QName) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, boolean, String, Location, QName) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Attribute) - Constructor for class javanet.staxutils.events.AttributeEvent
Copy constructor that optionally allows the name and/or value to be changed.
AttributeEvent(Attribute) - Constructor for class javanet.staxutils.events.AttributeEvent
Copy constructor.
attributeExists(QName) - Method in class javanet.staxutils.helpers.ElementContext
Determines if an attribute with the specified name exists in this context.
attributeFormDefault - Variable in class org.plasma.xml.schema.Schema
 
AttributeGroup - Class in org.plasma.xml.schema
Java class for namedAttributeGroup complex type.
AttributeGroup() - Constructor for class org.plasma.xml.schema.AttributeGroup
 
attributeGroupMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
maps top-level attribute group names to attribute group structures
AttributeGroupRef - Class in org.plasma.xml.schema
Java class for attributeGroupRef complex type.
AttributeGroupRef() - Constructor for class org.plasma.xml.schema.AttributeGroupRef
 
attributeNames() - Method in class javanet.staxutils.helpers.ElementContext
Returns an Iterator over the names of all attributes defined in this context.
attributes - Variable in class javanet.staxutils.events.StartElementEvent
The element attributes.
attributes - Variable in class org.plasma.xml.xslt.AttributeSet
 
attributesAndAttributeGroups - Variable in class org.plasma.xml.schema.AbstractAttributeGroup
 
attributesAndAttributeGroups - Variable in class org.plasma.xml.schema.AbstractComplexType
 
attributesAndAttributeGroups - Variable in class org.plasma.xml.schema.ExtensionType
 
attributesAndAttributeGroups - Variable in class org.plasma.xml.schema.RestrictionType
 
AttributeSet - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
AttributeSet() - Constructor for class org.plasma.xml.xslt.AttributeSet
 
AttributeType - Class in org.plasma.xml.xslt
Java class for attribute-type complex type.
AttributeType() - Constructor for class org.plasma.xml.xslt.AttributeType
 
attributeValue(XMLStreamReader, String) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the value of the attribute with the given non-qualified name.
attributeValue(XMLStreamReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the value of the attribute with the given name.
autoIncrement() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL data element for property, autoIncrement.
avg() - Method in interface org.plasma.query.DataProperty
Constructs a average aggregate within this data property and returns the data property for use in subsequent operations
avg() - Method in class org.plasma.query.dsl.DataNode
 
avg() - Method in class org.plasma.query.model.Property
 

B

banner() - Method in class org.plasma.provisioning.rdb.oracle.any.sys.query.QVersion
Returns a DSL data element for property, banner.
banner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QVersion
Returns a DSL data element for property, banner.
base - Variable in class org.plasma.xml.schema.ExtensionType
 
base - Variable in class org.plasma.xml.schema.Restriction
 
base - Variable in class org.plasma.xml.schema.RestrictionType
 
BASE__COMMENT - Static variable in class org.plasma.sdo.profile.SDODocumentation
 
BASE__NAMED_ELEMENT - Static variable in class org.plasma.sdo.profile.SDOAlias
 
BASE__NAMED_ELEMENT - Static variable in class org.plasma.sdo.profile.SDODerivation
 
BASE__PACKAGE - Static variable in class org.plasma.sdo.profile.SDONamespace
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOConcurrent
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOEnumerationConstraint
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOKey
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOSemanticConstraint
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOSort
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOTemporal
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOUniqueConstraint
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
 
BASE__PROPERTY - Static variable in class org.plasma.sdo.profile.SDOXmlProperty
 
BaseDataGraphType - Class in org.plasma.xml.sdox
Java class for BaseDataGraphType complex type.
BaseDataGraphType() - Constructor for class org.plasma.xml.sdox.BaseDataGraphType
 
baseTypes - Variable in class org.plasma.xml.sdox.Type
 
baseURI - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The entity base URI, or null if this isn't an external entity
BaseXMLEventAllocator - Class in javanet.staxutils.events
Abstract base class for XMLEventAllocator implementations.
BaseXMLEventAllocator() - Constructor for class javanet.staxutils.events.BaseXMLEventAllocator
 
BaseXMLEventFactory - Class in javanet.staxutils.events
Abstract base class for XMLEventFactory implementations.
BaseXMLEventFactory() - Constructor for class javanet.staxutils.events.BaseXMLEventFactory
 
BaseXMLEventReader - Class in javanet.staxutils
Abstract base class for XMLEventReader implementations.
BaseXMLEventReader() - Constructor for class javanet.staxutils.BaseXMLEventReader
 
BaseXMLEventWriter - Class in javanet.staxutils
Base class for XMLEventWriter implementations.
BaseXMLEventWriter() - Constructor for class javanet.staxutils.BaseXMLEventWriter
 
BaseXMLEventWriter(XMLEventFactory, NamespaceContext) - Constructor for class javanet.staxutils.BaseXMLEventWriter
 
BaseXMLInputFactory - Class in javanet.staxutils
 
BaseXMLInputFactory() - Constructor for class javanet.staxutils.BaseXMLInputFactory
 
BaseXMLOutputFactory - Class in javanet.staxutils
Base XMLOutputFactory that provides common event functionality.
BaseXMLOutputFactory() - Constructor for class javanet.staxutils.BaseXMLOutputFactory
 
BaseXMLStreamReader - Class in javanet.staxutils
Abstract base class for XMLStreamReader implementations.
BaseXMLStreamReader() - Constructor for class javanet.staxutils.BaseXMLStreamReader
 
BaseXMLStreamReader(String, String) - Constructor for class javanet.staxutils.BaseXMLStreamReader
 
beforeEndElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to end an element, by writing a new line and indentation.
beforeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to end an element, by writing a new line and indentation.
beforeMarkup() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to write markup, by writing a new line and indentation.
beforeMarkup() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to write markup, by writing a new line and indentation.
beforeStartElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to start an element, by allocating stack space.
beforeStartElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to start an element, by allocating stack space.
beginBody() - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
beginLogging() - Method in interface commonj.sdo.ChangeSummary
Clears the List of changes and turns change logging on.
beginLogging() - Method in class org.plasma.sdo.core.CoreChangeSummary
Clears the List of changes and turns change logging on.
Behavior - Class in org.plasma.provisioning
Java class for Behavior complex type.
Behavior() - Constructor for class org.plasma.provisioning.Behavior
 
Behavior - Class in org.plasma.text.ddl
Java class for behavior complex type.
Behavior() - Constructor for class org.plasma.text.ddl.Behavior
 
behaviors - Variable in class org.plasma.provisioning.Class
 
behaviors - Variable in class org.plasma.text.ddl.Table
 
BehaviorType - Enum in org.plasma.provisioning
Java class for BehaviorType.
BehaviorType - Enum in org.plasma.text.ddl
Java class for behaviorType.
between(Object, Object) - Method in interface org.plasma.query.DataProperty
Returns a 6 term expression, where this property is greater than or equal to the given 'min' literal, and is less than or equal tothe given 'max' literal.
between(Object, Object) - Method in class org.plasma.query.dsl.DataNode
 
between(Property, Literal, Literal) - Static method in class org.plasma.query.model.Expression
Returns a 6 term expression, where the given property is greater than or equal to the given 'min' literal, and is less than or equal tothe given 'max' literal.
between(String, Object, Object) - Static method in class org.plasma.query.model.Expression
Returns a 6 term expression, where the given property is greater than or equal to the given 'min' literal, and is less than or equal tothe given 'max' literal.
between(Property, Object, Object) - Static method in class org.plasma.query.model.Expression
Returns a 6 term expression, where the given property is greater than or equal to the given 'min' literal, and is less than or equal tothe given 'max' literal.
between(String, String[], Object, Object) - Static method in class org.plasma.query.model.Expression
Returns a 6 term expression, where the given property is greater than or equal to the given 'min' literal, and is less than or equal tothe given 'max' literal.
between(Object, Object) - Method in class org.plasma.query.model.Property
 
Binding - Class in org.plasma.config
Superclass for binding customizations
Binding() - Constructor for class org.plasma.config.Binding
 
Binding - Class in org.plasma.xml.wsdl.v11.http
Java class for bindingType complex type.
Binding() - Constructor for class org.plasma.xml.wsdl.v11.http.Binding
 
Binding - Class in org.plasma.xml.wsdl.v11.soap
Java class for tBinding complex type.
Binding() - Constructor for class org.plasma.xml.wsdl.v11.soap.Binding
 
binding - Variable in class org.plasma.xml.wsdl.v11.TPort
 
Binding - Class in org.plasma.xml.wsdl.v20
Java class for BindingType complex type.
Binding() - Constructor for class org.plasma.xml.wsdl.v20.Binding
 
binding - Variable in class org.plasma.xml.wsdl.v20.Endpoint
 
BindingFaultType - Class in org.plasma.xml.wsdl.v20
Java class for BindingFaultType complex type.
BindingFaultType() - Constructor for class org.plasma.xml.wsdl.v20.BindingFaultType
 
BindingOperationFaultType - Class in org.plasma.xml.wsdl.v20
Java class for BindingOperationFaultType complex type.
BindingOperationFaultType() - Constructor for class org.plasma.xml.wsdl.v20.BindingOperationFaultType
 
BindingOperationMessageType - Class in org.plasma.xml.wsdl.v20
Java class for BindingOperationMessageType complex type.
BindingOperationMessageType() - Constructor for class org.plasma.xml.wsdl.v20.BindingOperationMessageType
 
BindingOperationType - Class in org.plasma.xml.wsdl.v20
Java class for BindingOperationType complex type.
BindingOperationType() - Constructor for class org.plasma.xml.wsdl.v20.BindingOperationType
 
blockDefaults - Variable in class org.plasma.xml.schema.Schema
 
blocks - Variable in class org.plasma.xml.schema.AbstractComplexType
 
blocks - Variable in class org.plasma.xml.schema.AbstractElement
 
Body - Class in org.plasma.provisioning
A container for provisioning content
Body() - Constructor for class org.plasma.provisioning.Body
 
body - Variable in class org.plasma.provisioning.Documentation
 
bridge() - Method in interface javanet.staxutils.StAXReaderToContentHandler
Perform the conversion from StAX events to SAX events.
bridge() - Method in class javanet.staxutils.XMLEventReaderToContentHandler
 
bridge() - Method in class javanet.staxutils.XMLStreamReaderToContentHandler
 
buildClass(Package, Table) - Method in class org.plasma.provisioning.rdb.MySql55Converter
 
buildClass(Package, Table) - Method in class org.plasma.provisioning.rdb.Oracle11GConverter
 
buildClass(Package, View) - Method in class org.plasma.provisioning.rdb.Oracle11GConverter
 
buildClass(ComplexType) - Method in class org.plasma.provisioning.xsd.ClassAssembler
 
buildClass(Element) - Method in class org.plasma.provisioning.xsd.ClassAssembler
 
buildDatatypeProperty(Class, AbstractComplexType, Attribute) - Method in class org.plasma.provisioning.xsd.PropertyAssembler
Creates non-reference property definitions.
buildDataTypeReference(Property, QName) - Method in class org.plasma.provisioning.xsd.PropertyAssembler
 
buildElementContentDatatypeProperty(Class, QName) - Method in class org.plasma.provisioning.xsd.PropertyAssembler
 
buildEnumeration(AbstractSimpleType, AbstractSimpleType) - Method in class org.plasma.provisioning.xsd.EnumerationAssembler
 
buildEnumeration(SimpleType) - Method in class org.plasma.provisioning.xsd.EnumerationAssembler
 
buildEnumeration(AbstractSimpleType, String) - Method in class org.plasma.provisioning.xsd.EnumerationAssembler
 
buildEnumerationConstraint(AbstractSimpleType, AbstractSimpleType) - Method in class org.plasma.provisioning.xsd.ConstraintAssembler
 
buildEnumerationLiteralDocumentation(Enumeration, EnumerationLiteral) - Method in class org.plasma.provisioning.xsd.EnumerationAssembler
 
buildLogicalEnumerationLiteralName(Enumeration, String, Map<String, EnumerationLiteral>) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
buildLogicalPropertyName(Class, String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
buildModel() - Method in class org.plasma.provisioning.rdb.MySql55Converter
 
buildModel() - Method in class org.plasma.provisioning.rdb.Oracle11GConverter
 
buildModel() - Method in interface org.plasma.provisioning.SchemaConverter
 
buildModel() - Method in class org.plasma.provisioning.xsd.SDOXSchemaConverter
 
buildModel() - Method in class org.plasma.provisioning.xsd.XSDSchemaConverter
 
buildProperty(Package, Class, TableColumn, MySql55Converter.ConstraintInfo[]) - Method in class org.plasma.provisioning.rdb.MySql55Converter
 
buildProperty(Package, Class, TableColumn, Oracle11GConverter.ConstraintInfo[], TableColumnComment[]) - Method in class org.plasma.provisioning.rdb.Oracle11GConverter
 
buildProperty(Package, Class, ViewColumn, ViewColumnComment[]) - Method in class org.plasma.provisioning.rdb.Oracle11GConverter
 
buildProperty(Class, AbstractComplexType, ExplicitGroup, ExplicitGroup, LocalElement, int) - Method in class org.plasma.provisioning.xsd.PropertyAssembler
Build a property from the given XDS structures.
buildValueConstraint(AbstractSimpleType) - Method in class org.plasma.provisioning.xsd.ConstraintAssembler
 
buildValueConstraint(Restriction) - Method in class org.plasma.provisioning.xsd.ConstraintAssembler
 
BUSINESS_NAME - Static variable in class org.plasma.sdo.profile.SDOAlias
Associates a given UML element with a business specific, human readable name.
businessName - Variable in class org.plasma.provisioning.Alias
 

C

cache - Variable in class org.plasma.config.SequenceConfiguration
 
cacheAttribute(Attribute) - Method in class javanet.staxutils.BaseXMLEventWriter
Adds the specified Attribute to the attribute cache.
cacheNamespace(Namespace) - Method in class javanet.staxutils.BaseXMLEventWriter
Adds the provided Namespace event to the namespace cache.
calculateDepth() - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 
CallTemplate - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
CallTemplate() - Constructor for class org.plasma.xml.xslt.CallTemplate
 
canTraverse(PlasmaNode) - Method in class org.plasma.sdo.PlasmaDataLink
 
canTraverse(PlasmaNode) - Method in interface org.plasma.sdo.PlasmaEdge
 
caseOrder - Variable in class org.plasma.xml.xslt.Sort
 
catalog - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
catalog - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
catalog - Variable in class org.plasma.sdo.access.provider.jdo.Jdo
 
catalog - Variable in class org.plasma.sdo.access.provider.jdo.Package_
 
CDATABuffer - Variable in class javanet.staxutils.StAXContentHandler
Buffer containing text read within the current CDATA section.
CDataEvent - Class in javanet.staxutils.events
CData Characters event implementation.
CDataEvent(String) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(String, Location) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(Characters) - Constructor for class javanet.staxutils.events.CDataEvent
 
cdataSectionElements - Variable in class org.plasma.xml.xslt.Output
 
ceiling() - Method in class org.plasma.query.dsl.DataNode
 
ceiling() - Method in class org.plasma.query.model.Property
 
ceiling() - Method in interface org.plasma.query.RealDataProperty
Constructs a function, which returns the smallest integer that is greater than the number, and returns this data property for use in subsequent operations
Change - Interface in org.plasma.sdo
 
ChangeSummary - Interface in commonj.sdo
A change summary is used to record changes to DataObjects, allowing applications to efficiently and incrementally update back-end storage when required.
changeSummary - Variable in class org.plasma.sdo.access.provider.common.SimpleCollector
 
changeSummary - Variable in class org.plasma.xml.sdox.BaseDataGraphType
 
ChangeSummary.Setting - Interface in commonj.sdo
A setting encapsulates a property and a corresponding single value of the property's type.
ChangeSummaryType - Class in org.plasma.xml.sdox
Java class for ChangeSummaryType complex type.
ChangeSummaryType() - Constructor for class org.plasma.xml.sdox.ChangeSummaryType
 
ChangeType - Enum in org.plasma.sdo
 
characters(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
characters(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXContentHandler
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
characterSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, characterSetName.
characterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, characterSetName.
characterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, characterSetName.
CharactersEvent - Class in javanet.staxutils.events
Non-ignorable Characters event implementation.
CharactersEvent(String) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(String, Location) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(Characters) - Constructor for class javanet.staxutils.events.CharactersEvent
 
charMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, charMaxLength.
Check - Class in org.plasma.text.ddl
Java class for check complex type.
Check() - Constructor for class org.plasma.text.ddl.Check
 
checkQueryResultsSize - Variable in class org.plasma.config.DataAccessService
 
checks - Variable in class org.plasma.text.ddl.Table
 
childPackageName - Variable in class org.plasma.config.ImplementationProvisioning
 
choice - Variable in class org.plasma.xml.schema.AbstractComplexType
 
choice - Variable in class org.plasma.xml.schema.ExtensionType
 
choice - Variable in class org.plasma.xml.schema.RestrictionType
 
Choose - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Choose() - Constructor for class org.plasma.xml.xslt.Choose
 
Class - Class in org.plasma.provisioning
A class definition
Class() - Constructor for class org.plasma.provisioning.Class
 
Class_ - Class in org.plasma.sdo.access.provider.jdo
Java class for class element declaration.
Class_() - Constructor for class org.plasma.sdo.access.provider.jdo.Class_
 
Class_ - Class in org.plasma.sdo.repository
 
Class_(Class_) - Constructor for class org.plasma.sdo.repository.Class_
 
ClassAdapter - Class in org.plasma.provisioning.adapter
 
ClassAdapter(Type) - Constructor for class org.plasma.provisioning.adapter.ClassAdapter
 
ClassAppInfo - Class in org.plasma.provisioning
Application specific provisioning information for a class element
ClassAppInfo() - Constructor for class org.plasma.provisioning.ClassAppInfo
 
ClassAssembler - Class in org.plasma.provisioning.xsd
 
ClassAssembler(ConverterSupport, String, String) - Constructor for class org.plasma.provisioning.xsd.ClassAssembler
 
classAssembler - Variable in class org.plasma.provisioning.xsd.XSDSchemaConverter
 
ClassFactory - Interface in org.plasma.text.lang3gl
 
Classifier - Class in org.plasma.sdo.repository
 
Classifier(Classifier) - Constructor for class org.plasma.sdo.repository.Classifier
 
classLocalNameMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
classMap - Variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
className - Variable in class org.plasma.config.DataAccessProvider
 
classNamePrefix - Variable in class org.plasma.config.ClassProvisioning
 
ClassNameResolver - Interface in org.plasma.text.lang3gl
 
classNameSuffix - Variable in class org.plasma.config.ClassProvisioning
 
classPropertyMap - Variable in class org.plasma.provisioning.rdb.ConverterSupport
maps classes to properties
classPropertyMap - Variable in class org.plasma.provisioning.rdb.Oracle11GConverter
maps classes to properties
classPropertyMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
ClassProvisioning - Class in org.plasma.config
Java class for ClassProvisioning complex type.
ClassProvisioning() - Constructor for class org.plasma.config.ClassProvisioning
 
classQualifiedNameMap - Variable in class org.plasma.provisioning.rdb.ConverterSupport
Maps URI qualified names to classes
classQualifiedNameMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
classQualifiedPriKeyConstrainatNameMap - Variable in class org.plasma.provisioning.rdb.Oracle11GConverter
Maps physical schema qualified primary key constraint names to classes.
classQualifiedPropertyPhysicalNameMap - Variable in class org.plasma.provisioning.rdb.MySql55Converter
Maps physical name qualified property names to classes
ClassRef - Class in org.plasma.provisioning
References a class and serves as a type abstraction to avoid circular references within XML marshaling
ClassRef() - Constructor for class org.plasma.provisioning.ClassRef
 
classRef - Variable in class org.plasma.provisioning.PropertyRef
 
classResolver - Variable in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
classSupplier - Variable in class org.plasma.provisioning.Derivation
 
ClassVisitor - Interface in org.plasma.provisioning.xsd
 
Clause - Interface in org.plasma.query
A collection of terms known as a clause within a query.
Clause - Class in org.plasma.query.model
 
Clause() - Constructor for class org.plasma.query.model.Clause
 
Clause(Select) - Constructor for class org.plasma.query.model.Clause
 
Clause(From) - Constructor for class org.plasma.query.model.Clause
 
Clause(Where) - Constructor for class org.plasma.query.model.Clause
 
Clause(OrderBy) - Constructor for class org.plasma.query.model.Clause
 
Clause(GroupBy) - Constructor for class org.plasma.query.model.Clause
 
clauses - Variable in class org.plasma.query.model.Query
 
clazzs - Variable in class org.plasma.provisioning.Package
 
clear() - Method in interface org.plasma.sdo.access.DataGraphAssembler
Resets the assembler.
clear(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
 
clear(DataObject) - Method in interface org.plasma.sdo.PlasmaChangeSummary
Removes all change information for the given data object within this change summary.
clear() - Method in class org.plasma.sdo.repository.RelationCache
 
clearOrderByClause() - Method in class org.plasma.query.dsl.DomainRoot
 
clearOrderByClause() - Method in class org.plasma.query.model.Query
 
clearOrderByClause() - Method in interface org.plasma.query.Query
 
client - Variable in class org.plasma.provisioning.rdb.ConverterSupport
 
client - Variable in class org.plasma.provisioning.rdb.MySqlVersionFinder
 
client - Variable in class org.plasma.provisioning.rdb.Oracle11GConverter
maps properties to physical constraints
client - Variable in class org.plasma.provisioning.rdb.OracleVersionFinder
 
ClientSupport - Class in org.plasma.sdo.access.client
 
ClientSupport() - Constructor for class org.plasma.sdo.access.client.ClientSupport
 
clone() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
clone() - Method in class org.plasma.sdo.core.CoreObject
 
close() - Method in class javanet.staxutils.BaseXMLEventReader
 
close() - Method in class javanet.staxutils.BaseXMLEventWriter
 
close() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
close() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
close() - Method in class javanet.staxutils.io.StAXStreamWriter
 
close() - Method in class javanet.staxutils.XMLEventStreamWriter
 
close() - Method in class javanet.staxutils.XMLStreamEventReader
 
close() - Method in class javanet.staxutils.XMLStreamEventWriter
 
close() - Method in interface org.plasma.sdo.access.DataAccessService
 
close() - Method in interface org.plasma.sdo.access.DataGraphDispatcher
 
close() - Method in interface org.plasma.sdo.access.QueryDispatcher
 
close() - Method in interface org.plasma.sdo.access.SequenceGenerator
 
close() - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
closed - Variable in class javanet.staxutils.BaseXMLEventReader
Whether we've been closed or not.
closed - Variable in class javanet.staxutils.BaseXMLEventWriter
Whether this writer has been closed or not.
closeElementContext() - Method in class javanet.staxutils.io.StAXStreamWriter
Closes the current ElementContext, writing any cached content and making it read-only.
CODING_STRENGTH - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
Indicates whether or not codes are restricted to those expressed in the value set
CodingStrength - Enum in org.plasma.provisioning
Java class for CodingStrength.
codingStrength - Variable in class org.plasma.provisioning.ValueSetConstraint
 
CodingStrength - Enum in org.plasma.sdo.profile
Defines whether the specified element is restricted to only using the identified coding system for the element
collect(Where) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Traverses the given predicate adding its properties and property paths to the selection.
collect(Where) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
collect(Where) - Method in interface org.plasma.query.collector.SelectionPredicates
Traverses the given predicate adding its properties and property paths to the selection.
collectClassNames(Package, Class, Map<String, String>, boolean) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
Collects class names from reference fields within this class.
collectClassNamesDeep(Package, Class, Map<String, String>) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
collectClassNamesDeep(Package, Class, Map<String, String>, boolean) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
Collects class names from reference fields within this class and its superclass ancestry.
collectDataClassNames(Package, Class, Map<String, String>, ClassNameResolver) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
collectDataClassNames(Package, Class, Map<String, String>, ClassNameResolver, boolean, int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Collects class names from data fields within this class.
collectDataFieldClassNamesDeep(Package, Class, Map<String, String>, ClassNameResolver, boolean, int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Collects class names from reference fields within this class and its superclass ancestry.
Collection - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Collection() - Constructor for class org.plasma.sdo.access.provider.jdo.Collection
 
collection - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
collection - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
CollectionParameter - Class in org.plasma.query.model
 
CollectionParameter() - Constructor for class org.plasma.query.model.CollectionParameter
 
CollectionParameter(Collection) - Constructor for class org.plasma.query.model.CollectionParameter
 
collectionParameter - Variable in class org.plasma.query.model.Parameter
 
collectProvisioningClasses(Package, Class, Map<String, Class>) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Deprecated. 
collectProvisioningClassesDeep(Package, Class, Map<String, Class>) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Deprecated. 
collectProvisioningFields(Package, Class, Package, Class, Map<String, FieldAdapter>) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Deprecated. 
collectProvisioningSuperclasses(Package, Class, Map<String, Class>) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Deprecated. 
collectReferenceClassNames(Package, Class, Map<String, String>, ClassNameResolver) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
collectReferenceClassNames(Package, Class, Map<String, String>, ClassNameResolver, boolean, int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Collects class names from reference fields within this class.
collectReferenceFieldClassNamesDeep(Package, Class, Map<String, String>, ClassNameResolver, boolean, int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Collects class names from reference fields within this class and its superclass ancestry.
collectSubclasses() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
collectSuperClassNames(Package, Class, Map<String, String>, ClassNameResolver) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
collectSuperClassNames(Package, Class, Map<String, String>, ClassNameResolver, boolean, int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Collects class names from super classes for this class.
collectSuperclassNames(Package, Class, Map<String, String>, ClassNameResolver) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Collects class names from the ancestry of the given class.
collectSuperclassNames(Package, Class, Map<String, String>) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
Column - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Column() - Constructor for class org.plasma.sdo.access.provider.jdo.Column
 
column - Variable in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Order
 
column - Variable in class org.plasma.sdo.access.provider.jdo.PrimaryKey
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
column - Variable in class org.plasma.sdo.access.provider.jdo.Version
 
column - Variable in class org.plasma.sdo.xml.StreamNode
 
column - Variable in class org.plasma.text.ddl.Check
 
Column - Class in org.plasma.text.ddl
Java class for column complex type.
Column() - Constructor for class org.plasma.text.ddl.Column
 
column - Variable in class org.plasma.text.ddl.Fk
 
column - Variable in class org.plasma.text.ddl.Index
 
column - Variable in class org.plasma.text.ddl.Join
 
column - Variable in class org.plasma.text.ddl.On
 
column - Variable in class org.plasma.text.ddl.Pk
 
column - Variable in class org.plasma.text.ddl.Unique
 
column_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, column_id.
column_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, column_id.
columnComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, columnComment.
columnKey() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, columnKey.
ColumnKeyType - Enum in org.plasma.provisioning.rdb.mysql.v5_5
This generated Enumeration represents the domain model enumeration ColumnKeyType which is part of namespace http://org.plasma/sdo/mysql/5_5 as defined within the Configuration.
columnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, columnName.
columnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL data element for property, columnName.
columnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, columnName.
columnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Returns a DSL data element for property, columnName.
columnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Returns a DSL data element for property, columnName.
columnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, columnName.
columnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Returns a DSL data element for property, columnName.
columns - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Order
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.PrimaryKey
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
columns - Variable in class org.plasma.sdo.access.provider.jdo.Version
 
columns - Variable in class org.plasma.text.ddl.Table
 
columnType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, columnType.
CombineStylesheets - Class in org.plasma.xml.xslt
Java class for combine-stylesheets complex type.
CombineStylesheets() - Constructor for class org.plasma.xml.xslt.CombineStylesheets
 
command - Variable in class org.plasma.provisioning.ant.ProvisioningTask
 
COMMAND_PREFIX - Static variable in class org.plasma.provisioning.ant.ProvisioningTask
 
comment(char[], int, int) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
Comment - Class in org.plasma.sdo.repository
 
Comment(Comment) - Constructor for class org.plasma.sdo.repository.Comment
 
Comment - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Comment() - Constructor for class org.plasma.xml.xslt.Comment
 
CommentEvent - Class in javanet.staxutils.events
Comment event implementation.
CommentEvent(String) - Constructor for class javanet.staxutils.events.CommentEvent
 
CommentEvent(String, Location) - Constructor for class javanet.staxutils.events.CommentEvent
 
CommentEvent(Comment) - Constructor for class javanet.staxutils.events.CommentEvent
Copy constructor.
comments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Returns a DSL data element for property, comments.
comments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Returns a DSL data element for property, comments.
comments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Returns a DSL data element for property, comments.
comments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Returns a DSL data element for property, comments.
commit(DataGraph, String) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
commit(DataGraph[], String) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
commit(DataGraph, String) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
commit(DataGraph[], String) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
commit(DataGraph, String) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
commit(DataGraph[], String) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
commit(DataGraph, String) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
commit(DataGraph[], String) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
commit(DataGraph, String) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
commit(DataGraph[], String) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
commit(DataGraph, String) - Method in interface org.plasma.sdo.access.DataAccessService
 
commit(DataGraph[], String) - Method in interface org.plasma.sdo.access.DataAccessService
 
commit(DataGraph) - Method in interface org.plasma.sdo.access.DataGraphDispatcher
 
commit(DataGraph[]) - Method in interface org.plasma.sdo.access.DataGraphDispatcher
 
commit(DataGraph, String) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
commit(DataGraph[], String) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
CommitCollector - Interface in org.plasma.sdo.access.provider.common
 
commonj.sdo - package commonj.sdo
 
commonj.sdo.helper - package commonj.sdo.helper
 
commonj.sdo.impl - package commonj.sdo.impl
 
comp(Object, Object) - Method in class org.plasma.sdo.access.provider.common.DataComparator
 
compare(DataObject, DataObject) - Method in class org.plasma.sdo.access.provider.common.DataComparator
 
compare(PlasmaDataGraph, PlasmaDataGraph) - Method in class org.plasma.sdo.access.provider.common.DataGraphComparator
 
compare(DataObject, DataObject) - Method in class org.plasma.sdo.access.provider.common.DataObjectCommitCollector
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
compare(DataObject, DataObject) - Method in class org.plasma.sdo.access.provider.common.DataObjectCommitComparator
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
compare(PlasmaDataObject, PlasmaDataObject) - Method in class org.plasma.sdo.access.provider.common.DataObjectComparator
 
compare(DataObject, DataObject) - Method in class org.plasma.sdo.access.provider.common.DataObjectPathDepthComparator
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
compare(CoreChange, CoreChange) - Method in class org.plasma.sdo.core.CoreChangeComparator
 
complexContent - Variable in class org.plasma.xml.schema.AbstractComplexType
 
ComplexContent - Class in org.plasma.xml.schema
Java class for anonymous complex type.
ComplexContent() - Constructor for class org.plasma.xml.schema.ComplexContent
 
ComplexRestrictionType - Class in org.plasma.xml.schema
Java class for complexRestrictionType complex type.
ComplexRestrictionType() - Constructor for class org.plasma.xml.schema.ComplexRestrictionType
 
complexType - Variable in class org.plasma.xml.schema.AbstractElement
 
ComplexType - Class in org.plasma.xml.schema
Java class for topLevelComplexType complex type.
ComplexType() - Constructor for class org.plasma.xml.schema.ComplexType
 
complexTypeMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
maps top-level complex type names to complex type structures
CONCEPT_DOMAIN - Static variable in class org.plasma.sdo.profile.SDOSemanticConstraint
The root term within a knowledge domain
CONCEPT_ID - Static variable in class org.plasma.sdo.profile.SDOSemanticConstraint
The identifier of a specific term within a knowledge domain
CONCEPT_NAME - Static variable in class org.plasma.sdo.profile.SDOSemanticConstraint
The name of a specific term within a knowledge domain
conceptDomain - Variable in class org.plasma.provisioning.SemanticConstraint
 
conceptId - Variable in class org.plasma.provisioning.SemanticConstraint
 
conceptName - Variable in class org.plasma.provisioning.SemanticConstraint
 
ConcurentDataFlavor - Enum in org.plasma.provisioning
Java class for ConcurentDataFlavor.
Concurrency - Class in org.plasma.config
Java class for Concurrency complex type.
Concurrency() - Constructor for class org.plasma.config.Concurrency
 
concurrency - Variable in class org.plasma.config.DataAccessProvider
 
ConcurrencyType - Enum in org.plasma.provisioning
Java class for ConcurrencyType.
ConcurrencyType - Enum in org.plasma.sdo.profile
Indicates the category of concurrency or concurrency control strategy under which a UML Property participates.
Concurrent - Class in org.plasma.provisioning
This stereotype annotates or tags UML properties for use within various operations involving concurrency control.
Concurrent() - Constructor for class org.plasma.provisioning.Concurrent
 
concurrent - Variable in class org.plasma.provisioning.Property
 
concurrent - Variable in class org.plasma.provisioning.PropertyAppInfo
 
Concurrent - Interface in org.plasma.sdo
Annotates or tags properties as applicable for use within various operations involving concurrency control.
ConcurrentDataFlavor - Enum in org.plasma.sdo.profile
Specifies the nature of the data with respect to concurrency for a UML Property
Configuration - Class in org.plasma.config
Java class for Configuration complex type.
Configuration() - Constructor for class org.plasma.config.Configuration
 
ConfigurationConstants - Class in org.plasma.config
 
ConfigurationConstants() - Constructor for class org.plasma.config.ConfigurationConstants
 
ConfigurationException - Exception in org.plasma.config
 
ConfigurationException(String) - Constructor for exception org.plasma.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.plasma.config.ConfigurationException
 
ConfigUtils - Class in org.plasma.config
 
ConfigUtils() - Constructor for class org.plasma.config.ConfigUtils
 
Connection - Interface in org.plasma.sdo.access.provider.common
 
Constraint - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
A constraint definition
constraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, constraint.
constraint(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, constraint, while adding the given path predicate expression.
Constraint.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
ConstraintAssembler - Class in org.plasma.provisioning.xsd
 
ConstraintAssembler(ConverterSupport, String, String) - Constructor for class org.plasma.provisioning.xsd.ConstraintAssembler
 
ConstraintCollector - Class in org.plasma.provisioning.xsd
Provisioning constraint collector (simple type visitor) which receives visitor events and and calls a delegate assembler/builder for constraints, storing the constraint for clients.
ConstraintCollector(Schema, Map<String, SimpleType>, ConstraintAssembler) - Constructor for class org.plasma.provisioning.xsd.ConstraintCollector
 
ConstraintImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
A constraint definition
ConstraintImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Default No-arg constructor required for serialization operations.
ConstraintImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
 
constraintMap - Variable in class org.plasma.provisioning.rdb.MySql55Converter
maps properties to physical constraints
constraintMap - Variable in class org.plasma.provisioning.rdb.Oracle11GConverter
 
constraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, constraintName.
constraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Returns a DSL data element for property, constraintName.
ConstraintType - Enum in org.plasma.provisioning.rdb.mysql.v5_5
This generated Enumeration represents the domain model enumeration ConstraintType which is part of namespace http://org.plasma/sdo/mysql/5_5 as defined within the Configuration.
constraintType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Returns a DSL data element for property, constraintType.
ConstraintType - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
This generated Enumeration represents the domain model enumeration ConstraintType which is part of namespace http://org.plasma/sdo/oracle/11g/sys as defined within the Configuration.
constraintType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, constraintType.
containment - Variable in class org.plasma.provisioning.Property
 
containment - Variable in class org.plasma.xml.sdox.Property
 
ContainmentGraphCollector - Class in org.plasma.sdo.core
Visits a data graph from a given source/root, collecting the source and any contained nodes from the source which are part of the contiguous containment hierarchy.
ContainmentGraphCollector() - Constructor for class org.plasma.sdo.core.ContainmentGraphCollector
 
ContainmentNode - Class in org.plasma.sdo.core
Stores a data object, the source/container data object and source property that links or references it.
ContainmentNode(PlasmaDataObject, PlasmaDataObject, PlasmaProperty) - Constructor for class org.plasma.sdo.core.ContainmentNode
 
contains(DataObject) - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
contains(DataObject) - Method in class org.plasma.sdo.core.CoreDataObject
Returns true if this data object is the container for the given data object.
contains(DataObject) - Method in interface org.plasma.sdo.PlasmaDataObject
Returns true if this data object is the container for the given data object.
content - Variable in class org.plasma.sdo.access.provider.jdo.Any
 
content - Variable in class org.plasma.sdo.access.provider.jdo.Query
 
content - Variable in class org.plasma.xml.schema.Appinfo
 
content - Variable in class org.plasma.xml.schema.Documentation
 
Content - Class in org.plasma.xml.wsdl.v11.mime
Java class for contentType complex type.
Content() - Constructor for class org.plasma.xml.wsdl.v11.mime.Content
 
content - Variable in class org.plasma.xml.wsdl.v11.TDocumentation
 
content - Variable in class org.plasma.xml.wsdl.v20.Documentation
 
content - Variable in class org.plasma.xml.xslt.AttributeType
 
content - Variable in class org.plasma.xml.xslt.Comment
 
content - Variable in class org.plasma.xml.xslt.Copy
 
content - Variable in class org.plasma.xml.xslt.Element
 
content - Variable in class org.plasma.xml.xslt.Fallback
 
content - Variable in class org.plasma.xml.xslt.ForEach
 
content - Variable in class org.plasma.xml.xslt.If
 
content - Variable in class org.plasma.xml.xslt.Message
 
content - Variable in class org.plasma.xml.xslt.Otherwise
 
content - Variable in class org.plasma.xml.xslt.ProcessingInstruction
 
content - Variable in class org.plasma.xml.xslt.Template
 
content - Variable in class org.plasma.xml.xslt.Variable
 
content - Variable in class org.plasma.xml.xslt.When
 
ContentHandlerToXMLEventWriter - Class in javanet.staxutils
This is a simple utility class that adapts SAX events into StAX XMLEventWriter events, bridging between the two parser technologies.
ContentHandlerToXMLEventWriter(XMLEventWriter) - Constructor for class javanet.staxutils.ContentHandlerToXMLEventWriter
 
ContentHandlerToXMLStreamWriter - Class in javanet.staxutils
This is a simple utility class that adapts SAX events into StAX XMLStreamWriter events, bridging between the two parser technologies.
ContentHandlerToXMLStreamWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
context - Variable in class org.plasma.text.lang3gl.java.DefaultFactory
 
contextProperty - Variable in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
contextRelationalOperator - Variable in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
contextType - Variable in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
contextWildcardOperator - Variable in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
convert(Type, Object) - Method in interface commonj.sdo.helper.DataHelper
Convert the specified value to an instance of the specified type.
convert(Property, Object) - Method in interface commonj.sdo.helper.DataHelper
Convert the specified value to an instance of the specified property's type.
convert(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
convert(Type, Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
convert(Type, Object) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
Convert the specified value to an instance of the specified type.
convert(Property, Object) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
Convert the specified value to an instance of the specified property's type.
ConverterSupport - Class in org.plasma.provisioning.rdb
 
ConverterSupport() - Constructor for class org.plasma.provisioning.rdb.ConverterSupport
 
ConverterSupport - Class in org.plasma.provisioning.xsd
 
ConverterSupport(Schema, String, String) - Constructor for class org.plasma.provisioning.xsd.ConverterSupport
 
copy(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
Create a deep copy of the DataObject tree: Copies the dataObject and all its contained DataObjects recursively.
copy(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLEventReader, XMLEventWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLStreamReader, XMLStreamWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLStreamReader, XMLStreamWriter, XMLInputFactory) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(Source, XMLStreamWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a TrAX Source to a StAX XMLStreamWriter.
copy(Source, XMLEventWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a TrAX Source to a StAX XMLEventWriter.
copy(XMLEventReader, Result) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a StAX XMLEventReader to a TrAX Result.
copy(XMLStreamReader, Result) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a StAX XMLStreamReader to a TrAX Result.
copy(DataObject) - Method in class org.plasma.sdo.helper.PlasmaCopyHelper
Create a deep copy of the DataObject tree.
copy(DataObject, Type[]) - Method in class org.plasma.sdo.helper.PlasmaCopyHelper
Create a deep copy of the DataObject tree while exempting all DataObject nodes with an SDO type found in the given reference Types array.
Copy - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Copy() - Constructor for class org.plasma.xml.xslt.Copy
 
copyElement(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies an element and all its content from the provided event reader, to the provided event consumer.
copyElementContent(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies all events within a StartElement until the matching EndElement is reached.
CopyHelper - Interface in commonj.sdo.helper
A helper for copying DataObjects.
copyHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
CopyOf - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
CopyOf() - Constructor for class org.plasma.xml.xslt.CopyOf
 
copyShallow(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
copyShallow(DataObject) - Method in class org.plasma.sdo.helper.PlasmaCopyHelper
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
CoreChange - Class in org.plasma.sdo.core
 
CoreChange(DataObject, ChangeType, Map<UUID, CoreChange>) - Constructor for class org.plasma.sdo.core.CoreChange
 
CoreChangeComparator - Class in org.plasma.sdo.core
Ensures ordering of changed data objects within the change summary.
CoreChangeComparator() - Constructor for class org.plasma.sdo.core.CoreChangeComparator
 
CoreChangeSummary - Class in org.plasma.sdo.core
A change summary is used to record changes to DataObjects, allowing applications to efficiently and incrementally update back-end storage when required.
CoreChangeSummary(PlasmaDataGraph) - Constructor for class org.plasma.sdo.core.CoreChangeSummary
 
CoreConstants - Interface in org.plasma.sdo.core
 
CoreDataGraph - Class in org.plasma.sdo.core
 
CoreDataGraph() - Constructor for class org.plasma.sdo.core.CoreDataGraph
 
CoreDataGraph(PlasmaDataObject) - Constructor for class org.plasma.sdo.core.CoreDataGraph
 
CoreDataObject - Class in org.plasma.sdo.core
A data object is a representation of some structured data.
CoreDataObject() - Constructor for class org.plasma.sdo.core.CoreDataObject
Default No-arg constructor required for serialization operations.
CoreDataObject(Type, CoreObject) - Constructor for class org.plasma.sdo.core.CoreDataObject
 
CoreDataObject(Type) - Constructor for class org.plasma.sdo.core.CoreDataObject
 
CoreDataObjectXPath - Class in org.plasma.sdo.core
 
CoreDataObjectXPath(String) - Constructor for class org.plasma.sdo.core.CoreDataObjectXPath
 
CoreEdge - Class in org.plasma.sdo.core
 
CoreEdge() - Constructor for class org.plasma.sdo.core.CoreEdge
 
CoreException - Exception in org.plasma.sdo.core
 
CoreException(String) - Constructor for exception org.plasma.sdo.core.CoreException
 
CoreException(Throwable) - Constructor for exception org.plasma.sdo.core.CoreException
 
CoreHelper - Class in org.plasma.sdo.core
Deprecated. 
CoreHelper() - Constructor for class org.plasma.sdo.core.CoreHelper
Deprecated.  
CoreNode - Class in org.plasma.sdo.core
 
CoreNode() - Constructor for class org.plasma.sdo.core.CoreNode
Default No-arg constructor required for serialization operations.
CoreNode(CoreObject) - Constructor for class org.plasma.sdo.core.CoreNode
 
CoreObject - Class in org.plasma.sdo.core
Class used to describe a value object model of arbitrary complexity.
CoreObject(String) - Constructor for class org.plasma.sdo.core.CoreObject
 
CoreObjectHolder - Interface in org.plasma.sdo.core
 
CorePathAssembler - Class in org.plasma.sdo.core
A graph visitor which assembles and stores a list of candidate paths from the root data-object to the given target data-object and returns the minimum (least hops) path or set of paths as SDO path-strings.
CorePathAssembler(DataObject) - Constructor for class org.plasma.sdo.core.CorePathAssembler
 
CoreProperty - Class in org.plasma.sdo.core
A representation of a Property in the type of a data object.
CoreProperty(CoreType, Property, CoreType) - Constructor for class org.plasma.sdo.core.CoreProperty
 
CoreSequence - Class in org.plasma.sdo.core
 
CoreSetting - Class in org.plasma.sdo.core
 
CoreSetting(DataObject, Property, Object) - Constructor for class org.plasma.sdo.core.CoreSetting
 
CoreType - Class in org.plasma.sdo.core
A representation of the type of a property or a data object.
CoreType(String, String) - Constructor for class org.plasma.sdo.core.CoreType
 
CoreXMLDocument - Class in org.plasma.sdo.core
 
CoreXMLDocument(DataObject) - Constructor for class org.plasma.sdo.core.CoreXMLDocument
 
CoreXMLDocument(DataObject, XMLOptions) - Constructor for class org.plasma.sdo.core.CoreXMLDocument
 
CoreXMLDocument(DataObject, String, String) - Constructor for class org.plasma.sdo.core.CoreXMLDocument
 
count(Query) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
count(Query[]) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
count(Query) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
count(Query[]) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
count(Query) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
count(Query[]) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
count(Query) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
count(Query[]) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
count(Query) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
count(Query[]) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
count(Query) - Method in interface org.plasma.sdo.access.DataAccessService
 
count(Query[]) - Method in interface org.plasma.sdo.access.DataAccessService
 
count(String) - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 
count(Query) - Method in interface org.plasma.sdo.access.QueryDispatcher
 
count(Query[]) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
count(Query) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
count - Variable in class org.plasma.xml.xslt.Number
 
create(String, String) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject of the Type specified by typeName with the given package uri.
create(Class) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject supporting the given interface.
create(Type) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject of the Type specified.
create(String, String) - Method in class org.plasma.sdo.helper.PlasmaDataFactory
 
create(Type) - Method in class org.plasma.sdo.helper.PlasmaDataFactory
 
create(Class) - Method in class org.plasma.sdo.helper.PlasmaDataFactory
 
create - Variable in class org.plasma.xml.sdox.ChangeSummaryType
 
createAbstractGroupElement(LocalElement) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<LocalElement>}
createAbstractGroupGroup(GroupRef) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<GroupRef>}
createAddress() - Method in class org.plasma.xml.wsdl.v11.http.ObjectFactory
Create an instance of Address
createAddress() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of Address
createAlias() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Alias
createAll() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of All
createAll(All) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<All>}
createAnnotated() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Annotated
createAnnotation() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Annotation
createAny() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Any
createAny() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Any
createAnyAttribute(Wildcard) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Wildcard>}
createAnyType() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of AnyType
createAppinfo() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Appinfo
createApplyImports(AnyType) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AnyType>}
createApplyTemplates() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of ApplyTemplates
createApplyTemplates(ApplyTemplates) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<ApplyTemplates>}
createArray() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Array
createArtifact() - Method in class org.plasma.config.ObjectFactory
Create an instance of Artifact
createAttribute(QName, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(String, String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(QName, String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(QName, String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createAttribute() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Attribute
createAttribute(AttributeType) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AttributeType>}
createAttributeGroup() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of AttributeGroup
createAttributeGroupRef() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of AttributeGroupRef
createAttributeSet() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of AttributeSet
createAttributeSet(AttributeSet) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AttributeSet>}
createAttributeType() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of AttributeType
createBaseDirectoryName(Package) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
createBaseDirectoryName(Package) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
createBaseDirectoryName(Package) - Method in interface org.plasma.text.lang3gl.Lang3GLContentFactory
Returns an 3Gl language specific base directory name for the given Package based on configuration settings.
createBehavior() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Behavior
createBehavior() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Behavior
createBinding(Binding) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<Binding>}
createBinding() - Method in class org.plasma.xml.wsdl.v11.http.ObjectFactory
Create an instance of Binding
createBinding() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of Binding
createBinding() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Binding
createBindingFault(BindingFaultType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<BindingFaultType>}
createBindingFaultType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of BindingFaultType
createBindingOperation(BindingOperationType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<BindingOperationType>}
createBindingOperationFaultType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of BindingOperationFaultType
createBindingOperationMessageType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of BindingOperationMessageType
createBindingOperationType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of BindingOperationType
createBindingOperationTypeInfault(BindingOperationFaultType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<BindingOperationFaultType>}
createBindingOperationTypeInput(BindingOperationMessageType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<BindingOperationMessageType>}
createBindingOperationTypeOutfault(BindingOperationFaultType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<BindingOperationFaultType>}
createBindingOperationTypeOutput(BindingOperationMessageType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<BindingOperationMessageType>}
createBody() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Body
createBody(TBody) - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of JAXBElement<TBody>}
createCallTemplate() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of CallTemplate
createCallTemplate(CallTemplate) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<CallTemplate>}
createCData(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCData(String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCData(String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createChangeSummaryType() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of ChangeSummaryType
createCharacters(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCharacters(String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCharacters(String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createCharInstruction(AnyType) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AnyType>}
createCheck() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Check
createCheckConstraint(Schema, Table, Check) - Method in interface org.plasma.text.ddl.DDLFactory
 
createCheckConstraint(Schema, Table, Check) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
createCheckConstraint(Schema, Table, Check) - Method in class org.plasma.text.ddl.MySQLFactory
 
createChoice(ExplicitGroup) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<ExplicitGroup>}
createChoose() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Choose
createChoose(Choose) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Choose>}
createClass() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Class
createClass_() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Class_
createClassAppInfo() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of ClassAppInfo
createClassProvisioning(ClassProvisioning) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<ClassProvisioning>}
createClassRef() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of ClassRef
createClassReferenceImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
createClause() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Clause
createCollection() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Collection
createCollectionParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of CollectionParameter
createColumn() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Column
createColumn() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Column
createCombineStylesheets() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of CombineStylesheets
createComment(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createComment(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createComment(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createComment() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Comment
createComment(Comment) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Comment>}
createComplexContent() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of ComplexContent
createComplexRestrictionType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of ComplexRestrictionType
createComplexType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of ComplexType
createConcurrency() - Method in class org.plasma.config.ObjectFactory
Create an instance of Concurrency
createConcurrency(Configuration) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<Configuration>}
createConcurrent() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Concurrent
createConfiguration() - Method in class org.plasma.config.ObjectFactory
Create an instance of Configuration
createConfiguration(Configuration) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<Configuration>}
createConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Creates and returns a new instance of Type Constraint automatically establishing a containment relationship through the object's reference property, constraint.
createConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Creates and returns a new instance of Type Constraint automatically establishing a containment relationship through the object's reference property, constraint.
createConstructors(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createConstructors(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createConstructors(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createConstructors(Package, Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createContent(Package, Class) - Method in interface org.plasma.text.lang3gl.ClassFactory
Returns an 3Gl language specific content for the given Package and Type
createContent(Package, Enumeration) - Method in interface org.plasma.text.lang3gl.EnumerationFactory
Returns an 3Gl language specific content for the given Package and Type
createContent(Package, Class) - Method in interface org.plasma.text.lang3gl.InterfaceFactory
Returns an 3Gl language specific content for the given Package and Type
createContent(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createContent(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createContent(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createContent(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createContent(Package, Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createContent(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createContent() - Method in class org.plasma.xml.wsdl.v11.mime.ObjectFactory
Create an instance of Content
createCopy() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Copy
createCopy(Copy) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Copy>}
createCopyOf() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of CopyOf
createCopyOf(CopyOf) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<CopyOf>}
createCreatorByAbstractClassDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createCreatorDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createCustomization(Customization) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<Customization>}
created(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
 
created(DataObject) - Method in interface org.plasma.sdo.PlasmaChangeSummary
Register the given data object as a created object within this change summary.
createDataAccessProvider() - Method in class org.plasma.config.ObjectFactory
Create an instance of DataAccessProvider
createDataAccessService() - Method in class org.plasma.config.ObjectFactory
Create an instance of DataAccessService
createDataGraph() - Method in class org.plasma.sdo.helper.PlasmaDataFactory
 
createDatagraph() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of Datagraph
createDataObject(String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(String, String, String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int, String, String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property, Type) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be of containment type.
createDataObject(String) - Method in class org.plasma.sdo.core.CoreDataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int) - Method in class org.plasma.sdo.core.CoreDataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property) - Method in class org.plasma.sdo.core.CoreDataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(String, String, String) - Method in class org.plasma.sdo.core.CoreDataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int, String, String) - Method in class org.plasma.sdo.core.CoreDataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property, Type) - Method in class org.plasma.sdo.core.CoreDataObject
Returns a new data object contained by this object using the specified property, which must be of containment type.
createDataObject(Object) - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of JAXBElement<Object>}
createDataPropertyOperation(Package, Class, Property) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createDatastoreIdentity() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of DatastoreIdentity
createDataTypeRef() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of DataTypeRef
createDateParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of DateParameter
createDecimalFormat() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of DecimalFormat
createDecimalFormat(DecimalFormat) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<DecimalFormat>}
createDecimalParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of DecimalParameter
createDefinitions() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of Definitions
createDelete() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Delete
createDeploymentRealm() - Method in class org.plasma.common.env.ObjectFactory
Create an instance of DeploymentRealm
createDerivation() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Derivation
createDerivedPropertyOpposite(Class, Property) - Method in class org.plasma.provisioning.xsd.PropertyAssembler
 
createDescription() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Description
createDirectoryName(Package) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createDirectoryName(Package) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
createDirectoryName(Package) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createDirectoryName(Package) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
createDirectoryName(Package) - Method in interface org.plasma.text.lang3gl.Lang3GLContentFactory
Returns an 3Gl language specific directory name for the given Package based on configuration settings.
createDiscriminator() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Discriminator
CreatedObjectCollector - Class in org.plasma.sdo.access.provider.common
 
CreatedObjectCollector(DataGraph) - Constructor for class org.plasma.sdo.access.provider.common.CreatedObjectCollector
 
createDocument(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
Creates an XMLDocument with the specified XML rootElement for the DataObject.
createDocument(DataObject, String, String) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Creates an XMLDocument with the specified XML rootElement for the DataObject.
createDocumentation() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Documentation
createDocumentation(DocumentationType, String) - Method in class org.plasma.provisioning.xsd.AbstractAssembler
 
createDocumentation(DocumentationType, String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
createDocumentation() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Documentation
createDocumentation() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Documentation
createDocumentedType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of DocumentedType
createDSLClassReferenceImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createDSLImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createDTD(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createDTD(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createDTD(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createElement() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Element
createElement(Element) - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of JAXBElement<Element>}
createElement() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Element
createElement() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Element
createElement() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Element
createElement(Element) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Element>}
createEmbedded() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Embedded
createEndDocument() - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndDocument(Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndDocument(Location) - Method in class javanet.staxutils.events.EventFactory
 
createEndElement(QName, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(QName, Iterator, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(QName, Iterator, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createEndpoint() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Endpoint
createEntity() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Entity
createEntityReference(String, EntityDeclaration) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEntityReference(String, EntityDeclaration, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEntityReference(String, EntityDeclaration, Location) - Method in class javanet.staxutils.events.EventFactory
 
createEnumeration() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Enumeration
createEnumeration() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Enumeration
createEnumerationAppInfo() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of EnumerationAppInfo
createEnumerationClasses() - Method in class org.plasma.text.lang3gl.java.DSLAssembler
 
createEnumerationClasses() - Method in class org.plasma.text.lang3gl.java.JDOAssembler
 
createEnumerationClasses() - Method in class org.plasma.text.lang3gl.java.SDOAssembler
 
createEnumerationClasses() - Method in interface org.plasma.text.lang3gl.Lang3GLAssembler
 
createEnumerationConstraint() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of EnumerationConstraint
createEnumerationLiteral() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of EnumerationLiteral
createEnumerationLiteralAppInfo() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of EnumerationLiteralAppInfo
createEnumerationRef() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of EnumerationRef
createExplicitGroup() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of ExplicitGroup
createExpression() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Expression
createExtension() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Extension
createExtensionType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of ExtensionType
createFacet() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Facet
createFallback() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Fallback
createFallback(Fallback) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Fallback>}
createFault() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of Fault
createFetchGroup() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of FetchGroup
createField() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Field
createField() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Field
createFieldImportMap(Package, Class, ClassNameResolver) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createFieldImportMap(Package, Class, ClassNameResolver) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createFileName(Class) - Method in interface org.plasma.text.lang3gl.ClassFactory
Returns an 3Gl language specific file name for the given Class based on configuration settings.
createFileName(Enumeration) - Method in interface org.plasma.text.lang3gl.EnumerationFactory
Returns an 3Gl language specific file name for the given Enumeration based on configuration settings.
createFileName(Class) - Method in interface org.plasma.text.lang3gl.InterfaceFactory
Returns an 3Gl language specific file name for the given Class based on configuration settings.
createFileName(Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createFileName(Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createFileName(Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createFileName(Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createFileName(Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createFileName(Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createFilterId() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of FilterId
createFk() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Fk
createFloatParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of FloatParameter
createForEach() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of ForEach
createForEach(ForEach) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<ForEach>}
createForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of ForeignKey
createForeignKeyConstraint(Schema, Table, Fk, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
createForeignKeyConstraint(Schema, Table, Fk, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
createForeignKeyConstraint(Schema, Table, Fk, Table) - Method in class org.plasma.text.ddl.MySQLFactory
 
createFractionDigits(NumFacet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createFrom() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of From
createGlobalProvisioning() - Method in class org.plasma.config.ObjectFactory
Create an instance of GlobalProvisioning
createGroup() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Group
createGroupBy() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of GroupBy
createGroupOperator() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of GroupOperator
createGroupRef() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of GroupRef
createHashKeyFromUUID(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated. 
createHeader() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of Header
createHeader() - Method in class org.plasma.xml.wsdl.v20.http.ObjectFactory
Create an instance of Header
createHeader() - Method in class org.plasma.xml.wsdl.v20.soap.ObjectFactory
Create an instance of Header
createHeaderfault() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of Headerfault
createIf() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of If
createIf(If) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<If>}
createIgnorableSpace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createIgnorableSpace(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createIgnorableSpace(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createImplementationClasses() - Method in class org.plasma.text.lang3gl.java.DSLAssembler
 
createImplementationClasses() - Method in class org.plasma.text.lang3gl.java.JDOAssembler
 
createImplementationClasses() - Method in class org.plasma.text.lang3gl.java.SDOAssembler
 
createImplementationClasses() - Method in interface org.plasma.text.lang3gl.Lang3GLAssembler
 
createImplementationProvisioning() - Method in class org.plasma.config.ObjectFactory
Create an instance of ImplementationProvisioning
createImplements() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Implements
createImport() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Import
createImport() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Import
createImport(CombineStylesheets) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<CombineStylesheets>}
createImportDeclaration() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of ImportDeclaration
createImportDeclaration(Package, Class, String) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createImportDeclarations(Map<String, String>) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createInclude() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Include
createInclude() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Include
createInclude(CombineStylesheets) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<CombineStylesheets>}
createIndex() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Index
createIndex(Schema, Table, Index) - Method in interface org.plasma.text.ddl.DDLFactory
 
createIndex(Schema, Table, Index) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
createIndex() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Index
createInheritance() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Inheritance
createInstanceProperty(String, DataType) - Static method in class org.plasma.sdo.core.CoreProperty
 
createInstruction(AnyType) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AnyType>}
createInterface() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Interface
createInterface() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Interface
createInterfaceClasses() - Method in class org.plasma.text.lang3gl.java.DSLAssembler
 
createInterfaceClasses() - Method in class org.plasma.text.lang3gl.java.JDOAssembler
 
createInterfaceClasses() - Method in class org.plasma.text.lang3gl.java.SDOAssembler
 
createInterfaceClasses() - Method in interface org.plasma.text.lang3gl.Lang3GLAssembler
 
createInterfaceFault(InterfaceFaultType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<InterfaceFaultType>}
createInterfaceFaultType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of InterfaceFaultType
createInterfaceOperation(InterfaceOperationType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<InterfaceOperationType>}
createInterfaceOperationType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of InterfaceOperationType
createInterfaceOperationTypeInfault(MessageRefFaultType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<MessageRefFaultType>}
createInterfaceOperationTypeInput(MessageRefType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<MessageRefType>}
createInterfaceOperationTypeOutfault(MessageRefFaultType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<MessageRefFaultType>}
createInterfaceOperationTypeOutput(MessageRefType) - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of JAXBElement<MessageRefType>}
createInterfacePackageDocs() - Method in class org.plasma.text.lang3gl.java.DSLAssembler
 
createInterfacePackageDocs() - Method in class org.plasma.text.lang3gl.java.JDOAssembler
 
createInterfacePackageDocs() - Method in class org.plasma.text.lang3gl.java.SDOAssembler
 
createInterfacePackageDocs() - Method in interface org.plasma.text.lang3gl.Lang3GLAssembler
 
createInterfaceProvisioning() - Method in class org.plasma.config.ObjectFactory
Create an instance of InterfaceProvisioning
createInterfaceReferenceImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
createIntParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of IntParameter
createIsSetDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createJdo() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Jdo
createJoin() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Join
createJoin() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Join
createKey() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Key
createKey() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Key
createKey(Keybase) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Keybase>}
createKey() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Key
createKey(Key) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Key>}
createKeybase() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Keybase
createKeyref() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Keyref
createLength(NumFacet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createList() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of List
createLiteral() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Literal
createLocalComplexType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of LocalComplexType
createLocalElement() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of LocalElement
createLocalSimpleType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of LocalSimpleType
createLogicalOperator() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of LogicalOperator
createManyAdderDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createManyCountDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createManyGetterDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createManyIndexGetterDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createManyRemoverDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createManySetterDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createMap() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Map
createMaxExclusive(Facet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMaxInclusive(Facet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMaxLength(NumFacet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createMessage() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Message
createMessage(Message) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Message>}
createMessageRefFaultType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of MessageRefFaultType
createMessageRefType() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of MessageRefType
createMethodDeclarations(Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createMethodDeclarations(Class, Property) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createMethodDeclarations(Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createMethodDeclarations(Class, Property) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createMimeXml() - Method in class org.plasma.xml.wsdl.v11.mime.ObjectFactory
Create an instance of MimeXml
createMinExclusive(Facet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMinInclusive(Facet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Facet>}
createMinLength(NumFacet) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<NumFacet>}
createModel() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Model
createModelAppInfo() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of ModelAppInfo
createModelsType() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of ModelsType
createModule() - Method in class org.plasma.xml.wsdl.v20.soap.ObjectFactory
Create an instance of Module
createMultipartRelated() - Method in class org.plasma.xml.wsdl.v11.mime.ObjectFactory
Create an instance of MultipartRelated
createNamedElement(NamedElement) - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of JAXBElement<NamedElement>}
createNamespace(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String, String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String, String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createNamespace(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
createNamespace() - Method in class org.plasma.config.ObjectFactory
Create an instance of Namespace
createNamespaceAlias() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of NamespaceAlias
createNamespaceAlias(NamespaceAlias) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<NamespaceAlias>}
createNamespaceLink() - Method in class org.plasma.config.ObjectFactory
Create an instance of NamespaceLink
createNamespaceLink(TypeBinding) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<TypeBinding>}
createNamespaceProvisioning() - Method in class org.plasma.config.ObjectFactory
Create an instance of NamespaceProvisioning
createNarrowMaxMin() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of NarrowMaxMin
createNoFixedFacet() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of NoFixedFacet
createNotation() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Notation
createNullLiteral() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of NullLiteral
createNumber() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Number
createNumber(Number) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Number>}
createNumFacet() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of NumFacet
createOn() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of On
createOpenAttrs() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of OpenAttrs
createOperation() - Method in class org.plasma.xml.wsdl.v11.http.ObjectFactory
Create an instance of Operation
createOperation() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of Operation
createOperations(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createOperations(Package, Class, Property) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createOperations(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createOperations(Package, Class, Property) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createOperations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createOperations(Package, Class, Property) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createOperations(Package, Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createOperations(Package, Enumeration, EnumerationLiteral) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createOrder() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Order
createOrderBy() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of OrderBy
createOtherwise() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Otherwise
createOutput() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Output
createOutput(Output) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Output>}
createPackage() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Package
createPackage(Package) - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of JAXBElement<Package>}
createPackage_() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Package_
createPackageAppInfo() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of PackageAppInfo
createPackageDeclaration(Package) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createPackageDeclaration(Package) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
createPackageDeclaration(Package) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createPackageDeclaration(Package) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
createPackageName(Package) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createPackageName(Package) - Method in class org.plasma.text.lang3gl.java.JDODefaultFactory
 
createPackageName(Package) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createPackageRef() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of PackageRef
createParam(Variable) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Variable>}
createParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Parameter
createParameterDeclaration() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of ParameterDeclaration
createPath() - Method in class org.plasma.query.dsl.DomainEndpoint
 
createPath() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Path
createPathElement() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of PathElement
createPathElement(String) - Method in class org.plasma.query.model.PathNode
 
createPathNode() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of PathNode
createPattern() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Pattern
createPk() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Pk
createPlasmaConfiguration() - Method in class org.plasma.config.ObjectFactory
Create an instance of PlasmaConfiguration
createPreserveSpace() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of PreserveSpace
createPreserveSpace(PreserveSpace) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<PreserveSpace>}
createPrimaryKey() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of PrimaryKey
createPrivateFieldDeclaration(Class, Property) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createPrivateFieldDeclaration(Class, Property) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createPrivateFieldDeclaration(Class, Property) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createPrivateFieldDeclarations(Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createProcessingInstruction(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createProcessingInstruction(String, String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createProcessingInstruction(String, String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createProcessingInstruction() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of ProcessingInstruction
createProcessingInstruction(ProcessingInstruction) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<ProcessingInstruction>}
createProjection() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Projection
createProperty() - Method in class org.plasma.config.ObjectFactory
Create an instance of Property
createProperty() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Property
createProperty() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Property
createProperty() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Property
createProperty() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of Property
createPropertyAppInfo() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of PropertyAppInfo
createPropertyBinding() - Method in class org.plasma.config.ObjectFactory
Create an instance of PropertyBinding
createPropertyRef() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of PropertyRef
createProvider(String) - Method in class org.plasma.sdo.access.client.ClientSupport
 
createProvider(String) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
createQuery() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Query
createQuery() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Query
createQueryDSLProvisioning() - Method in class org.plasma.config.ObjectFactory
Create an instance of QueryDSLProvisioning
createRealGroup() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of RealGroup
createRedefine() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Redefine
createReferencePropertyOperation(Package, Class, Property) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createReferencePropertyPredicateOperation(Package, Class, Property) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createRelationalOperator() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of RelationalOperator
createRepository() - Method in class org.plasma.config.ObjectFactory
Create an instance of Repository
createResolvable() - Static method in class commonj.sdo.impl.HelperProvider
Gets a Resolvable
createResolvable(Object) - Static method in class commonj.sdo.impl.HelperProvider
Gets a Resolvable
createRestriction() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Restriction
createRestrictionType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of RestrictionType
createResultElement(Object) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Object>}
createRootObject(String, String) - Method in interface commonj.sdo.DataGraph
Creates a new root data object of the specified type.
createRootObject(Type) - Method in interface commonj.sdo.DataGraph
Creates a new root data object of the specified type.
createRootObject(String, String) - Method in class org.plasma.sdo.core.CoreDataGraph
Creates a new root data object of the specified type.
createRootObject(Type) - Method in class org.plasma.sdo.core.CoreDataGraph
Returns the root data object of this data graph.
createSchema() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Schema
createSchema() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Schema
createSchemas() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Schemas
createSDO() - Method in class org.plasma.config.ObjectFactory
Create an instance of SDO
createSDOInterfaceReferenceImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
createSDOInterfaceReferenceImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createSDOInterfaceReferenceImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createSelect() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Select
createSelector() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Selector
createSemanticConstraint() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of SemanticConstraint
createSequence() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Sequence
createSequence(Schema, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
createSequence(Schema, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
createSequence(Schema, Table) - Method in class org.plasma.text.ddl.MySQLFactory
 
createSequence(ExplicitGroup) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<ExplicitGroup>}
createSequenceConfiguration() - Method in class org.plasma.config.ObjectFactory
Create an instance of SequenceConfiguration
createService() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Service
createSimpleContent() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of SimpleContent
createSimpleExplicitGroup() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of SimpleExplicitGroup
createSimpleExtensionType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of SimpleExtensionType
createSimpleRestrictionType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of SimpleRestrictionType
createSimpleType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of SimpleType
createSingularGetterDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createSingularSetterDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createSort() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Sort
createSort() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Sort
createSpace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createSpace(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createSpace(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createStableLocation(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
createStableLocation(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
createStableNamespaceContext(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
createStableNamespaceContext(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
createStagingModel(File, File) - Static method in class org.plasma.provisioning.cli.ProvisioningTool
 
createStartDocument() - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, Boolean, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, Boolean, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createStartEvents(Attributes, Collection[]) - Method in class javanet.staxutils.StAXEventContentHandler
Creates the Namespaceand Attributeevents associated with a StartElement.
createStaticFieldDeclarations(Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createStaticFieldDeclarations(Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createStaticFieldDeclarations(Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createStaticFieldDeclarations(Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createStaticFieldDeclarations(Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createStaticOperations(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createStringParameter() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of StringParameter
createStripSpace(PreserveSpace) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<PreserveSpace>}
createStylesheet(Wrapper) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Wrapper>}
createSubqueryOperator() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of SubqueryOperator
createTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table.
createTable(Schema, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
createTable(Schema, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
createTable(Schema, Table) - Method in class org.plasma.text.ddl.MySQLFactory
 
createTable() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Table
createTableColumn() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
createTableColumn() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
createTableColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
createTableColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
createTableColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Creates and returns a new instance of Type TableColumnComment automatically establishing a containment relationship through the object's reference property, tableColumnComment.
createTableColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Creates and returns a new instance of Type TableColumnComment automatically establishing a containment relationship through the object's reference property, tableColumnComment.
createTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Creates and returns a new instance of Type TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint.
createTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Creates and returns a new instance of Type TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint.
createTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Creates and returns a new instance of Type TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint.
createTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Creates and returns a new instance of Type TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint.
createTableColumnKeyUsage() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Creates and returns a new instance of Type TableColumnKeyUsage automatically establishing a containment relationship through the object's reference property, tableColumnKeyUsage.
createTableColumnKeyUsage() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Creates and returns a new instance of Type TableColumnKeyUsage automatically establishing a containment relationship through the object's reference property, tableColumnKeyUsage.
createTableComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Creates and returns a new instance of Type TableComment automatically establishing a containment relationship through the object's reference property, tableComment.
createTableComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Creates and returns a new instance of Type TableComment automatically establishing a containment relationship through the object's reference property, tableComment.
createTableConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Creates and returns a new instance of Type TableConstraint automatically establishing a containment relationship through the object's reference property, tableConstraint.
createTableConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Creates and returns a new instance of Type TableConstraint automatically establishing a containment relationship through the object's reference property, tableConstraint.
createTBinding() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TBinding
createTBindingOperation() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TBindingOperation
createTBindingOperationFault() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TBindingOperationFault
createTBindingOperationMessage() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TBindingOperationMessage
createTBody() - Method in class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create an instance of TBody
createTDocumentation() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TDocumentation
createTDocumented() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TDocumented
createTempFileFromJar(String, File) - Static method in class org.plasma.provisioning.cli.ProvisioningTool
 
createTemplate() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Template
createTemplate(Template) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Template>}
createTemporal() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of Temporal
createTerm() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Term
createText() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Text
createText(Text) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Text>}
createTextContent() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of TextContent
createTFault() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TFault
createThirdPartyImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createThirdPartyImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createThirdPartyImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createThirdPartyImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createThirdPartyImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createThirdPartyImportDeclarations(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createTImport() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TImport
createTMessage() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TMessage
createTOperation() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TOperation
createTOperationInput(TParam) - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of JAXBElement<TParam>}
createTOperationOutput(TParam) - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of JAXBElement<TParam>}
createTopLevelAttributeType() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of TopLevelAttributeType
createTopLevelElement(AnyType) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AnyType>}
createTopLevelElementAndCharInstruction(AnyType) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<AnyType>}
createTotalDigits() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of TotalDigits
createTParam() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TParam
createTPart() - Method in class org.plasma.xml.wsdl.v11.mime.ObjectFactory
Create an instance of TPart
createTPart() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TPart
createTPort() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TPort
createTPortType() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TPortType
createTransform(Wrapper) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Wrapper>}
createTService() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TService
createTTypes() - Method in class org.plasma.xml.wsdl.v11.ObjectFactory
Create an instance of TTypes
createType(Type) - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of JAXBElement<Type>}
createType() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of Type
createTypeBinding() - Method in class org.plasma.config.ObjectFactory
Create an instance of TypeBinding
createTypeBinding(TypeBinding) - Method in class org.plasma.config.ObjectFactory
Create an instance of JAXBElement<TypeBinding>}
createTypeDeclaration(Package, Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
createTypeDeclaration(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOClassFactory
 
createTypeDeclaration(Package, Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
createTypeDeclaration(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOClassFactory
 
createTypeDeclaration(Package, Enumeration) - Method in class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
createTypeDeclaration(Package, Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
createTypeRef(TypeRef) - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of JAXBElement<TypeRef>}
createTypes() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of Types
createTypes() - Method in class org.plasma.xml.wsdl.v20.ObjectFactory
Create an instance of Types
createUnion() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Union
createUnique() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Unique
createUnique() - Method in class org.plasma.text.ddl.ObjectFactory
Create an instance of Unique
createUnique(Keybase) - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of JAXBElement<Keybase>}
createUniqueConstraint() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of UniqueConstraint
createUniqueConstraint(Schema, Table, Unique) - Method in interface org.plasma.text.ddl.DDLFactory
 
createUniqueConstraint(Schema, Table, Unique) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
createUniqueConstraint(Schema, Table, Unique) - Method in class org.plasma.text.ddl.MySQLFactory
 
createUnsetterDeclaration(Package, Class, Property, TypeClassInfo, StringBuilder) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
createUpdate() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Update
createUrlEncoded() - Method in class org.plasma.xml.wsdl.v11.http.ObjectFactory
Create an instance of UrlEncoded
createUrlReplacement() - Method in class org.plasma.xml.wsdl.v11.http.ObjectFactory
Create an instance of UrlReplacement
createValue() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Value
createValueConstraint() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of ValueConstraint
createValueOf() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of ValueOf
createValueOf(ValueOf) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<ValueOf>}
createValueSetConstraint() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of ValueSetConstraint
createVariable() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Variable
createVariable() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Variable
createVariable(Variable) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Variable>}
createVariableDeclaration() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of VariableDeclaration
createVersion() - Method in class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create an instance of Version
createView() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
createViewColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Creates and returns a new instance of Type ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn.
createViewColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Creates and returns a new instance of Type ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn.
createViewColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Creates and returns a new instance of Type ViewColumnComment automatically establishing a containment relationship through the object's reference property, viewColumnComment.
createViewColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Creates and returns a new instance of Type ViewColumnComment automatically establishing a containment relationship through the object's reference property, viewColumnComment.
createViewComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Creates and returns a new instance of Type ViewComment automatically establishing a containment relationship through the object's reference property, viewComment.
createViewComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Creates and returns a new instance of Type ViewComment automatically establishing a containment relationship through the object's reference property, viewComment.
createWhen() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of When
createWhere() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of Where
createWhiteSpace() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of WhiteSpace
createWildcard() - Method in class org.plasma.xml.schema.ObjectFactory
Create an instance of Wildcard
createWildcardOperator() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of WildcardOperator
createWildcardPathElement() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of WildcardPathElement
createWildcardProperty() - Method in class org.plasma.query.model.ObjectFactory
Create an instance of WildcardProperty
createWithParam(Variable) - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of JAXBElement<Variable>}
createWrapper() - Method in class org.plasma.xml.xslt.ObjectFactory
Create an instance of Wrapper
createXMLEventReader(InputStream, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Source) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class javanet.staxutils.BaseXMLOutputFactory
Creates an XMLEventWriter that writes to the provided XMLStreamWriter.
createXMLEventWriter(Writer) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLInfo() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of XMLInfo
createXmlProperty() - Method in class org.plasma.provisioning.ObjectFactory
Create an instance of XmlProperty
createXMLStreamReader(InputStream, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Source) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
Called by all other methods to construct an XMLStreamReader.
createXMLStreamWriter(OutputStream, String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class javanet.staxutils.OutputFactory
 
createXSDType() - Method in class org.plasma.xml.sdox.ObjectFactory
Create an instance of XSDType
Customization - Class in org.plasma.config
Superclass for customizations
Customization() - Constructor for class org.plasma.config.Customization
 

D

data - Variable in class javanet.staxutils.events.AbstractCharactersEvent
Character content.
data - Variable in class javanet.staxutils.events.ProcessingInstructionEvent
The instruction data.
DATA_ACCESS_CLASS_MEMBER_MULTI_VALUED_SUFFIX - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
DATA_ACCESS_CLASS_MEMBER_PREFIX - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
DATA_ACCESS_DECLARATION_DELIMITER - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
DATA_ACCESS_TRAVERSAL_PATH_DELIMITER - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
DATA_FLAVOR - Static variable in class org.plasma.sdo.profile.SDOConcurrent
Denotes or provides a hint as to the nature of the data instructive to vaious checks and operations under a particular concurrency control type or category.
DataAccessClient - Interface in org.plasma.sdo.access.client
 
DataAccessException - Exception in org.plasma.sdo.access
 
DataAccessException(String) - Constructor for exception org.plasma.sdo.access.DataAccessException
 
DataAccessException(Throwable) - Constructor for exception org.plasma.sdo.access.DataAccessException
 
DataAccessProvider - Class in org.plasma.config
Java class for DataAccessProvider complex type.
DataAccessProvider() - Constructor for class org.plasma.config.DataAccessProvider
 
DataAccessProviderAdapter - Class in org.plasma.config.adapter
 
DataAccessProviderAdapter(DataAccessProvider) - Constructor for class org.plasma.config.adapter.DataAccessProviderAdapter
 
DataAccessProviderName - Enum in org.plasma.config
Java class for DataAccessProviderName.
dataAccessProviders - Variable in class org.plasma.config.DataAccessService
 
DataAccessService - Class in org.plasma.config
Java class for DataAccessService complex type.
DataAccessService() - Constructor for class org.plasma.config.DataAccessService
 
DataAccessService - Interface in org.plasma.sdo.access
 
DataAccessServiceEJB - Class in org.plasma.sdo.access.service
 
DataAccessServiceEJB() - Constructor for class org.plasma.sdo.access.service.DataAccessServiceEJB
 
dataAccessServices - Variable in class org.plasma.config.SDO
 
DataComparator - Class in org.plasma.sdo.access.provider.common
 
DataComparator() - Constructor for class org.plasma.sdo.access.provider.common.DataComparator
 
dataComparator - Variable in class org.plasma.sdo.access.provider.common.DataComparatorAssembler
 
DataComparator.PathInfo - Class in org.plasma.sdo.access.provider.common
 
DataComparator.PathInfo(Property, int) - Constructor for class org.plasma.sdo.access.provider.common.DataComparator.PathInfo
 
DataComparatorAssembler - Class in org.plasma.sdo.access.provider.common
 
DataComparatorAssembler(OrderBy, Type, DataComparator) - Constructor for class org.plasma.sdo.access.provider.common.DataComparatorAssembler
 
DataConverter - Class in org.plasma.sdo.helper
 
dataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, dataDefault.
dataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, dataDefault.
DataEntity - Interface in org.plasma.sdo.access.model
 
DataFactory - Interface in commonj.sdo.helper
A Factory for creating DataObjects.
dataFactory() - Method in class commonj.sdo.impl.HelperProviderImpl
 
dataFlavor - Variable in class org.plasma.provisioning.Concurrent
 
DataFlavor - Enum in org.plasma.sdo
 
DataGraph - Interface in commonj.sdo
A data graph is used to package a graph of data objects along with their metadata, that is, data describing the data.
Datagraph - Class in org.plasma.xml.sdox
Java class for DataGraphType complex type.
Datagraph() - Constructor for class org.plasma.xml.sdox.Datagraph
 
DataGraphAssembler - Interface in org.plasma.sdo.access
Constructs a data graph starting with a given root SDO type.
DataGraphComparator - Class in org.plasma.sdo.access.provider.common
 
DataGraphComparator() - Constructor for class org.plasma.sdo.access.provider.common.DataGraphComparator
 
DataGraphComparatorAssembler - Class in org.plasma.sdo.access.provider.common
 
DataGraphComparatorAssembler(OrderBy, Type) - Constructor for class org.plasma.sdo.access.provider.common.DataGraphComparatorAssembler
 
DataGraphCopyVisitor - Class in org.plasma.sdo.helper
Creates a copy of any arbitrary DataGraph.
DataGraphCopyVisitor() - Constructor for class org.plasma.sdo.helper.DataGraphCopyVisitor
 
DataGraphCopyVisitor(Type[]) - Constructor for class org.plasma.sdo.helper.DataGraphCopyVisitor
 
DataGraphDispatcher - Interface in org.plasma.sdo.access
 
DataGraphNavigator - Class in org.plasma.sdo.xpath
Supports navigation of an SDO data graph by the Jaxen XPATH engine.
DataGraphNavigator() - Constructor for class org.plasma.sdo.xpath.DataGraphNavigator
 
DataGraphNodeAdapter - Class in org.plasma.sdo.xpath
Wraps a result or "endpoint" of a Jaxen XPATH parse, supplying source traversal information, e.g.
DataGraphNodeAdapter(DataObject, Property) - Constructor for class org.plasma.sdo.xpath.DataGraphNodeAdapter
 
DataGraphXPath - Class in org.plasma.sdo.xpath
An XPath implementation for a data graph based on Jaxen.
DataGraphXPath(String) - Constructor for class org.plasma.sdo.xpath.DataGraphXPath
 
DataGraphXPath(String, Navigator) - Constructor for class org.plasma.sdo.xpath.DataGraphXPath
 
DataHelper - Interface in commonj.sdo.helper
Data helper methods.
dataHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
dataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, dataLength.
dataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, dataLength.
DataNode - Class in org.plasma.query.dsl
A domain query node which is a data property end point within a query graph.
DataNode(PathNode, String) - Constructor for class org.plasma.query.dsl.DataNode
 
DataObject - Interface in commonj.sdo
A data object is a representation of some structured data.
DataObject - Class in org.plasma.xml.sdox
Java class for DataObject complex type.
DataObject() - Constructor for class org.plasma.xml.sdox.DataObject
 
DataObjectCommitAdapter - Class in org.plasma.sdo.access.provider.common
 
DataObjectCommitAdapter(DataObject) - Constructor for class org.plasma.sdo.access.provider.common.DataObjectCommitAdapter
 
DataObjectCommitCollector - Class in org.plasma.sdo.access.provider.common
Compares its two data-objects for order within the context of data-store commit operations.
DataObjectCommitCollector(DataGraph) - Constructor for class org.plasma.sdo.access.provider.common.DataObjectCommitCollector
 
DataObjectCommitComparator - Class in org.plasma.sdo.access.provider.common
Compares its two data-objects for order within the context of data-store commit operations.
DataObjectCommitComparator() - Constructor for class org.plasma.sdo.access.provider.common.DataObjectCommitComparator
 
DataObjectComparator - Class in org.plasma.sdo.access.provider.common
 
DataObjectComparator() - Constructor for class org.plasma.sdo.access.provider.common.DataObjectComparator
 
DataObjectComparatorAssembler - Class in org.plasma.sdo.access.provider.common
 
DataObjectComparatorAssembler(OrderBy, Type) - Constructor for class org.plasma.sdo.access.provider.common.DataObjectComparatorAssembler
 
DataObjectHashKeyAssembler - Class in org.plasma.sdo.access.provider.common
 
DataObjectHashKeyAssembler(Select, Type) - Constructor for class org.plasma.sdo.access.provider.common.DataObjectHashKeyAssembler
 
DataObjectPathDepthComparator - Class in org.plasma.sdo.access.provider.common
Compares its two data-objects for path depth relative to a data-graph root.
DataObjectPathDepthComparator() - Constructor for class org.plasma.sdo.access.provider.common.DataObjectPathDepthComparator
 
dataPrecision() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, dataPrecision.
dataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, dataPrecision.
dataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, dataPrecision.
DataProperty - Interface in org.plasma.query
A non-reference property with a type which is a data type.
dataScale() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, dataScale.
dataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, dataScale.
dataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, dataScale.
DataSource - Interface in org.plasma.sdo.access.provider.common
 
datastoreIdentity - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
DatastoreIdentity - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
DatastoreIdentity() - Constructor for class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
 
datastoreIdentity - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
datastoreSequence - Variable in class org.plasma.sdo.access.provider.jdo.Sequence
 
dataStoreType - Variable in class org.plasma.config.DataAccessService
 
DataStoreType - Enum in org.plasma.config
Java class for DataStoreType.
dataType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, dataType.
dataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, dataType.
dataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, dataType.
DataType - Enum in org.plasma.sdo
An enum listing the SDO datatypes.
dataType - Variable in class org.plasma.xml.sdox.Type
 
dataType - Variable in class org.plasma.xml.xslt.Sort
 
DatatypeCollector - Class in org.plasma.provisioning.xsd
Schema (XSD) datatype name collector (simple type visitor) which receives visitor events and detects "leaf" nodes within a simple type hierarchy which are XSD fundamental types and collects the type name(s).
DatatypeCollector(Schema, Map<String, SimpleType>) - Constructor for class org.plasma.provisioning.xsd.DatatypeCollector
 
DataTypeRef - Class in org.plasma.provisioning
An SDO datatype reference
DataTypeRef() - Constructor for class org.plasma.provisioning.DataTypeRef
 
DateParameter - Class in org.plasma.query.model
Java class for DateParameter complex type.
DateParameter() - Constructor for class org.plasma.query.model.DateParameter
 
DateParameter(Date) - Constructor for class org.plasma.query.model.DateParameter
 
dateParameter - Variable in class org.plasma.query.model.Parameter
 
DDLAssembler - Class in org.plasma.text.ddl
 
DDLAssembler(Schemas, DDLFactory, DDLOperation) - Constructor for class org.plasma.text.ddl.DDLAssembler
 
DDLException - Exception in org.plasma.text.ddl
 
DDLException(String) - Constructor for exception org.plasma.text.ddl.DDLException
 
DDLException(Throwable) - Constructor for exception org.plasma.text.ddl.DDLException
 
DDLFactory - Interface in org.plasma.text.ddl
 
DDLModelAssembler - Class in org.plasma.text.ddl
 
DDLModelAssembler() - Constructor for class org.plasma.text.ddl.DDLModelAssembler
 
DDLModelAssembler(List<Namespace>) - Constructor for class org.plasma.text.ddl.DDLModelAssembler
 
DDLModelDataBinding - Class in org.plasma.text.ddl
 
DDLModelDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.text.ddl.DDLModelDataBinding
 
DDLOperation - Enum in org.plasma.text.ddl
 
DDLStreamAssembler - Class in org.plasma.text.ddl
 
DDLStreamAssembler(Schemas, DDLFactory, DDLOperation, OutputStream) - Constructor for class org.plasma.text.ddl.DDLStreamAssembler
 
DDLTask - Class in org.plasma.provisioning.ant
 
DDLTask() - Constructor for class org.plasma.provisioning.ant.DDLTask
 
DDLTool - Class in org.plasma.provisioning.cli
Deprecated. 
DDLTool() - Constructor for class org.plasma.provisioning.cli.DDLTool
Deprecated.  
DDLToolAction - Enum in org.plasma.provisioning.cli
Deprecated. 
decimalDigits - Variable in class org.plasma.text.ddl.Column
 
DecimalFormat - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
DecimalFormat() - Constructor for class org.plasma.xml.xslt.DecimalFormat
 
DecimalParameter - Class in org.plasma.query.model
Java class for DecimalParameter complex type.
DecimalParameter() - Constructor for class org.plasma.query.model.DecimalParameter
 
DecimalParameter(BigDecimal) - Constructor for class org.plasma.query.model.DecimalParameter
 
decimalParameter - Variable in class org.plasma.query.model.Parameter
 
decimalSeparator - Variable in class org.plasma.xml.xslt.DecimalFormat
 
declaration - Variable in class javanet.staxutils.events.DTDEvent
The full DTD declaration.
declaration - Variable in class javanet.staxutils.events.EntityReferenceEvent
The referenced entity declaration.
DEFAULT_ENCODING - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default encoding returned by StartDocumentEvent.getCharacterEncodingScheme().
DEFAULT_INDENT - Static variable in interface javanet.staxutils.Indentation
Two spaces; the default indentation.
DEFAULT_JNDI_FACTORY - Static variable in class org.plasma.common.naming.InitialContextFactory
 
DEFAULT_NS_DECL - Static variable in class javanet.staxutils.events.NamespaceEvent
 
DEFAULT_SYSTEM_ID - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default system id returned by StartDocumentEvent.getSystemId().
DEFAULT_VERSION - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default XML version returned by StartDocumentEvent.getVersion().
DefaultDDLFactory - Class in org.plasma.text.ddl
 
DefaultDDLFactory() - Constructor for class org.plasma.text.ddl.DefaultDDLFactory
 
DefaultEJBDataAccessClient - Class in org.plasma.sdo.access.client
Hides the complexity of collecting only the objects that need to be committed and sent to the app layer.
DefaultEJBDataAccessClient() - Constructor for class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
DefaultEntityListener - Class in org.plasma.sdo.access.model
 
DefaultEntityListener() - Constructor for class org.plasma.sdo.access.model.DefaultEntityListener
 
DefaultErrorHandler - Class in org.plasma.sdo.xml
A simple error handler using the given XMLOptions to determine the desired behavior when an error is encountered.
DefaultErrorHandler(XMLOptions) - Constructor for class org.plasma.sdo.xml.DefaultErrorHandler
 
DefaultFactory - Class in org.plasma.text.lang3gl.java
 
DefaultFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.DefaultFactory
 
defaultFetchGroup - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
defaultFetchGroup - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
DefaultLang3GLAssembler - Class in org.plasma.text.lang3gl
 
DefaultLang3GLAssembler(Model, Lang3GLFactory, Lang3GLOperation) - Constructor for class org.plasma.text.lang3gl.DefaultLang3GLAssembler
 
DefaultLang3GLContext - Class in org.plasma.text.lang3gl
 
DefaultLang3GLContext(Model) - Constructor for class org.plasma.text.lang3gl.DefaultLang3GLContext
 
DefaultLang3GLFactory - Class in org.plasma.text.lang3gl
Default abstract superclass for 3GL lang factories.
DefaultLang3GLFactory() - Constructor for class org.plasma.text.lang3gl.DefaultLang3GLFactory
 
DefaultNameResolver - Class in org.plasma.text.lang3gl.java
 
DefaultNameResolver() - Constructor for class org.plasma.text.lang3gl.java.DefaultNameResolver
 
defaultNamespace - Variable in class org.plasma.config.SDO
 
DefaultOptions - Class in org.plasma.sdo.xml
 
DefaultOptions(String) - Constructor for class org.plasma.sdo.xml.DefaultOptions
 
DefaultOptions(String, String) - Constructor for class org.plasma.sdo.xml.DefaultOptions
 
DefaultQueryVisitor - Class in org.plasma.query.visitor
Default no-op query visitor implementation.
DefaultQueryVisitor() - Constructor for class org.plasma.query.visitor.DefaultQueryVisitor
 
DefaultStreamAssembler - Class in org.plasma.text.lang3gl
 
DefaultStreamAssembler(Model, Lang3GLFactory, Lang3GLOperation, File) - Constructor for class org.plasma.text.lang3gl.DefaultStreamAssembler
 
defaultValue - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
DefaultXPath - Class in org.plasma.sdo.xpath
 
DefaultXPath(String) - Constructor for class org.plasma.sdo.xpath.DefaultXPath
 
DefaultXPath(String, Navigator) - Constructor for class org.plasma.sdo.xpath.DefaultXPath
 
deferred - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
deferred - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
define(DataObject) - Method in interface commonj.sdo.helper.TypeHelper
Define the DataObject as a Type.
define(List) - Method in interface commonj.sdo.helper.TypeHelper
Define the list of DataObjects as Types.
define(String) - Method in interface commonj.sdo.helper.XSDHelper
Define the XML Schema as Types.
define(Reader, String) - Method in interface commonj.sdo.helper.XSDHelper
Define XML Schema as Types.
define(InputStream, String) - Method in interface commonj.sdo.helper.XSDHelper
Define XML Schema as Types.
define(String, String) - Method in class org.plasma.sdo.helper.PlasmaQueryHelper
Define a Query as Types.
define(Reader, String, String) - Method in class org.plasma.sdo.helper.PlasmaQueryHelper
Define a Query as Types.
define(InputStream, String, String) - Method in class org.plasma.sdo.helper.PlasmaQueryHelper
Define a Query as Types.
define(Query, String, String, String) - Method in class org.plasma.sdo.helper.PlasmaQueryHelper
Define a Query as Types.
define(DataObject) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Define the DataObject as a Type.
define(List) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Define the list of DataObjects as Types.
define(String) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
Define the XML Schema as Types.
define(Reader, String) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
Define XML Schema as Types.
define(InputStream, String) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
Define XML Schema as Types.
defineOpenContentProperty(String, DataObject) - Method in interface commonj.sdo.helper.TypeHelper
Define the DataObject as a Property for setting open content.
defineOpenContentProperty(String, DataObject) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Define the DataObject as a Property for setting open content.
Definitions - Class in org.plasma.xml.wsdl.v11
Java class for tDefinitions complex type.
Definitions() - Constructor for class org.plasma.xml.wsdl.v11.Definitions
 
delete() - Method in interface commonj.sdo.DataObject
Remove this object from its container and then unset all its non-readOnly Properties.
Delete - Class in org.plasma.query.model
Java class for Delete complex type.
Delete() - Constructor for class org.plasma.query.model.Delete
 
delete() - Method in class org.plasma.sdo.core.CoreDataObject
Remove this object from its container and then unset all its non- readOnly properties.
delete - Variable in class org.plasma.xml.sdox.ChangeSummaryType
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
deleteAction - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
deleteAction - Variable in class org.plasma.text.ddl.Fk
 
deleted(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
 
deleted(DataObject) - Method in interface org.plasma.sdo.PlasmaChangeSummary
Register the given data object as a deleted object within this change summary.
DeletedObjectCollector - Class in org.plasma.sdo.access.provider.common
 
DeletedObjectCollector(DataGraph) - Constructor for class org.plasma.sdo.access.provider.common.DeletedObjectCollector
 
deleteRule() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, deleteRule.
DELIM_PATH - Static variable in class org.plasma.sdo.access.provider.common.TraversalMap
 
dependent - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
dependent - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
dependentElement - Variable in class org.plasma.sdo.access.provider.jdo.Array
 
dependentElement - Variable in class org.plasma.sdo.access.provider.jdo.Collection
 
dependentKey - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
dependentValue - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
DeploymentRealm - Class in org.plasma.common.env
Java class for anonymous complex type.
DeploymentRealm() - Constructor for class org.plasma.common.env.DeploymentRealm
 
Derivation - Class in org.plasma.provisioning
This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
Derivation() - Constructor for class org.plasma.provisioning.Derivation
 
derivation - Variable in class org.plasma.provisioning.NamedElement
 
Derivation - Interface in org.plasma.sdo
This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
DerivationControl - Enum in org.plasma.xml.schema
Java class for derivationControl.
derived - Variable in class org.plasma.provisioning.Property
 
desc() - Method in interface org.plasma.query.DataProperty
Constructs a descending ordering within this data property and returns the data property for use in subsequent operations
desc() - Method in class org.plasma.query.dsl.DataNode
 
desc() - Method in class org.plasma.query.model.Property
 
DESCENDING - Static variable in class org.plasma.sdo.access.provider.common.DataComparator
 
Description - Class in org.plasma.xml.wsdl.v20
Although correct, this type declaration does not capture all the constraints on the contents of the wsdl:description element as defined by the WSDL 2.0 specification.
Description() - Constructor for class org.plasma.xml.wsdl.v20.Description
 
deserialize(String) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
dest - Variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
destNamespacePrefix - Variable in class org.plasma.provisioning.xsd.AbstractAssembler
 
destNamespacePrefix - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
destNamespacePrefix - Variable in class org.plasma.provisioning.xsd.XSDSchemaConverter
 
destNamespaceURI - Variable in class org.plasma.provisioning.xsd.AbstractAssembler
 
destNamespaceURI - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
destNamespaceURI - Variable in class org.plasma.provisioning.xsd.XSDSchemaConverter
 
detach() - Method in interface commonj.sdo.DataObject
Removes this DataObject from its container, if any.
detach() - Method in class org.plasma.sdo.core.CoreDataObject
Removes this DataObject from its data graph and container, if any.
detachable - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
detachable - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
determineAttributeSchemaType(XMLStreamReader, int) - Method in class javanet.staxutils.events.EventAllocator
 
determineEntityDeclaration(String, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
determineSchemaType(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
digit - Variable in class org.plasma.xml.xslt.DecimalFormat
 
direction - Variable in class org.plasma.query.model.Property
 
direction - Variable in class org.plasma.sdo.access.provider.common.DataComparator.PathInfo
 
direction - Variable in class org.plasma.sdo.core.CoreEdge
 
DirectionToken - Enum in org.plasma.xml.wsdl.v20.rpc
Java class for directionToken.
disableOutputEscaping - Variable in class org.plasma.xml.xslt.Text
 
disableOutputEscaping - Variable in class org.plasma.xml.xslt.ValueOf
 
Discriminator - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Discriminator() - Constructor for class org.plasma.sdo.access.provider.jdo.Discriminator
 
discriminator - Variable in class org.plasma.sdo.access.provider.jdo.Inheritance
 
distinct - Variable in class org.plasma.query.model.Property
 
docLocator - Variable in class javanet.staxutils.StAXContentHandler
The SAX Locatorprovided to the handler.
doctypePublic - Variable in class org.plasma.xml.xslt.Output
 
doctypeSystem - Variable in class org.plasma.xml.xslt.Output
 
document - Variable in class org.plasma.sdo.xml.Marshaller
 
Documentation - Class in org.plasma.provisioning
Provides documentation for provisioning elements
Documentation() - Constructor for class org.plasma.provisioning.Documentation
 
Documentation - Interface in org.plasma.sdo
This stereotype annotates or tags a UML owned comment for any UML element in a model providing hints as to the nature of the comment and how it might be presented.
Documentation - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Documentation() - Constructor for class org.plasma.xml.schema.Documentation
 
documentation - Variable in class org.plasma.xml.wsdl.v11.TDocumented
 
Documentation - Class in org.plasma.xml.wsdl.v20
Java class for DocumentationType complex type.
Documentation() - Constructor for class org.plasma.xml.wsdl.v20.Documentation
 
documentations - Variable in class org.plasma.provisioning.Class
 
documentations - Variable in class org.plasma.provisioning.Enumeration
 
documentations - Variable in class org.plasma.provisioning.EnumerationLiteral
 
documentations - Variable in class org.plasma.provisioning.Package
 
documentations - Variable in class org.plasma.provisioning.Property
 
documentations - Variable in class org.plasma.xml.wsdl.v20.DocumentedType
 
DocumentationType - Enum in org.plasma.provisioning
Java class for DocumentationType.
DocumentationType - Enum in org.plasma.sdo.profile
 
DocumentedType - Class in org.plasma.xml.wsdl.v20
This type is extended by component types to allow them to be documented.
DocumentedType() - Constructor for class org.plasma.xml.wsdl.v20.DocumentedType
 
DocumentMarshaller - Class in org.plasma.sdo.xml
Deprecated. 
DocumentMarshaller(XMLDocument) - Constructor for class org.plasma.sdo.xml.DocumentMarshaller
Deprecated.  
DomainEndpoint - Class in org.plasma.query.dsl
A domain object which is an end point for a path within a query graph.
DomainEndpoint(PathNode, String) - Constructor for class org.plasma.query.dsl.DomainEndpoint
 
DomainObject - Class in org.plasma.query.dsl
Super class for elements within a domain query graph.
DomainObject(PathNode, String) - Constructor for class org.plasma.query.dsl.DomainObject
 
DomainQuery - Interface in org.plasma.query.dsl
A domain specific query serving as the entry point for assembly of a data graph.
DomainRoot - Class in org.plasma.query.dsl
The implementation of a domain query as a root within a query graph.
DomainRoot(Type) - Constructor for class org.plasma.query.dsl.DomainRoot
 
DomainRoot(PathNode, String) - Constructor for class org.plasma.query.dsl.DomainRoot
 
DomainRoot(PathNode, String, Expression) - Constructor for class org.plasma.query.dsl.DomainRoot
 
DPS_NAMING_URL - Static variable in class org.plasma.common.naming.InitialContextFactory
 
dropCheckConstraint(Schema, Table, Check) - Method in interface org.plasma.text.ddl.DDLFactory
 
dropCheckConstraint(Schema, Table, Check) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
dropCheckConstraint(Schema, Table, Check) - Method in class org.plasma.text.ddl.MySQLFactory
 
dropForeignKeyConstraint(Schema, Table, Fk, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
dropForeignKeyConstraint(Schema, Table, Fk, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
dropForeignKeyConstraint(Schema, Table, Fk, Table) - Method in class org.plasma.text.ddl.MySQLFactory
 
dropIndex(Schema, Table, Index) - Method in interface org.plasma.text.ddl.DDLFactory
 
dropIndex(Schema, Table, Index) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
dropIndex(Schema, Table, Index) - Method in class org.plasma.text.ddl.MySQLFactory
 
dropSequence(Schema, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
dropSequence(Schema, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
dropSequence(Schema, Table) - Method in class org.plasma.text.ddl.MySQLFactory
 
dropTable(Schema, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
dropTable(Schema, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
dropUniqueConstraint(Schema, Table, Unique) - Method in interface org.plasma.text.ddl.DDLFactory
 
dropUniqueConstraint(Schema, Table, Unique) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
dropUniqueConstraint(Schema, Table, Unique) - Method in class org.plasma.text.ddl.MySQLFactory
 
DSLAssembler - Class in org.plasma.text.lang3gl.java
 
DSLAssembler(Model, Lang3GLFactory, Lang3GLOperation, File) - Constructor for class org.plasma.text.lang3gl.java.DSLAssembler
 
DSLClassFactory - Class in org.plasma.text.lang3gl.java
 
DSLClassFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.DSLClassFactory
 
dslClassNameResolver - Variable in class org.plasma.text.lang3gl.java.DSLClassFactory
 
DSLClassNameResolver - Class in org.plasma.text.lang3gl.java
 
DSLClassNameResolver() - Constructor for class org.plasma.text.lang3gl.java.DSLClassNameResolver
 
DSLFactory - Class in org.plasma.text.lang3gl.java
 
DSLFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.DSLFactory
 
DSLTask - Class in org.plasma.provisioning.ant
 
DSLTask() - Constructor for class org.plasma.provisioning.ant.DSLTask
 
DSLTool - Class in org.plasma.provisioning.cli
 
DSLTool() - Constructor for class org.plasma.provisioning.cli.DSLTool
 
DSLToolAction - Enum in org.plasma.provisioning.cli
 
DTDEvent - Class in javanet.staxutils.events
DTD event implementation.
DTDEvent(String, Location) - Constructor for class javanet.staxutils.events.DTDEvent
 
DTDEvent(String, List, List, Location) - Constructor for class javanet.staxutils.events.DTDEvent
 
DTDEvent(DTD) - Constructor for class javanet.staxutils.events.DTDEvent
Copy constructor.
DummyLocator - Class in javanet.staxutils
A dummy locator that returns -1 and null from all methods to indicate that location info is not available.
DummyLocator() - Constructor for class javanet.staxutils.DummyLocator
 
dump() - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 
dump() - Method in class org.plasma.sdo.core.CoreDataGraph
 
dump() - Method in class org.plasma.sdo.core.CoreDataObject
 
dump() - Method in interface org.plasma.sdo.PlasmaDataGraph
 
dump() - Method in interface org.plasma.sdo.PlasmaDataObject
 
dumpDepthFirst() - Method in class org.plasma.sdo.core.CoreDataGraph
 
dumpDepthFirst() - Method in class org.plasma.sdo.core.CoreDataObject
 
dumpDepthFirst() - Method in interface org.plasma.sdo.PlasmaDataGraph
 
dumpDepthFirst() - Method in interface org.plasma.sdo.PlasmaDataObject
 
dumpInheritedProperties() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
dumpInheritedProperties() - Method in class org.plasma.query.collector.SelectionCollector
 
dumpProperties(String) - Method in class org.plasma.common.env.EnvProperties
 
dumpProperties() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
dumpProperties() - Method in class org.plasma.query.collector.SelectionCollector
 
DuplicateContainmentReferenceException - Exception in org.plasma.sdo.xml
 
DuplicateContainmentReferenceException(String) - Constructor for exception org.plasma.sdo.xml.DuplicateContainmentReferenceException
 
DuplicateContainmentReferenceException(Throwable) - Constructor for exception org.plasma.sdo.xml.DuplicateContainmentReferenceException
 

E

Edge - Interface in org.plasma.sdo.core
A directed graph edge.
editioningView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, editioningView.
EJBDataAccessClient - Class in org.plasma.sdo.access.client
 
EJBDataAccessClient() - Constructor for class org.plasma.sdo.access.client.EJBDataAccessClient
 
Element - Class in org.plasma.provisioning
A common superclass for all provisioning elements
Element() - Constructor for class org.plasma.provisioning.Element
 
Element - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Element() - Constructor for class org.plasma.sdo.access.provider.jdo.Element
 
element - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
element - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Element - Class in org.plasma.sdo.repository
 
Element() - Constructor for class org.plasma.sdo.repository.Element
 
Element - Class in org.plasma.xml.schema
Java class for topLevelElement complex type.
Element() - Constructor for class org.plasma.xml.schema.Element
 
element - Variable in class org.plasma.xml.wsdl.v11.TPart
 
element - Variable in class org.plasma.xml.wsdl.v20.InterfaceFaultType
 
element - Variable in class org.plasma.xml.wsdl.v20.MessageRefType
 
element - Variable in class org.plasma.xml.wsdl.v20.soap.Header
 
Element - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Element() - Constructor for class org.plasma.xml.xslt.Element
 
ElementContext - Class in javanet.staxutils.helpers
Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.
ElementContext(QName) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and no enclosing context.
ElementContext(QName, boolean) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and empty value, and no enclosing context.
ElementContext(QName, NamespaceContext) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and namespace context.
ElementContext(QName, ElementContext) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and enclosing context.
ElementContext(QName, ElementContext, boolean) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and enclosing context.
elementFormDefault - Variable in class org.plasma.xml.schema.Schema
 
elementMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
maps top-level element names to element structures
elements - Variable in class org.plasma.xml.xslt.PreserveSpace
 
elementsAndGroupsAndAlls - Variable in class org.plasma.xml.schema.AbstractGroup
 
elementType - Variable in class org.plasma.sdo.access.provider.jdo.Array
 
elementType - Variable in class org.plasma.sdo.access.provider.jdo.Collection
 
embedded - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
Embedded - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Embedded() - Constructor for class org.plasma.sdo.access.provider.jdo.Embedded
 
embedded - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
embedded - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
embedded - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
embedded - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
embeddedElement - Variable in class org.plasma.sdo.access.provider.jdo.Array
 
embeddedElement - Variable in class org.plasma.sdo.access.provider.jdo.Collection
 
embeddedElement - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
embeddedElement - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
embeddedKey - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
embeddedOnly - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
embeddedOnly - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
embeddedValue - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
EMPTY_EDGE_LIST - Static variable in class org.plasma.sdo.core.CoreNode
 
EmptyNamespaceContext - Class in javanet.staxutils
ExtendedNamespaceContext that contains no namespaces.
EmptyNamespaceContext() - Constructor for class javanet.staxutils.EmptyNamespaceContext
 
EmptySelectClauseException - Exception in org.plasma.query
 
EmptySelectClauseException(String) - Constructor for exception org.plasma.query.EmptySelectClauseException
 
EmptySelectClauseException(Throwable) - Constructor for exception org.plasma.query.EmptySelectClauseException
 
enableCheckConstraint(Schema, Table, Check, boolean) - Method in interface org.plasma.text.ddl.DDLFactory
 
enableCheckConstraint(Schema, Table, Check, boolean) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
enableForeignKeyConstraint(Schema, Table, Fk, Table, boolean) - Method in interface org.plasma.text.ddl.DDLFactory
 
enableForeignKeyConstraint(Schema, Table, Fk, Table, boolean) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
enableForeignKeyConstraint(Schema, Table, Fk, Table, boolean) - Method in class org.plasma.text.ddl.MySQLFactory
 
enableUniqueConstraint(Schema, Table, Unique, boolean) - Method in interface org.plasma.text.ddl.DDLFactory
 
enableUniqueConstraint(Schema, Table, Unique, boolean) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
enableUniqueConstraint(Schema, Table, Unique, boolean) - Method in class org.plasma.text.ddl.MySQLFactory
 
encoding - Variable in class javanet.staxutils.BaseXMLStreamReader
The stream encoding.
encoding - Variable in class javanet.staxutils.events.StartDocumentEvent
The document encoding, or null if none was specified.
encoding - Variable in class org.plasma.xml.xslt.Output
 
encodingSet() - Method in class javanet.staxutils.events.StartDocumentEvent
 
encodingStyles - Variable in class org.plasma.xml.wsdl.v11.soap.Header
 
encodingStyles - Variable in class org.plasma.xml.wsdl.v11.soap.Headerfault
 
encodingStyles - Variable in class org.plasma.xml.wsdl.v11.soap.TBody
 
end(Query) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Clause) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Select) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(From) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Where) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(OrderBy) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(GroupBy) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Expression) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Term) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(AbstractProperty) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Property) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(WildcardProperty) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Entity) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(GroupOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(RelationalOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(LogicalOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(ArithmeticOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(WildcardOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(SubqueryOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Literal) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(NullLiteral) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Variable) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
end(Query) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Clause) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Select) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(From) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Where) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(OrderBy) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(GroupBy) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Expression) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Term) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Property) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(WildcardProperty) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(AbstractProperty) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Entity) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(GroupOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(RelationalOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(LogicalOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(ArithmeticOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(WildcardOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(SubqueryOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Literal) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(NullLiteral) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(Variable) - Method in interface org.plasma.query.visitor.QueryVisitor
 
end(PlasmaDataObject, PlasmaDataObject, String, int) - Method in interface org.plasma.sdo.PlasmaDataGraphEventVisitor
 
endBody() - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
endCDATA() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endCDATA() - Method in class javanet.staxutils.StAXContentHandler
 
endCDATA() - Method in class javanet.staxutils.StAXEventContentHandler
 
endCDATA() - Method in class javanet.staxutils.StAXStreamContentHandler
 
endDocument() - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endDocument() - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endDocument() - Method in class javanet.staxutils.StAXContentHandler
 
endDocument() - Method in class javanet.staxutils.StAXEventContentHandler
 
endDocument() - Method in class javanet.staxutils.StAXStreamContentHandler
 
EndDocumentEvent - Class in javanet.staxutils.events
EndDocument event implementation.
EndDocumentEvent() - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(Location) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(Location, QName) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(EndDocument) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
endDTD() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endDTD() - Method in class javanet.staxutils.StAXContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endElement(String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXStreamContentHandler
 
EndElementEvent - Class in javanet.staxutils.events
EndElement event implementation.
EndElementEvent(QName, Iterator) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(QName, Iterator, Location) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(QName, Iterator, Location, QName) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(EndElement) - Constructor for class javanet.staxutils.events.EndElementEvent
 
endEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endEntity(String) - Method in class javanet.staxutils.StAXContentHandler
 
endLogging() - Method in interface commonj.sdo.ChangeSummary
An implementation that requires logging may throw an UnsupportedOperationException.
endLogging() - Method in class org.plasma.sdo.core.CoreChangeSummary
An implementation that requires logging may throw an UnsupportedOperationException.
Endpoint - Class in org.plasma.xml.wsdl.v20
Java class for EndpointType complex type.
Endpoint() - Constructor for class org.plasma.xml.wsdl.v20.Endpoint
 
endpointsAndAnies - Variable in class org.plasma.xml.wsdl.v20.Service
 
endPrefixMapping(String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endPrefixMapping(String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endPrefixMapping(String) - Method in class javanet.staxutils.StAXContentHandler
 
endRange - Variable in class org.plasma.query.model.Query
 
entities - Variable in class javanet.staxutils.events.DTDEvent
The list of EntityDeclarations.
entity - Variable in class org.plasma.query.model.Delete
 
Entity - Class in org.plasma.query.model
Java class for Entity complex type.
Entity() - Constructor for class org.plasma.query.model.Entity
 
Entity(String, String) - Constructor for class org.plasma.query.model.Entity
 
entity - Variable in class org.plasma.query.model.From
 
entity - Variable in class org.plasma.query.model.Term
 
entity - Variable in class org.plasma.query.model.Update
 
Entity - Class in org.plasma.sdo.access.model
 
Entity() - Constructor for class org.plasma.sdo.access.model.Entity
 
EntityConstants - Interface in org.plasma.sdo.access.model
Deprecated. 
EntityDeclarationEvent - Class in javanet.staxutils.events
EntityDeclaration event implementation.
EntityDeclarationEvent(String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(String, String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(String, String, String, String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(EntityDeclaration) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityException - Exception in org.plasma.sdo.access.model
 
EntityException(String) - Constructor for exception org.plasma.sdo.access.model.EntityException
 
EntityException(Throwable) - Constructor for exception org.plasma.sdo.access.model.EntityException
 
EntityGraphVisitor - Interface in org.plasma.sdo.access.model
Receives visit events across a POM graph structure.
EntityReferenceEvent - Class in javanet.staxutils.events
EntityReference event implementation.
EntityReferenceEvent(String, EntityDeclaration) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityReferenceEvent(String, EntityDeclaration, Location) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityReferenceEvent(EntityReference) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityVisitor - Interface in org.plasma.sdo.access.model
 
Enumeration - Class in org.plasma.provisioning
An enumeration definition
Enumeration() - Constructor for class org.plasma.provisioning.Enumeration
 
Enumeration - Class in org.plasma.sdo.repository
 
Enumeration(Enumeration) - Constructor for class org.plasma.sdo.repository.Enumeration
 
Enumeration - Class in org.plasma.xml.schema
Java class for enumeration complex type.
Enumeration() - Constructor for class org.plasma.xml.schema.Enumeration
 
EnumerationAppInfo - Class in org.plasma.provisioning
Application specific provisioning information for an enumeration element
EnumerationAppInfo() - Constructor for class org.plasma.provisioning.EnumerationAppInfo
 
EnumerationAssembler - Class in org.plasma.provisioning.xsd
 
EnumerationAssembler(ConverterSupport, String, String) - Constructor for class org.plasma.provisioning.xsd.EnumerationAssembler
 
EnumerationCollector - Class in org.plasma.provisioning.xsd
Provisioning enumeration collector (simple type visitor) which receives visitor events and and calls a delegate assembler/builder for enumerations, storing the enumeration for clients.
EnumerationCollector(Schema, Map<String, SimpleType>, EnumerationAssembler) - Constructor for class org.plasma.provisioning.xsd.EnumerationCollector
 
EnumerationConstraint - Class in org.plasma.provisioning
This stereotype constrains a UML property by means of a given UML enumeration.
EnumerationConstraint() - Constructor for class org.plasma.provisioning.EnumerationConstraint
 
enumerationConstraint - Variable in class org.plasma.provisioning.Property
 
enumerationConstraint - Variable in class org.plasma.provisioning.PropertyAppInfo
 
EnumerationConstraint - Interface in org.plasma.sdo
This stereotype constrains a UML property by means of a given UML enumeration.
EnumerationFactory - Interface in org.plasma.text.lang3gl
 
EnumerationLiteral - Class in org.plasma.provisioning
An enumeration literal definition
EnumerationLiteral() - Constructor for class org.plasma.provisioning.EnumerationLiteral
 
EnumerationLiteral - Class in org.plasma.sdo.repository
 
EnumerationLiteral(EnumerationLiteral) - Constructor for class org.plasma.sdo.repository.EnumerationLiteral
 
EnumerationLiteralAppInfo - Class in org.plasma.provisioning
Application specific provisioning information for an enumeration literal element
EnumerationLiteralAppInfo() - Constructor for class org.plasma.provisioning.EnumerationLiteralAppInfo
 
enumerationLiterals - Variable in class org.plasma.provisioning.Enumeration
 
EnumerationRef - Class in org.plasma.provisioning
References an enumeration and serves as a type abstraction to avoid circular references within XML marshaling
EnumerationRef() - Constructor for class org.plasma.provisioning.EnumerationRef
 
enumerations - Variable in class org.plasma.provisioning.Package
 
enumerationSupplier - Variable in class org.plasma.provisioning.Derivation
 
enumQualifiedNameMap - Variable in class org.plasma.provisioning.rdb.ConverterSupport
Maps URI qualified names to enumerations
enumValues() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the enum values for this class as an array of implemented interfaces
enumValues() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the enum values for this class as an array of implemented interfaces
enumValues() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the enum values for this class as an array of implemented interfaces
enumValues() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the enum values for this class as an array of implemented interfaces
enumValues() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the enum values for this class as an array of implemented interfaces
enumValues() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the enum values for this class as an array of implemented interfaces
enumValues() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the enum values for this class as an array of implemented interfaces
ENV_PROPERTY_NAME_PREFIX - Static variable in interface org.plasma.common.env.EnvConstants
 
EnvConstants - Interface in org.plasma.common.env
 
EnvName - Enum in org.plasma.common.env
Java class for EnvName.
EnvProperties - Class in org.plasma.common.env
Singleton class for critical deployment property management and error handling.
eq(Object) - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is equal to to the given literal.
eq(Object) - Method in class org.plasma.query.dsl.DataNode
 
eq(String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is equal to to the given literal object.
eq(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is equal to to the given literal object.
eq(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is equal to to the given literal object.
eq(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is equal to to the given literal.
eq(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is equal to to the given literal.
eq(Property, NullLiteral) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is equal to to the given null-literal.
eq(Object) - Method in class org.plasma.query.model.Property
 
equal(DataObject, DataObject) - Method in interface commonj.sdo.helper.EqualityHelper
Two DataObjects are equal(Deep) if they are equalShallow, all their compared Properties are equal, and all reachable DataObjects in their graphs excluding containers are equal.
equal(DataObject, DataObject) - Method in class org.plasma.sdo.helper.PlasmaEqualityHelper
 
EqualityHelper - Interface in commonj.sdo.helper
A helper for comparing DataObjects.
equalityHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
equals(Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
equals(Object, Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
equals(Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
equals(Object) - Method in class org.plasma.sdo.access.provider.common.DataObjectCommitAdapter
 
equals(Object) - Method in class org.plasma.sdo.core.CoreChange
 
equals(Object) - Method in class org.plasma.sdo.core.CoreDataObject
 
equals(Object) - Method in class org.plasma.sdo.core.CoreProperty
 
equals(Object) - Method in class org.plasma.sdo.core.CoreType
 
equalShallow(DataObject, DataObject) - Method in interface commonj.sdo.helper.EqualityHelper
Two DataObjects are equalShallow if they have the same Type and all their compared Properties are equal.
equalShallow(DataObject, DataObject) - Method in class org.plasma.sdo.helper.PlasmaEqualityHelper
 
error(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
error(SAXParseException) - Method in class org.plasma.sdo.xml.DefaultErrorHandler
 
ErrorLocator - Class in org.plasma.sdo.xml
 
ErrorLocator(SAXParseException) - Constructor for class org.plasma.sdo.xml.ErrorLocator
 
ErrorLocator(int, int, String, String) - Constructor for class org.plasma.sdo.xml.ErrorLocator
 
eventAllocator - Variable in class javanet.staxutils.BaseXMLInputFactory
 
EventAllocator - Class in javanet.staxutils.events
Allocates events within this package.
EventAllocator() - Constructor for class javanet.staxutils.events.EventAllocator
 
EventFactory - Class in javanet.staxutils.events
Factory for events within this package.
EventFactory() - Constructor for class javanet.staxutils.events.EventFactory
 
EventMatcher - Class in javanet.staxutils.helpers
Provides utility methods useful for comparing two XMLEvent instances.
eventsMatch(XMLEvent, XMLEvent) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two XMLEvent instances.
eventsMatch(Attribute, Attribute) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Attributes, returning true if their names and values are the same.
eventsMatch(Characters, Characters) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Characterss.
eventsMatch(Comment, Comment) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Comments.
eventsMatch(DTD, DTD) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two DTDs.
eventsMatch(EndDocument, EndDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EndDocuments.
eventsMatch(EndElement, EndElement) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EndElements.
eventsMatch(EntityDeclaration, EntityDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EntityDeclarations.
eventsMatch(EntityReference, EntityReference) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EntityReferences.
eventsMatch(Namespace, Namespace) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Namespaces.
eventsMatch(NotationDeclaration, NotationDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two NotationDeclarations.
eventsMatch(ProcessingInstruction, ProcessingInstruction) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two ProcessingInstructions.
eventsMatch(StartDocument, StartDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two StartDocuments.
eventsMatch(StartElement, StartElement) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two StartElements.
EventWriterDelegate - Class in javanet.staxutils.helpers
Abstract class for implementing XML filters.
EventWriterDelegate(XMLEventWriter) - Constructor for class javanet.staxutils.helpers.EventWriterDelegate
 
excludeResultPrefixes - Variable in class org.plasma.xml.xslt.Wrapper
 
execute() - Method in class org.plasma.provisioning.ant.DDLTask
 
execute() - Method in class org.plasma.provisioning.ant.DSLTask
 
execute() - Method in class org.plasma.provisioning.ant.QueryTask
 
execute() - Method in class org.plasma.provisioning.ant.RDBTask
 
execute() - Method in class org.plasma.provisioning.ant.SDOTask
 
exists(Property, Query) - Static method in class org.plasma.query.model.Expression
 
exists(Query) - Method in class org.plasma.query.model.Property
 
ExplicitGroup - Class in org.plasma.xml.schema
group type for the three kinds of group
ExplicitGroup() - Constructor for class org.plasma.xml.schema.ExplicitGroup
 
expr - Variable in class org.plasma.query.dsl.PathNode
 
Expression - Interface in org.plasma.query
A base expression
Expression - Class in org.plasma.query.model
Java class for Expression complex type.
Expression() - Constructor for class org.plasma.query.model.Expression
 
Expression(Term) - Constructor for class org.plasma.query.model.Expression
 
Expression(Term, Term, Term) - Constructor for class org.plasma.query.model.Expression
 
Expression(Expression, Expression, Expression) - Constructor for class org.plasma.query.model.Expression
 
Expression(Expression[]) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, ArithmeticOperator, Literal) - Constructor for class org.plasma.query.model.Expression
 
Expression(Expression, RelationalOperator, Expression) - Constructor for class org.plasma.query.model.Expression
 
Expression(GroupOperator, Property, RelationalOperator, Literal) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, RelationalOperator, Literal, GroupOperator) - Constructor for class org.plasma.query.model.Expression
 
Expression(GroupOperator, Property, RelationalOperator, Literal, GroupOperator) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, RelationalOperator, Variable) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, RelationalOperator, Literal) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, WildcardOperator, Literal) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, Literal, Literal) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, RelationalOperator, NullLiteral) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property, SubqueryOperator, Query) - Constructor for class org.plasma.query.model.Expression
 
Expression(RelationalOperator) - Constructor for class org.plasma.query.model.Expression
 
Expression(ArithmeticOperator) - Constructor for class org.plasma.query.model.Expression
 
Expression(LogicalOperatorValues) - Constructor for class org.plasma.query.model.Expression
 
Expression(GroupOperator) - Constructor for class org.plasma.query.model.Expression
 
Expression(Property) - Constructor for class org.plasma.query.model.Expression
 
Expression(Entity) - Constructor for class org.plasma.query.model.Expression
 
expression - Variable in class org.plasma.query.model.Term
 
expressions - Variable in class org.plasma.query.model.Where
 
ExtendedLocation - Interface in javanet.staxutils
Extended the Location interface that exposes nested Locations.
ExtendedNamespaceContext - Interface in javanet.staxutils
Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.
ExtendedXMLEvent - Interface in javanet.staxutils.events
Extended XMLEvent interface that provides additional functionality.
ExtensibleDocumentedType - Class in org.plasma.xml.wsdl.v20
This type is extended by component types to allow attributes from other namespaces to be added.
ExtensibleDocumentedType() - Constructor for class org.plasma.xml.wsdl.v20.ExtensibleDocumentedType
 
Extension - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Extension() - Constructor for class org.plasma.sdo.access.provider.jdo.Extension
 
extension - Variable in class org.plasma.xml.schema.ComplexContent
 
extension - Variable in class org.plasma.xml.schema.SimpleContent
 
ExtensionElement - Class in org.plasma.xml.wsdl.v20
This abstract type is intended to serve as the base type for extension elements.
ExtensionElement() - Constructor for class org.plasma.xml.wsdl.v20.ExtensionElement
 
extensionElementPrefixes - Variable in class org.plasma.xml.xslt.Wrapper
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Array
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Collection
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Embedded
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.FetchGroup
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Implements
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Inheritance
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Order
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Package_
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.PrimaryKey
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Sequence
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
extensions - Variable in class org.plasma.sdo.access.provider.jdo.Version
 
extensionsAndPackagesAndQueries - Variable in class org.plasma.sdo.access.provider.jdo.Jdo
 
ExtensionType - Class in org.plasma.xml.schema
Java class for extensionType complex type.
ExtensionType() - Constructor for class org.plasma.xml.schema.ExtensionType
 
ExternalizableDelegator - Class in commonj.sdo.impl
Delegates DataObject serialization while ensuring implementation independent java.io.Serialization.
ExternalizableDelegator() - Constructor for class commonj.sdo.impl.ExternalizableDelegator
 
ExternalizableDelegator(Object) - Constructor for class commonj.sdo.impl.ExternalizableDelegator
 
ExternalizableDelegator.Resolvable - Interface in commonj.sdo.impl
 

F

Facet - Class in org.plasma.xml.schema
Java class for facet complex type.
Facet() - Constructor for class org.plasma.xml.schema.Facet
 
FACTORIES - Static variable in class org.plasma.config.PlasmaConfigDataBinding
 
FACTORIES - Static variable in class org.plasma.provisioning.ProvisioningModelDataBinding
 
FACTORIES - Static variable in class org.plasma.query.bind.PlasmaQueryDataBinding
 
FACTORIES - Static variable in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
FACTORIES - Static variable in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
FACTORIES - Static variable in class org.plasma.text.ddl.DDLModelDataBinding
 
FACTORIES - Static variable in class org.plasma.xml.schema.SchemaDataBinding
 
FACTORIES - Static variable in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
FACTORIES - Static variable in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
factory - Variable in class javanet.staxutils.BaseXMLEventWriter
XMLEventFactory used to construct XMLEvent instances.
factory - Variable in class org.plasma.text.ddl.DDLAssembler
 
factory - Variable in class org.plasma.text.lang3gl.DefaultLang3GLAssembler
 
factoryClass - Variable in class org.plasma.sdo.access.provider.jdo.Sequence
 
Fallback - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Fallback() - Constructor for class org.plasma.xml.xslt.Fallback
 
fatalError(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
fatalError(SAXParseException) - Method in class org.plasma.sdo.xml.DefaultErrorHandler
 
Fault - Class in org.plasma.xml.wsdl.v11.soap
Java class for tFault complex type.
Fault() - Constructor for class org.plasma.xml.wsdl.v11.soap.Fault
 
faults - Variable in class org.plasma.xml.wsdl.v11.TBindingOperation
 
faults - Variable in class org.plasma.xml.wsdl.v11.TOperation
 
FetchGroup - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
FetchGroup() - Constructor for class org.plasma.sdo.access.provider.jdo.FetchGroup
 
fetchGroups - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
fetchGroups - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
fetchGroupsAndFieldsAndProperties - Variable in class org.plasma.sdo.access.provider.jdo.FetchGroup
 
Field - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Field() - Constructor for class org.plasma.sdo.access.provider.jdo.Field
 
Field - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Field() - Constructor for class org.plasma.xml.schema.Field
 
FieldAdapter - Class in org.plasma.provisioning.adapter
 
FieldAdapter(Package, Class, Property) - Constructor for class org.plasma.provisioning.adapter.FieldAdapter
 
fieldName - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
fields - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
fields - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
fields - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
fields - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
fields - Variable in class org.plasma.xml.schema.Keybase
 
fieldsAndProperties - Variable in class org.plasma.sdo.access.provider.jdo.Embedded
 
fieldType - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
fieldType - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
FILE_SEP - Static variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
FILE_SEP - Static variable in class org.plasma.text.lang3gl.java.DefaultFactory
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.config.PlasmaConfigDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.provisioning.ProvisioningModelDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.query.bind.PlasmaQueryDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.text.ddl.DDLModelDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.xml.schema.SchemaDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
FILENAME_SCHEMA_CHAIN_ROOT - Static variable in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
filter(XMLEventWriter) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Transform the given writer.
filter(XMLStreamWriter) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
filter(XMLEventWriter) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
filter(XMLStreamWriter) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
filter(String) - Method in class org.plasma.provisioning.rdb.ConverterSupport
Getting bad unicode characters in DB comments which cause sax to barf.
filter - Variable in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
FilterId - Class in org.plasma.query.model
Java class for FilterId complex type.
FilterId() - Constructor for class org.plasma.query.model.FilterId
 
FilterId(String) - Constructor for class org.plasma.query.model.FilterId
 
filterId - Variable in class org.plasma.query.model.Where
 
filterTokens(String[]) - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
FilterXMLOutputFactory - Class in javanet.staxutils.helpers
An output factory that transforms each writer from a contained factory.
FilterXMLOutputFactory() - Constructor for class javanet.staxutils.helpers.FilterXMLOutputFactory
 
FilterXMLOutputFactory(XMLOutputFactory) - Constructor for class javanet.staxutils.helpers.FilterXMLOutputFactory
 
finalDefaults - Variable in class org.plasma.xml.schema.Schema
 
finals - Variable in class org.plasma.xml.schema.AbstractComplexType
 
finals - Variable in class org.plasma.xml.schema.AbstractElement
 
finals - Variable in class org.plasma.xml.schema.AbstractSimpleType
 
find(Query) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
find(Query, int) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
find(Query[]) - Method in interface org.plasma.sdo.access.client.DataAccessClient
 
find(Query) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
find(Query, int) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
find(Query[]) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
find(Query) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
find(Query, int) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
find(Query[]) - Method in class org.plasma.sdo.access.client.EJBDataAccessClient
 
find(Query) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
find(Query, int) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
find(Query[]) - Method in class org.plasma.sdo.access.client.PojoDataAccessClient
 
find(Query) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
find(Query, int) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
find(Query[]) - Method in class org.plasma.sdo.access.client.SDODataAccessClient
 
find(Query) - Method in interface org.plasma.sdo.access.DataAccessService
 
find(Query, int) - Method in interface org.plasma.sdo.access.DataAccessService
 
find(Query[]) - Method in interface org.plasma.sdo.access.DataAccessService
 
find(Query, Timestamp) - Method in interface org.plasma.sdo.access.QueryDispatcher
 
find(Query, int, Timestamp) - Method in interface org.plasma.sdo.access.QueryDispatcher
 
find(Query) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
find(Query, int) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
find(Query[]) - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
find(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
find(String) - Method in interface org.plasma.sdo.PlasmaDataObject
 
findAlias() - Method in class org.plasma.sdo.repository.Classifier
 
findAlias() - Method in class org.plasma.sdo.repository.Enumeration
 
findAlias() - Method in class org.plasma.sdo.repository.EnumerationLiteral
 
findAlias() - Method in class org.plasma.sdo.repository.Namespace
 
findAlias() - Method in class org.plasma.sdo.repository.Property
 
findAppInfoValue(Enumeration) - Method in class org.plasma.provisioning.xsd.AbstractAssembler
 
findAppInfoValue(Enumeration) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
findClass(ClassRef) - Method in class org.plasma.text.lang3gl.DefaultLang3GLContext
 
findClass(String) - Method in class org.plasma.text.lang3gl.DefaultLang3GLContext
 
findClass(ClassRef) - Method in interface org.plasma.text.lang3gl.Lang3GLContext
Returns a Class for the given ClassRef
findClass(String) - Method in interface org.plasma.text.lang3gl.Lang3GLContext
Returns a Class for the given qualified name where qualified names take the format uri#class-name, for example http://mysite.com/myapp#MyClass
findClassifier(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
findConcurrent() - Method in class org.plasma.sdo.repository.Property
 
findDataAccessProvider(DataAccessProviderName) - Method in class org.plasma.config.PlasmaConfig
 
findDataObjects(DataObject) - Method in class org.plasma.sdo.xpath.DataGraphXPath
Returns an array of Data Object results, an error being thrown if other than Data Object results are found or if multiple results are found but the target Property is not a "many" Property, i.e.
findDerivation() - Method in class org.plasma.sdo.repository.Classifier
 
findDerivation() - Method in class org.plasma.sdo.repository.Property
 
findDerivationSupplier() - Method in class org.plasma.sdo.repository.Property
 
findElementById(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
findElementByName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
findElementByQualifiedName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
findEndpoint(DataObject, Property, Path, int) - Method in class org.plasma.sdo.access.provider.common.DataComparator
 
findEnumerationConstraint() - Method in class org.plasma.sdo.repository.Property
 
findGroupByClause() - Method in class org.plasma.query.dsl.DomainRoot
 
findGroupByClause() - Method in class org.plasma.query.model.Query
 
findGroupByClause() - Method in interface org.plasma.query.Query
 
findJavaPackageNamePackageForClass(Classifier) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
findKey() - Method in class org.plasma.sdo.repository.Property
 
findKeySupplier() - Method in class org.plasma.sdo.repository.Property
 
findOpaqueBehaviorBody(String, String) - Method in class org.plasma.sdo.repository.Class_
 
findOpenAttributeQNameByValue(String, OpenAttrs) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
findOpenAttributeValue(QName, OpenAttrs) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
findOpenAttributeValue(QName, OpenAttrs, boolean) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
findOrderByClause() - Method in class org.plasma.query.dsl.DomainRoot
 
findOrderByClause() - Method in class org.plasma.query.model.Query
 
findOrderByClause() - Method in interface org.plasma.query.Query
 
findPackage(ClassRef) - Method in class org.plasma.text.lang3gl.DefaultLang3GLContext
 
findPackage(String) - Method in class org.plasma.text.lang3gl.DefaultLang3GLContext
 
findPackage(ClassRef) - Method in interface org.plasma.text.lang3gl.Lang3GLContext
Returns a Package for the given ClassRef
findPackage(String) - Method in interface org.plasma.text.lang3gl.Lang3GLContext
Returns a Package for the given qualified name where qualified names take the format uri#class-name, for example http://mysite.com/myapp#MyClass
findPackageAlias() - Method in class org.plasma.sdo.repository.Classifier
 
findPhysicalName() - Method in class org.plasma.sdo.repository.Property
 
findProperties(KeyType) - Method in class org.plasma.sdo.core.CoreType
 
findProperties(KeyType) - Method in interface org.plasma.sdo.PlasmaType
Returns the declared property from this type and its base types tagged with the given key type.
findProperties(DataObject) - Method in class org.plasma.sdo.xpath.DataGraphXPath
Returns an array of Property results, an error being thrown if other than Property results are found.
findProperties(Type) - Method in class org.plasma.sdo.xpath.MetaDataXPath
Returns an array of Property results, an error being thrown if other than Property results are found.
findProperty(String) - Method in class org.plasma.sdo.core.CoreType
Returns the declared property from this type and its base types with the given property name, or null if not exists
findProperty(ConcurrencyType, ConcurrentDataFlavor) - Method in class org.plasma.sdo.core.CoreType
 
findProperty(KeyType) - Method in class org.plasma.sdo.core.CoreType
 
findProperty(String) - Method in interface org.plasma.sdo.PlasmaType
Returns the declared property from this type and its base types with the given property name, or null if not exists
findProperty(ConcurrencyType, ConcurrentDataFlavor) - Method in interface org.plasma.sdo.PlasmaType
Returns the declared property from this type and its base types tagged with the given concurrency type and data flavor.
findProperty(KeyType) - Method in interface org.plasma.sdo.PlasmaType
Returns the declared property from this type and its base types tagged with the given key type.
findProperty(DataObject) - Method in class org.plasma.sdo.xpath.DataGraphXPath
Returns a single Property result or null if no Property results are found.
findProperty(Type) - Method in class org.plasma.sdo.xpath.MetaDataXPath
Returns a single Property result or null if no Property results are found.
findPropertyBinding(String) - Method in class org.plasma.config.adapter.TypeBindingAdapter
 
findPropertyBinding(String, String, String) - Method in class org.plasma.config.PlasmaConfig
 
findPropertyDefault() - Method in class org.plasma.sdo.repository.Property
 
findSDOXValue(ComplexType, String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
findSort() - Method in class org.plasma.sdo.repository.Property
 
findTemporal() - Method in class org.plasma.sdo.repository.Property
 
findType(String) - Method in class org.plasma.provisioning.adapter.ModelAdapter
 
findTypeBinding(String) - Method in class org.plasma.config.adapter.NamespaceAdapter
 
findTypeBinding(String, String) - Method in class org.plasma.config.PlasmaConfig
 
findUniqueConstraint() - Method in class org.plasma.sdo.repository.Property
 
findValueConstraint() - Method in class org.plasma.sdo.repository.Property
 
findValueSetConstraint() - Method in class org.plasma.sdo.repository.Property
 
findVersion() - Method in class org.plasma.provisioning.rdb.MySqlVersionFinder
 
findVersion() - Method in class org.plasma.provisioning.rdb.OracleVersionFinder
 
findWhereClause() - Method in class org.plasma.query.dsl.DomainRoot
 
findWhereClause() - Method in class org.plasma.query.model.Query
 
findWhereClause() - Method in interface org.plasma.query.Query
 
findXmlProperty() - Method in class org.plasma.sdo.repository.Property
 
firstToLowerCase(String) - Static method in class org.plasma.provisioning.NameUtils
 
firstToUpperCase(String) - Static method in class org.plasma.provisioning.NameUtils
 
firstToUpperCase(String) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
fixed - Variable in class org.plasma.xml.schema.AbstractElement
 
fixed - Variable in class org.plasma.xml.schema.Attribute
 
fixed - Variable in class org.plasma.xml.schema.Facet
 
Fk - Class in org.plasma.text.ddl
Java class for fk complex type.
Fk() - Constructor for class org.plasma.text.ddl.Fk
 
fks - Variable in class org.plasma.text.ddl.Table
 
flagLocked(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
flagLocked() - Method in class org.plasma.sdo.core.CoreObject
 
flagUnlocked(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
flagUnlocked() - Method in class org.plasma.sdo.core.CoreObject
 
flavor - Variable in class org.plasma.sdo.xml.Marshaller
 
flavor - Variable in class org.plasma.sdo.xml.Unmarshaller
 
FloatParameter - Class in org.plasma.query.model
Java class for FloatParameter complex type.
FloatParameter() - Constructor for class org.plasma.query.model.FloatParameter
 
FloatParameter(float) - Constructor for class org.plasma.query.model.FloatParameter
 
floatParameter - Variable in class org.plasma.query.model.Parameter
 
floor() - Method in class org.plasma.query.dsl.DataNode
 
floor() - Method in class org.plasma.query.model.Property
 
floor() - Method in interface org.plasma.query.RealDataProperty
Constructs a function, which returns the largest integer that is greater than the number, and returns this data property for use in subsequent operations
flush() - Method in class javanet.staxutils.BaseXMLEventWriter
 
flush() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
flush() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
flush() - Method in class javanet.staxutils.io.StAXStreamWriter
 
flush() - Method in class javanet.staxutils.io.StreamEventWriter
 
flush() - Method in class javanet.staxutils.XMLEventStreamWriter
 
flush() - Method in class javanet.staxutils.XMLStreamEventWriter
 
ForEach - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
ForEach() - Constructor for class org.plasma.xml.xslt.ForEach
 
foreignKeies - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
foreignKeies - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
foreignKey - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
foreignKey - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
ForeignKey - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
ForeignKey() - Constructor for class org.plasma.sdo.access.provider.jdo.ForeignKey
 
foreignKey - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
foreignKey - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
foreignKey - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
foreignKey - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
form - Variable in class org.plasma.xml.schema.AbstractElement
 
form - Variable in class org.plasma.xml.schema.Attribute
 
format - Variable in class org.plasma.xml.xslt.Number
 
FORMAT_PATTERN_DATE - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_DATETIME - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_DAY - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_MONTH - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_MONTHDAY - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_TIME - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_YEAR - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_YEARMONTH - Static variable in class org.plasma.sdo.helper.DataConverter
 
FORMAT_PATTERN_YEARMONTHDAY - Static variable in class org.plasma.sdo.helper.DataConverter
 
formatLocalClassName(String) - Method in class org.plasma.provisioning.xsd.AbstractAssembler
 
formatLocalClassName(String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
formatLocalPropertyName(String) - Method in class org.plasma.provisioning.xsd.AbstractAssembler
 
formatLocalPropertyName(String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
FormChoice - Enum in org.plasma.xml.schema
Java class for formChoice.
forName(String) - Static method in class org.plasma.query.model.Path
 
forName(String) - Static method in class org.plasma.query.model.Property
Factory method returning a property for the given name.
forName(String, Path) - Static method in class org.plasma.query.model.Property
Factory method returning a property for the given name and path.
forNames(String[]) - Static method in class org.plasma.query.model.Path
 
FRACTION_DIGITS - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the maximum number of decimal places allowed.
fractionDigits - Variable in class org.plasma.provisioning.ValueConstraint
 
FREE_TEXT_SELECT_DECLARATION_DELIMITER_REGEXP - Static variable in interface org.plasma.query.model.QueryConstants
 
FREE_TEXT_SELECT_PATH_DELIMITER_REGEXP - Static variable in interface org.plasma.query.model.QueryConstants
 
From - Interface in org.plasma.query
A clause describing the query extent or root type
from - Variable in class org.plasma.query.model.Clause
 
From - Class in org.plasma.query.model
Java class for From complex type.
From() - Constructor for class org.plasma.query.model.From
 
From(Entity) - Constructor for class org.plasma.query.model.From
 
From(String, String) - Constructor for class org.plasma.query.model.From
 
From(Class) - Constructor for class org.plasma.query.model.From
 
from - Variable in class org.plasma.xml.xslt.Number
 
fromBoolean(Type, boolean) - Method in class org.plasma.sdo.helper.DataConverter
 
fromByte(Type, byte) - Method in class org.plasma.sdo.helper.DataConverter
 
fromBytes(Type, byte[]) - Method in class org.plasma.sdo.helper.DataConverter
 
fromCharacter(Type, char) - Method in class org.plasma.sdo.helper.DataConverter
 
fromDataType(DataType) - Static method in enum org.plasma.sdo.DataFlavor
 
fromDate(Type, Date) - Method in class org.plasma.sdo.helper.DataConverter
 
fromDecimal(Type, BigDecimal) - Method in class org.plasma.sdo.helper.DataConverter
 
fromDouble(Type, double) - Method in class org.plasma.sdo.helper.DataConverter
 
fromFloat(Type, float) - Method in class org.plasma.sdo.helper.DataConverter
 
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the enumeration value matching the given physical or instance name.
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the enumeration value matching the given physical or instance name.
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the enumeration value matching the given physical or instance name.
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the enumeration value matching the given physical or instance name.
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the enumeration value matching the given physical or instance name.
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the enumeration value matching the given physical or instance name.
fromInstanceName(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the enumeration value matching the given physical or instance name.
fromInt(Type, int) - Method in class org.plasma.sdo.helper.DataConverter
 
fromInteger(Type, BigInteger) - Method in class org.plasma.sdo.helper.DataConverter
 
fromLong(Type, long) - Method in class org.plasma.sdo.helper.DataConverter
 
fromName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the enumeration value matching the given name.
fromName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the enumeration value matching the given name.
fromName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the enumeration value matching the given name.
fromName(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the enumeration value matching the given name.
fromName(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the enumeration value matching the given name.
fromName(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the enumeration value matching the given name.
fromName(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the enumeration value matching the given name.
fromObject(Type, Object) - Method in class org.plasma.sdo.xml.Marshaller
 
fromObject(Type, Object) - Method in class org.plasma.sdo.xml.StreamMarshaller
 
fromShort(Type, short) - Method in class org.plasma.sdo.helper.DataConverter
 
fromString(Type, String) - Method in class org.plasma.sdo.helper.DataConverter
Converts the given string value to an object appropriate for the target type.
fromStrings(Type, List<String>) - Method in class org.plasma.sdo.helper.DataConverter
 
fromTemporalDataType(Type, Type, String) - Method in class org.plasma.sdo.helper.DataConverter
 
fromValue(String) - Static method in enum org.plasma.common.env.EnvName
 
fromValue(String) - Static method in enum org.plasma.config.DataAccessProviderName
 
fromValue(String) - Static method in enum org.plasma.config.DataStoreType
 
fromValue(String) - Static method in enum org.plasma.config.OptimizationStrategy
 
fromValue(String) - Static method in enum org.plasma.config.PropertyNameStyle
 
fromValue(String) - Static method in enum org.plasma.config.RDBMSVendorName
 
fromValue(String) - Static method in enum org.plasma.config.SerializationStrategy
 
fromValue(String) - Static method in enum org.plasma.provisioning.BehaviorType
 
fromValue(String) - Static method in enum org.plasma.provisioning.CodingStrength
 
fromValue(String) - Static method in enum org.plasma.provisioning.ConcurentDataFlavor
 
fromValue(String) - Static method in enum org.plasma.provisioning.ConcurrencyType
 
fromValue(String) - Static method in enum org.plasma.provisioning.DocumentationType
 
fromValue(String) - Static method in enum org.plasma.provisioning.KeyType
 
fromValue(String) - Static method in enum org.plasma.provisioning.TemporalType
 
fromValue(String) - Static method in enum org.plasma.provisioning.VisibilityType
 
fromValue(String) - Static method in enum org.plasma.provisioning.XmlNodeType
 
fromValue(String) - Static method in enum org.plasma.query.model.ArithmeticOperatorValues
 
fromValue(String) - Static method in enum org.plasma.query.model.FunctionValues
 
fromValue(String) - Static method in enum org.plasma.query.model.GroupOperatorValues
 
fromValue(String) - Static method in enum org.plasma.query.model.LogicalOperatorValues
 
fromValue(String) - Static method in enum org.plasma.query.model.ProjectionNameType
 
fromValue(String) - Static method in enum org.plasma.query.model.QueryLanguageValues
 
fromValue(String) - Static method in enum org.plasma.query.model.RelationalOperatorValues
 
fromValue(String) - Static method in enum org.plasma.query.model.SortDirectionValues
 
fromValue(String) - Static method in enum org.plasma.query.model.SubqueryOperatorValues
 
fromValue(String) - Static method in enum org.plasma.query.model.WildcardOperatorValues
 
fromValue(String) - Static method in enum org.plasma.query.model.WildcardPropertyTypeValues
 
fromValue(String) - Static method in enum org.plasma.text.ddl.BehaviorType
 
fromValue(String) - Static method in enum org.plasma.text.ddl.JDBCType
 
fromValue(String) - Static method in enum org.plasma.xml.schema.DerivationControl
 
fromValue(String) - Static method in enum org.plasma.xml.schema.FormChoice
 
fromValue(DerivationControl) - Static method in enum org.plasma.xml.schema.ReducedDerivationControl
 
fromValue(DerivationControl) - Static method in enum org.plasma.xml.schema.TypeDerivationControl
 
fromValue(String) - Static method in enum org.plasma.xml.wsdl.v11.soap.TStyleChoice
 
fromValue(String) - Static method in enum org.plasma.xml.wsdl.v11.soap.UseChoice
 
fromValue(String) - Static method in enum org.plasma.xml.wsdl.v20.rpc.DirectionToken
 
fromValue(String) - Static method in enum org.plasma.xml.wsdl.v20.soap.TokenAny
 
fromValue(String) - Static method in enum org.plasma.xml.xslt.YesOrNo
 
Function - Class in org.plasma.query.model
Java class for Function complex type.
Function() - Constructor for class org.plasma.query.model.Function
 
Function(FunctionValues) - Constructor for class org.plasma.query.model.Function
 
FunctionArg - Class in org.plasma.query.model
Java class for FunctionArg complex type.
FunctionArg() - Constructor for class org.plasma.query.model.FunctionArg
 
functionArgs - Variable in class org.plasma.query.model.Function
 
functions - Variable in class org.plasma.query.model.Property
 
FunctionValues - Enum in org.plasma.query.model
Java class for FunctionValues.

G

ge(Object) - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is greater than or equal to the given literal.
ge(Object) - Method in class org.plasma.query.dsl.DataNode
 
ge(String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greater than or equalt to to the given literal.
ge(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greater than or equal to to the given literal.
ge(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greater than or equal to to the given literal.
ge(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greater than or equal to to the given literal.
ge(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greater than or equal to to the given literal.
ge(Object) - Method in class org.plasma.query.model.Property
 
generate(List<Type>) - Method in interface commonj.sdo.helper.XSDHelper
Generate an XML Schema Declaration (XSD) from Types.
generate(List<Type>, Map<String, String>) - Method in interface commonj.sdo.helper.XSDHelper
Generate an XML Schema Declaration (XSD) from Types.
generate - Variable in class org.plasma.config.QueryDSLProvisioning
 
generate(List<Type>) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
Generate an XML Schema Declaration (XSD) from Types.
generate(List<Type>, Map<String, String>) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
Generate an XML Schema Declaration (XSD) from Types.
generate(Query, String, String, Map<String, String>) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
Generate an XML Schema Declaration (XSD) with dynamically determined containment references as embodied within the given, PlasmaQueryTM, query.
generate(Query, String, String, Map<String, String>, OutputStream) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
generateQueryDSL(String, String) - Method in class org.plasma.config.PlasmaConfig
 
generatorClassName - Variable in class org.plasma.config.SequenceConfiguration
 
get(String) - Method in interface commonj.sdo.DataObject
Returns the value of a property of either this object or an object reachable from it, as identified by the specified path.
get(int) - Method in interface commonj.sdo.DataObject
Returns the value of the property at the specified index in property list of this object's type.
get(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the given property of this object.
get(Property) - Method in interface commonj.sdo.Property
Returns the value of the specified instance property of this Property.
get(Property) - Method in interface commonj.sdo.Type
Returns the value of the specified instance property of this Type.
get(String) - Method in interface org.plasma.sdo.access.model.DataEntity
 
get(String) - Method in class org.plasma.sdo.access.model.Entity
Generic reflection-based 'getter'.
get(String) - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 
get(DataObject) - Method in interface org.plasma.sdo.access.SequenceGenerator
 
get(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
get(Property) - Method in class org.plasma.sdo.core.CoreDataObject
Returns the value of the given property of this object.
get(String) - Method in class org.plasma.sdo.core.CoreDataObject
Returns the value of a property of either this object or an object reachable from it, as identified by the specified path.
get(DataObject, String) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
get(String) - Method in class org.plasma.sdo.core.CoreObject
 
get(Property) - Method in class org.plasma.sdo.core.CoreProperty
Returns the value of the specified instance property of this Property.
get(Property) - Method in class org.plasma.sdo.core.CoreType
Returns the value of the specified instance property of this Type.
get(UUID) - Method in class org.plasma.sdo.core.SnapshotMap
 
get(UUID, Property) - Method in class org.plasma.sdo.core.SnapshotMap
 
get() - Method in class org.plasma.sdo.xpath.DataGraphNodeAdapter
Returns the dereferenced value of an XPATH parse result.
get() - Method in class org.plasma.sdo.xpath.XPathDataObject
 
get() - Method in class org.plasma.sdo.xpath.XPathDataProperty
 
get() - Method in class org.plasma.sdo.xpath.XPathDataValue
 
getAbsoluteSize() - Method in class org.plasma.sdo.core.CoreObject
 
getAddress() - Method in class org.plasma.xml.wsdl.v20.Endpoint
Gets the value of the address property.
getAlias() - Method in class org.plasma.provisioning.NamedElement
Gets the value of the alias property.
getAlias() - Method in class org.plasma.sdo.core.CoreProperty
 
getAlias() - Method in class org.plasma.sdo.core.CoreType
 
getAlias() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the alias for this property if exists, or null if not exists
getAlias() - Method in interface org.plasma.sdo.PlasmaType
Returns the alias for this type
getAliasedProperties() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getAliasedPropertiesArray() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getAliasedProperty(String) - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getAliasNames() - Method in interface commonj.sdo.Property
Returns a list of alias names for this Property.
getAliasNames() - Method in interface commonj.sdo.Type
Return a list of alias names for this Type.
getAliasNames() - Method in class org.plasma.sdo.core.CoreProperty
Returns a list of alias names for this Property.
getAliasNames() - Method in class org.plasma.sdo.core.CoreType
Return a list of alias names for this Type.
getAliasNames() - Method in class org.plasma.xml.sdox.Property
Gets the value of the aliasNames property.
getAliasNames() - Method in class org.plasma.xml.sdox.Type
Gets the value of the aliasNames property.
getAll() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the all property.
getAll() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the all property.
getAll() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the all property.
getAllDocumentation() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getAllNamespaces() - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getAllNamespaces() - Method in interface org.plasma.sdo.repository.Repository
 
getAllNamespaceUris() - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getAllNamespaceUris() - Method in interface org.plasma.sdo.repository.Repository
Returns all SDO namespace URIs within the repository.
getAllowableTargetTypes(DataType) - Method in class org.plasma.sdo.helper.DataConverter
 
getAllowsNull() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the allowsNull property.
getAllPaths() - Method in class org.plasma.sdo.core.CorePathAssembler
 
getAllPaths() - Method in interface org.plasma.sdo.PathAssembler
 
getAllProperties() - Method in class org.plasma.sdo.repository.Classifier
 
getAllSettings() - Method in interface org.plasma.sdo.Change
 
getAllSettings() - Method in class org.plasma.sdo.core.CoreChange
 
getAllStereotypes() - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getAnies() - Method in class org.plasma.xml.sdox.ChangeSummaryType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.sdox.ModelsType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.sdox.Property
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.sdox.Type
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.sdox.XSDType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v11.mime.TPart
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v11.TExtensibleDocumented
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.BindingFaultType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.BindingOperationMessageType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.Endpoint
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.Import
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.Include
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.InterfaceFaultType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.MessageRefFaultType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.MessageRefType
Gets the value of the anies property.
getAnies() - Method in class org.plasma.xml.wsdl.v20.Types
Gets the value of the anies property.
getAnnotation() - Method in class org.plasma.xml.schema.Annotated
Gets the value of the annotation property.
getAnnotationsAndSimpleTypesAndComplexTypes() - Method in class org.plasma.xml.schema.Redefine
Gets the value of the annotationsAndSimpleTypesAndComplexTypes property.
getAny() - Method in class org.plasma.xml.sdox.Datagraph
Gets the value of the any property.
getAnyAttribute() - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Gets the value of the anyAttribute property.
getAnyAttribute() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the anyAttribute property.
getAnyAttribute() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the anyAttribute property.
getAnyAttribute() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the anyAttribute property.
getAppinfo(Type, String) - Method in interface commonj.sdo.helper.XSDHelper
Return the appinfo declared for this Type and source.
getAppinfo(Property, String) - Method in interface commonj.sdo.helper.XSDHelper
Return the content of the appinfo declared for this Property and source.
getAppinfo(Type, String) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
getAppinfo(Property, String) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
getAppinfosAndDocumentations() - Method in class org.plasma.xml.schema.Annotation
Gets the value of the appinfosAndDocumentations property.
getArithmeticOperator() - Method in class org.plasma.query.model.Term
Gets the value of the arithmeticOperator property.
getArray() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the array property.
getArray() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the array property.
getArtifact() - Method in class org.plasma.config.Namespace
Gets the value of the artifact property.
getArtifacts() - Method in class org.plasma.config.Repository
Gets the value of the artifacts property.
getAs() - Method in class org.plasma.query.model.Property
 
getAttribute(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the value of the idxth attribute defined on the context.
getAttribute(QName) - Method in class javanet.staxutils.helpers.ElementContext
Returns the value of a named attribute.
getAttributeAxisIterator(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getAttributeAxisIterator(Object, String, String, String) - Method in class org.plasma.query.xpath.QueryPathNavigator
Retrieves an Iterator over the attribute elements that match the supplied name.
getAttributeAxisIterator(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getAttributeAxisIterator(Object, String, String, String) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
Retrieves an Iterator over the attribute elements that match the supplied name.
getAttributeAxisIterator(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getAttributeAxisIterator(Object, String, String, String) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
Retrieves an Iterator over the attribute elements that match the supplied name.
getAttributeByName(QName) - Method in class javanet.staxutils.events.StartElementEvent
 
getAttributeFormDefault() - Method in class org.plasma.xml.schema.Schema
Gets the value of the attributeFormDefault property.
getAttributeGroupMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getAttributeLocalName(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributeName(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the name of the idxth attribute defined on the context.
getAttributeName(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getAttributeName(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getAttributeName(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getAttributeNamespace(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributeNamespaceUri(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getAttributeNamespaceUri(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getAttributeNamespaceUri(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getAttributePrefix(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributeQName(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getAttributeQName(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getAttributeQName(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getAttributes() - Method in class javanet.staxutils.events.StartElementEvent
 
getAttributes() - Method in class org.plasma.xml.xslt.AttributeSet
Gets the value of the attributes property.
getAttributesAndAttributeGroups() - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Gets the value of the attributesAndAttributeGroups property.
getAttributesAndAttributeGroups() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the attributesAndAttributeGroups property.
getAttributesAndAttributeGroups() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the attributesAndAttributeGroups property.
getAttributesAndAttributeGroups() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the attributesAndAttributeGroups property.
getAttributeStringValue(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getAttributeStringValue(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getAttributeStringValue(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getAutoIncrement() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns the value of the autoIncrement property.
getAutoIncrement() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the value of the autoIncrement property.
getBanner() - Method in class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
Returns the value of the banner property.
getBanner() - Method in interface org.plasma.provisioning.rdb.oracle.any.sys.Version
Returns the value of the banner property.
getBanner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
Returns the value of the banner property.
getBanner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Version
Returns the value of the banner property.
getBase() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the base property.
getBase() - Method in class org.plasma.xml.schema.Restriction
Gets the value of the base property.
getBase() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the base property.
getBase_Comment() - Method in interface org.plasma.sdo.Documentation
 
getBase_Comment() - Method in class org.plasma.sdo.profile.SDODocumentation
 
getBase_NamedElement() - Method in interface org.plasma.sdo.Alias
 
getBase_NamedElement() - Method in interface org.plasma.sdo.Derivation
 
getBase_NamedElement() - Method in class org.plasma.sdo.profile.SDOAlias
 
getBase_NamedElement() - Method in class org.plasma.sdo.profile.SDODerivation
 
getBase_Package() - Method in interface org.plasma.sdo.Namespace
 
getBase_Package() - Method in class org.plasma.sdo.profile.SDONamespace
 
getBase_Property() - Method in interface org.plasma.sdo.Concurrent
 
getBase_Property() - Method in interface org.plasma.sdo.EnumerationConstraint
 
getBase_Property() - Method in interface org.plasma.sdo.Key
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOConcurrent
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOEnumerationConstraint
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOKey
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOSort
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOTemporal
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOUniqueConstraint
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getBase_Property() - Method in class org.plasma.sdo.profile.SDOXmlProperty
 
getBase_Property() - Method in interface org.plasma.sdo.SemanticConstraint
 
getBase_Property() - Method in interface org.plasma.sdo.Sort
 
getBase_Property() - Method in interface org.plasma.sdo.Temporal
 
getBase_Property() - Method in interface org.plasma.sdo.UniqueConstraint
 
getBase_Property() - Method in interface org.plasma.sdo.ValueConstraint
 
getBase_Property() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getBase_Property() - Method in interface org.plasma.sdo.XmlProperty
 
getBaseTypes() - Method in interface commonj.sdo.Type
Returns the List of base Types for this Type.
getBaseTypes() - Method in class org.plasma.sdo.core.CoreType
Returns the List of immediate base Types for this Type, or an empty list if there are no base Types.
getBaseTypes() - Method in class org.plasma.xml.sdox.Type
Gets the value of the baseTypes property.
getBaseURI() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getBehaviors() - Method in class org.plasma.provisioning.Class
Gets the value of the behaviors property.
getBehaviors() - Method in class org.plasma.text.ddl.Table
Gets the value of the behaviors property.
getBigDecimal(String) - Method in interface commonj.sdo.DataObject
Returns the value of a BigDecimal property identified by the specified path.
getBigDecimal(int) - Method in interface commonj.sdo.DataObject
Returns the value of a BigDecimal property identified by the specified property index.
getBigDecimal(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified BigDecimal property.
getBigDecimal(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBigDecimal(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBigDecimal(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBigInteger(String) - Method in interface commonj.sdo.DataObject
Returns the value of a BigInteger property identified by the specified path.
getBigInteger(int) - Method in interface commonj.sdo.DataObject
Returns the value of a BigInteger property identified by the specified property index.
getBigInteger(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified BigInteger property.
getBigInteger(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBigInteger(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBigInteger(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBinding() - Method in class org.plasma.config.adapter.PropertyBindingAdapter
 
getBinding() - Method in class org.plasma.config.adapter.TypeBindingAdapter
 
getBinding() - Method in class org.plasma.xml.wsdl.v11.TPort
Gets the value of the binding property.
getBinding() - Method in class org.plasma.xml.wsdl.v20.Endpoint
Gets the value of the binding property.
getBlockDefaults() - Method in class org.plasma.xml.schema.Schema
Gets the value of the blockDefaults property.
getBlocks() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the blocks property.
getBlocks() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the blocks property.
getBody() - Method in class org.plasma.provisioning.Documentation
Gets the value of the body property.
getBody() - Method in class org.plasma.sdo.repository.Comment
 
getBoolean(String) - Method in interface commonj.sdo.DataObject
Returns the value of a boolean property identified by the specified path.
getBoolean(int) - Method in interface commonj.sdo.DataObject
Returns the value of a boolean property identified by the specified property index.
getBoolean(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified boolean property.
getBoolean(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBoolean(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBoolean(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBusinessName() - Method in class org.plasma.provisioning.Alias
Gets the value of the businessName property.
getBusinessName() - Method in interface org.plasma.sdo.Alias
 
getBusinessName() - Method in class org.plasma.sdo.profile.SDOAlias
 
getBusinessName() - Method in class org.plasma.sdo.repository.Classifier
 
getByte(String) - Method in interface commonj.sdo.DataObject
Returns the value of a byte property identified by the specified path.
getByte(int) - Method in interface commonj.sdo.DataObject
Returns the value of a byte property identified by the specified property index.
getByte(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified byte property.
getByte(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getByte(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getByte(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBytes(String) - Method in interface commonj.sdo.DataObject
Returns the value of a byte[] property identified by the specified path.
getBytes(int) - Method in interface commonj.sdo.DataObject
Returns the value of a byte[] property identified by the specified property index.
getBytes(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified byte[] property.
getBytes(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBytes(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getBytes(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getCache() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the cache property.
getCaseOrder() - Method in class org.plasma.xml.xslt.Sort
Gets the value of the caseOrder property.
getCatalog() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the catalog property.
getCatalog() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the catalog property.
getCatalog() - Method in class org.plasma.sdo.access.provider.jdo.Jdo
Gets the value of the catalog property.
getCatalog() - Method in class org.plasma.sdo.access.provider.jdo.Package_
Gets the value of the catalog property.
getCdataSectionElements() - Method in class org.plasma.xml.xslt.Output
Gets the value of the cdataSectionElements property.
getChangedDataObjects() - Method in interface commonj.sdo.ChangeSummary
Returns a list consisting of all the data objects that have been changed while logging.
getChangedDataObjects() - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns a list consisting of all the data objects that have been changed while logging.
getChangeSummary() - Method in interface commonj.sdo.DataGraph
Returns the change summary associated with this data graph.
getChangeSummary() - Method in interface commonj.sdo.DataObject
Returns the ChangeSummary with scope covering this dataObject, or null if there is no ChangeSummary.
getChangeSummary() - Method in class org.plasma.sdo.core.CoreDataGraph
Returns the change summary associated with this data graph.
getChangeSummary() - Method in class org.plasma.sdo.core.CoreDataObject
 
getChangeSummary() - Method in class org.plasma.xml.sdox.BaseDataGraphType
Gets the value of the changeSummary property.
getChangeType() - Method in interface org.plasma.sdo.Change
 
getChangeType() - Method in class org.plasma.sdo.core.CoreChange
 
getChar(String) - Method in interface commonj.sdo.DataObject
Returns the value of a char property identified by the specified path.
getChar(int) - Method in interface commonj.sdo.DataObject
Returns the value of a char property identified by the specified property index.
getChar(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified char property.
getChar(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getChar(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getChar(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getCharacterEncodingScheme() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getCharacterOffset() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getCharacterOffset() - Method in class javanet.staxutils.SimpleLocation
 
getCharacterSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the characterSetName property.
getCharacterSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the characterSetName property.
getCharacterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the characterSetName property.
getCharacterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the characterSetName property.
getCharacterSetName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the characterSetName property.
getCharacterSetName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the characterSetName property.
getCharMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the charMaxLength property.
getCharMaxLength() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the charMaxLength property.
getChecks() - Method in class org.plasma.text.ddl.Table
Gets the value of the checks property.
getChildAxisIterator(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
Where the given context node is a SDO Property, gets the actual value of the property wrapped in a CoreXPathValue and Iterator.
getChildAxisIterator(Object, String, String, String) - Method in class org.plasma.query.xpath.QueryPathNavigator
Retrieves an Iterator over the child elements that match the supplied local name and namespace URI.
getChildAxisIterator(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
Where the given context node is a SDO Property, gets the actual value of the property wrapped in a CoreXPathValue and Iterator.
getChildAxisIterator(Object, String, String, String) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
Retrieves an Iterator over the child elements that match the supplied local name and namespace URI.
getChildAxisIterator(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getChildAxisIterator(Object, String, String, String) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
Retrieves an Iterator over the child elements that match the supplied local name and namespace URI.
getChildPackageName() - Method in class org.plasma.config.ImplementationProvisioning
Gets the value of the childPackageName property.
getChoice() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the choice property.
getChoice() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the choice property.
getChoice() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the choice property.
getClassesDir() - Method in class org.plasma.provisioning.ant.QueryTask
 
getClassFactory() - Method in class org.plasma.text.lang3gl.java.DSLFactory
 
getClassFactory() - Method in class org.plasma.text.lang3gl.java.JDOFactory
 
getClassFactory() - Method in class org.plasma.text.lang3gl.java.SDOFactory
 
getClassFactory() - Method in interface org.plasma.text.lang3gl.Lang3GLFactory
 
getClassifier() - Method in class org.plasma.sdo.core.CoreType
 
getClassifier() - Method in interface org.plasma.sdo.PlasmaType
 
getClassifier(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getClassifierByName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getClassifierByQualifiedName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getClassifiers(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
Returns a list of classifiers contained by the package, as well as all classifiers within its contained packages, linked/stereotyped through an SDONamespace stereotype where the stereotype uri matches the given uri.
getClassifiers(String) - Method in interface org.plasma.sdo.repository.Repository
Return the Classifier instances specified by the given uri.
getClassLocalNameMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getClassName() - Method in class org.plasma.config.DataAccessProvider
Gets the value of the className property.
getClassNamePrefix() - Method in class org.plasma.config.ClassProvisioning
Gets the value of the classNamePrefix property.
getClassNameSuffix() - Method in class org.plasma.config.ClassProvisioning
Gets the value of the classNameSuffix property.
getClassPropertyMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getClassQualifiedNameMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getClassRef() - Method in class org.plasma.provisioning.PropertyRef
Gets the value of the classRef property.
getClassSupplier() - Method in class org.plasma.provisioning.Derivation
Gets the value of the classSupplier property.
getClauses() - Method in class org.plasma.query.model.Query
 
getClazzs() - Method in class org.plasma.provisioning.Package
Gets the value of the clazzs property.
getClss() - Method in class org.plasma.provisioning.adapter.ClassAdapter
 
getCodingStrength() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the codingStrength property.
getCodingStrength() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getCodingStrength() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getCollection() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the collection property.
getCollection() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the collection property.
getCollectionParameter() - Method in class org.plasma.query.model.Parameter
Gets the value of the collectionParameter property.
getCollectionSimpleName() - Method in class org.plasma.text.lang3gl.java.TypeClassInfo
Return the simple (unqualified) type name applicable for use in collection classes, for primitive types (e.g.
getColumn() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Order
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.PrimaryKey
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.access.provider.jdo.Version
Gets the value of the column property.
getColumn() - Method in class org.plasma.sdo.xml.StreamNode
 
getColumn() - Method in class org.plasma.text.ddl.Check
Gets the value of the column property.
getColumn() - Method in class org.plasma.text.ddl.Fk
Gets the value of the column property.
getColumn() - Method in class org.plasma.text.ddl.Index
Gets the value of the column property.
getColumn() - Method in class org.plasma.text.ddl.Join
Gets the value of the column property.
getColumn() - Method in class org.plasma.text.ddl.On
Gets the value of the column property.
getColumn() - Method in class org.plasma.text.ddl.Pk
Gets the value of the column property.
getColumn() - Method in class org.plasma.text.ddl.Unique
Gets the value of the column property.
getColumn_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the column_id property.
getColumn_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the column_id property.
getColumn_id() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the column_id property.
getColumn_id() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the column_id property.
getColumnComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the columnComment property.
getColumnComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the columnComment property.
getColumnKey() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the columnKey property.
getColumnKey() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the columnKey property.
getColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the columnName property.
getColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the columnName property.
getColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns the value of the columnName property.
getColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns the value of the columnName property.
getColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the columnName property.
getColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns the value of the columnName property.
getColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the columnName property.
getColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns the value of the columnName property.
getColumnNumber() - Method in class javanet.staxutils.DummyLocator
Return the column number where the current document event ends.
getColumnNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getColumnNumber() - Method in class javanet.staxutils.SimpleLocation
 
getColumnNumber() - Method in class org.plasma.sdo.xml.ErrorLocator
 
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Order
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.PrimaryKey
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the columns property.
getColumns() - Method in class org.plasma.sdo.access.provider.jdo.Version
Gets the value of the columns property.
getColumns() - Method in class org.plasma.text.ddl.Table
Gets the value of the columns property.
getColumnType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the columnType property.
getColumnType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the columnType property.
getCommand() - Method in class org.plasma.provisioning.ant.ProvisioningTask
 
getComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns the value of the comments property.
getComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns the value of the comments property.
getComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns the value of the comments property.
getComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns the value of the comments property.
getComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns the value of the comments property.
getComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns the value of the comments property.
getComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns the value of the comments property.
getComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns the value of the comments property.
getComments() - Method in class org.plasma.sdo.repository.Classifier
 
getComments() - Method in class org.plasma.sdo.repository.Enumeration
 
getComments() - Method in class org.plasma.sdo.repository.EnumerationLiteral
 
getComments() - Method in class org.plasma.sdo.repository.Namespace
 
getComments() - Method in class org.plasma.sdo.repository.Property
 
getCommentStringValue(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getCommentStringValue(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getCommentStringValue(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getComparator() - Method in class org.plasma.sdo.access.provider.common.DataGraphComparatorAssembler
 
getComparator() - Method in class org.plasma.sdo.access.provider.common.DataObjectComparatorAssembler
 
getComplexContent() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the complexContent property.
getComplexType() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the complexType property.
getComplexTypeMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getConceptDomain() - Method in class org.plasma.provisioning.SemanticConstraint
Gets the value of the conceptDomain property.
getConceptDomain() - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
getConceptDomain() - Method in interface org.plasma.sdo.SemanticConstraint
 
getConceptId() - Method in class org.plasma.provisioning.SemanticConstraint
Gets the value of the conceptId property.
getConceptId() - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
getConceptId() - Method in interface org.plasma.sdo.SemanticConstraint
 
getConceptName() - Method in class org.plasma.provisioning.SemanticConstraint
Gets the value of the conceptName property.
getConceptName() - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
getConceptName() - Method in interface org.plasma.sdo.SemanticConstraint
 
getConcurrency() - Method in class org.plasma.config.DataAccessProvider
Gets the value of the concurrency property.
getConcurrent() - Method in class org.plasma.provisioning.Property
Gets the value of the concurrent property.
getConcurrent() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the concurrent property.
getConcurrent() - Method in class org.plasma.sdo.core.CoreProperty
 
getConcurrent() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the concurrent information for this property if exists, or null if not exists
getConfig() - Method in class org.plasma.config.PlasmaConfig
 
getConfigFileLastModifiedDate() - Method in class org.plasma.config.PlasmaConfig
 
getConfigFileName() - Method in class org.plasma.config.PlasmaConfig
 
getConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getConstraint(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns an array of Constraint set for the object's multi-valued property constraint.
getConstraint(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the Constraint set for the object's multi-valued property constraint based on the given index.
getConstraintCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getConstraintCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns a count for multi-valued property constraint.
getConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the constraintName property.
getConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the constraintName property.
getConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns the value of the constraintName property.
getConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns the value of the constraintName property.
getConstraintType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns the value of the constraintType property.
getConstraintType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns the value of the constraintType property.
getConstraintType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the constraintType property.
getConstraintType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the constraintType property.
getConsumer() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Returns a reference to the underlying XMLEventConsumer to which events are added.
getContainer() - Method in interface commonj.sdo.DataObject
Returns the containing data object or null if there is no container.
getContainer() - Method in class org.plasma.sdo.core.CoreDataObject
Returns the containing data object or null if there is no container.
getContainingType() - Method in interface commonj.sdo.Property
Returns the containing type of this Property.
getContainingType() - Method in class org.plasma.sdo.core.CoreProperty
Returns the containing type of this Property.
getContainmentProperty() - Method in interface commonj.sdo.DataObject
Return the Property of the data object containing this data object or null if there is no container.
getContainmentProperty() - Method in class org.plasma.sdo.core.ContainmentNode
 
getContainmentProperty() - Method in class org.plasma.sdo.core.CoreDataObject
Return the Property of the data object containing this data object or null if there is no container.
getContainmentReferenceName(PlasmaType) - Static method in class org.plasma.xml.schema.SchemaUtil
 
getContainmentReferenceName(TypeAdapter) - Static method in class org.plasma.xml.schema.SchemaUtil
 
getContent() - Method in class org.plasma.sdo.access.provider.jdo.Any
Gets the value of the content property.
getContent() - Method in class org.plasma.sdo.access.provider.jdo.Query
Gets the value of the content property.
getContent() - Method in class org.plasma.sdo.xml.DocumentMarshaller
Deprecated.  
getContent(String, boolean) - Method in class org.plasma.sdo.xml.DocumentMarshaller
Deprecated.  
getContent(Format) - Method in class org.plasma.sdo.xml.DocumentMarshaller
Deprecated.  
getContent() - Method in class org.plasma.xml.schema.Appinfo
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.schema.Documentation
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getContent(String, boolean) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getContent(Format) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getContent(OutputStream) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getContent(OutputStream, String, boolean) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getContent(OutputStream, Format) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getContent() - Method in class org.plasma.xml.wsdl.v11.TDocumentation
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.wsdl.v20.Documentation
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.AttributeType
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Comment
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Copy
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Element
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Fallback
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.ForEach
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.If
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Message
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Otherwise
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.ProcessingInstruction
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Template
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.Variable
Gets the value of the content property.
getContent() - Method in class org.plasma.xml.xslt.When
Gets the value of the content property.
getContext() - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
getContext() - Method in interface org.plasma.query.visitor.QueryVisitor
 
getContext() - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
getContext() - Method in interface org.plasma.text.lang3gl.Lang3GLContentFactory
Returns the language context for this factory.
getCopyHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the CopyHelper to use in this context.
getCopyHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a CopyHelper
getCopyHelper() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getCount() - Method in class org.plasma.xml.xslt.Number
Gets the value of the count property.
getCreate() - Method in class org.plasma.xml.sdox.ChangeSummaryType
Gets the value of the create property.
getCreatedMillis() - Method in class org.plasma.sdo.core.CoreSetting
 
getCreatedMillis() - Method in interface org.plasma.sdo.PlasmaSetting
 
getCurrentLocation() - Method in class javanet.staxutils.StAXContentHandler
Calculates the STAX Locationfrom the SAX Locator registered with this handler.
getCurrentPath() - Method in class javanet.staxutils.io.StAXStreamWriter
Returns the current position of the writer as a path of QName strings.
getData() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
getData() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
 
getDataAccessProvider(DataAccessProviderName) - Method in class org.plasma.config.PlasmaConfig
 
getDataAccessProviders() - Method in class org.plasma.config.DataAccessService
Gets the value of the dataAccessProviders property.
getDataAccessServices() - Method in class org.plasma.config.SDO
Gets the value of the dataAccessServices property.
getDataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the dataDefault property.
getDataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the dataDefault property.
getDataDefault() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the dataDefault property.
getDataDefault() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the dataDefault property.
getDataFactory() - Method in interface commonj.sdo.helper.HelperContext
Gets the DataFactory to use in this context.
getDataFactory() - Static method in class commonj.sdo.impl.HelperProvider
Gets a DataFactory
getDataFactory() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getDataFlavor() - Method in class org.plasma.provisioning.Concurrent
Gets the value of the dataFlavor property.
getDataFlavor() - Method in interface org.plasma.sdo.Concurrent
 
getDataFlavor() - Method in class org.plasma.sdo.core.CoreProperty
 
getDataFlavor() - Method in interface org.plasma.sdo.PlasmaProperty
For data type properties, returns the data flavor associated with the property data type.
getDataFlavor() - Method in class org.plasma.sdo.profile.SDOConcurrent
 
getDataFlavor(DataTypeRef) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
getDataGraph() - Method in interface commonj.sdo.ChangeSummary
Returns the data graph associated with this change summary or null.
getDataGraph() - Method in interface commonj.sdo.DataObject
Returns the data graph for this object or null if there isn't one.
getDataGraph() - Method in interface org.plasma.sdo.access.DataGraphAssembler
Returns the assembled data graph.
getDataGraph() - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns the data graph associated with this change summary or null.
getDataGraph() - Method in class org.plasma.sdo.core.CoreDataObject
Returns the data graph for this object or null if there isn't one.
getDataHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the DataHelper to use in this context.
getDataHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a DataHelper
getDataHelper() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getDataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the dataLength property.
getDataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the dataLength property.
getDataLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the dataLength property.
getDataLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the dataLength property.
getDataObject(String) - Method in interface commonj.sdo.DataObject
Returns the value of a DataObject property identified by the specified path.
getDataObject(int) - Method in interface commonj.sdo.DataObject
Returns the value of a DataObject property identified by the specified property index.
getDataObject(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified DataObject property.
getDataObject() - Method in class org.plasma.sdo.access.provider.common.DataObjectCommitAdapter
 
getDataObject() - Method in interface org.plasma.sdo.Change
 
getDataObject() - Method in class org.plasma.sdo.core.ContainmentNode
 
getDataObject() - Method in class org.plasma.sdo.core.CoreChange
 
getDataObject() - Method in class org.plasma.sdo.core.CoreDataObject
 
getDataObject(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDataObject(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDataObject(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDataObject() - Method in interface org.plasma.sdo.PlasmaDataObject
 
getDataObject() - Method in interface org.plasma.sdo.PlasmaNode
 
getDataObject() - Method in class org.plasma.sdo.xpath.XPathDataObject
 
getDataPrecision() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the dataPrecision property.
getDataPrecision() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the dataPrecision property.
getDataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the dataPrecision property.
getDataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the dataPrecision property.
getDataPrecision() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the dataPrecision property.
getDataPrecision() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the dataPrecision property.
getDataScale() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the dataScale property.
getDataScale() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the dataScale property.
getDataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the dataScale property.
getDataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the dataScale property.
getDataScale() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the dataScale property.
getDataScale() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the dataScale property.
getDatastoreIdentity() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the datastoreIdentity property.
getDatastoreIdentity() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the datastoreIdentity property.
getDatastoreSequence() - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Gets the value of the datastoreSequence property.
getDataStoreType() - Method in class org.plasma.config.DataAccessService
Gets the value of the dataStoreType property.
getDataType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the dataType property.
getDataType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the dataType property.
getDataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the dataType property.
getDataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the dataType property.
getDataType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the dataType property.
getDataType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the dataType property.
getDataType() - Method in class org.plasma.xml.xslt.Sort
Gets the value of the dataType property.
getDate(String) - Method in interface commonj.sdo.DataObject
Returns the value of a Date property identified by the specified path.
getDate(int) - Method in interface commonj.sdo.DataObject
Returns the value of a Date property identified by the specified property index.
getDate(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified Date property.
getDate(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDate(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDate(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDateFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getDateParameter() - Method in class org.plasma.query.model.Parameter
Gets the value of the dateParameter property.
getDateTimeFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getDayFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getDecimalDigits() - Method in class org.plasma.text.ddl.Column
Gets the value of the decimalDigits property.
getDecimalParameter() - Method in class org.plasma.query.model.Parameter
Gets the value of the decimalParameter property.
getDecimalSeparator() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the decimalSeparator property.
getDeclaration() - Method in class javanet.staxutils.events.EntityReferenceEvent
 
getDeclaredPrefixCount() - Method in class javanet.staxutils.SimpleNamespaceContext
Returns the number of namespace prefixes declared in this context.
getDeclaredPrefixes() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getDeclaredPrefixes() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns an Iterator of all namespace prefixes declared within this context, irrespective of any ancestor contexts.
getDeclaredPrefixes() - Method in class javanet.staxutils.SimpleNamespaceContext
 
getDeclaredProperties() - Method in interface commonj.sdo.Type
Returns the Properties declared in this Type as opposed to those declared in base Types.
getDeclaredProperties() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getDeclaredProperties() - Method in class org.plasma.sdo.core.CoreType
Returns the Properties declared in this Type as opposed to those declared in base Types.
getDeclaredProperties() - Method in class org.plasma.sdo.repository.Classifier
 
getDeclaredPropertiesArray() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getDeclaredPropertiesSorted() - Method in class org.plasma.sdo.core.CoreType
Returns an alphabetically sorted list of the Properties declared in this Type as opposed to those declared in base Types.
getDeclaredPropertiesSorted() - Method in interface org.plasma.sdo.PlasmaType
Returns an alphabetically sorted list of the Properties declared in this Type as opposed to those declared in base Types.
getDeclaredProperty(String) - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getDefault() - Method in interface commonj.sdo.Property
Returns the default value this Property will have in a data object where the Property hasn't been set.
getDefault() - Method in class org.plasma.sdo.core.CoreProperty
Returns the default value this Property will have in a data object where the Property hasn't been set.
getDefault() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the default property.
getDefault() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the default property.
getDefault() - Method in class org.plasma.xml.sdox.Property
Gets the value of the default property.
getDefaultContext() - Static method in class commonj.sdo.impl.HelperProvider
Gets the default HelperContext
getDefaultFetchGroup() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the defaultFetchGroup property.
getDefaultFetchGroup() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the defaultFetchGroup property.
getDefaultNamespace() - Method in class org.plasma.config.SDO
Gets the value of the defaultNamespace property.
getDefaultProviderName() - Method in class org.plasma.config.PlasmaConfig
 
getDefaultUMLNamespaceURI() - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getDefaultValue() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the defaultValue property.
getDeferred() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the deferred property.
getDeferred() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the deferred property.
getDelete() - Method in class org.plasma.xml.sdox.ChangeSummaryType
Gets the value of the delete property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the deleteAction property.
getDeleteAction() - Method in class org.plasma.text.ddl.Fk
Gets the value of the deleteAction property.
getDeleteRule() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the deleteRule property.
getDeleteRule() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the deleteRule property.
getDependent() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the dependent property.
getDependent() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the dependent property.
getDependentElement() - Method in class org.plasma.sdo.access.provider.jdo.Array
Gets the value of the dependentElement property.
getDependentElement() - Method in class org.plasma.sdo.access.provider.jdo.Collection
Gets the value of the dependentElement property.
getDependentKey() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the dependentKey property.
getDependentValue() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the dependentValue property.
getDepth() - Method in class javanet.staxutils.helpers.ElementContext
Determines the number of enclosing contexts.
getDepth() - Method in class org.plasma.sdo.core.CoreObject
 
getDerivation() - Method in class org.plasma.provisioning.NamedElement
Gets the value of the derivation property.
getDerivation() - Method in class org.plasma.sdo.core.CoreProperty
 
getDerivation() - Method in class org.plasma.sdo.core.CoreType
 
getDerivation() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the derivation information for this property if exists, or null if not exists
getDerivation() - Method in interface org.plasma.sdo.PlasmaType
Returns the derivation information for this type if exists, or null if not exists
getDerivationSupplier() - Method in class org.plasma.sdo.core.CoreProperty
 
getDerivationSupplier() - Method in class org.plasma.sdo.core.CoreType
 
getDerivationSupplier() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the derivation supplier property for this property or null if not exists.
getDerivationSupplier() - Method in interface org.plasma.sdo.PlasmaType
Returns the derivation supplier type for this type or null if not exists.
getDerivationSupplier() - Method in class org.plasma.sdo.repository.Classifier
 
getDescription() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the descriptive text associated with this enumeration literal.
getDescription() - Method in class org.plasma.sdo.core.CoreProperty
 
getDescription() - Method in class org.plasma.sdo.core.CoreType
 
getDescription() - Method in interface org.plasma.sdo.PlasmaEnum
 
getDescription() - Method in interface org.plasma.sdo.PlasmaProperty
 
getDescription() - Method in interface org.plasma.sdo.PlasmaType
 
getDescriptionText() - Method in class org.plasma.sdo.core.CoreProperty
 
getDescriptionText() - Method in class org.plasma.sdo.core.CoreType
 
getDescriptionText() - Method in interface org.plasma.sdo.PlasmaProperty
 
getDescriptionText() - Method in interface org.plasma.sdo.PlasmaType
 
getDest() - Method in class org.plasma.provisioning.ant.DDLTask
 
getDest() - Method in class org.plasma.provisioning.ant.DSLTask
 
getDest() - Method in class org.plasma.provisioning.ant.RDBTask
 
getDest() - Method in class org.plasma.provisioning.ant.SDOTask
 
getDestFile() - Method in class org.plasma.provisioning.ant.QueryTask
 
getDestFileType() - Method in class org.plasma.provisioning.ant.QueryTask
 
getDestNamespacePrefix() - Method in class org.plasma.provisioning.ant.QueryTask
 
getDestNamespacePrefix() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getDestNamespacePrefix() - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getDestNamespaceURI() - Method in class org.plasma.provisioning.ant.QueryTask
 
getDestNamespaceURI() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getDestNamespaceURI() - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getDetachable() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the detachable property.
getDetachable() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the detachable property.
getDialect() - Method in class org.plasma.provisioning.ant.DDLTask
 
getDialect() - Method in class org.plasma.provisioning.ant.DSLTask
 
getDialect() - Method in class org.plasma.provisioning.ant.RDBTask
 
getDialect() - Method in class org.plasma.provisioning.ant.SDOTask
 
getDigit() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the digit property.
getDirection() - Method in class org.plasma.query.model.Property
 
getDirection() - Method in class org.plasma.sdo.core.CoreEdge
 
getDirection() - Method in interface org.plasma.sdo.core.Edge
 
getDisableOutputEscaping() - Method in class org.plasma.xml.xslt.Text
Gets the value of the disableOutputEscaping property.
getDisableOutputEscaping() - Method in class org.plasma.xml.xslt.ValueOf
Gets the value of the disableOutputEscaping property.
getDiscriminator() - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Gets the value of the discriminator property.
getDoctypePublic() - Method in class org.plasma.xml.xslt.Output
Gets the value of the doctypePublic property.
getDoctypeSystem() - Method in class org.plasma.xml.xslt.Output
Gets the value of the doctypeSystem property.
getDocument(String) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getDocument() - Method in class org.plasma.sdo.xml.DocumentMarshaller
Deprecated.  
getDocument(String) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getDocument(String) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getDocument() - Method in class org.plasma.xml.uml.UMLModelAssembler
 
getDocumentation() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getDocumentation() - Method in class org.plasma.xml.wsdl.v11.TDocumented
Gets the value of the documentation property.
getDocumentationContent(Annotated) - Method in class org.plasma.provisioning.xsd.AbstractAssembler
 
getDocumentationContent(Annotation) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getDocumentationContent(Annotated) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getDocumentations() - Method in class org.plasma.provisioning.Class
Gets the value of the documentations property.
getDocumentations() - Method in class org.plasma.provisioning.Enumeration
Gets the value of the documentations property.
getDocumentations() - Method in class org.plasma.provisioning.EnumerationLiteral
Gets the value of the documentations property.
getDocumentations() - Method in class org.plasma.provisioning.Package
Gets the value of the documentations property.
getDocumentations() - Method in class org.plasma.provisioning.Property
Gets the value of the documentations property.
getDocumentations() - Method in class org.plasma.xml.wsdl.v20.DocumentedType
Gets the value of the documentations property.
getDocumentNode(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getDocumentNode(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getDocumentNode(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getDocumentTypeDeclaration() - Method in class javanet.staxutils.events.DTDEvent
 
getDouble(String) - Method in interface commonj.sdo.DataObject
Returns the value of a double property identified by the specified path.
getDouble(int) - Method in interface commonj.sdo.DataObject
Returns the value of a double property identified by the specified property index.
getDouble(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified double property.
getDouble(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDouble(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDouble(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getDTDType() - Method in class javanet.staxutils.events.AttributeEvent
 
getDurationFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getEdges(PlasmaProperty) - Method in class org.plasma.sdo.core.CoreNode
 
getEdges(PlasmaProperty) - Method in interface org.plasma.sdo.PlasmaNode
Returns a list of edges associated with the given property regardless of it's multiplicity.
getEditioningView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the editioningView property.
getEditioningView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the editioningView property.
getElement() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the element property.
getElement() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the element property.
getElement() - Method in class org.plasma.xml.wsdl.v11.TPart
Gets the value of the element property.
getElement() - Method in class org.plasma.xml.wsdl.v20.InterfaceFaultType
Gets the value of the element property.
getElement() - Method in class org.plasma.xml.wsdl.v20.MessageRefType
Gets the value of the element property.
getElement() - Method in class org.plasma.xml.wsdl.v20.soap.Header
Gets the value of the element property.
getElementById(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getElementByName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getElementByQualifiedName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getElementCount(Class<? extends Element>) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getElementFormDefault() - Method in class org.plasma.xml.schema.Schema
Gets the value of the elementFormDefault property.
getElementMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getElementName(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getElementName(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getElementName(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getElementNames(Class<? extends Element>) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getElementNamespaceUri(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getElementNamespaceUri(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getElementNamespaceUri(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getElementQName(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getElementQName(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getElementQName(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getElements() - Method in class org.plasma.xml.xslt.PreserveSpace
Gets the value of the elements property.
getElementsAndGroupsAndAlls() - Method in class org.plasma.xml.schema.AbstractGroup
Gets the value of the elementsAndGroupsAndAlls property.
getElementStringValue(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getElementStringValue(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getElementStringValue(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getElementText() - Method in class javanet.staxutils.BaseXMLEventReader
 
getElementText() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getElementText() - Method in class javanet.staxutils.XMLStreamEventReader
 
getElementType() - Method in class org.plasma.sdo.access.provider.jdo.Array
Gets the value of the elementType property.
getElementType() - Method in class org.plasma.sdo.access.provider.jdo.Collection
Gets the value of the elementType property.
getEmbedded() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the embedded property.
getEmbedded() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the embedded property.
getEmbedded() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the embedded property.
getEmbedded() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the embedded property.
getEmbedded() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the embedded property.
getEmbeddedElement() - Method in class org.plasma.sdo.access.provider.jdo.Array
Gets the value of the embeddedElement property.
getEmbeddedElement() - Method in class org.plasma.sdo.access.provider.jdo.Collection
Gets the value of the embeddedElement property.
getEmbeddedElement() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the embeddedElement property.
getEmbeddedElement() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the embeddedElement property.
getEmbeddedKey() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the embeddedKey property.
getEmbeddedOnly() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the embeddedOnly property.
getEmbeddedOnly() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the embeddedOnly property.
getEmbeddedValue() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the embeddedValue property.
getEncoding() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML encoding of the document, or null if not specified.
getEncoding() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getEncoding() - Method in class org.plasma.sdo.core.CoreXMLDocument
Return the XML encoding of the document, or null if not specified.
getEncoding() - Method in class org.plasma.sdo.xml.DefaultOptions
 
getEncoding() - Method in interface org.plasma.sdo.xml.XMLOptions
Returns the character encoding
getEncoding() - Method in class org.plasma.xml.xslt.Output
Gets the value of the encoding property.
getEncodingStyles() - Method in class org.plasma.xml.wsdl.v11.soap.Header
Gets the value of the encodingStyles property.
getEncodingStyles() - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Gets the value of the encodingStyles property.
getEncodingStyles() - Method in class org.plasma.xml.wsdl.v11.soap.TBody
Gets the value of the encodingStyles property.
getEndpointsAndAnies() - Method in class org.plasma.xml.wsdl.v20.Service
Gets the value of the endpointsAndAnies property.
getEndRange() - Method in class org.plasma.query.dsl.DomainRoot
 
getEndRange() - Method in class org.plasma.query.model.Query
 
getEndRange() - Method in interface org.plasma.query.Query
Gets the value of the endRange property.
getEntities() - Method in class javanet.staxutils.events.DTDEvent
 
getEntity() - Method in class org.plasma.query.model.Delete
Gets the value of the entity property.
getEntity() - Method in class org.plasma.query.model.From
 
getEntity() - Method in class org.plasma.query.model.Term
Gets the value of the entity property.
getEntity() - Method in class org.plasma.query.model.Update
Gets the value of the entity property.
getEntityId() - Method in interface org.plasma.sdo.access.model.DataEntity
 
getEntityId() - Method in class org.plasma.sdo.access.model.Entity
Returns the value for the id property, often the property associated with the DB primary key.
getEntityName() - Method in exception org.plasma.sdo.access.LockedEntityException
 
getEntityName() - Method in exception org.plasma.sdo.access.service.LockedEntityEJBException
 
getEntityName() - Method in class org.plasma.sdo.core.CoreNode
 
getEntityName() - Method in class org.plasma.sdo.core.CoreObject
 
getEntityName() - Method in interface org.plasma.sdo.core.NamedEntity
 
getEnumerationConstraint() - Method in class org.plasma.provisioning.Property
Gets the value of the enumerationConstraint property.
getEnumerationConstraint() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the enumerationConstraint property.
getEnumerationConstraint() - Method in class org.plasma.sdo.core.CoreProperty
 
getEnumerationConstraint() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the enumeration constraint information for this property if exists, or null if not exists
getEnumerationConstraints() - Method in class org.plasma.provisioning.xsd.ConstraintCollector
 
getEnumerationFactory() - Method in class org.plasma.text.lang3gl.java.DSLFactory
 
getEnumerationFactory() - Method in class org.plasma.text.lang3gl.java.JDOFactory
 
getEnumerationFactory() - Method in class org.plasma.text.lang3gl.java.SDOFactory
 
getEnumerationFactory() - Method in interface org.plasma.text.lang3gl.Lang3GLFactory
 
getEnumerationLiterals() - Method in class org.plasma.provisioning.Enumeration
Gets the value of the enumerationLiterals property.
getEnumerations() - Method in class org.plasma.provisioning.Package
Gets the value of the enumerations property.
getEnumerationSupplier() - Method in class org.plasma.provisioning.Derivation
Gets the value of the enumerationSupplier property.
getEnv() - Method in class org.plasma.common.env.EnvProperties
 
getEqualityHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the EqualityHelper to use in this context.
getEqualityHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an EqualityHelper
getEqualityHelper() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getErrorCount() - Method in class org.plasma.config.PlasmaConfigValidationEventHandler
 
getErrorHandler() - Method in class org.plasma.sdo.xml.DefaultOptions
 
getErrorHandler() - Method in interface org.plasma.sdo.xml.XMLOptions
Returns the current XML Schema (XSD) validation error handler
getEventAllocator() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getEventConsumer() - Method in class javanet.staxutils.StAXEventContentHandler
Returns a reference to the XMLEventConsumer to which events will be written.
getEventFactory() - Method in class javanet.staxutils.StAXEventContentHandler
Returns a reference to the XMLEventFactory used to construct events.
getEventFactory() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Returns a reference to the XMLEventFactory used to construct events.
getEvents() - Method in class javanet.staxutils.helpers.ListEventConsumer
Returns the List of events added to this consumer.
getEventType() - Method in class javanet.staxutils.events.AttributeEvent
Returns XMLStreamConstants.ATTRIBUTE.
getEventType() - Method in class javanet.staxutils.events.CDataEvent
Returns XMLStreamConstants.CDATA.
getEventType() - Method in class javanet.staxutils.events.CharactersEvent
Returns XMLStreamConstants.CHARACTERS.
getEventType() - Method in class javanet.staxutils.events.CommentEvent
Returns XMLStreamConstants.COMMENT.
getEventType() - Method in class javanet.staxutils.events.DTDEvent
Returns XMLStreamConstants.DTD.
getEventType() - Method in class javanet.staxutils.events.EndDocumentEvent
Returns XMLStreamConstants.END_DOCUMENT.
getEventType() - Method in class javanet.staxutils.events.EndElementEvent
Returns XMLStreamConstants.END_ELEMENT.
getEventType() - Method in class javanet.staxutils.events.EntityDeclarationEvent
Returns XMLStreamConstants.ENTITY_DECLARATION.
getEventType() - Method in class javanet.staxutils.events.EntityReferenceEvent
Returns XMLStreamConstants.ENTITY_REFERENCE.
getEventType() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
Returns XMLStreamConstants.SPACE.
getEventType() - Method in class javanet.staxutils.events.NamespaceEvent
Returns XMLStreamConstants.NAMESPACE.
getEventType() - Method in class javanet.staxutils.events.NotationDeclarationEvent
Returns XMLStreamConstants.NOTATION_DECLARATION.
getEventType() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
Returns XMLStreamConstants.PROCESSING_INSTRUCTION.
getEventType() - Method in class javanet.staxutils.events.StartDocumentEvent
Returns XMLStreamConstants.START_DOCUMENT.
getEventType() - Method in class javanet.staxutils.events.StartElementEvent
Returns XMLStreamConstants.START_ELEMENT.
getEventTypeName() - Method in class javanet.staxutils.BaseXMLStreamReader
Returns the name of the current event type.
getEventTypeName(int) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the name of the specified stream event constant.
getEventTypeString(int) - Static method in class org.plasma.sdo.xml.StreamUnmarshaller
Returns the String representation of the given integer constant.
getExcludeResultPrefixes() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the excludeResultPrefixes property.
getExpression() - Method in class org.plasma.query.model.Term
Gets the value of the expression property.
getExpressionCount() - Method in class org.plasma.query.model.Where
 
getExpressions() - Method in class org.plasma.query.model.Where
 
getExtends() - Method in class org.plasma.xml.wsdl.v20.Interface
Gets the value of the extends property.
getExtension() - Method in class org.plasma.xml.schema.ComplexContent
Gets the value of the extension property.
getExtension() - Method in class org.plasma.xml.schema.SimpleContent
Gets the value of the extension property.
getExtensionElementPrefixes() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the extensionElementPrefixes property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Array
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Collection
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.FetchGroup
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Implements
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Order
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Package_
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.PrimaryKey
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the extensions property.
getExtensions() - Method in class org.plasma.sdo.access.provider.jdo.Version
Gets the value of the extensions property.
getExtensions(Element) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getExtensionsAndPackagesAndQueries() - Method in class org.plasma.sdo.access.provider.jdo.Jdo
Gets the value of the extensionsAndPackagesAndQueries property.
getFactoryClass() - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Gets the value of the factoryClass property.
getFaults() - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Gets the value of the faults property.
getFaults() - Method in class org.plasma.xml.wsdl.v11.TOperation
Gets the value of the faults property.
getFetchGroups() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the fetchGroups property.
getFetchGroups() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the fetchGroups property.
getFetchGroupsAndFieldsAndProperties() - Method in class org.plasma.sdo.access.provider.jdo.FetchGroup
Gets the value of the fetchGroupsAndFieldsAndProperties property.
getField() - Method in class org.plasma.provisioning.adapter.FieldAdapter
 
getFieldClass() - Method in class org.plasma.provisioning.adapter.FieldAdapter
 
getFieldName() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the fieldName property.
getFieldPackage() - Method in class org.plasma.provisioning.adapter.FieldAdapter
 
getFields() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the fields property.
getFields() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the fields property.
getFields() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the fields property.
getFields() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the fields property.
getFields() - Method in class org.plasma.xml.schema.Keybase
Gets the value of the fields property.
getFieldsAndProperties() - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Gets the value of the fieldsAndProperties property.
getFieldType() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the fieldType property.
getFieldType() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the fieldType property.
getFile() - Method in class org.plasma.provisioning.ant.QueryTask
 
getFilter() - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
getFilterId() - Method in class org.plasma.query.model.Where
Gets the value of the filterId property.
getFinalDefaults() - Method in class org.plasma.xml.schema.Schema
Gets the value of the finalDefaults property.
getFinals() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the finals property.
getFinals() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the finals property.
getFinals() - Method in class org.plasma.xml.schema.AbstractSimpleType
Gets the value of the finals property.
getFixed() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the fixed property.
getFixed() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the fixed property.
getFks() - Method in class org.plasma.text.ddl.Table
Gets the value of the fks property.
getFloat(String) - Method in interface commonj.sdo.DataObject
Returns the value of a float property identified by the specified path.
getFloat(int) - Method in interface commonj.sdo.DataObject
Returns the value of a float property identified by the specified property index.
getFloat(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified float property.
getFloat(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getFloat(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getFloat(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getFloatParameter() - Method in class org.plasma.query.model.Parameter
Gets the value of the floatParameter property.
getForeignKeies() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the foreignKeies property.
getForeignKeies() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the foreignKeies property.
getForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the foreignKey property.
getForm() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the form property.
getForm() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the form property.
getFormat() - Method in class org.plasma.xml.xslt.Number
Gets the value of the format property.
getFractionDigits() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the fractionDigits property.
getFractionDigits() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getFractionDigits() - Method in interface org.plasma.sdo.ValueConstraint
 
getFrom() - Method in class org.plasma.query.model.Clause
Gets the value of the from property.
getFrom() - Method in class org.plasma.xml.xslt.Number
Gets the value of the from property.
getFromClause() - Method in class org.plasma.query.dsl.DomainRoot
 
getFromClause() - Method in class org.plasma.query.model.Query
 
getFromClause() - Method in interface org.plasma.query.Query
 
getFunctionArgs() - Method in class org.plasma.query.model.Function
Gets the value of the functionArgs property.
getFunctions(Property) - Method in interface org.plasma.query.collector.Selection
Returns the functions for the given property or empty list if the given property has no functions.
getFunctions(Property, int) - Method in interface org.plasma.query.collector.Selection
Returns the functions for the given property for the given traversal level or graph depth, or empty list if the given property has no functions.
getFunctions(Property) - Method in class org.plasma.query.collector.SelectionCollector
 
getFunctions(Property, int) - Method in class org.plasma.query.collector.SelectionCollector
 
getFunctions() - Method in class org.plasma.query.model.Property
 
getGeneralization() - Method in class org.plasma.sdo.repository.Classifier
 
getGeneratorClassName() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the generatorClassName property.
getGlobalProperty(String, String, boolean) - Method in interface commonj.sdo.helper.XSDHelper
Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.
getGlobalProperty(String, String, boolean) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
getGlobalProvisioning() - Method in class org.plasma.config.SDO
Gets the value of the globalProvisioning property.
getGroup() - Method in class org.plasma.provisioning.UniqueConstraint
Gets the value of the group property.
getGroup() - Method in class org.plasma.sdo.profile.SDOUniqueConstraint
 
getGroup() - Method in interface org.plasma.sdo.UniqueConstraint
 
getGroup() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the group property.
getGroup() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the group property.
getGroup() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the group property.
getGroupBy() - Method in class org.plasma.query.model.Clause
Gets the value of the GroupBy property.
getGroupingSeparator() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the groupingSeparator property.
getGroupingSeparator() - Method in class org.plasma.xml.xslt.Number
Gets the value of the groupingSeparator property.
getGroupingSize() - Method in class org.plasma.xml.xslt.Number
Gets the value of the groupingSize property.
getGroupOperator() - Method in class org.plasma.query.model.Term
Gets the value of the groupOperator property.
getHashKey() - Method in class org.plasma.sdo.access.model.Entity
 
getHashKey(PlasmaDataObject) - Method in class org.plasma.sdo.access.provider.common.DataObjectHashKeyAssembler
 
getHeaderfaults() - Method in class org.plasma.xml.wsdl.v11.soap.Header
Gets the value of the headerfaults property.
getHref() - Method in class org.plasma.xml.xslt.CombineStylesheets
Gets the value of the href property.
getId() - Method in class org.plasma.provisioning.Element
Gets the value of the id property.
getId() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the id property.
getId() - Method in class org.plasma.sdo.core.CoreDataGraph
Returns an object to be used and managed by client Data Access Services as an identifier for a Data Graph.
getId() - Method in interface org.plasma.sdo.PlasmaDataGraph
Returns an object to be used and managed by client Data Access Services as an identifier for a Data Graph.
getId() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getId() - Method in class org.plasma.sdo.repository.Classifier
 
getId() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getId() - Method in class org.plasma.xml.schema.Annotated
Gets the value of the id property.
getId() - Method in class org.plasma.xml.schema.Annotation
Gets the value of the id property.
getId() - Method in class org.plasma.xml.schema.Redefine
Gets the value of the id property.
getId() - Method in class org.plasma.xml.schema.Schema
Gets the value of the id property.
getId() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the id property.
getIdentityType() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the identityType property.
getIdentityType() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the identityType property.
getIdProperty() - Method in interface org.plasma.sdo.access.model.DataEntity
 
getIdProperty() - Method in class org.plasma.sdo.access.model.Entity
 
getIgnoredValueSetId() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the ignoredValueSetId property.
getIgnoredValueSetId() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getIgnoredValueSetId() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getImplementation() - Method in class org.plasma.config.GlobalProvisioning
Gets the value of the implementation property.
getImplementation() - Method in class org.plasma.config.NamespaceProvisioning
Gets the value of the implementation property.
getImplementation() - Method in class org.plasma.config.QueryDSLProvisioning
Gets the value of the implementation property.
getImplementationClassName(Class) - Method in class org.plasma.text.lang3gl.java.DSLClassFactory
 
getImplementationClassName(Class) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
getImplements() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the implements property.
getImportDeclaration() - Method in class org.plasma.query.model.Where
Gets the value of the importDeclaration property.
getImports() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the imports property.
getImportsAndIncludesAndTypes() - Method in class org.plasma.xml.wsdl.v20.Description
Gets the value of the importsAndIncludesAndTypes property.
getImportsAndTypesAndMessages() - Method in class org.plasma.xml.wsdl.v11.Definitions
Gets the value of the importsAndTypesAndMessages property.
getIncludesAndImportsAndRedefines() - Method in class org.plasma.xml.schema.Schema
Gets the value of the includesAndImportsAndRedefines property.
getIncrementBy() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the incrementBy property.
getIndent() - Method in interface javanet.staxutils.Indentation
The characters used for one level of indentation.
getIndent() - Method in class javanet.staxutils.IndentingXMLEventWriter
 
getIndent() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
getIndent() - Method in class org.plasma.xml.xslt.Output
Gets the value of the indent property.
getIndentationToken() - Method in class org.plasma.text.ddl.DDLStreamAssembler
 
getIndentationToken() - Method in class org.plasma.text.lang3gl.DefaultLang3GLContext
 
getIndentationToken() - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
getIndentationToken() - Method in interface org.plasma.text.lang3gl.Lang3GLContext
 
getIndex() - Method in class org.plasma.query.model.PathElement
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Order
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the index property.
getIndex() - Method in class org.plasma.sdo.access.provider.jdo.Version
Gets the value of the index property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the indexed property.
getIndexed() - Method in class org.plasma.sdo.access.provider.jdo.Version
Gets the value of the indexed property.
getIndexName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the indexName property.
getIndexName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the indexName property.
getIndexOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the indexOwner property.
getIndexOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the indexOwner property.
getIndices() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the indices property.
getIndices() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the indices property.
getIndices() - Method in class org.plasma.text.ddl.Table
Gets the value of the indices property.
getInfinity() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the infinity property.
getInheritance() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the inheritance property.
getInheritance() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the inheritance property.
getInheritedProperties(Type) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns a list of data and reference property names collected specifically for the given type or collected for any base type of the given type.
getInheritedProperties(Type) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
getInheritedProperties(Type) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of inherited data and reference properties collected for the given type, and any base types of the given type, irrespective of the (query) graph level.
getInheritedProperties(Type, int) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of inherited data and reference properties collected for the given type, and any base types of the given type, for the given (query) graph level.
getInheritedProperties(Type, Property) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of inherited data and reference properties collected for the given Type for the given (query) graph edge source property.
getInheritedProperties(Type, Property, int) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of inherited data and reference properties collected for the given Type for the given (query) graph edge source property at the given traversal level or graph depth.
getInheritedProperties(Type) - Method in class org.plasma.query.collector.SelectionCollector
 
getInheritedProperties(Type, Property) - Method in class org.plasma.query.collector.SelectionCollector
 
getInheritedProperties(Type, int) - Method in class org.plasma.query.collector.SelectionCollector
 
getInheritedProperties(Type, Property, int) - Method in class org.plasma.query.collector.SelectionCollector
 
getInheritedTypes() - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns all selected types and as well as types specialize or inherit from the selected types.
getInheritedTypes() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
getInheritedTypes() - Method in interface org.plasma.query.collector.Selection
Returns all selected types and as well as types which specialize or inherit from the selected types.
getInheritedTypes() - Method in class org.plasma.query.collector.SelectionCollector
 
getInitialContext(String) - Method in class org.plasma.common.naming.InitialContextFactory
 
getInitialContext() - Method in class org.plasma.common.naming.InitialContextFactory
 
getInput() - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Gets the value of the input property.
getInputsAndOutputs() - Method in class org.plasma.xml.wsdl.v11.TOperation
Gets the value of the inputsAndOutputs property.
getInputsAndOutputsAndInfaults() - Method in class org.plasma.xml.wsdl.v20.BindingOperationType
Gets the value of the inputsAndOutputsAndInfaults property.
getInputsAndOutputsAndInfaults() - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Gets the value of the inputsAndOutputsAndInfaults property.
getInsertValue() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the insertValue property.
getInstance() - Static method in class javanet.staxutils.EmptyNamespaceContext
 
getInstance() - Static method in class org.plasma.common.naming.InitialContextFactory
 
getInstance() - Static method in class org.plasma.common.naming.ServiceLocator
 
getInstance() - Static method in class org.plasma.config.PlasmaConfig
 
getInstance() - Static method in class org.plasma.sdo.repository.PlasmaRepository
 
getInstanceClass() - Method in interface commonj.sdo.Type
Returns the Java class that this type represents.
getInstanceClass() - Method in class org.plasma.sdo.core.CoreType
Returns the Java class that this type represents or the generic data object implementation class if no provisioned implementation class is found.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the physical or instance name associated with this enumeration literal.
getInstanceName() - Method in interface org.plasma.sdo.PlasmaEnum
 
getInstanceProperties() - Method in interface commonj.sdo.DataObject
Returns a read-only List of the Properties currently used in this DataObject.
getInstanceProperties() - Method in interface commonj.sdo.Property
Returns a read-only List of instance Properties available on this Property.
getInstanceProperties() - Method in interface commonj.sdo.Type
Returns a read-only List of instance Properties available on this Type.
getInstanceProperties() - Method in class org.plasma.sdo.core.CoreDataObject
Returns a read-only List of the Properties currently used in this DataObject.
getInstanceProperties() - Method in class org.plasma.sdo.core.CoreProperty
 
getInstanceProperties() - Method in class org.plasma.sdo.core.CoreType
 
getInstanceProperty(String) - Method in interface commonj.sdo.DataObject
Returns the named Property from the current instance properties, or null if not found.
getInstanceProperty(String) - Method in class org.plasma.sdo.core.CoreDataObject
Returns the named Property from the current instance properties, or null if not found.
getInt(String) - Method in interface commonj.sdo.DataObject
Returns the value of a int property identified by the specified path.
getInt(int) - Method in interface commonj.sdo.DataObject
Returns the value of a int property identified by the specified property index.
getInt(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified int property.
getInt(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getInt(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getInt(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getInterface() - Method in class org.plasma.config.GlobalProvisioning
Gets the value of the interface property.
getInterface() - Method in class org.plasma.config.NamespaceProvisioning
Gets the value of the interface property.
getInterface() - Method in class org.plasma.config.QueryDSLProvisioning
Gets the value of the interface property.
getInterface() - Method in class org.plasma.xml.wsdl.v20.Binding
Gets the value of the interface property.
getInterface() - Method in class org.plasma.xml.wsdl.v20.Service
Gets the value of the interface property.
getInterfaceFactory() - Method in class org.plasma.text.lang3gl.java.DSLFactory
 
getInterfaceFactory() - Method in class org.plasma.text.lang3gl.java.JDOFactory
 
getInterfaceFactory() - Method in class org.plasma.text.lang3gl.java.SDOFactory
 
getInterfaceFactory() - Method in interface org.plasma.text.lang3gl.Lang3GLFactory
 
getInterfacesAndClazzsAndSequences() - Method in class org.plasma.sdo.access.provider.jdo.Package_
Gets the value of the interfacesAndClazzsAndSequences property.
getIntParameter() - Method in class org.plasma.query.model.Parameter
Gets the value of the intParameter property.
getIsConcurrencyUser() - Method in class org.plasma.sdo.repository.Property
 
getIsConcurrencyVersion() - Method in class org.plasma.sdo.repository.Property
 
getIsLockingTimestamp() - Method in class org.plasma.sdo.repository.Property
 
getIsLockingUser() - Method in class org.plasma.sdo.repository.Property
 
getIsOriginationTimestamp() - Method in class org.plasma.sdo.repository.Property
 
getIsOriginationUser() - Method in class org.plasma.sdo.repository.Property
 
getIsPriKey() - Method in class org.plasma.sdo.repository.Property
 
getIsReadonly() - Method in class org.plasma.sdo.repository.Property
 
getIsUnique() - Method in class org.plasma.sdo.repository.Property
 
getIsUpdatable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns the value of the isUpdatable property.
getIsUpdatable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns the value of the isUpdatable property.
getItemType() - Method in class org.plasma.xml.schema.List
Gets the value of the itemType property.
getJavaPackageNameForClass(Classifier) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getJdbcType() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the jdbcType property.
getJdo() - Method in class org.plasma.sdo.access.provider.jdo.JDOModelAssembler
 
getJoin() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the join property.
getJoin() - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Gets the value of the join property.
getJoin() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the join property.
getJoins() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the joins property.
getJoins() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the joins property.
getJoins() - Method in class org.plasma.text.ddl.Fk
Gets the value of the joins property.
getKey() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getKey() - Method in class org.plasma.provisioning.Property
Gets the value of the key property.
getKey() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the key property.
getKey() - Method in class org.plasma.provisioning.Sort
Gets the value of the key property.
getKey() - Method in class org.plasma.sdo.access.provider.jdo.Extension
Gets the value of the key property.
getKey() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the key property.
getKey() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the key property.
getKey() - Method in class org.plasma.sdo.core.CoreProperty
 
getKey() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the key information for this property if exists, or null if not exists
getKey() - Method in class org.plasma.sdo.profile.SDOSort
 
getKey() - Method in interface org.plasma.sdo.Sort
 
getKeys() - Method in class org.plasma.sdo.core.CoreObject
 
getKeys() - Method in class org.plasma.sdo.core.SnapshotMap
 
getKeySupplier() - Method in class org.plasma.sdo.core.CoreProperty
 
getKeySupplier() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the key supplier property for this property or null if not exists.
getKeyType() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the keyType property.
getLang() - Method in class org.plasma.xml.xslt.Number
Gets the value of the lang property.
getLang() - Method in class org.plasma.xml.xslt.Sort
Gets the value of the lang property.
getLang() - Method in class org.plasma.xml.xslt.Text
Gets the value of the lang property.
getLanguage() - Method in class org.plasma.provisioning.Behavior
Gets the value of the language property.
getLanguage() - Method in class org.plasma.query.model.TextContent
Gets the value of the language property.
getLanguage() - Method in class org.plasma.sdo.access.provider.jdo.Query
Gets the value of the language property.
getLeft() - Method in class org.plasma.sdo.PlasmaDataLink
 
getLeft() - Method in interface org.plasma.sdo.PlasmaEdge
 
getLength() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the length property.
getLetterValue() - Method in class org.plasma.xml.xslt.Number
Gets the value of the letterValue property.
getLevel() - Method in class org.plasma.xml.xslt.Number
Gets the value of the level property.
getLexicalHandler() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
Get the lexical event handler.
getLine() - Method in class org.plasma.sdo.xml.StreamNode
 
getLineNumber() - Method in class javanet.staxutils.DummyLocator
Return the line number where the current document event ends.
getLineNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getLineNumber() - Method in class javanet.staxutils.SimpleLocation
 
getLineNumber() - Method in class org.plasma.sdo.xml.ErrorLocator
 
getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLEventWriter
 
getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLStreamWriter
 
getList(String) - Method in interface commonj.sdo.DataObject
Returns the value of a List property identified by the specified path.
getList(int) - Method in interface commonj.sdo.DataObject
Returns the value of a List property identified by the specified property index.
getList(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified List property.
getList(String) - Method in class org.plasma.sdo.core.CoreDataObject
Returns the value of a List property identified by the specified path.
getList(int) - Method in class org.plasma.sdo.core.CoreDataObject
Returns the value of a List property identified by the specified property index.
getList(Property) - Method in class org.plasma.sdo.core.CoreDataObject
Returns the value of the specified List property.
getList() - Method in class org.plasma.xml.schema.AbstractSimpleType
Gets the value of the list property.
getLiteral() - Method in class org.plasma.query.model.Term
Gets the value of the literal property.
getLoadFetchGroup() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the loadFetchGroup property.
getLoadFetchGroup() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the loadFetchGroup property.
getLocalName(Type) - Method in interface commonj.sdo.helper.XSDHelper
Returns the local name as declared in the XSD.
getLocalName(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns the local name as declared in the XSD.
getLocalName() - Method in class org.plasma.config.Binding
Gets the value of the localName property.
getLocalName() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getLocalName() - Method in class org.plasma.provisioning.Alias
Gets the value of the localName property.
getLocalName() - Method in interface org.plasma.sdo.Alias
 
getLocalName() - Method in class org.plasma.sdo.core.CoreProperty
 
getLocalName() - Method in class org.plasma.sdo.core.CoreType
 
getLocalName(Type) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
getLocalName(Property) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
getLocalName() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the local name alias for this Property if exists, or otherwise the property name
getLocalName() - Method in interface org.plasma.sdo.PlasmaType
Returns the local name alias of this Type as a string.
getLocalName() - Method in class org.plasma.sdo.profile.SDOAlias
 
getLocalName() - Method in class org.plasma.sdo.repository.Classifier
 
getLocalName() - Method in class org.plasma.sdo.repository.Property
 
getLocalName() - Method in class org.plasma.sdo.xml.StreamNode
 
getLocalNameBytes() - Method in class org.plasma.sdo.core.CoreProperty
Returns the local name of this Property as a byte array which may be cached or lazily cached on demand.
getLocalNameBytes() - Method in class org.plasma.sdo.core.CoreType
Returns the local name of this Type as a byte array which may be cached or lazily cached on demand.
getLocalNameBytes() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the local name of this Property as a byte array which may be cached or lazily cached on demand.
getLocalNameBytes() - Method in interface org.plasma.sdo.PlasmaType
Returns the local name of this Type as a byte array which may be cached or lazily cached on demand.
getLocation() - Method in exception javanet.staxutils.error.IllegalStreamStateException
Returns the Location where the error occured.
getLocation() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
getLocation() - Method in class org.plasma.xml.wsdl.v11.http.Address
Gets the value of the location property.
getLocation() - Method in class org.plasma.xml.wsdl.v11.http.Operation
Gets the value of the location property.
getLocation() - Method in class org.plasma.xml.wsdl.v11.soap.Address
Gets the value of the location property.
getLocation() - Method in class org.plasma.xml.wsdl.v11.TImport
Gets the value of the location property.
getLocation() - Method in class org.plasma.xml.wsdl.v20.Import
Gets the value of the location property.
getLocation() - Method in class org.plasma.xml.wsdl.v20.Include
Gets the value of the location property.
getLockedDate() - Method in exception org.plasma.sdo.access.LockedEntityException
 
getLockedDate() - Method in exception org.plasma.sdo.access.service.LockedEntityEJBException
 
getLogicalName() - Method in class org.plasma.config.Binding
Gets the value of the logicalName property.
getLogicalOperator() - Method in class org.plasma.query.model.Term
Gets the value of the logicalOperator property.
getLong(String) - Method in interface commonj.sdo.DataObject
Returns the value of a long property identified by the specified path.
getLong(int) - Method in interface commonj.sdo.DataObject
Returns the value of a long property identified by the specified property index.
getLong(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified long property.
getLong(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getLong(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getLong(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getMap() - Method in class org.plasma.sdo.access.provider.common.TraversalMapAssembler
 
getMap() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the map property.
getMap() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the map property.
getMappedBy() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.plasma.sdo.access.provider.jdo.Order
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the mappedBy property.
getMapping() - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getMatch() - Method in class org.plasma.xml.xslt.Key
Gets the value of the match property.
getMatch() - Method in class org.plasma.xml.xslt.Template
Gets the value of the match property.
getMaxExclusive() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the maxExclusive property.
getMaxExclusive() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getMaxExclusive() - Method in interface org.plasma.sdo.ValueConstraint
 
getMaxInclusive() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the maxInclusive property.
getMaxInclusive() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getMaxInclusive() - Method in interface org.plasma.sdo.ValueConstraint
 
getMaxLength() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the maxLength property.
getMaxLength() - Method in class org.plasma.sdo.core.CoreProperty
Returns the maximum length allowed this property, or -1 if no maximum length is defined.
getMaxLength() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the maximum length allowed this property, or -1 if no maximum length is defined.
getMaxLength() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getMaxLength() - Method in class org.plasma.sdo.repository.Property
 
getMaxLength() - Method in interface org.plasma.sdo.ValueConstraint
 
getMaxOccurs() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the maxOccurs property.
getMaxOccurs() - Method in class org.plasma.xml.schema.AbstractGroup
Gets the value of the maxOccurs property.
getMaxOccurs() - Method in class org.plasma.xml.schema.Any
Gets the value of the maxOccurs property.
getMaxResults() - Method in exception org.plasma.sdo.access.MaxResultsExceededException
 
getMaxValue() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the maxValue property.
getMediaType() - Method in class org.plasma.xml.xslt.Output
Gets the value of the mediaType property.
getMemberTypes() - Method in class org.plasma.xml.schema.Union
Gets the value of the memberTypes property.
getMessage() - Method in class org.plasma.xml.wsdl.v11.soap.Header
Gets the value of the message property.
getMessage() - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Gets the value of the message property.
getMessage() - Method in class org.plasma.xml.wsdl.v11.TFault
Gets the value of the message property.
getMessage() - Method in class org.plasma.xml.wsdl.v11.TParam
Gets the value of the message property.
getMessageLabel() - Method in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
Gets the value of the messageLabel property.
getMessageLabel() - Method in class org.plasma.xml.wsdl.v20.BindingOperationMessageType
Gets the value of the messageLabel property.
getMessageLabel() - Method in class org.plasma.xml.wsdl.v20.MessageRefFaultType
Gets the value of the messageLabel property.
getMessageLabel() - Method in class org.plasma.xml.wsdl.v20.MessageRefType
Gets the value of the messageLabel property.
getMethods() - Method in class org.plasma.xml.xslt.Output
Gets the value of the methods property.
getMinExclusive() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the minExclusive property.
getMinExclusive() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getMinExclusive() - Method in interface org.plasma.sdo.ValueConstraint
 
getMinExclusivesAndMinInclusivesAndMaxExclusives() - Method in class org.plasma.xml.schema.Restriction
Gets the value of the minExclusivesAndMinInclusivesAndMaxExclusives property.
getMinExclusivesAndMinInclusivesAndMaxExclusives() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the minExclusivesAndMinInclusivesAndMaxExclusives property.
getMinimumPathDepth() - Method in class org.plasma.sdo.core.CorePathAssembler
 
getMinimumPathDepth() - Method in interface org.plasma.sdo.PathAssembler
 
getMinimumPathString() - Method in class org.plasma.sdo.core.CorePathAssembler
 
getMinimumPathString() - Method in interface org.plasma.sdo.PathAssembler
 
getMinimumValueSetId() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the minimumValueSetId property.
getMinimumValueSetId() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getMinimumValueSetId() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getMinInclusive() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the minInclusive property.
getMinInclusive() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getMinInclusive() - Method in interface org.plasma.sdo.ValueConstraint
 
getMinLength() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the minLength property.
getMinLength() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getMinLength() - Method in interface org.plasma.sdo.ValueConstraint
 
getMinOccurs() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the minOccurs property.
getMinOccurs() - Method in class org.plasma.xml.schema.AbstractGroup
Gets the value of the minOccurs property.
getMinOccurs() - Method in class org.plasma.xml.schema.Any
Gets the value of the minOccurs property.
getMinusSign() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the minusSign property.
getMinValue() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the minValue property.
getMode() - Method in class org.plasma.xml.xslt.ApplyTemplates
Gets the value of the mode property.
getMode() - Method in class org.plasma.xml.xslt.Template
Gets the value of the mode property.
getModel() - Method in class org.plasma.provisioning.adapter.ModelAdapter
 
getModel() - Method in class org.plasma.provisioning.ProvisioningModelAssembler
 
getModel() - Method in class org.plasma.provisioning.SchemaProvisioningModelAssembler
 
getModel() - Method in class org.plasma.query.dsl.DomainRoot
 
getModel() - Method in class org.plasma.query.model.Query
 
getModel() - Method in interface org.plasma.query.Query
Returns the underlying query model for this query.
getModelFile() - Method in class org.plasma.provisioning.ant.ProvisioningTask
 
getModels() - Method in class org.plasma.xml.sdox.BaseDataGraphType
Gets the value of the models property.
getMonthDayFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getMonthFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getName() - Method in interface commonj.sdo.Property
Returns the name of the Property.
getName() - Method in interface commonj.sdo.Type
Returns the name of the type.
getName() - Method in class javanet.staxutils.events.AttributeEvent
 
getName() - Method in class javanet.staxutils.events.EndElementEvent
 
getName() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getName() - Method in class javanet.staxutils.events.EntityReferenceEvent
 
getName() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getName() - Method in class javanet.staxutils.events.StartElementEvent
 
getName() - Method in class javanet.staxutils.helpers.ElementContext
Returns the qualified name associated with the context.
getName() - Method in class org.plasma.common.env.DeploymentRealm
Gets the value of the name property.
getName() - Method in class org.plasma.config.Artifact
Gets the value of the name property.
getName() - Method in class org.plasma.config.DataAccessProvider
Gets the value of the name property.
getName() - Method in class org.plasma.config.Property
Gets the value of the name property.
getName() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getName() - Method in class org.plasma.provisioning.Behavior
Gets the value of the name property.
getName() - Method in class org.plasma.provisioning.Body
Gets the value of the name property.
getName() - Method in class org.plasma.provisioning.NamedElement
Gets the value of the name property.
getName() - Method in class org.plasma.provisioning.PropertyRef
Gets the value of the name property.
getName() - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Returns the value of the name property.
getName() - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Returns the value of the name property.
getName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the logical name associated with this enumeration literal.
getName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the logical name associated with this enumeration literal.
getName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Returns the value of the name property.
getName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Returns the value of the name property.
getName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Returns the value of the name property.
getName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the name property.
getName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns the value of the name property.
getName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the logical name associated with this enumeration literal.
getName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Returns the value of the name property.
getName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the name property.
getName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns the value of the name property.
getName() - Method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the logical name associated with this enumeration literal.
getName() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the logical name associated with this enumeration literal.
getName() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the logical name associated with this enumeration literal.
getName() - Method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the logical name associated with this enumeration literal.
getName() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the name property.
getName() - Method in interface org.plasma.query.DataProperty
returns the name of this property
getName() - Method in class org.plasma.query.dsl.DataNode
 
getName() - Method in class org.plasma.query.dsl.DomainRoot
 
getName() - Method in interface org.plasma.query.From
Returns the type (logical) name
getName() - Method in class org.plasma.query.model.Entity
Gets the value of the name property.
getName() - Method in class org.plasma.query.model.From
 
getName() - Method in class org.plasma.query.model.Function
Gets the value of the name property.
getName() - Method in class org.plasma.query.model.FunctionArg
Gets the value of the name property.
getName() - Method in class org.plasma.query.model.Projection
Gets the value of the name property.
getName() - Method in class org.plasma.query.model.Property
 
getName() - Method in class org.plasma.query.model.Query
 
getName() - Method in interface org.plasma.query.Query
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.FetchGroup
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Implements
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Package_
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.PrimaryKey
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Query
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the name property.
getName() - Method in class org.plasma.sdo.core.CoreProperty
Returns the name of the Property.
getName() - Method in class org.plasma.sdo.core.CoreType
Returns the name of the type.
getName() - Method in interface org.plasma.sdo.PlasmaEnum
 
getName() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getName() - Method in class org.plasma.sdo.repository.Classifier
 
getName() - Method in class org.plasma.sdo.repository.Enumeration
 
getName() - Method in class org.plasma.sdo.repository.EnumerationLiteral
 
getName() - Method in class org.plasma.sdo.repository.Namespace
 
getName() - Method in class org.plasma.sdo.repository.Property
 
getName() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getName() - Method in class org.plasma.text.ddl.Check
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Column
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Fk
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Index
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Pk
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Schema
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Table
Gets the value of the name property.
getName() - Method in class org.plasma.text.ddl.Unique
Gets the value of the name property.
getName(Class) - Method in interface org.plasma.text.lang3gl.ClassNameResolver
Returns an unqualified class name for the given provisioning model class.
getName(Class) - Method in class org.plasma.text.lang3gl.java.DSLClassNameResolver
 
getName(Class) - Method in class org.plasma.text.lang3gl.java.JDOClassNameResolver
 
getName(Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceNameResolver
 
getName(Class) - Method in class org.plasma.text.lang3gl.java.SDOClassNameResolver
 
getName(Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceNameResolver
 
getName() - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.AbstractGroup
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.AbstractSimpleType
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.Keybase
Gets the value of the name property.
getName() - Method in class org.plasma.xml.schema.Notation
Gets the value of the name property.
getName() - Method in class org.plasma.xml.sdox.Property
Gets the value of the name property.
getName() - Method in class org.plasma.xml.sdox.Type
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.Definitions
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.mime.TPart
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.soap.Fault
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TBinding
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TBindingOperationFault
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TBindingOperationMessage
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TFault
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TMessage
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TOperation
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TParam
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TPart
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TPort
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TPortType
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v11.TService
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.Binding
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.Endpoint
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.http.Header
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.Interface
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.InterfaceFaultType
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Gets the value of the name property.
getName() - Method in class org.plasma.xml.wsdl.v20.Service
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.AttributeSet
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.AttributeType
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.CallTemplate
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.Element
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.Key
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.ProcessingInstruction
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.Template
Gets the value of the name property.
getName() - Method in class org.plasma.xml.xslt.Variable
Gets the value of the name property.
getNameBytes() - Method in class org.plasma.sdo.core.CoreProperty
Returns the logical name of this Property as a byte array which may be cached or lazily cached on demand.
getNameBytes() - Method in class org.plasma.sdo.core.CoreType
Returns the name of this Type as a byte array which may be cached or lazily cached on demand.
getNameBytes() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the logical name of this Property as a byte array which may be cached or lazily cached on demand.
getNameBytes() - Method in interface org.plasma.sdo.PlasmaType
Returns the name of this Type as a byte array which may be cached or lazily cached on demand.
getNamespace() - Method in class org.plasma.config.adapter.NamespaceAdapter
 
getNamespace() - Method in class org.plasma.xml.schema.Import
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.wsdl.v11.soap.Header
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.wsdl.v11.soap.TBody
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.wsdl.v11.TImport
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.wsdl.v20.Import
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.xslt.AttributeType
Gets the value of the namespace property.
getNamespace() - Method in class org.plasma.xml.xslt.Element
Gets the value of the namespace property.
getNamespaceAxisIterator(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getNamespaceAxisIterator(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getNamespaceAxisIterator(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getNamespaceContext() - Method in class javanet.staxutils.BaseXMLEventWriter
 
getNamespaceContext() - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceContext() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
getNamespaceContext() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getNamespaceContext() - Method in class javanet.staxutils.io.StAXStreamWriter
 
getNamespaceContext() - Method in class javanet.staxutils.XMLEventStreamWriter
 
getNamespaceForUri(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getNamespaceLinks() - Method in class org.plasma.config.DataAccessProvider
Gets the value of the namespaceLinks property.
getNamespacePrefix(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the prefix of the idxth namespace declaration defined in this context.
getNamespacePrefix(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getNamespacePrefix(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getNamespacePrefix(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getNamespacePrefixes() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
getNamespaces() - Method in class javanet.staxutils.events.EndElementEvent
 
getNamespaces() - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaces() - Method in class org.plasma.config.SDO
Gets the value of the namespaces property.
getNamespaces() - Method in class org.plasma.xml.schema.Wildcard
Gets the value of the namespaces property.
getNamespaceStringValue(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getNamespaceStringValue(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getNamespaceStringValue(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getNamespaceURI(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns the namespace URI as declared in the XSD.
getNamespaceURI(String) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getNamespaceURI() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getNamespaceURI(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getNamespaceURI() - Method in class javanet.staxutils.events.NamespaceEvent
 
getNamespaceURI(String) - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceURI(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the URI of the idxth namespace declaration defined in this context.
getNamespaceURI(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getNamespaceURI(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getNamespaceUri() - Method in class org.plasma.config.Artifact
Gets the value of the namespaceUri property.
getNamespaceURI() - Method in class org.plasma.query.model.Entity
Gets the value of the namespaceURI property.
getNamespaceURI() - Method in class org.plasma.sdo.access.model.Entity
 
getNamespaceURI(Property) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
getNamespaceURI() - Method in class org.plasma.sdo.repository.Classifier
Traverses the given classifier's package ancestry looking for an SDO namespace stereotype, and if found, returns the URI.
getNamespaceURI(Classifier) - Method in class org.plasma.sdo.repository.Element
 
getNamespaceURI() - Method in class org.plasma.sdo.xml.StreamNode
 
getNameType() - Method in class org.plasma.query.model.Projection
Gets the value of the nameType property.
getNaN() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the naN property.
getNestedLocation() - Method in interface javanet.staxutils.ExtendedLocation
Returns a nested Location.
getNestedLocation() - Method in class javanet.staxutils.SimpleLocation
 
getNewLine() - Method in interface javanet.staxutils.Indentation
The characters that introduce a new line.
getNewLine() - Method in class javanet.staxutils.IndentingXMLEventWriter
 
getNewLine() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
getNodeContext(Object) - Method in class org.plasma.sdo.xpath.DataGraphXPath
 
getNodeContext(Object) - Method in class org.plasma.sdo.xpath.MetaDataXPath
 
getNodeType() - Method in class org.plasma.provisioning.XmlProperty
Gets the value of the nodeType property.
getNodeType() - Method in class org.plasma.sdo.profile.SDOXmlProperty
 
getNodeType() - Method in interface org.plasma.sdo.XmlProperty
 
getNoNamespaceSchemaLocation() - Method in interface commonj.sdo.helper.XMLDocument
Return the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getNoNamespaceSchemaLocation() - Method in class org.plasma.sdo.core.CoreXMLDocument
Return the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getNonContainmentReferenceName(PlasmaType) - Static method in class org.plasma.xml.schema.SchemaUtil
Returns the name used for for XSI type attributes and as an external reference XSD ComplexType for the given SDO type.
getNonContainmentReferenceName(TypeAdapter) - Static method in class org.plasma.xml.schema.SchemaUtil
 
getNotationName() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getNotations() - Method in class javanet.staxutils.events.DTDEvent
 
getNullable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the nullable property.
getNullable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the nullable property.
getNullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the nullable property.
getNullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the nullable property.
getNullable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the nullable property.
getNullable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the nullable property.
getNullIndicatorColumn() - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Gets the value of the nullIndicatorColumn property.
getNullIndicatorValue() - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Gets the value of the nullIndicatorValue property.
getNullLiteral() - Method in class org.plasma.query.model.Term
Gets the value of the nullLiteral property.
getNullValue() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the nullValue property.
getNullValue() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the nullValue property.
getNumResults() - Method in exception org.plasma.sdo.access.MaxResultsExceededException
 
getObjectFactories() - Method in class org.plasma.config.PlasmaConfigDataBinding
 
getObjectFactories() - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
getObjectFactories() - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
getObjectFactories() - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
getObjectFactories() - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
getObjectFactories() - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
getObjectFactories() - Method in class org.plasma.xml.schema.SchemaDataBinding
 
getObjectFactories() - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
getObjectFactories() - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
getObjectidClass() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the objectidClass property.
getObjectidClass() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the objectidClass property.
getOctetMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the octetMaxLength property.
getOctetMaxLength() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the octetMaxLength property.
getOidText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the oidText property.
getOidText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the oidText property.
getOidTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the oidTextLength property.
getOidTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the oidTextLength property.
getOldContainer(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the container data object at the point when logging began.
getOldContainer(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns the value of the container data object at the point when logging began.
getOldContainmentProperty(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the containment property data object property at the point when logging began.
getOldContainmentProperty(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns the value of the containment property data object property at the point when logging began.
getOldSequence(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the sequence for the data object at the point when logging began.
getOldSequence(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns the value of the sequence for the data object at the point when logging began.
getOldValue(DataObject, Property) - Method in interface commonj.sdo.ChangeSummary
Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
getOldValue(DataObject, Property) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
getOldValues(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
getOldValues(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
getOmitXmlDeclaration() - Method in class org.plasma.xml.xslt.Output
Gets the value of the omitXmlDeclaration property.
getOns() - Method in class org.plasma.text.ddl.Index
Gets the value of the ons property.
getOns() - Method in class org.plasma.text.ddl.Pk
Gets the value of the ons property.
getOns() - Method in class org.plasma.text.ddl.Unique
Gets the value of the ons property.
getOpaqueBehaviorBody(String, String) - Method in class org.plasma.sdo.repository.Class_
 
getOpaqueBehaviors(String) - Method in class org.plasma.sdo.repository.Class_
 
getOpenAttributeQNameByValue(String, OpenAttrs) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getOpenAttributeValue(QName, OpenAttrs) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getOpenContentProperty(String, String) - Method in interface commonj.sdo.helper.TypeHelper
Get the open content (global) Property with the specified uri and name, or null if not found.
getOpenContentProperty(String, String) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Get the open content (global) Property with the specified uri and name, or null if not found.
getOperations() - Method in class org.plasma.xml.wsdl.v11.TBinding
Gets the value of the operations property.
getOperations() - Method in class org.plasma.xml.wsdl.v11.TPortType
Gets the value of the operations property.
getOperationsAndFaultsAndAnies() - Method in class org.plasma.xml.wsdl.v20.Binding
Gets the value of the operationsAndFaultsAndAnies property.
getOperationsAndFaultsAndAnies() - Method in class org.plasma.xml.wsdl.v20.Interface
Gets the value of the operationsAndFaultsAndAnies property.
getOpposite() - Method in interface commonj.sdo.Property
Returns the opposite Property if the Property is bi-directional or null otherwise.
getOpposite() - Method in class org.plasma.provisioning.Property
Gets the value of the opposite property.
getOpposite() - Method in class org.plasma.sdo.core.CoreProperty
 
getOpposite(PlasmaNode) - Method in class org.plasma.sdo.PlasmaDataLink
 
getOpposite(PlasmaNode) - Method in interface org.plasma.sdo.PlasmaEdge
 
getOpposite() - Method in class org.plasma.sdo.repository.Property
 
getOpposite() - Method in class org.plasma.xml.sdox.Property
Gets the value of the opposite property.
getOptions() - Method in class org.plasma.sdo.xml.XMLProcessor
 
getOrder() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the order property.
getOrder() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the order property.
getOrder() - Method in class org.plasma.xml.xslt.Sort
Gets the value of the order property.
getOrderBy() - Method in class org.plasma.query.model.Clause
Gets the value of the orderBy property.
getOtherAttributes() - Method in class org.plasma.xml.schema.Appinfo
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.schema.Documentation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.schema.OpenAttrs
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.sdox.BaseDataGraphType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.sdox.Property
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.sdox.Type
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.wsdl.v11.TExtensibleAttributesDocumented
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.wsdl.v20.Documentation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.wsdl.v20.ExtensibleDocumentedType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.AnyType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.AttributeType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Comment
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Copy
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Element
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Fallback
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.ForEach
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.If
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Message
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Otherwise
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.ProcessingInstruction
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Template
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.Variable
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.plasma.xml.xslt.When
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherwise() - Method in class org.plasma.xml.xslt.Choose
Gets the value of the otherwise property.
getOuter() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the outer property.
getOutput() - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Gets the value of the output property.
getOwnedLiteral() - Method in class org.plasma.sdo.repository.Enumeration
 
getOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns the value of the owner property.
getOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns the value of the owner property.
getOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns the value of the owner property.
getOwnerField() - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Gets the value of the ownerField property.
getPackageByQualifiedName(String) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getPackageName() - Method in class org.plasma.config.GlobalProvisioning
Gets the value of the packageName property.
getPackageName() - Method in class org.plasma.config.NamespaceProvisioning
Gets the value of the packageName property.
getPackageName() - Method in class org.plasma.config.QueryDSLProvisioning
Gets the value of the packageName property.
getPackageName() - Method in class org.plasma.sdo.core.CoreType
Returns the logical name of the model package (if any) associated with this Type as a string, or null if no package exists.
getPackageName() - Method in interface org.plasma.sdo.PlasmaType
Returns the logical name of the model package (if any) associated with this Type as a string, or null if no package exists.
getPackageName() - Method in class org.plasma.sdo.repository.Classifier
 
getPackagePhysicalName() - Method in class org.plasma.sdo.core.CoreType
Returns the physical name alias of the model package (if any) associated with this Type as a string, or null if no physical name alias exists.
getPackagePhysicalName() - Method in interface org.plasma.sdo.PlasmaType
Returns the physical name alias of the model package (if any) associated with this Type as a string, or null if no physical name alias exists.
getPackagePhysicalName() - Method in class org.plasma.sdo.repository.Classifier
 
getPackages() - Method in class org.plasma.provisioning.Model
Gets the value of the packages property.
getPackageSupplier() - Method in class org.plasma.provisioning.Derivation
Gets the value of the packageSupplier property.
getParameterDeclaration() - Method in class org.plasma.query.model.Where
Gets the value of the parameterDeclaration property.
getParameterOrders() - Method in class org.plasma.xml.wsdl.v11.TOperation
Gets the value of the parameterOrders property.
getParameters() - Method in class org.plasma.query.model.Where
Gets the value of the parameters property.
getParams() - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
getParent() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getParent() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns a reference to the parent of this context.
getParent() - Method in class javanet.staxutils.SimpleNamespaceContext
Returns a reference to the parent of this context.
getParent() - Method in class org.plasma.query.model.Expression
 
getParentAxisIterator(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getParentAxisIterator(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getParentAxisIterator(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getParentContext() - Method in class javanet.staxutils.helpers.ElementContext
Returns a reference to the enclosing ElementContext.
getPart() - Method in class org.plasma.xml.wsdl.v11.mime.Content
Gets the value of the part property.
getPart() - Method in class org.plasma.xml.wsdl.v11.mime.MimeXml
Gets the value of the part property.
getPart() - Method in class org.plasma.xml.wsdl.v11.soap.Header
Gets the value of the part property.
getPart() - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Gets the value of the part property.
getParts() - Method in class org.plasma.xml.wsdl.v11.mime.MultipartRelated
Gets the value of the parts property.
getParts() - Method in class org.plasma.xml.wsdl.v11.soap.TBody
Gets the value of the parts property.
getParts() - Method in class org.plasma.xml.wsdl.v11.TMessage
Gets the value of the parts property.
getPath() - Method in class javanet.staxutils.helpers.ElementContext
Returns the current context path.
getPath() - Method in class org.plasma.query.model.AbstractProperty
Gets the value of the path property.
getPath(DataObject) - Method in class org.plasma.sdo.core.CoreDataGraph
Calculates and returns the path relative to the data-graph root for the given data object.
getPath(DataObject) - Method in interface org.plasma.sdo.PlasmaDataGraph
Calculates and returns the path to the given Data Object relative to the Data Graph root.
getPathCount() - Method in class org.plasma.sdo.core.CorePathAssembler
 
getPathCount() - Method in interface org.plasma.sdo.PathAssembler
 
getPathDepth(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
 
getPathDepth(DataObject) - Method in interface org.plasma.sdo.PlasmaChangeSummary
Returns the path depth within the data graph for the given data object.
getPathDepthFromRoot() - Method in interface org.plasma.sdo.Change
 
getPathDepthFromRoot() - Method in class org.plasma.sdo.core.CoreChange
 
getPathElement() - Method in class org.plasma.query.model.PathNode
Gets the value of the pathElement property.
getPathFromRoot() - Method in interface org.plasma.sdo.Change
 
getPathFromRoot() - Method in class org.plasma.sdo.core.CoreChange
 
getPathNodes() - Method in class org.plasma.query.model.Path
 
getPattern() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the pattern property.
getPattern() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getPattern() - Method in interface org.plasma.sdo.ValueConstraint
 
getPattern() - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Gets the value of the pattern property.
getPatternSeparator() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the patternSeparator property.
getPercent() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the percent property.
getPerMille() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the perMille property.
getPersistenceCapableSuperclass() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the persistenceCapableSuperclass property.
getPersistenceModifier() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the persistenceModifier property.
getPersistenceModifier() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the persistenceModifier property.
getPersistenceModifier() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the persistenceModifier property.
getPessimisticLockTimeoutMillis() - Method in class org.plasma.config.Concurrency
Gets the value of the pessimisticLockTimeoutMillis property.
getPhysicalName() - Method in class org.plasma.config.Binding
Gets the value of the physicalName property.
getPhysicalName() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getPhysicalName() - Method in class org.plasma.provisioning.Alias
Gets the value of the physicalName property.
getPhysicalName() - Method in class org.plasma.query.model.Entity
 
getPhysicalName() - Method in class org.plasma.query.model.PathElement
 
getPhysicalName() - Method in class org.plasma.query.model.Property
 
getPhysicalName() - Method in interface org.plasma.sdo.Alias
 
getPhysicalName() - Method in class org.plasma.sdo.core.CoreProperty
 
getPhysicalName() - Method in class org.plasma.sdo.core.CoreType
Return the physical name for this type or null if no physical alias name exists.
getPhysicalName() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the physical name alias for this property if exists, or null if not exists
getPhysicalName() - Method in interface org.plasma.sdo.PlasmaType
Returns the physical name alias of this Type as a string, or null if no physical alias name exists.
getPhysicalName() - Method in class org.plasma.sdo.profile.SDOAlias
 
getPhysicalName() - Method in class org.plasma.sdo.repository.Classifier
 
getPhysicalName() - Method in class org.plasma.sdo.repository.EnumerationLiteral
 
getPhysicalName() - Method in class org.plasma.sdo.repository.Namespace
 
getPhysicalNameBytes() - Method in class org.plasma.query.model.Entity
 
getPhysicalNameBytes() - Method in class org.plasma.query.model.PathElement
 
getPhysicalNameBytes() - Method in class org.plasma.query.model.Property
 
getPhysicalNameBytes() - Method in class org.plasma.sdo.core.CoreProperty
Returns the physical name alias of this Property as a byte array which may be cached or lazily cached on demand, or null if no physical alias name exists.
getPhysicalNameBytes() - Method in class org.plasma.sdo.core.CoreType
Returns the physical name alias of this Type as a byte array which may be cached or lazily cached on demand, or null if no physical alias name exists.
getPhysicalNameBytes() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the physical name alias of this Property as a byte array which may be cached or lazily cached on demand, or null if no physical alias name exists.
getPhysicalNameBytes() - Method in interface org.plasma.sdo.PlasmaType
Returns the physical name alias of this Type as a byte array which may be cached or lazily cached on demand, or null if no physical alias name exists.
getPk() - Method in class org.plasma.text.ddl.Table
Gets the value of the pk property.
getPorts() - Method in class org.plasma.xml.wsdl.v11.TService
Gets the value of the ports property.
getPostLoad() - Method in class org.plasma.sdo.access.provider.jdo.FetchGroup
Gets the value of the postLoad property.
getPredicate(Property) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns the predicate for the given property or null if the given property is not mapped.
getPredicate(Property) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
getPredicate(Property) - Method in interface org.plasma.query.collector.Selection
Returns the predicate for the given property or null if the given property has no predicates.
getPredicate(Property, Property) - Method in interface org.plasma.query.collector.Selection
Returns the predicate, if exists, collected for the given property and for the given (query) graph edge source property.
getPredicate(Property, int) - Method in interface org.plasma.query.collector.Selection
Returns the predicate , if exists, collected for the given property for the given traversal level or graph depth.
getPredicate(Property) - Method in class org.plasma.query.collector.SelectionCollector
 
getPredicate(Property, Property) - Method in class org.plasma.query.collector.SelectionCollector
 
getPredicate(Property, int) - Method in class org.plasma.query.collector.SelectionCollector
 
getPredicate(Property) - Method in interface org.plasma.query.collector.SelectionPredicates
Returns the predicate for the given property or null if the given property is not mapped.
getPredicateMap() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated. 
getPredicateMap() - Method in class org.plasma.query.collector.SelectionCollector
Deprecated. 
getPrefix(String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
getPrefix() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getPrefix(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefix() - Method in class javanet.staxutils.events.NamespaceEvent
 
getPrefix(String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
getPrefix(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getPrefix(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
getPrefix(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getPrefix(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrefix(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
getPrefix() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the prefix property.
getPrefix() - Method in class org.plasma.sdo.xml.StreamNode
 
getPrefixes(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefixes() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefixes() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns an Iterator of all namespace prefixes in scope within this context, including those inherited from ancestor contexts.
getPrefixes(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getPrefixes() - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrefixes(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrimaryKey() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the primaryKey property.
getPrimaryKey() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the primaryKey property.
getPrimaryKey() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the primaryKey property.
getPrimaryKey() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the primaryKey property.
getPrimaryKey() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the primaryKey property.
getPrimitiveTypeDefault(DataType) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
getPriority() - Method in class org.plasma.xml.xslt.Template
Gets the value of the priority property.
getProcessContents() - Method in class org.plasma.xml.schema.Wildcard
Gets the value of the processContents property.
getProcessedDTD() - Method in class javanet.staxutils.events.DTDEvent
 
getProcessingInstructionData(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getProcessingInstructionData(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getProcessingInstructionData(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getProcessingInstructionTarget(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getProcessingInstructionTarget(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getProcessingInstructionTarget(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getProp() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
getProperties() - Method in interface commonj.sdo.Type
Returns the List of the Properties of this type.
getProperties() - Method in class org.plasma.common.env.EnvProperties
 
getProperties() - Method in class org.plasma.config.Configuration
Gets the value of the properties property.
getProperties() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getProperties() - Method in class org.plasma.provisioning.Class
Gets the value of the properties property.
getProperties(Type) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns a list of data and reference property names collected for the given type.
getProperties(Type) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
getProperties(Type) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of data and reference properties collected for the given type irrespective of the (query) graph level, or source graph edge type.
getProperties(Type, int) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of data and reference properties collected for the given Type for the given (query) graph level.
getProperties(Type, Property) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of data and reference properties collected for the given Type for the given (query) graph edge source property.
getProperties(Type, Property, int) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of data and reference properties collected for the given Type for the given (query) graph edge source property at the given traversal level or graph depth.
getProperties(Type) - Method in class org.plasma.query.collector.SelectionCollector
 
getProperties(Type, int) - Method in class org.plasma.query.collector.SelectionCollector
 
getProperties(Type, Property) - Method in class org.plasma.query.collector.SelectionCollector
 
getProperties(Type, Property, int) - Method in class org.plasma.query.collector.SelectionCollector
 
getProperties() - Method in class org.plasma.query.model.GroupBy
Gets the value of the properties property.
getProperties() - Method in class org.plasma.query.model.OrderBy
 
getProperties() - Method in class org.plasma.query.model.Select
 
getProperties() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the properties property.
getProperties() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the properties property.
getProperties() - Method in class org.plasma.sdo.access.provider.jdo.Implements
Gets the value of the properties property.
getProperties() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the properties property.
getProperties() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the properties property.
getProperties() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the properties property.
getProperties() - Method in class org.plasma.sdo.core.CoreType
Returns the List of the Properties of this type and all base types.
getProperties() - Method in class org.plasma.xml.sdox.Type
Gets the value of the properties property.
getPropertiesArray() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getPropertiesDeep() - Method in class org.plasma.query.model.Select
 
getPropertiesFileName() - Method in class org.plasma.common.env.EnvProperties
 
getProperty() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns the property of the setting.
getProperty(String) - Method in interface commonj.sdo.DataObject
Deprecated. replaced by DataObject.getInstanceProperty(String) in 2.1.0
getProperty(int) - Method in interface commonj.sdo.Sequence
Returns the property for the given entry index.
getProperty(String) - Method in interface commonj.sdo.Type
Returns from all the Properties of this type, the one with the specified name.
getProperty(String) - Method in class javanet.staxutils.BaseXMLEventReader
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
getProperty(String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
getProperty(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getProperty(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
getProperty(String) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
getProperty(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
getProperty(String) - Method in class javanet.staxutils.XMLStreamEventReader
No properties are supported, so this always throws IllegalArgumentException.
getProperty(String) - Method in class org.plasma.common.env.EnvProperties
 
getProperty(String, String) - Method in class org.plasma.common.env.EnvProperties
 
getProperty() - Method in class org.plasma.config.PropertyBinding
Gets the value of the property property.
getProperty(String) - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getProperty() - Method in class org.plasma.query.model.Term
Gets the value of the property property.
getProperty() - Method in class org.plasma.query.model.Variable
Gets the value of the property property.
getProperty(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getProperty(int) - Method in class org.plasma.sdo.core.CoreSequence
Returns the property for the given entry index.
getProperty() - Method in class org.plasma.sdo.core.CoreSetting
Returns the property of the setting.
getProperty(String) - Method in class org.plasma.sdo.core.CoreType
Returns from all the Properties of this type, the property with the specified name.
getProperty() - Method in class org.plasma.sdo.core.PathEndpoint
 
getProperty(Type) - Method in class org.plasma.sdo.xpath.MetaDataXPath
Returns a single Property result.
getProperty() - Method in class org.plasma.sdo.xpath.XPathDataProperty
 
getProperty() - Method in class org.plasma.sdo.xpath.XPathProperty
 
getPropertyBindings() - Method in class org.plasma.config.TypeBinding
Gets the value of the propertyBindings property.
getPropertyNameStyle() - Method in class org.plasma.config.InterfaceProvisioning
Gets the value of the propertyNameStyle property.
getPropertyPath() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
getPropertySupplier() - Method in class org.plasma.provisioning.Derivation
Gets the value of the propertySupplier property.
getProvider() - Method in class org.plasma.config.adapter.DataAccessProviderAdapter
 
getProvisioning() - Method in class org.plasma.config.Namespace
Gets the value of the provisioning property.
getProvisioning() - Method in class org.plasma.config.NamespaceLink
Gets the value of the provisioning property.
getProvisioningByNamespaceURI(DataAccessProviderName, String) - Method in class org.plasma.config.PlasmaConfig
 
getPublic() - Method in class org.plasma.xml.schema.Notation
Gets the value of the public property.
getPublicId() - Method in class javanet.staxutils.DummyLocator
Return the public identifier for the current document event.
getPublicId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getPublicId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getPublicId() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getPublicId() - Method in class javanet.staxutils.SimpleLocation
 
getPublicId() - Method in class org.plasma.sdo.xml.ErrorLocator
 
getQualifiedName() - Method in class org.plasma.sdo.core.CoreType
Return the namespace URI qualified name for this type.
getQualifiedName() - Method in interface org.plasma.sdo.PlasmaType
Return the namespace qualified logical name for this type.
getQualifiedName(Class) - Method in interface org.plasma.text.lang3gl.ClassNameResolver
Returns a qualified class name for the given provisioning model class.
getQualifiedName(ClassRef) - Method in interface org.plasma.text.lang3gl.ClassNameResolver
Returns a qualified class name for the given provisioning model class reference.
getQualifiedName(Class) - Method in class org.plasma.text.lang3gl.java.DSLClassNameResolver
 
getQualifiedName(ClassRef) - Method in class org.plasma.text.lang3gl.java.DSLClassNameResolver
 
getQualifiedName(Class) - Method in class org.plasma.text.lang3gl.java.JDOClassNameResolver
 
getQualifiedName(ClassRef) - Method in class org.plasma.text.lang3gl.java.JDOClassNameResolver
 
getQualifiedName(Class) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceNameResolver
 
getQualifiedName(ClassRef) - Method in class org.plasma.text.lang3gl.java.JDOInterfaceNameResolver
 
getQualifiedName(Class) - Method in class org.plasma.text.lang3gl.java.SDOClassNameResolver
 
getQualifiedName(ClassRef) - Method in class org.plasma.text.lang3gl.java.SDOClassNameResolver
 
getQualifiedName(Class) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceNameResolver
 
getQualifiedName(ClassRef) - Method in class org.plasma.text.lang3gl.java.SDOInterfaceNameResolver
 
getQualifiedNameBytes() - Method in class org.plasma.sdo.core.CoreType
Returns the namespace qualified logical name of this Type as a byte array which may be cached or lazily cached on demand.
getQualifiedNameBytes() - Method in interface org.plasma.sdo.PlasmaType
Returns the namespace qualified logical name of this Type as a byte array which may be cached or lazily cached on demand.
getQualifiedNameHashCode() - Method in class org.plasma.sdo.core.CoreType
Returns a qualified logical-name hash code for this type based on the
getQualifiedNameHashCode() - Method in interface org.plasma.sdo.PlasmaType
Returns a qualified logical-name hash code for this type.
getQualifiedPhysicalName() - Method in class org.plasma.sdo.core.CoreType
Return the namespace qualified physical name for this type or null if no physical alias name exists.
getQualifiedPhysicalName() - Method in interface org.plasma.sdo.PlasmaType
Return the namespace qualified physical name for this type or null if no physical alias name exists.
getQualifiedPhysicalNameBytes() - Method in class org.plasma.sdo.core.CoreType
Returns the namespace qualified physical name of this Type as a byte array which may be cached or lazily cached on demand, or null if no physical alias name exists.
getQualifiedPhysicalNameBytes() - Method in interface org.plasma.sdo.PlasmaType
Returns the namespace qualified physical name of this Type as a byte array which may be cached or lazily cached on demand.
getQueries() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the queries property.
getQueries() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the queries property.
getQuery() - Method in class org.plasma.query.model.Property
 
getQuery() - Method in class org.plasma.query.model.Term
Gets the value of the query property.
getQueryDSL() - Method in class org.plasma.config.GlobalProvisioning
Gets the value of the queryDSL property.
getQueryDSL() - Method in class org.plasma.config.NamespaceProvisioning
Gets the value of the queryDSL property.
getQueryDSLImplementationClassName(String, String) - Method in class org.plasma.config.PlasmaConfig
 
getRDBMSProviderVendor(DataAccessProviderName) - Method in class org.plasma.config.PlasmaConfig
 
getReadEnd() - Method in class javanet.staxutils.XMLEventPipe
Returns the read end of the pipe, from which events written to the write end of the pipe will be available.
getReadOnly() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the readOnly property.
getReadOnly() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the readOnly property.
getRecursionDepth() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the recursionDepth property.
getRecursionDepth() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the recursionDepth property.
getRef() - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.schema.AbstractGroup
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.wsdl.v20.BindingFaultType
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.wsdl.v20.BindingOperationType
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.wsdl.v20.MessageRefFaultType
Gets the value of the ref property.
getRef() - Method in class org.plasma.xml.wsdl.v20.soap.Module
Gets the value of the ref property.
getRefConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the refConstraintName property.
getRefConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the refConstraintName property.
getRefer() - Method in class org.plasma.xml.schema.Keyref
Gets the value of the refer property.
getReferencedColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the referencedColumnName property.
getReferencedColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the referencedColumnName property.
getReferencedTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the referencedTableName property.
getReferencedTableName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the referencedTableName property.
getReferencedTableSchema() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the referencedTableSchema property.
getReferencedTableSchema() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the referencedTableSchema property.
getRefOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the refOwner property.
getRefOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the refOwner property.
getRelationalOperator() - Method in class org.plasma.query.model.Term
Gets the value of the relationalOperator property.
getRelationCache() - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getRelationCache() - Method in interface org.plasma.sdo.repository.Repository
 
getReplacementText() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getRepository() - Method in class org.plasma.config.PlasmaConfig
 
getRepository() - Method in class org.plasma.config.PlasmaConfiguration
Gets the value of the repository property.
getRequiresExtent() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the requiresExtent property.
getRequiresExtent() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the requiresExtent property.
getRestriction() - Method in class org.plasma.sdo.core.CoreProperty
 
getRestriction() - Method in interface org.plasma.sdo.PlasmaProperty
 
getRestriction() - Method in class org.plasma.sdo.repository.Property
 
getRestriction() - Method in class org.plasma.xml.schema.AbstractSimpleType
Gets the value of the restriction property.
getRestriction() - Method in class org.plasma.xml.schema.ComplexContent
Gets the value of the restriction property.
getRestriction() - Method in class org.plasma.xml.schema.SimpleContent
Gets the value of the restriction property.
getResult() - Method in class org.plasma.provisioning.xsd.DatatypeCollector
 
getResult() - Method in class org.plasma.provisioning.xsd.EnumerationCollector
 
getResult() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated. 
getResult() - Method in class org.plasma.query.xpath.QueryPredicateVisitor
 
getResult() - Method in interface org.plasma.sdo.access.provider.common.CommitCollector
 
getResult() - Method in class org.plasma.sdo.access.provider.common.ModifiedObjectCollector
 
getResult() - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
getResult() - Method in class org.plasma.sdo.core.ContainmentGraphCollector
Returns the nodes which are part of the contiguous containment hierarchy from the given source.
getResult() - Method in class org.plasma.sdo.helper.DataGraphCopyVisitor
 
getResult() - Method in class org.plasma.sdo.xml.StreamUnmarshaller
 
getResultClass() - Method in class org.plasma.sdo.access.provider.jdo.Query
Gets the value of the resultClass property.
getResultClassesCount() - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
getResultEnumerationsCount() - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
getResultInterfacesCount() - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
getResultPrefix() - Method in class org.plasma.xml.xslt.NamespaceAlias
Gets the value of the resultPrefix property.
getResults(DataObject) - Method in class org.plasma.sdo.xpath.DataGraphXPath
Returns an array with either 1 single result or multiple results, and error being thrown if no results are found or if multiple results are found but the target Property is not a "many" Property, i.e.
getResults(Type) - Method in class org.plasma.sdo.xpath.MetaDataXPath
Returns an array with either 1 single result or multiple results, and error being thrown if no results are found or if multiple results are found but the target Property is not a "many" Property, i.e.
getRight() - Method in class org.plasma.sdo.PlasmaDataLink
 
getRight() - Method in interface org.plasma.sdo.PlasmaEdge
 
getRootClass() - Method in class org.plasma.provisioning.Model
Gets the value of the rootClass property.
getRootClasses() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getRootCode() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the rootCode property.
getRootCode() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getRootCode() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getRootElementName() - Method in interface commonj.sdo.helper.XMLDocument
Return the name of the root element.
getRootElementName() - Method in class org.plasma.sdo.core.CoreXMLDocument
Return the name of the root element.
getRootElementName() - Method in class org.plasma.sdo.xml.DefaultOptions
 
getRootElementName() - Method in interface org.plasma.sdo.xml.XMLOptions
The root element name.
getRootElementNamespaceURI() - Method in class org.plasma.sdo.xml.DefaultOptions
 
getRootElementNamespaceURI() - Method in interface org.plasma.sdo.xml.XMLOptions
The root namespace URI.
getRootElementURI() - Method in interface commonj.sdo.helper.XMLDocument
Return the targetNamespace URI for the root element.
getRootElementURI() - Method in class org.plasma.sdo.core.CoreXMLDocument
Return the targetNamespace URI for the root element.
getRootNamespacePrefix() - Method in class org.plasma.sdo.xml.DefaultOptions
 
getRootNamespacePrefix() - Method in interface org.plasma.sdo.xml.XMLOptions
The desired root namespace prefix.
getRootObject() - Method in interface commonj.sdo.ChangeSummary
Returns the ChangeSummary root DataObject - the object from which changes are tracked.
getRootObject() - Method in interface commonj.sdo.DataGraph
Returns the root data object of this data graph.
getRootObject() - Method in interface commonj.sdo.DataObject
Returns the root data object.
getRootObject() - Method in interface commonj.sdo.helper.XMLDocument
Return the root DataObject for the XMLDocument.
getRootObject() - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns the ChangeSummary root DataObject - the object from which changes are tracked.
getRootObject() - Method in class org.plasma.sdo.core.CoreDataGraph
Returns the root data object of this data graph.
getRootObject() - Method in class org.plasma.sdo.core.CoreDataObject
 
getRootObject() - Method in class org.plasma.sdo.core.CoreXMLDocument
Return the root DataObject for the XMLDocument.
getScale() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the scale property.
getSchema() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getSchema() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the schema property.
getSchema() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the schema property.
getSchema() - Method in class org.plasma.sdo.access.provider.jdo.Jdo
Gets the value of the schema property.
getSchema() - Method in class org.plasma.sdo.access.provider.jdo.Package_
Gets the value of the schema property.
getSchema() - Method in class org.plasma.xml.schema.SchemaModelAssembler
 
getSchemaLocation() - Method in interface commonj.sdo.helper.XMLDocument
Return the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getSchemaLocation() - Method in class org.plasma.sdo.core.CoreXMLDocument
Return the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getSchemaLocation() - Method in class org.plasma.xml.schema.Import
Gets the value of the schemaLocation property.
getSchemaLocation() - Method in class org.plasma.xml.schema.Include
Gets the value of the schemaLocation property.
getSchemaLocation() - Method in class org.plasma.xml.schema.Redefine
Gets the value of the schemaLocation property.
getSchemas() - Method in class org.plasma.text.ddl.DDLModelAssembler
 
getSchemas() - Method in class org.plasma.text.ddl.Schemas
Gets the value of the schemas property.
getSchemaType() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
getSDO() - Method in class org.plasma.config.PlasmaConfig
 
getSDO() - Method in class org.plasma.config.PlasmaConfiguration
Gets the value of the sdo property.
getSDOImplementationClassName(String, String) - Method in class org.plasma.config.PlasmaConfig
 
getSDOImplementationPackageName(String) - Method in class org.plasma.config.PlasmaConfig
 
getSDOInterfaceClassName(String, String) - Method in class org.plasma.config.PlasmaConfig
 
getSDOInterfacePackageName(String) - Method in class org.plasma.config.PlasmaConfig
 
getSDONamespaceByInterfacePackage(String) - Method in class org.plasma.config.PlasmaConfig
 
getSDONamespaceByURI(String) - Method in class org.plasma.config.PlasmaConfig
 
getSDOXValue(ComplexType, String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getSDOXValue(LocalElement, String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getSearchCondition() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the searchCondition property.
getSearchCondition() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the searchCondition property.
getSelect() - Method in class org.plasma.query.model.Clause
Gets the value of the select property.
getSelect() - Method in class org.plasma.xml.xslt.ApplyTemplates
Gets the value of the select property.
getSelect() - Method in class org.plasma.xml.xslt.CopyOf
Gets the value of the select property.
getSelect() - Method in class org.plasma.xml.xslt.ForEach
Gets the value of the select property.
getSelect() - Method in class org.plasma.xml.xslt.Sort
Gets the value of the select property.
getSelect() - Method in class org.plasma.xml.xslt.ValueOf
Gets the value of the select property.
getSelect() - Method in class org.plasma.xml.xslt.Variable
Gets the value of the select property.
getSelectClause() - Method in class org.plasma.query.dsl.DomainRoot
 
getSelectClause() - Method in class org.plasma.query.model.Query
 
getSelectClause() - Method in interface org.plasma.query.Query
 
getSelector() - Method in class org.plasma.xml.schema.Keybase
Gets the value of the selector property.
getSequence(String) - Method in interface commonj.sdo.DataObject
Deprecated. in 2.1.0.
getSequence(int) - Method in interface commonj.sdo.DataObject
Deprecated. in 2.1.0.
getSequence(Property) - Method in interface commonj.sdo.DataObject
Deprecated. in 2.1.0.
getSequence() - Method in interface commonj.sdo.DataObject
Returns the Sequence for this DataObject.
getSequence() - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Gets the value of the sequence property.
getSequence() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the sequence property.
getSequence() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the sequence property.
getSequence(String) - Method in class org.plasma.sdo.core.CoreDataObject
Deprecated. in 2.1.0.
getSequence(int) - Method in class org.plasma.sdo.core.CoreDataObject
Deprecated. in 2.1.0.
getSequence(Property) - Method in class org.plasma.sdo.core.CoreDataObject
Deprecated. in 2.1.0.
getSequence() - Method in class org.plasma.sdo.core.CoreDataObject
Returns the Sequence for this DataObject.
getSequence() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the sequence property.
getSequence() - Method in class org.plasma.xml.schema.ExtensionType
Gets the value of the sequence property.
getSequence() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the sequence property.
getSequenceConfiguration() - Method in class org.plasma.config.DataAccessProvider
Gets the value of the sequenceConfiguration property.
getSerializationAttributeName() - Static method in class org.plasma.xml.schema.SchemaUtil
 
getSerializationBaseTypeName() - Static method in class org.plasma.xml.schema.SchemaUtil
 
getSerialized() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the serialized property.
getSerialized() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the serialized property.
getSerializedElement() - Method in class org.plasma.sdo.access.provider.jdo.Array
Gets the value of the serializedElement property.
getSerializedElement() - Method in class org.plasma.sdo.access.provider.jdo.Collection
Gets the value of the serializedElement property.
getSerializedKey() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the serializedKey property.
getSerializedValue() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the serializedValue property.
getServiceImplementationClassName(DataAccessProviderName, String, String) - Method in class org.plasma.config.PlasmaConfig
 
getServiceImplementationPackageName(DataAccessProviderName, String) - Method in class org.plasma.config.PlasmaConfig
 
getSettings(String) - Method in interface org.plasma.sdo.Change
 
getSettings(String) - Method in class org.plasma.sdo.core.CoreChange
 
getShort(String) - Method in interface commonj.sdo.DataObject
Returns the value of a short property identified by the specified path.
getShort(int) - Method in interface commonj.sdo.DataObject
Returns the value of a short property identified by the specified property index.
getShort(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified short property.
getShort(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getShort(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getShort(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getSimpleContent() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the simpleContent property.
getSimpleName() - Method in class org.plasma.text.lang3gl.java.TypeClassInfo
 
getSimpleType() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the simpleType property.
getSimpleType() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the simpleType property.
getSimpleType() - Method in class org.plasma.xml.schema.List
Gets the value of the simpleType property.
getSimpleType() - Method in class org.plasma.xml.schema.Restriction
Gets the value of the simpleType property.
getSimpleType() - Method in class org.plasma.xml.schema.RestrictionType
Gets the value of the simpleType property.
getSimpleTypeMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getSimpleTypes() - Method in class org.plasma.xml.schema.Union
Gets the value of the simpleTypes property.
getSimpleTypesAndComplexTypesAndGroups() - Method in class org.plasma.xml.schema.Schema
Gets the value of the simpleTypesAndComplexTypesAndGroups property.
getSingularProperties(Type) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns a list of only singular data and reference property names collected for the given type.
getSingularProperties(Type) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
getSingularProperties(Type) - Method in interface org.plasma.query.collector.Selection
Returns the unique set of singular data and reference properties collected for the given type irrespective of the (query) graph level, or source graph edge type.
getSingularProperties(Type) - Method in class org.plasma.query.collector.SelectionCollector
 
getSingularPropertyMap() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated. 
getSize() - Method in class org.plasma.text.ddl.Column
Gets the value of the size property.
getSnapshotDate() - Method in exception org.plasma.sdo.access.InvalidSnapshotException
 
getSnapshotDate() - Method in class org.plasma.sdo.core.SnapshotMap
 
getSoapAction() - Method in class org.plasma.xml.wsdl.v11.soap.Operation
Gets the value of the soapAction property.
getSort() - Method in class org.plasma.provisioning.Property
Gets the value of the sort property.
getSort() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the sort property.
getSort() - Method in class org.plasma.sdo.core.CoreProperty
 
getSort() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the sorting information for this property if exists, or null if not exists
getSortsAndWithParams() - Method in class org.plasma.xml.xslt.ApplyTemplates
Gets the value of the sortsAndWithParams property.
getSource() - Method in class org.plasma.query.dsl.PathNode
 
getSource() - Method in class org.plasma.sdo.core.PathEndpoint
 
getSource() - Method in class org.plasma.sdo.xml.Marshaller.PathNode
 
getSource() - Method in class org.plasma.sdo.xpath.DataGraphNodeAdapter
Returns the data object traversal source
getSource() - Method in class org.plasma.sdo.xpath.MetaDataNodeAdapter
Returns the Type traversal source
getSource() - Method in class org.plasma.xml.schema.Appinfo
Gets the value of the source property.
getSource() - Method in class org.plasma.xml.schema.Documentation
Gets the value of the source property.
getSourceContainer() - Method in class org.plasma.sdo.core.ContainmentNode
 
getSourceDir() - Method in class org.plasma.provisioning.ant.QueryTask
 
getSourceProperty() - Method in class org.plasma.query.dsl.PathNode
 
getSourceProperty() - Method in class org.plasma.sdo.xml.Marshaller.PathNode
 
getSourceProperty() - Method in class org.plasma.sdo.xpath.DataGraphNodeAdapter
Returns the property traversal source
getSourceProperty() - Method in class org.plasma.sdo.xpath.MetaDataNodeAdapter
Returns the property traversal source
getSpace() - Method in class org.plasma.xml.xslt.AttributeSet
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.AttributeType
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Choose
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Comment
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Copy
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Element
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Fallback
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.ForEach
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.If
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Message
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Otherwise
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.ProcessingInstruction
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Template
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Text
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.When
Gets the value of the space property.
getSpace() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the space property.
getSpecializations() - Method in class org.plasma.sdo.repository.Classifier
 
getSpecializations(Classifier) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getSqlType() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the sqlType property.
getStableLocation() - Method in class javanet.staxutils.BaseXMLStreamReader
Constructs a new, stable Location from the current stream location.
getStandalone() - Method in class org.plasma.xml.xslt.Output
Gets the value of the standalone property.
getStartRange() - Method in class org.plasma.query.dsl.DomainRoot
 
getStartRange() - Method in class org.plasma.query.model.Query
 
getStartRange() - Method in interface org.plasma.query.Query
Gets the value of the startRange property.
getStartValue() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the startValue property.
getSteps() - Method in class org.plasma.query.xpath.QueryXPath
 
getStereotypes(Element) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getStereotypes(Class<?>) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
getStrategy() - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Gets the value of the strategy property.
getStrategy() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the strategy property.
getStrategy() - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Gets the value of the strategy property.
getStrategy() - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Gets the value of the strategy property.
getStrategy() - Method in class org.plasma.sdo.access.provider.jdo.Version
Gets the value of the strategy property.
getStreamWriter() - Method in class javanet.staxutils.StAXStreamContentHandler
Returns a reference to the XMLStreamWriterto which SAX events are written.
getString(String) - Method in interface commonj.sdo.DataObject
Returns the value of a String property identified by the specified path.
getString(int) - Method in interface commonj.sdo.DataObject
Returns the value of a String property identified by the specified property index.
getString(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified String property.
getString(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
getString(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
getString(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
getStringParameter() - Method in class org.plasma.query.model.Parameter
Gets the value of the stringParameter property.
getStub(String, Class) - Method in class org.plasma.common.naming.ServiceLocator
Deprecated. use getStub(Class ejbInterfaceClass) or getStub(String ejbName) instead
getStub(Class) - Method in class org.plasma.common.naming.ServiceLocator
Get an ejb stub found with the supplied interface class in the local JNDI tree
getStub(String) - Method in class org.plasma.common.naming.ServiceLocator
Get an ejb stub found with the supplied name
getStyle() - Method in class org.plasma.xml.wsdl.v11.soap.Binding
Gets the value of the style property.
getStyle() - Method in class org.plasma.xml.wsdl.v11.soap.Operation
Gets the value of the style property.
getStyle() - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Gets the value of the style property.
getStyleDefaults() - Method in class org.plasma.xml.wsdl.v20.Interface
Gets the value of the styleDefaults property.
getStylesheetPrefix() - Method in class org.plasma.xml.xslt.NamespaceAlias
Gets the value of the stylesheetPrefix property.
getSubclassMap() - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
getSubqueryOperator() - Method in class org.plasma.query.model.Term
Gets the value of the subqueryOperator property.
getSubstitutionGroup() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the substitutionGroup property.
getSubTypes() - Method in class org.plasma.sdo.core.CoreType
Returns a list of types which specialize or inherit from this type.
getSubTypes() - Method in interface org.plasma.sdo.PlasmaType
Returns a list of types which specialize or inherit from this type.
getSuffix() - Method in class org.plasma.config.SequenceConfiguration
Gets the value of the suffix property.
getSuperClasses() - Method in class org.plasma.provisioning.Class
Gets the value of the superClasses property.
getSuperviewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the superviewName property.
getSuperviewName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the superviewName property.
getSupplier() - Method in interface org.plasma.sdo.Derivation
 
getSupplier() - Method in interface org.plasma.sdo.Key
 
getSupplier() - Method in class org.plasma.sdo.profile.SDODerivation
 
getSupplier() - Method in class org.plasma.sdo.profile.SDOKey
 
getSystem() - Method in class org.plasma.xml.schema.Notation
Gets the value of the system property.
getSystemId() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getSystemId() - Method in class javanet.staxutils.DummyLocator
Return the system identifier for the current document event.
getSystemId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getSystemId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getSystemId() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getSystemId() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getSystemId() - Method in class javanet.staxutils.SimpleLocation
 
getSystemId() - Method in class org.plasma.sdo.xml.ErrorLocator
 
getTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns the value of the table property.
getTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns the value of the table property.
getTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Unique
Gets the value of the table property.
getTable() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the table property.
getTableColumn() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumn(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumn() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns an array of TableColumn set for the object's multi-valued property tableColumn.
getTableColumn(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the TableColumn set for the object's multi-valued property tableColumn based on the given index.
getTableColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumn(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns an array of TableColumn set for the object's multi-valued property tableColumn.
getTableColumn(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the TableColumn set for the object's multi-valued property tableColumn based on the given index.
getTableColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnComment(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns an array of TableColumnComment set for the object's multi-valued property tableColumnComment.
getTableColumnComment(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the TableColumnComment set for the object's multi-valued property tableColumnComment based on the given index.
getTableColumnCommentCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnCommentCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns a count for multi-valued property tableColumnComment.
getTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnConstraint(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns an array of TableColumnConstraint set for the object's multi-valued property tableColumnConstraint.
getTableColumnConstraint(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the TableColumnConstraint set for the object's multi-valued property tableColumnConstraint based on the given index.
getTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnConstraint(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns an array of TableColumnConstraint set for the object's multi-valued property tableColumnConstraint.
getTableColumnConstraint(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the TableColumnConstraint set for the object's multi-valued property tableColumnConstraint based on the given index.
getTableColumnConstraintCount() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnConstraintCount() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns a count for multi-valued property tableColumnConstraint.
getTableColumnConstraintCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnConstraintCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns a count for multi-valued property tableColumnConstraint.
getTableColumnCount() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnCount() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns a count for multi-valued property tableColumn.
getTableColumnCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableColumnCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns a count for multi-valued property tableColumn.
getTableColumnKeyUsage() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnKeyUsage(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnKeyUsage() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns an array of TableColumnKeyUsage set for the object's multi-valued property tableColumnKeyUsage.
getTableColumnKeyUsage(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the TableColumnKeyUsage set for the object's multi-valued property tableColumnKeyUsage based on the given index.
getTableColumnKeyUsageCount() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableColumnKeyUsageCount() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns a count for multi-valued property tableColumnKeyUsage.
getTableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns the value of the tableComment property.
getTableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns the value of the tableComment property.
getTableComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the value of the tableComment property.
getTableComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns the value of the tableComment property.
getTableComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableComment(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns an array of TableComment set for the object's multi-valued property tableComment.
getTableComment(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the TableComment set for the object's multi-valued property tableComment based on the given index.
getTableCommentCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
getTableCommentCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns a count for multi-valued property tableComment.
getTableConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableConstraint(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns an array of TableConstraint set for the object's multi-valued property tableConstraint.
getTableConstraint(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the TableConstraint set for the object's multi-valued property tableConstraint based on the given index.
getTableConstraintCount() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getTableConstraintCount() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns a count for multi-valued property tableConstraint.
getTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns the value of the tableName property.
getTableName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the value of the tableName property.
getTableName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns the value of the tableName property.
getTableName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns the value of the tableName property.
getTables() - Method in class org.plasma.text.ddl.Schema
Gets the value of the tables property.
getTableType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns the value of the tableType property.
getTableType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the value of the tableType property.
getTableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns the value of the tableType property.
getTableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns the value of the tableType property.
getTableType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns the value of the tableType property.
getTableType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns the value of the tableType property.
getTarget() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
 
getTarget() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the target property.
getTarget() - Method in class org.plasma.sdo.xml.Marshaller.PathNode
 
getTargetField() - Method in class org.plasma.sdo.access.provider.jdo.Column
Gets the value of the targetField property.
getTargetNamespace() - Method in class org.plasma.provisioning.xsd.ConstraintCollector
 
getTargetNamespace() - Method in class org.plasma.provisioning.xsd.DatatypeCollector
 
getTargetNamespace() - Method in class org.plasma.provisioning.xsd.EnumerationCollector
 
getTargetNamespace() - Method in class org.plasma.xml.schema.Schema
Gets the value of the targetNamespace property.
getTargetNamespace() - Method in interface org.plasma.xml.schema.SimpleTypeVisitor
Returns the target namespace for a particular schema instance.
getTargetNamespace() - Method in class org.plasma.xml.wsdl.v11.Definitions
Gets the value of the targetNamespace property.
getTargetNamespace() - Method in class org.plasma.xml.wsdl.v20.Description
Gets the value of the targetNamespace property.
getTemporal() - Method in class org.plasma.sdo.core.CoreProperty
 
getTemporal() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the temporal information for this property if exists, or null if not exists
getTerminate() - Method in class org.plasma.xml.xslt.Message
Gets the value of the terminate property.
getTerms() - Method in class org.plasma.query.model.Expression
Gets the value of the terms property.
getTest() - Method in class org.plasma.xml.xslt.If
Gets the value of the test property.
getTest() - Method in class org.plasma.xml.xslt.When
Gets the value of the test property.
getText() - Method in class javanet.staxutils.events.CommentEvent
 
getText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the text property.
getText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the text property.
getTextContent() - Method in class org.plasma.query.model.GroupBy
Gets the value of the textContent property.
getTextContent() - Method in class org.plasma.query.model.OrderBy
Gets the value of the textContent property.
getTextContent() - Method in class org.plasma.query.model.Select
Gets the value of the textContent property.
getTextContent() - Method in class org.plasma.query.model.Where
Gets the value of the textContent property.
getTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the textLength property.
getTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the textLength property.
getTexts() - Method in class org.plasma.xml.sdox.TextType
Gets the value of the texts property.
getTextStringValue(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getTextStringValue(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
getTextStringValue(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
getTimeFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getToColumn() - Method in class org.plasma.text.ddl.Join
Gets the value of the toColumn property.
getTopLevelElementsAndVariablesAndAnies() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the topLevelElementsAndVariablesAndAnies property.
getTopLevelSimpleType(QName) - Method in class org.plasma.provisioning.xsd.ConstraintCollector
 
getTopLevelSimpleType(QName) - Method in class org.plasma.provisioning.xsd.DatatypeCollector
 
getTopLevelSimpleType(QName) - Method in class org.plasma.provisioning.xsd.EnumerationCollector
 
getTopLevelSimpleType(QName) - Method in interface org.plasma.xml.schema.SimpleTypeVisitor
Since the the type hierarchy traversal will encounter qualified name references to many simple types, the traversal logic requests a simple type from the visitor client.
getToTable() - Method in class org.plasma.text.ddl.Fk
Gets the value of the toTable property.
getTotalDigits() - Method in class org.plasma.provisioning.ValueConstraint
Gets the value of the totalDigits property.
getTotalDigits() - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
getTotalDigits() - Method in interface org.plasma.sdo.ValueConstraint
 
getTransport() - Method in class org.plasma.xml.wsdl.v11.soap.Binding
Gets the value of the transport property.
getTraversal() - Method in class org.plasma.query.visitor.VisitorContext
 
getType(String, String) - Method in interface commonj.sdo.DataGraph
Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
getType() - Method in interface commonj.sdo.DataObject
Returns the data object's type.
getType(String, String) - Method in interface commonj.sdo.helper.TypeHelper
Return the Type specified by typeName with the given uri, or null if not found.
getType(Class) - Method in interface commonj.sdo.helper.TypeHelper
Return the Type for this interfaceClass or null if not found.
getType() - Method in interface commonj.sdo.Property
Returns the type of the Property.
getType() - Method in class org.plasma.config.TypeBinding
Gets the value of the type property.
getType() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getType() - Method in class org.plasma.provisioning.Behavior
Gets the value of the type property.
getType() - Method in class org.plasma.provisioning.Concurrent
Gets the value of the type property.
getType() - Method in class org.plasma.provisioning.Documentation
Gets the value of the type property.
getType() - Method in class org.plasma.provisioning.Key
Gets the value of the type property.
getType() - Method in class org.plasma.provisioning.Property
Gets the value of the type property.
getType() - Method in class org.plasma.provisioning.Temporal
Gets the value of the type property.
getType() - Method in class org.plasma.query.model.WildcardProperty
Gets the value of the type property.
getType() - Method in interface org.plasma.sdo.access.model.DataEntity
 
getType() - Method in class org.plasma.sdo.access.model.Entity
 
getType() - Method in interface org.plasma.sdo.Concurrent
 
getType(String, String) - Method in class org.plasma.sdo.core.CoreDataGraph
Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
getType() - Method in class org.plasma.sdo.core.CoreDataObject
 
getType() - Method in class org.plasma.sdo.core.CoreProperty
Returns the type of the Property.
getType() - Method in interface org.plasma.sdo.Documentation
 
getType(String, String) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Return the Type specified by typeName with the given uri, or null if not found.
getType(Class) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Return the Type for this interfaceClass or null if not found.
getType() - Method in interface org.plasma.sdo.Key
 
getType() - Method in class org.plasma.sdo.profile.SDOConcurrent
 
getType() - Method in class org.plasma.sdo.profile.SDODocumentation
 
getType() - Method in class org.plasma.sdo.profile.SDOKey
 
getType() - Method in class org.plasma.sdo.profile.SDOTemporal
 
getType() - Method in interface org.plasma.sdo.Temporal
 
getType() - Method in class org.plasma.sdo.xml.StreamNode
 
getType() - Method in class org.plasma.sdo.xpath.XPathType
 
getType() - Method in class org.plasma.text.ddl.Behavior
Gets the value of the type property.
getType() - Method in class org.plasma.text.ddl.Column
Gets the value of the type property.
getType(Table, Column) - Method in interface org.plasma.text.ddl.DDLFactory
 
getType(Table, Column) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
getType(Table, Column) - Method in class org.plasma.text.ddl.MySQLFactory
 
getType(Table, Column) - Method in class org.plasma.text.ddl.OracleFactory
 
getType() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the type property.
getType() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the type property.
getType() - Method in class org.plasma.xml.sdox.Property
Gets the value of the type property.
getType() - Method in class org.plasma.xml.wsdl.v11.mime.Content
Gets the value of the type property.
getType() - Method in class org.plasma.xml.wsdl.v11.TBinding
Gets the value of the type property.
getType() - Method in class org.plasma.xml.wsdl.v11.TPart
Gets the value of the type property.
getType() - Method in class org.plasma.xml.wsdl.v20.Binding
Gets the value of the type property.
getType() - Method in class org.plasma.xml.wsdl.v20.http.Header
Gets the value of the type property.
getTypeBindings() - Method in class org.plasma.config.Namespace
Gets the value of the typeBindings property.
getTypeClass(DataType) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Returns a 3Gl language specific class name for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1) where primitive type names or wrapper type names returned based on the current context.
getTypeClass(DataType, boolean) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Returns a 3Gl language specific class name for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1) where primitive type names or wrapper type names returned based on the current context.
getTypeClass(DataType) - Method in interface org.plasma.text.lang3gl.Lang3GLContentFactory
Returns a 3Gl language specific class for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1) where primitive type names or wrapper type names returned based on the current context.
getTypeClassName(TypeRef) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
getTypeClassName(Class) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
Deprecated. 
getTypeHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the TypeHelper to use in this context.
getTypeHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a TypeHelper
getTypeHelper() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getTypes() - Method in class org.plasma.provisioning.adapter.ModelAdapter
 
getTypes() - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns all selected types.
getTypes() - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
getTypes() - Method in interface org.plasma.query.collector.Selection
Returns all selected types.
getTypes() - Method in class org.plasma.query.collector.SelectionCollector
 
getTypes(String) - Method in class org.plasma.sdo.helper.PlasmaTypeHelper
Return the Type instances specified by the given uri.
getTypes() - Method in class org.plasma.xml.sdox.Types
Gets the value of the types property.
getTypesArray() - Method in class org.plasma.provisioning.adapter.ModelAdapter
 
getTypeText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the typeText property.
getTypeText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the typeText property.
getTypeTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the typeTextLength property.
getTypeTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the typeTextLength property.
getUnion() - Method in class org.plasma.xml.schema.AbstractSimpleType
Gets the value of the union property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Index
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Query
Gets the value of the unique property.
getUnique() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the unique property.
getUniqueConstraint() - Method in class org.plasma.provisioning.Property
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.plasma.sdo.core.CoreProperty
 
getUniqueConstraint() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the unique constraint information for this property if exists, or null if not exists
getUniqueElement() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the uniqueElement property.
getUniqueElement() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the uniqueElement property.
getUniqueElement() - Method in class org.plasma.sdo.access.provider.jdo.Join
Gets the value of the uniqueElement property.
getUniqueElement() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the uniqueElement property.
getUniqueElement() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the uniqueElement property.
getUniqueElement() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the uniqueElement property.
getUniques() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the uniques property.
getUniques() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the uniques property.
getUniques() - Method in class org.plasma.text.ddl.Table
Gets the value of the uniques property.
getUniquesAndKeiesAndKeyreves() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the uniquesAndKeiesAndKeyreves property.
getUnmodifiable() - Method in class org.plasma.sdo.access.provider.jdo.Query
Gets the value of the unmodifiable property.
getUpdateAction() - Method in class org.plasma.sdo.access.provider.jdo.Element
Gets the value of the updateAction property.
getUpdateAction() - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Gets the value of the updateAction property.
getUpdateAction() - Method in class org.plasma.sdo.access.provider.jdo.Key
Gets the value of the updateAction property.
getUpdateAction() - Method in class org.plasma.sdo.access.provider.jdo.Value
Gets the value of the updateAction property.
getUpdatedByUser() - Method in exception org.plasma.sdo.access.InvalidSnapshotException
 
getUpdatedDate() - Method in exception org.plasma.sdo.access.InvalidSnapshotException
 
getURI() - Method in interface commonj.sdo.Type
Returns the namespace URI of the type.
getUri() - Method in class org.plasma.config.Namespace
Gets the value of the uri property.
getUri() - Method in class org.plasma.config.NamespaceLink
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
getUri() - Method in class org.plasma.provisioning.Class
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.ClassAppInfo
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.Enumeration
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.EnumerationAppInfo
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.EnumerationLiteralAppInfo
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.ModelAppInfo
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.Package
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.PackageAppInfo
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.PackageRef
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the uri property.
getUri() - Method in class org.plasma.provisioning.TypeRef
Gets the value of the uri property.
getUri() - Method in interface org.plasma.query.From
Returns the URI
getUri() - Method in class org.plasma.query.model.From
 
getURI() - Method in class org.plasma.sdo.core.CoreType
Returns the namespace URI of the type.
getUri() - Method in interface org.plasma.sdo.Namespace
 
getUri() - Method in class org.plasma.sdo.profile.SDONamespace
 
getUri() - Method in class org.plasma.sdo.repository.Namespace
 
getUri() - Method in class org.plasma.xml.sdox.Type
Gets the value of the uri property.
getURIBytes() - Method in class org.plasma.sdo.core.CoreType
Returns the URI of this Type as a byte array which may be cached or lazily cached on demand.
getURIBytes() - Method in interface org.plasma.sdo.PlasmaType
Returns the URI of this Type as a byte array which may be cached or lazily cached on demand.
getUrn() - Method in class org.plasma.config.Artifact
Gets the value of the urn property.
getUse() - Method in class org.plasma.xml.schema.Attribute
Gets the value of the use property.
getUse() - Method in class org.plasma.xml.wsdl.v11.soap.Header
Gets the value of the use property.
getUse() - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Gets the value of the use property.
getUse() - Method in class org.plasma.xml.wsdl.v11.soap.TBody
Gets the value of the use property.
getUse() - Method in class org.plasma.xml.xslt.Key
Gets the value of the use property.
getUseAttributeSets() - Method in class org.plasma.xml.xslt.AttributeSet
Gets the value of the useAttributeSets property.
getUseAttributeSets() - Method in class org.plasma.xml.xslt.Copy
Gets the value of the useAttributeSets property.
getUseAttributeSets() - Method in class org.plasma.xml.xslt.Element
Gets the value of the useAttributeSets property.
getUserName() - Method in exception org.plasma.sdo.access.LockedEntityException
 
getUserName() - Method in exception org.plasma.sdo.access.service.LockedEntityEJBException
 
getUserObject() - Method in class org.plasma.sdo.xml.Marshaller.PathNode
 
getUUID() - Method in class org.plasma.sdo.core.CoreDataGraph
Returns the UUID for this data graph, which is the same UUID used for the root Data Object.
getUUID() - Method in class org.plasma.sdo.core.CoreDataObject
 
getUUID() - Method in interface org.plasma.sdo.PlasmaDataGraph
Returns the UUID for this data graph, which is the same UUID used for the root Data Object.
getUUID() - Method in interface org.plasma.sdo.PlasmaDataObject
Returns the UUID for this data object.
getUUID() - Method in interface org.plasma.sdo.PlasmaNode
 
getUUIDAsString() - Method in class org.plasma.sdo.core.CoreDataGraph
Returns the UUID for this data graph, which is the same UUID used for the root Data Object, as a character string.
getUUIDAsString() - Method in class org.plasma.sdo.core.CoreDataObject
Deprecated. 
getUUIDAsString() - Method in class org.plasma.sdo.core.CoreNode
 
getUUIDAsString() - Method in interface org.plasma.sdo.PlasmaDataGraph
Returns the UUID for this data graph, which is the same UUID used for the root Data Object, as a character string.
getUUIDAsString() - Method in interface org.plasma.sdo.PlasmaDataObject
Returns the UUID for this data object as a character string.
getUUIDAsString() - Method in interface org.plasma.sdo.PlasmaNode
 
getValidationEventHandler() - Method in class org.plasma.config.PlasmaConfigDataBinding
 
getValidationEventHandler() - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
getValidationEventHandler() - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
getValidationEventHandler() - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
getValidationEventHandler() - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
getValidationEventHandler() - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
getValidationEventHandler() - Method in class org.plasma.xml.schema.SchemaDataBinding
 
getValidationEventHandler() - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
getValidationEventHandler() - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
getValidationLog() - Method in class org.plasma.sdo.xml.DefaultOptions
 
getValidationLog() - Method in interface org.plasma.sdo.xml.XMLOptions
Returns the current XML Schema (XSD) validation error log.
getValue() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns the value of the setting.
getValue(int) - Method in interface commonj.sdo.Sequence
Returns the property value for the given entry index.
getValue() - Method in class javanet.staxutils.events.AttributeEvent
 
getValue() - Method in class org.plasma.config.Property
Gets the value of the value property.
getValue() - Method in class org.plasma.provisioning.Behavior
Gets the value of the value property.
getValue() - Method in class org.plasma.provisioning.Body
Gets the value of the value property.
getValue() - Method in class org.plasma.provisioning.EnumerationConstraint
Gets the value of the value property.
getValue() - Method in class org.plasma.provisioning.EnumerationLiteral
Gets the value of the value property.
getValue() - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Returns the value of the value property.
getValue() - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Returns the value of the value property.
getValue() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Returns the value of the value property.
getValue() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Returns the value of the value property.
getValue() - Method in class org.plasma.query.model.AbstractFunctionArg
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.AbstractPathElement
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.ArithmeticOperator
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.CollectionParameter
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.DateParameter
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.DecimalParameter
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.FilterId
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.FloatParameter
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.GroupOperator
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.ImportDeclaration
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.IntParameter
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.Literal
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.LogicalOperator
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.Parameter
 
getValue() - Method in class org.plasma.query.model.ParameterDeclaration
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.RelationalOperator
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.StringParameter
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.SubqueryOperator
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.TextContent
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.VariableDeclaration
Gets the value of the value property.
getValue() - Method in class org.plasma.query.model.WildcardOperator
Gets the value of the value property.
getValue() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
getValue() - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Gets the value of the value property.
getValue() - Method in class org.plasma.sdo.access.provider.jdo.Extension
Gets the value of the value property.
getValue() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the value property.
getValue() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the value property.
getValue(String) - Method in class org.plasma.sdo.core.CoreNode
 
getValue(int) - Method in class org.plasma.sdo.core.CoreSequence
Returns the property value for the given entry index.
getValue() - Method in class org.plasma.sdo.core.CoreSetting
Returns the value of the setting.
getValue() - Method in interface org.plasma.sdo.EnumerationConstraint
 
getValue() - Method in class org.plasma.sdo.profile.SDOEnumerationConstraint
 
getValue() - Method in class org.plasma.sdo.xpath.XPathDataValue
 
getValue() - Method in class org.plasma.text.ddl.Behavior
Gets the value of the value property.
getValue() - Method in class org.plasma.xml.schema.Facet
Gets the value of the value property.
getValue() - Method in class org.plasma.xml.xslt.Number
Gets the value of the value property.
getValueConstraint() - Method in class org.plasma.provisioning.Property
Gets the value of the valueConstraint property.
getValueConstraint() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the valueConstraint property.
getValueConstraint() - Method in class org.plasma.sdo.core.CoreProperty
 
getValueConstraint() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the value constraint information for this property if exists, or null if not exists
getValueConstraints() - Method in class org.plasma.provisioning.xsd.ConstraintCollector
 
getValueObject() - Method in class org.plasma.sdo.core.CoreNode
 
getValueObject() - Method in interface org.plasma.sdo.core.CoreObjectHolder
 
getValuePath() - Method in class org.plasma.sdo.core.CoreSetting
 
getValuePath() - Method in interface org.plasma.sdo.PlasmaSetting
 
getValueProp() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
getValues() - Method in class org.plasma.sdo.core.CoreObject
 
getValues() - Method in class org.plasma.text.ddl.Check
Gets the value of the values property.
getValueSetConstraint() - Method in class org.plasma.provisioning.Property
Gets the value of the valueSetConstraint property.
getValueSetConstraint() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the valueSetConstraint property.
getValueSetConstraint() - Method in class org.plasma.sdo.core.CoreProperty
 
getValueSetConstraint() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the value-set constraint information for this property if exists, or null if not exists
getValueStrategy() - Method in class org.plasma.sdo.access.provider.jdo.Field
Gets the value of the valueStrategy property.
getValueStrategy() - Method in class org.plasma.sdo.access.provider.jdo.Property
Gets the value of the valueStrategy property.
getValueType() - Method in class org.plasma.sdo.access.provider.jdo.Map
Gets the value of the valueType property.
getVariable() - Method in class org.plasma.query.model.Term
Gets the value of the variable property.
getVariableDeclaration() - Method in class org.plasma.query.model.Where
Gets the value of the variableDeclaration property.
getVariables() - Method in class org.plasma.query.model.Where
 
getVendorName() - Method in class org.plasma.sdo.access.provider.jdo.Extension
Gets the value of the vendorName property.
getVerb() - Method in class org.plasma.xml.wsdl.v11.http.Binding
Gets the value of the verb property.
getVersion() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getVersion() - Method in class org.plasma.sdo.access.provider.jdo.Class_
Gets the value of the version property.
getVersion() - Method in class org.plasma.sdo.access.provider.jdo.Interface
Gets the value of the version property.
getVersion() - Method in class org.plasma.xml.schema.Schema
Gets the value of the version property.
getVersion() - Method in class org.plasma.xml.xslt.Output
Gets the value of the version property.
getVersion() - Method in class org.plasma.xml.xslt.Wrapper
Gets the value of the version property.
getVersionDate() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the versionDate property.
getVersionDate() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getVersionDate() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getVersionIdentifier() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the versionIdentifier property.
getVersionIdentifier() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getVersionIdentifier() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getVersionTime() - Method in class org.plasma.provisioning.ValueSetConstraint
Gets the value of the versionTime property.
getVersionTime() - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
getVersionTime() - Method in interface org.plasma.sdo.ValueSetConstraint
 
getView() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getView(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getView() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns an array of View set for the object's multi-valued property view.
getView(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns the View set for the object's multi-valued property view based on the given index.
getView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns the value of the view property.
getView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns the value of the view property.
getView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns the value of the view property.
getView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns the value of the view property.
getView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns the value of the view property.
getView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns the value of the view property.
getViewColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewColumn(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns an array of ViewColumn set for the object's multi-valued property viewColumn.
getViewColumn(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the ViewColumn set for the object's multi-valued property viewColumn based on the given index.
getViewColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewColumnComment(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns an array of ViewColumnComment set for the object's multi-valued property viewColumnComment.
getViewColumnComment(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the ViewColumnComment set for the object's multi-valued property viewColumnComment based on the given index.
getViewColumnCommentCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewColumnCommentCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns a count for multi-valued property viewColumnComment.
getViewColumnCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewColumnCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns a count for multi-valued property viewColumn.
getViewComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewComment(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns an array of ViewComment set for the object's multi-valued property viewComment.
getViewComment(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the ViewComment set for the object's multi-valued property viewComment based on the given index.
getViewCommentCount() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
getViewCommentCount() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns a count for multi-valued property viewComment.
getViewCount() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
getViewCount() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns a count for multi-valued property view.
getViewDefinition() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns the value of the viewDefinition property.
getViewDefinition() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns the value of the viewDefinition property.
getViewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the viewName property.
getViewName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the viewName property.
getViewType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the viewType property.
getViewType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the viewType property.
getViewTypeOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns the value of the viewTypeOwner property.
getViewTypeOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns the value of the viewTypeOwner property.
getVisibility() - Method in class org.plasma.provisioning.Property
Gets the value of the visibility property.
getVisibility() - Method in class org.plasma.sdo.repository.Classifier
 
getVisibility() - Method in class org.plasma.sdo.repository.Property
 
getWhens() - Method in class org.plasma.xml.xslt.Choose
Gets the value of the whens property.
getWhere() - Method in class org.plasma.query.model.Clause
Gets the value of the where property.
getWhere() - Method in class org.plasma.query.model.PathNode
Gets the value of the where property.
getWhereClause() - Method in class org.plasma.query.dsl.DomainRoot
 
getWhereClause() - Method in class org.plasma.query.model.Query
 
getWhereClause() - Method in interface org.plasma.query.Query
 
getWildcardOperator() - Method in class org.plasma.query.model.Term
Gets the value of the wildcardOperator property.
getWildcardProperty() - Method in class org.plasma.query.model.Term
Gets the value of the wildcardProperty property.
getWithParams() - Method in class org.plasma.xml.xslt.CallTemplate
Gets the value of the withParams property.
getWrappedDocmentations(List<Documentation>, int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
getWriteEnd() - Method in class javanet.staxutils.XMLEventPipe
Returns the write end of the pipe, whose events will be available from the read end of this pipe.
getXMLHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the XMLHelper to use in this context.
getXMLHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an XMLHelper
getXMLHelper() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getXmlProperty() - Method in class org.plasma.provisioning.Property
Gets the value of the xmlProperty property.
getXmlProperty() - Method in class org.plasma.provisioning.PropertyAppInfo
Gets the value of the xmlProperty property.
getXmlProperty() - Method in class org.plasma.sdo.core.CoreProperty
 
getXmlProperty() - Method in interface org.plasma.sdo.PlasmaProperty
Returns the XML property information for this property if exists, or null if not exists
getXMLReporter() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getXMLResolver() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getXMLVersion() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML version of the document, or null if not specified.
getXMLVersion() - Method in class org.plasma.sdo.core.CoreXMLDocument
 
getXpath() - Method in class org.plasma.query.xpath.QueryPathNavigator
 
getXpath() - Method in class org.plasma.xml.schema.Field
Gets the value of the xpath property.
getXpath() - Method in class org.plasma.xml.schema.Selector
Gets the value of the xpath property.
getXsd() - Method in class org.plasma.xml.sdox.BaseDataGraphType
Gets the value of the xsd property.
getXSDHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the XSDHelper to use in this context.
getXSDHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an XSDHelper
getXSDHelper() - Method in class org.plasma.sdo.helper.PlasmaHelperContext
 
getYearFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getYearMonthDayFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getYearMonthFormat() - Method in class org.plasma.sdo.helper.DataConverter
 
getZeroDigit() - Method in class org.plasma.xml.xslt.DecimalFormat
Gets the value of the zeroDigit property.
GlobalProvisioning - Class in org.plasma.config
Java class for GlobalProvisioning complex type.
GlobalProvisioning() - Constructor for class org.plasma.config.GlobalProvisioning
 
globalProvisioning - Variable in class org.plasma.config.SDO
 
GlobalVariable - Interface in org.plasma.provisioning.rdb.mysql.any
Generated interface representing the domain model entity GlobalVariable.
GlobalVariable - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Generated interface representing the domain model entity GlobalVariable.
GlobalVariable.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.any
The declared logical property names for this Type.
GlobalVariable.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
GlobalVariableImpl - Class in org.plasma.provisioning.rdb.mysql.any.impl
Generated implementation class representing the domain model entity GlobalVariable.
GlobalVariableImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Default No-arg constructor required for serialization operations.
GlobalVariableImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
 
GlobalVariableImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Generated implementation class representing the domain model entity GlobalVariable.
GlobalVariableImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Default No-arg constructor required for serialization operations.
GlobalVariableImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
 
group - Variable in class org.plasma.provisioning.UniqueConstraint
 
group(Expression) - Method in class org.plasma.query.dsl.PathNode
 
group() - Method in interface org.plasma.query.Expression
Places this expression within grouping operators and returns the grouped expression.
group() - Method in class org.plasma.query.model.Expression
 
GROUP - Static variable in class org.plasma.sdo.profile.SDOUniqueConstraint
Used to associate one or more UML properties within a class with a single constraint definition.
group - Variable in class org.plasma.xml.schema.AbstractComplexType
 
group - Variable in class org.plasma.xml.schema.ExtensionType
 
Group - Class in org.plasma.xml.schema
Java class for namedGroup complex type.
Group() - Constructor for class org.plasma.xml.schema.Group
 
group - Variable in class org.plasma.xml.schema.RestrictionType
 
groupBy(DataProperty) - Method in interface org.plasma.query.dsl.DomainQuery
Appends the given data property to the group by clause within this query and returns the query.
groupBy(DataProperty) - Method in class org.plasma.query.dsl.DomainRoot
 
GroupBy - Interface in org.plasma.query
A clause containing properties used to represent a grouping statement and is used in conjunction with aggregate functions.
groupBy - Variable in class org.plasma.query.model.Clause
 
GroupBy - Class in org.plasma.query.model
Java class for GroupBy complex type.
GroupBy() - Constructor for class org.plasma.query.model.GroupBy
 
GroupBy(Property) - Constructor for class org.plasma.query.model.GroupBy
 
GroupBy(Property, Property) - Constructor for class org.plasma.query.model.GroupBy
 
GroupBy(Property, Property, Property) - Constructor for class org.plasma.query.model.GroupBy
 
GroupBy(Property, Property, Property, Property) - Constructor for class org.plasma.query.model.GroupBy
 
GroupBy(Property[]) - Constructor for class org.plasma.query.model.GroupBy
 
groupingSeparator - Variable in class org.plasma.xml.xslt.DecimalFormat
 
groupingSeparator - Variable in class org.plasma.xml.xslt.Number
 
groupingSize - Variable in class org.plasma.xml.xslt.Number
 
GroupOperator - Class in org.plasma.query.model
 
GroupOperator() - Constructor for class org.plasma.query.model.GroupOperator
 
GroupOperator(String) - Constructor for class org.plasma.query.model.GroupOperator
 
GroupOperator(GroupOperatorValues) - Constructor for class org.plasma.query.model.GroupOperator
 
groupOperator - Variable in class org.plasma.query.model.Term
 
GroupOperatorValues - Enum in org.plasma.query.model
Java class for GroupOperatorValues.
GroupRef - Class in org.plasma.xml.schema
Java class for groupRef complex type.
GroupRef() - Constructor for class org.plasma.xml.schema.GroupRef
 
gt(Object) - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is greater than the given literal.
gt(Object) - Method in class org.plasma.query.dsl.DataNode
 
gt(String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greated than to the given literal.
gt(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greated than to the given literal.
gt(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greated than to the given literal.
gt(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greated than to the given literal.
gt(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is greater than to the given literal.
gt(Object) - Method in class org.plasma.query.model.Property
 

H

handleEvent(ValidationEvent) - Method in class org.plasma.config.PlasmaConfigValidationEventHandler
 
hasChildLink(DataObject, DataObject) - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
hasDistinct(DataProperty[]) - Method in class org.plasma.query.model.Select
 
hasDistinctProperties() - Method in class org.plasma.query.model.Select
 
hashCode() - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
hashCode(Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
hashCode() - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
hashCode() - Method in class org.plasma.sdo.core.CoreChange
 
hashCode() - Method in class org.plasma.sdo.core.CoreDataObject
 
hashCode() - Method in class org.plasma.sdo.core.CoreProperty
 
hashCode() - Method in class org.plasma.sdo.core.CoreType
 
hasInheritedProperty(Type, Property) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns true if the given type is found in the inherited type selection and if the given property is found in the property selection for the given type.
hasInheritedProperty(Type, Property) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
hasInheritedProperty(Type, Property) - Method in interface org.plasma.query.collector.Selection
Returns true if the given type is found in the inherited type selection and if the given property is found in the property selection for the given type.
hasInheritedProperty(Type, Property) - Method in class org.plasma.query.collector.SelectionCollector
 
hasInheritedType(Type) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns true if the given type is found in the inherited type selection.
hasInheritedType(Type) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
hasInheritedType(Type) - Method in interface org.plasma.query.collector.Selection
Returns true if the given type is found in the inherited type selection.
hasInheritedType(Type) - Method in class org.plasma.query.collector.SelectionCollector
 
hasMaxOccurs() - Method in class org.plasma.xml.schema.AbstractElement
 
hasMaxOccurs() - Method in class org.plasma.xml.schema.AbstractGroup
 
hasMinOccurs() - Method in class org.plasma.xml.schema.AbstractElement
 
hasMinOccurs() - Method in class org.plasma.xml.schema.AbstractGroup
 
hasName() - Method in class javanet.staxutils.BaseXMLStreamReader
 
hasNamespace(DataStoreType) - Method in class org.plasma.config.PlasmaConfig
 
hasNext() - Method in class javanet.staxutils.helpers.ListEventReader
 
hasNext() - Method in class javanet.staxutils.XMLStreamEventReader
 
hasOnlySingilarFields(Class) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
hasOnlySingilarFieldsDeep(Class) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
hasPredicates() - Method in interface org.plasma.query.collector.Selection
Returns true if the selection has path predicates.
hasPredicates() - Method in class org.plasma.query.collector.SelectionCollector
(non-Javadoc)
hasPredicates() - Method in interface org.plasma.query.collector.SelectionPredicates
Returns true if the selection has path predicates.
hasProperty(Type, Property) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns true if the given type is found in the type selection and if the given property is found in the property selection for the given type.
hasProperty(Type, Property) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
hasProperty(Type, Property) - Method in interface org.plasma.query.collector.Selection
Returns true if the given type is found in the type selection and if the given property is found in the property selection for the given type.
hasProperty(Type, Property) - Method in class org.plasma.query.collector.SelectionCollector
 
hasText() - Method in class javanet.staxutils.BaseXMLStreamReader
 
hasType(Type) - Method in interface org.plasma.query.collector.PropertySelection
Deprecated. Returns true if the given type is found in the type selection.
hasType(Type) - Method in class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
hasType(Type) - Method in interface org.plasma.query.collector.Selection
Returns true if the given type is found in the type selection.
hasType(Type) - Method in class org.plasma.query.collector.SelectionCollector
 
hasWildcard(Expression) - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
HBasePojoDataAccessClient - Class in org.plasma.sdo.access.client
 
HBasePojoDataAccessClient() - Constructor for class org.plasma.sdo.access.client.HBasePojoDataAccessClient
 
Header - Class in org.plasma.xml.wsdl.v11.soap
Java class for tHeader complex type.
Header() - Constructor for class org.plasma.xml.wsdl.v11.soap.Header
 
Header - Class in org.plasma.xml.wsdl.v20.http
Java class for anonymous complex type.
Header() - Constructor for class org.plasma.xml.wsdl.v20.http.Header
 
Header - Class in org.plasma.xml.wsdl.v20.soap
Java class for anonymous complex type.
Header() - Constructor for class org.plasma.xml.wsdl.v20.soap.Header
 
Headerfault - Class in org.plasma.xml.wsdl.v11.soap
Java class for tHeaderFault complex type.
Headerfault() - Constructor for class org.plasma.xml.wsdl.v11.soap.Headerfault
 
headerfaults - Variable in class org.plasma.xml.wsdl.v11.soap.Header
 
HelperContext - Interface in commonj.sdo.helper
This interface represents a helper execution context.
HelperProvider - Class in commonj.sdo.impl
This class instantiates a HelperProviderImpl that returns concrete helpers.
HelperProviderImpl - Class in commonj.sdo.impl
 
HelperProviderImpl() - Constructor for class commonj.sdo.impl.HelperProviderImpl
 
href - Variable in class org.plasma.xml.xslt.CombineStylesheets
 

I

id - Variable in class org.plasma.provisioning.Element
 
id - Variable in class org.plasma.provisioning.ValueSetConstraint
 
id - Variable in class org.plasma.query.model.Expression
 
ID - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
The globally unique identifier for the value set
id - Variable in class org.plasma.xml.schema.Annotated
 
id - Variable in class org.plasma.xml.schema.Annotation
 
id - Variable in class org.plasma.xml.schema.Redefine
 
id - Variable in class org.plasma.xml.schema.Schema
 
id - Variable in class org.plasma.xml.xslt.Wrapper
 
identityType - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
identityType - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
If - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
If() - Constructor for class org.plasma.xml.xslt.If
 
IgnorableSpaceEvent - Class in javanet.staxutils.events
Ignorable Characters event implementation.
IgnorableSpaceEvent(String) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(String, Location) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(Characters) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
IGNORED_VALUE_SET_ID - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
Defines the set of codes within the overall value set that the implementer is willing to accept without raising an error, but whose content will be ignored and not processed in any useful manner
ignoredValueSetId - Variable in class org.plasma.provisioning.ValueSetConstraint
 
IllegalArgumentUserException - Exception in org.plasma.sdo
 
IllegalArgumentUserException(String) - Constructor for exception org.plasma.sdo.IllegalArgumentUserException
 
IllegalArgumentUserException(String, Throwable) - Constructor for exception org.plasma.sdo.IllegalArgumentUserException
 
IllegalArgumentUserException(Throwable) - Constructor for exception org.plasma.sdo.IllegalArgumentUserException
 
IllegalCircularReferenceException - Exception in org.plasma.sdo.repository
 
IllegalCircularReferenceException(String) - Constructor for exception org.plasma.sdo.repository.IllegalCircularReferenceException
 
IllegalCircularReferenceException(Throwable) - Constructor for exception org.plasma.sdo.repository.IllegalCircularReferenceException
 
IllegalStereotypeApplicationException - Exception in org.plasma.sdo.repository
 
IllegalStereotypeApplicationException(String) - Constructor for exception org.plasma.sdo.repository.IllegalStereotypeApplicationException
 
IllegalStereotypeApplicationException(Throwable) - Constructor for exception org.plasma.sdo.repository.IllegalStereotypeApplicationException
 
IllegalStreamStateException - Exception in javanet.staxutils.error
IllegalStateException that includes a StAX Location identifying the point where the error occured.
IllegalStreamStateException() - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(Location) - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(String) - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(String, Location) - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
implementation - Variable in class org.plasma.config.GlobalProvisioning
 
implementation - Variable in class org.plasma.config.NamespaceProvisioning
 
implementation - Variable in class org.plasma.config.QueryDSLProvisioning
 
ImplementationProvisioning - Class in org.plasma.config
specific provisioning properties for implementation classes under this context
ImplementationProvisioning() - Constructor for class org.plasma.config.ImplementationProvisioning
 
Implements - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Implements() - Constructor for class org.plasma.sdo.access.provider.jdo.Implements
 
Import - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Import() - Constructor for class org.plasma.xml.schema.Import
 
Import - Class in org.plasma.xml.wsdl.v20
Java class for ImportType complex type.
Import() - Constructor for class org.plasma.xml.wsdl.v20.Import
 
ImportDeclaration - Class in org.plasma.query.model
Java class for ImportDeclaration complex type.
ImportDeclaration() - Constructor for class org.plasma.query.model.ImportDeclaration
 
ImportDeclaration(String) - Constructor for class org.plasma.query.model.ImportDeclaration
 
importDeclaration - Variable in class org.plasma.query.model.Where
 
imports - Variable in class org.plasma.xml.xslt.Wrapper
 
importsAndIncludesAndTypes - Variable in class org.plasma.xml.wsdl.v20.Description
 
importsAndTypesAndMessages - Variable in class org.plasma.xml.wsdl.v11.Definitions
 
in(Query) - Method in interface org.plasma.query.DataProperty
Returns a subquery expression, where this property is found within the given subquery results collection.
in(Query) - Method in class org.plasma.query.dsl.DataNode
 
in(Property, Query) - Static method in class org.plasma.query.model.Expression
Returns a subquery expression, where the given property is found within the given subquery results collection.
in(String, Query) - Static method in class org.plasma.query.model.Expression
Returns a subquery expression, where the given property is found within the given subquery results collection.
in(String, String[], Query) - Static method in class org.plasma.query.model.Expression
Returns a subquery expression, where the given property is found within the given subquery results collection.
in(Query) - Method in class org.plasma.query.model.Property
 
Include - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Include() - Constructor for class org.plasma.xml.schema.Include
 
Include - Class in org.plasma.xml.wsdl.v20
Java class for IncludeType complex type.
Include() - Constructor for class org.plasma.xml.wsdl.v20.Include
 
includesAndImportsAndRedefines - Variable in class org.plasma.xml.schema.Schema
 
incrementBy - Variable in class org.plasma.config.SequenceConfiguration
 
INDENT - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A String property whose value indents one level.
indent - Variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
indent(int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
indent - Variable in class org.plasma.xml.xslt.Output
 
Indentation - Interface in javanet.staxutils
Characters that represent line breaks and indentation.
INDENTING - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A Boolean property controlling whether to indent output.
IndentingXMLEventWriter - Class in javanet.staxutils
A filter that indents an XML stream.
IndentingXMLEventWriter(XMLEventWriter) - Constructor for class javanet.staxutils.IndentingXMLEventWriter
 
IndentingXMLStreamWriter - Class in javanet.staxutils
A filter that indents an XML stream.
IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.IndentingXMLStreamWriter
 
index - Variable in class org.plasma.query.model.PathElement
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
Index - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Index() - Constructor for class org.plasma.sdo.access.provider.jdo.Index
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Order
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
index - Variable in class org.plasma.sdo.access.provider.jdo.Version
 
Index - Class in org.plasma.text.ddl
Java class for index complex type.
Index() - Constructor for class org.plasma.text.ddl.Index
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
indexed - Variable in class org.plasma.sdo.access.provider.jdo.Version
 
indexName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, indexName.
indexOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, indexOwner.
indices - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
indices - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
indices - Variable in class org.plasma.text.ddl.Table
 
infinity - Variable in class org.plasma.xml.xslt.DecimalFormat
 
inheritance - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
Inheritance - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Inheritance() - Constructor for class org.plasma.sdo.access.provider.jdo.Inheritance
 
inheritance - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
InitialContextFactory - Class in org.plasma.common.naming
 
initialize() - Method in interface org.plasma.sdo.access.DataAccessService
 
initialize() - Method in interface org.plasma.sdo.access.SequenceGenerator
 
initialize() - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
input - Variable in class org.plasma.xml.wsdl.v11.TBindingOperation
 
inputsAndOutputs - Variable in class org.plasma.xml.wsdl.v11.TOperation
 
inputsAndOutputsAndInfaults - Variable in class org.plasma.xml.wsdl.v20.BindingOperationType
 
inputsAndOutputsAndInfaults - Variable in class org.plasma.xml.wsdl.v20.InterfaceOperationType
 
insertValue - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
INSTANCE - Static variable in interface commonj.sdo.helper.CopyHelper
The default CopyHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.DataFactory
The default DataFactory.
INSTANCE - Static variable in interface commonj.sdo.helper.DataHelper
The default DataHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.EqualityHelper
The default EqualityHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.TypeHelper
The default TypeHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.XMLHelper
The default XMLHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.XSDHelper
The default XSDHelper.
INSTANCE - Static variable in class javanet.staxutils.EmptyNamespaceContext
 
INSTANCE - Static variable in class javanet.staxutils.helpers.UnknownLocation
 
instance() - Static method in class org.plasma.common.env.EnvProperties
 
INSTANCE - Static variable in class org.plasma.sdo.helper.DataConverter
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaCopyHelper
 
instance() - Static method in class org.plasma.sdo.helper.PlasmaCopyHelper
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaDataFactory
 
instance() - Static method in class org.plasma.sdo.helper.PlasmaDataFactory
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaDataHelper
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaEqualityHelper
 
instance() - Static method in class org.plasma.sdo.helper.PlasmaEqualityHelper
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaHelperContext
 
instance() - Static method in class org.plasma.sdo.helper.PlasmaHelperContext
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaQueryHelper
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaTypeHelper
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaXMLHelper
 
INSTANCE - Static variable in class org.plasma.sdo.helper.PlasmaXSDHelper
 
INSTANCE_PROPERTY_BOOLEAN_ISOPERATIONAL - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BOOLEAN_ISUNIQUE - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BYTES_LOCAL_NAME_BYTES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BYTES_NAME_BYTES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BYTES_PHYSICAL_NAME_BYTES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BYTES_QUALIFIED_NAME_BYTES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BYTES_QUALIFIED_PHYSICAL_NAME_BYTES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_BYTES_URI_BYTES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_INT_MAXLENGTH - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_LONG_SNAPSHOT_TIMESTAMP - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_CONCURRENCY_USER - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_CONCURRENCY_VERSION - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_DESCRIPTION - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_IS_LOCKED_PROPERTY - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_LOCKING_TIMESTAMP - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_LOCKING_USER - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_ORIGINATION_TIMESTAMP - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_ORIGINATION_USER - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_PRIKEY_PROPERTIES - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_QUALIFIED_NAME - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_SNAPSHOT_DATE_PROPERTY - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_OBJECT_VISIBILITY - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_STRING_LOCAL_NAME - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_STRING_NAMESPACE_PHYSICAL_NAME - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_STRING_NAMESPACE_URI - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_STRING_PHYSICAL_NAME - Static variable in interface org.plasma.sdo.PlasmaProperty
 
INSTANCE_PROPERTY_STRING_UUID - Static variable in interface org.plasma.sdo.PlasmaProperty
 
IntegralDataProperty - Interface in org.plasma.query
A non-reference property with a type which is a String data type.
Interface - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Interface() - Constructor for class org.plasma.sdo.access.provider.jdo.Interface
 
Interface - Class in org.plasma.xml.wsdl.v20
Java class for InterfaceType complex type.
Interface() - Constructor for class org.plasma.xml.wsdl.v20.Interface
 
InterfaceFactory - Interface in org.plasma.text.lang3gl
 
InterfaceFaultType - Class in org.plasma.xml.wsdl.v20
Java class for InterfaceFaultType complex type.
InterfaceFaultType() - Constructor for class org.plasma.xml.wsdl.v20.InterfaceFaultType
 
InterfaceOperationType - Class in org.plasma.xml.wsdl.v20
Java class for InterfaceOperationType complex type.
InterfaceOperationType() - Constructor for class org.plasma.xml.wsdl.v20.InterfaceOperationType
 
InterfaceProvisioning - Class in org.plasma.config
specific provisioning properties for interfaces under this context
InterfaceProvisioning() - Constructor for class org.plasma.config.InterfaceProvisioning
 
interfaceProvisioning - Variable in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
interfaceResolver - Variable in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
interfacesAndClazzsAndSequences - Variable in class org.plasma.sdo.access.provider.jdo.Package_
 
IntParameter - Class in org.plasma.query.model
Java class for IntParameter complex type.
IntParameter() - Constructor for class org.plasma.query.model.IntParameter
 
IntParameter(int) - Constructor for class org.plasma.query.model.IntParameter
 
intParameter - Variable in class org.plasma.query.model.Parameter
 
InvalidDataConversionException - Exception in org.plasma.sdo.helper
 
InvalidDataConversionException(DataType, DataType, Object) - Constructor for exception org.plasma.sdo.helper.InvalidDataConversionException
 
InvalidDataConversionException(Throwable) - Constructor for exception org.plasma.sdo.helper.InvalidDataConversionException
 
InvalidEndpointException - Exception in org.plasma.sdo.xpath
Checked exception used when the result or terminating node or nodes for an XPATH expression are invalid for a given context.
InvalidEndpointException() - Constructor for exception org.plasma.sdo.xpath.InvalidEndpointException
 
InvalidEndpointException(String, Throwable) - Constructor for exception org.plasma.sdo.xpath.InvalidEndpointException
 
InvalidEndpointException(String) - Constructor for exception org.plasma.sdo.xpath.InvalidEndpointException
 
InvalidEndpointException(Throwable) - Constructor for exception org.plasma.sdo.xpath.InvalidEndpointException
 
InvalidMultiplicityException - Exception in org.plasma.sdo.xpath
Checked exception used when multiple results are detected for a singular property.
InvalidMultiplicityException() - Constructor for exception org.plasma.sdo.xpath.InvalidMultiplicityException
 
InvalidMultiplicityException(String, Throwable) - Constructor for exception org.plasma.sdo.xpath.InvalidMultiplicityException
 
InvalidMultiplicityException(String) - Constructor for exception org.plasma.sdo.xpath.InvalidMultiplicityException
 
InvalidMultiplicityException(Throwable) - Constructor for exception org.plasma.sdo.xpath.InvalidMultiplicityException
 
InvalidPathElementException - Exception in org.plasma.query
 
InvalidPathElementException(String) - Constructor for exception org.plasma.query.InvalidPathElementException
 
InvalidPathElementException(Throwable) - Constructor for exception org.plasma.query.InvalidPathElementException
 
InvalidPathPredicateException - Exception in org.plasma.query
 
InvalidPathPredicateException(String) - Constructor for exception org.plasma.query.InvalidPathPredicateException
 
InvalidPathPredicateException(Throwable) - Constructor for exception org.plasma.query.InvalidPathPredicateException
 
InvalidReferenceException - Exception in org.plasma.sdo.xml
 
InvalidReferenceException(String) - Constructor for exception org.plasma.sdo.xml.InvalidReferenceException
 
InvalidReferenceException(Throwable) - Constructor for exception org.plasma.sdo.xml.InvalidReferenceException
 
InvalidSnapshotEJBException - Exception in org.plasma.sdo.access.service
 
InvalidSnapshotEJBException(Throwable) - Constructor for exception org.plasma.sdo.access.service.InvalidSnapshotEJBException
 
InvalidSnapshotException - Exception in org.plasma.sdo.access
 
InvalidSnapshotException(String, String, Timestamp, String, Date) - Constructor for exception org.plasma.sdo.access.InvalidSnapshotException
 
isAbstract() - Method in interface commonj.sdo.Type
Indicates if this Type is abstract.
isAbstract() - Method in class org.plasma.provisioning.Class
Gets the value of the abstract property.
isAbstract() - Method in class org.plasma.sdo.core.CoreType
Indicates if this Type is abstract.
isAbstract() - Method in class org.plasma.sdo.repository.Classifier
 
isAbstract() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the abstract property.
isAbstract() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the abstract property.
isAbstract() - Method in class org.plasma.xml.sdox.Type
Gets the value of the abstract property.
isAttribute(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns true if the property is declared as an attribute in the XSD.
isAttribute() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isAttribute(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isAttribute(Property) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
isAttribute(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isAttribute(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isBaseType(PlasmaType) - Method in class org.plasma.sdo.core.CoreType
Returns true if the given type is part of the (base type) ancestry for this type.
isBaseType(PlasmaType) - Method in interface org.plasma.sdo.PlasmaType
Returns true if the given type is a base type for this type.
isCData() - Method in class javanet.staxutils.events.CDataEvent
 
isCData() - Method in class javanet.staxutils.events.CharactersEvent
 
isCData() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
 
isCDATA - Variable in class javanet.staxutils.StAXContentHandler
Whether the parser is currently within a CDATA section.
isCharacters() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isCharacters() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
isCharacters() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isCheckQueryResultsSize() - Method in class org.plasma.config.DataAccessService
Gets the value of the checkQueryResultsSize property.
isComment(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isComment(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isComment(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isConcurrent() - Method in class org.plasma.sdo.core.CoreProperty
 
isConcurrent(ConcurrencyType, ConcurrentDataFlavor) - Method in class org.plasma.sdo.core.CoreProperty
 
isConcurrent() - Method in interface org.plasma.sdo.PlasmaProperty
Returns true if this property is tagged as concurrent.
isConcurrent(ConcurrencyType, ConcurrentDataFlavor) - Method in interface org.plasma.sdo.PlasmaProperty
Returns true if this property is tagged as concurrent for the given concurrency type and data flavor.
isContainment() - Method in interface commonj.sdo.Property
Returns whether the Property is containment, i.e., whether it represents by-value composition.
isContainment() - Method in class org.plasma.provisioning.Property
Gets the value of the containment property.
isContainment() - Method in class org.plasma.sdo.core.CoreProperty
Returns whether the Property is containment, i.e., whether it represents by-value composition.
isContainment() - Method in class org.plasma.xml.sdox.Property
Gets the value of the containment property.
isContunue() - Method in class org.plasma.query.visitor.VisitorContext
Returns true if traversal should continue.
isCreated(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns whether or not the specified data object was created while logging.
isCreated(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns whether or not the specified data object was created while logging.
isCreateNonContainmentReferenceTypes() - Method in class org.plasma.xml.schema.SchemaModelAssembler
 
isDataType() - Method in interface commonj.sdo.Type
Indicates if this Type specifies DataTypes (true) or DataObjects (false).
isDataType() - Method in class org.plasma.sdo.core.CoreType
Indicates if this Type specifies DataTypes (true) or DataObjects (false).
isDataType() - Method in class org.plasma.sdo.repository.Classifier
 
isDataType() - Method in class org.plasma.sdo.repository.Property
 
isDataType() - Method in class org.plasma.xml.sdox.Type
Gets the value of the dataType property.
isDefaultNamespaceDeclaration() - Method in class javanet.staxutils.events.NamespaceEvent
 
isDeleted(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns whether or not the specified data object was deleted while logging.
isDeleted(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns whether or not the specified data object was deleted while logging.
isDerived() - Method in class org.plasma.provisioning.Property
Gets the value of the derived property.
isDerivePackageNamesFromURIs() - Method in class org.plasma.xml.uml.UMLModelAssembler
 
isDescendantResultsMap - Variable in class org.plasma.sdo.access.provider.common.SimpleCollector
 
isDistinct() - Method in interface org.plasma.query.DataProperty
Gets the value of the distinct property.
isDistinct() - Method in class org.plasma.query.dsl.DataNode
 
isDistinct() - Method in class org.plasma.query.model.Property
 
isDocument(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isDocument(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isDocument(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isElement(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns true if the property is declared as an element in the XSD.
isElement(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isElement(Property) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
isElement(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isElement(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isEmpty() - Method in class javanet.staxutils.helpers.ElementContext
Whether this context represents an emtpy element.
isEndDocument() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEndElement() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isEndElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEntityReference() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEnumeration(AbstractSimpleType) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
isEnumeration(AbstractSimpleType) - Static method in class org.plasma.provisioning.xsd.SimpleTypeUtils
 
isFailOnValidationError() - Method in class org.plasma.sdo.xml.DefaultOptions
 
isFailOnValidationError() - Method in interface org.plasma.sdo.xml.XMLOptions
Returns whether to propagate XML parser errors encountered when validating an XML document against an associated XML Schema.
isFixed() - Method in class org.plasma.xml.schema.Facet
Gets the value of the fixed property.
isFlaggedLocked(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
isFlaggedLocked() - Method in class org.plasma.sdo.core.CoreObject
 
isFlaggedUnlocked(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
isFlaggedUnlocked() - Method in class org.plasma.sdo.core.CoreObject
 
isGenerate() - Method in class org.plasma.config.QueryDSLProvisioning
Gets the value of the generate property.
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.CDataEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.CharactersEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
 
isIgnoredClassifier(Classifier) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
isIndent() - Method in class org.plasma.text.ddl.DDLStreamAssembler
 
isIndent() - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
isInstance(Object) - Method in interface commonj.sdo.Type
Returns whether the specified object is an instance of this type.
isInstance(Object) - Method in class org.plasma.sdo.core.CoreType
Returns whether the specified object is an instance of this type.
isKey() - Method in class org.plasma.sdo.core.CoreProperty
 
isKey(KeyType) - Method in class org.plasma.sdo.core.CoreProperty
 
isKey() - Method in interface org.plasma.sdo.PlasmaProperty
Returns true if the key information for this property if exists.
isKey(KeyType) - Method in interface org.plasma.sdo.PlasmaProperty
Returns true if the key information for this property if exists and the key type is set to the given type.
isLinked(DataObject, Object) - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
isListType() - Method in class org.plasma.provisioning.xsd.DatatypeCollector
 
isLogging() - Method in interface commonj.sdo.ChangeSummary
Indicates whether change logging is on (true) or off (false).
isLogging() - Method in class org.plasma.sdo.core.CoreChangeSummary
Indicates whether change logging is on (true) or off (false).
isLogging() - Method in class org.plasma.xml.sdox.ChangeSummaryType
Gets the value of the logging property.
isMany() - Method in interface commonj.sdo.Property
Returns whether the Property is many-valued.
isMany() - Method in class org.plasma.provisioning.Property
Gets the value of the many property.
isMany() - Method in class org.plasma.sdo.core.CoreProperty
Returns whether the Property is many-valued.
isMany() - Method in class org.plasma.sdo.repository.Property
 
isMany() - Method in class org.plasma.xml.sdox.Property
Gets the value of the many property.
isMixed(Type) - Method in interface commonj.sdo.helper.XSDHelper
Returns true if the Type is declared to contain mixed content.
isMixed(Type) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
isMixed() - Method in class org.plasma.xml.schema.AbstractComplexType
Gets the value of the mixed property.
isMixed() - Method in class org.plasma.xml.schema.ComplexContent
Gets the value of the mixed property.
isModified(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns whether or not the specified data object was updated while logging.
isModified(DataObject) - Method in class org.plasma.sdo.core.CoreChangeSummary
Returns whether or not the specified data object was updated while logging.
isMustUnderstand() - Method in class org.plasma.xml.wsdl.v20.soap.Header
Gets the value of the mustUnderstand property.
isNamespace() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isNamespace(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isNamespace(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isNamespace(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isNillable() - Method in class org.plasma.xml.schema.AbstractElement
Gets the value of the nillable property.
isNotNull() - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is not equal to null.
isNotNull() - Method in class org.plasma.query.dsl.DataNode
 
isNotNull() - Method in class org.plasma.query.dsl.PathNode
 
isNotNull() - Method in class org.plasma.query.model.Property
 
isNotNull() - Method in interface org.plasma.query.PathProperty
Returns a boolean expression where this property is not equal to null.
isNull() - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is equal to null.
isNull() - Method in class org.plasma.query.dsl.DataNode
 
isNull() - Method in class org.plasma.query.dsl.PathNode
 
isNull() - Method in class org.plasma.query.model.Property
 
isNull() - Method in interface org.plasma.query.PathProperty
Returns a boolean expression where this property is equal to null.
isNullable() - Method in interface commonj.sdo.Property
Returns whether or not instances of this property can be set to null.
isNullable() - Method in class org.plasma.provisioning.Property
Gets the value of the nullable property.
isNullable() - Method in class org.plasma.sdo.core.CoreProperty
Returns whether or not instances of this property can be set to null.
isNullable() - Method in class org.plasma.sdo.repository.Property
 
isNullable() - Method in class org.plasma.text.ddl.Column
Gets the value of the nullable property.
isNullable() - Method in class org.plasma.xml.sdox.Property
Gets the value of the nullable property.
isOpen() - Method in interface commonj.sdo.Type
Indicates if this Type allows any form of open content.
isOpen() - Method in class org.plasma.sdo.core.CoreType
Indicates if this Type allows any form of open content.
isOpen() - Method in class org.plasma.xml.sdox.Type
Gets the value of the open property.
isOpenContent() - Method in interface commonj.sdo.Property
Returns whether or not this is an open content Property.
isOpenContent() - Method in class org.plasma.sdo.core.CoreProperty
Returns whether or not this is an open content Property.
isOtherAllowed(char) - Static method in class org.plasma.provisioning.rdb.ConverterSupport
 
isPk(Table, Column) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
isPrefixDeclared(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
isPrefixDeclared(String) - Method in interface javanet.staxutils.ExtendedNamespaceContext
Determines if the specified prefix is declared within this context, irrespective of any ancestor contexts.
isPrefixDeclared(String) - Method in class javanet.staxutils.SimpleNamespaceContext
Determines if the specified prefix is declared within this context, irrespective of any ancestor contexts.
isProcessingInstruction() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isProcessingInstruction(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isProcessingInstruction(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isProcessingInstruction(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isPropertySupported(String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
isPropertySupported(String) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
isPunctuation(char) - Static method in class org.plasma.provisioning.rdb.ConverterSupport
 
isQueryProperty() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
isReadOnly() - Method in interface commonj.sdo.Property
Returns true if values for this Property cannot be modified using the SDO APIs.
isReadOnly() - Method in class javanet.staxutils.helpers.ElementContext
Whether this context may be edited or not.
isReadOnly() - Method in class org.plasma.provisioning.Property
Gets the value of the readOnly property.
isReadOnly() - Method in class org.plasma.sdo.core.CoreProperty
Returns true if values for this Property cannot be modified using the SDO APIs.
isReadOnly() - Method in class org.plasma.xml.sdox.Property
Gets the value of the readOnly property.
isRelation(DataObject, DataObject, AssociationPath) - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
isRelation(PlasmaType, AssociationPath) - Method in class org.plasma.sdo.core.CoreType
 
isRelation(PlasmaType, AssociationPath) - Method in interface org.plasma.sdo.PlasmaType
Returns true if the given type is linked or related to this type across any number of traversals or hops as qualified by the given relation path type.
isRelation(Classifier, AssociationPath) - Method in class org.plasma.sdo.repository.Classifier
 
isRelation(Classifier, Classifier, AssociationPath) - Method in class org.plasma.sdo.repository.RelationCache
 
isRequired() - Method in class org.plasma.xml.wsdl.v11.TExtensibilityElement
Gets the value of the required property.
isRequired() - Method in class org.plasma.xml.wsdl.v20.ExtensionElement
Gets the value of the required property.
isRequired() - Method in class org.plasma.xml.wsdl.v20.http.Header
Gets the value of the required property.
isRequired() - Method in class org.plasma.xml.wsdl.v20.soap.Header
Gets the value of the required property.
isRequired() - Method in class org.plasma.xml.wsdl.v20.soap.Module
Gets the value of the required property.
isRoot() - Method in class javanet.staxutils.helpers.ElementContext
Determines if this context has an enclosing context or not.
isRoot - Variable in class org.plasma.query.dsl.PathNode
 
isRoot() - Method in class org.plasma.query.dsl.PathNode
 
isRootContext() - Method in class javanet.staxutils.SimpleNamespaceContext
Determines if this is a root context.
isSafe() - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Gets the value of the safe property.
isSequenced() - Method in interface commonj.sdo.Type
Indicates if this Type specifies Sequenced DataObjects.
isSequenced() - Method in class org.plasma.sdo.core.CoreType
Indicates if this Type specifies Sequenced DataObjects.
isSequenced() - Method in class org.plasma.xml.sdox.Type
Gets the value of the sequenced property.
isSet() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns whether or not the property is set.
isSet(String) - Method in interface commonj.sdo.DataObject
Returns whether a property of either this object or an object reachable from it, as identified by the specified path, is considered to be set.
isSet(int) - Method in interface commonj.sdo.DataObject
Returns whether the the property at the specified index in property list of this object's type, is considered to be set.
isSet(Property) - Method in interface commonj.sdo.DataObject
Returns whether the property of the object is considered to be set.
isSet(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
isSet(int) - Method in class org.plasma.sdo.core.CoreDataObject
 
isSet(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
isSet() - Method in class org.plasma.sdo.core.CoreSetting
Returns whether or not the property is set.
isSet() - Method in class org.plasma.sdo.xpath.XPathDataProperty
 
isSetAutoIncrement() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the autoIncrement property is set.
isSetAutoIncrement() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the autoIncrement property is set.
isSetBanner() - Method in class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
Returns true if the banner property is set.
isSetBanner() - Method in interface org.plasma.provisioning.rdb.oracle.any.sys.Version
Returns true if the banner property is set.
isSetBanner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
Returns true if the banner property is set.
isSetBanner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Version
Returns true if the banner property is set.
isSetCharacterSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the characterSetName property is set.
isSetCharacterSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the characterSetName property is set.
isSetCharacterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the characterSetName property is set.
isSetCharacterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the characterSetName property is set.
isSetCharacterSetName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the characterSetName property is set.
isSetCharacterSetName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the characterSetName property is set.
isSetCharMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the charMaxLength property is set.
isSetCharMaxLength() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the charMaxLength property is set.
isSetColumn_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the column_id property is set.
isSetColumn_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the column_id property is set.
isSetColumn_id() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the column_id property is set.
isSetColumn_id() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the column_id property is set.
isSetColumnComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the columnComment property is set.
isSetColumnComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the columnComment property is set.
isSetColumnKey() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the columnKey property is set.
isSetColumnKey() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the columnKey property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the columnName property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the columnName property is set.
isSetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns true if the columnName property is set.
isSetColumnType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the columnType property is set.
isSetColumnType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the columnType property is set.
isSetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns true if the comments property is set.
isSetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns true if the comments property is set.
isSetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns true if the comments property is set.
isSetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns true if the comments property is set.
isSetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns true if the comments property is set.
isSetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns true if the comments property is set.
isSetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns true if the comments property is set.
isSetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns true if the comments property is set.
isSetConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the constraint property is set.
isSetConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the constraint property is set.
isSetConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the constraintName property is set.
isSetConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the constraintName property is set.
isSetConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns true if the constraintName property is set.
isSetConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns true if the constraintName property is set.
isSetConstraintType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns true if the constraintType property is set.
isSetConstraintType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns true if the constraintType property is set.
isSetConstraintType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the constraintType property is set.
isSetConstraintType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the constraintType property is set.
isSetDataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the dataDefault property is set.
isSetDataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the dataDefault property is set.
isSetDataDefault() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the dataDefault property is set.
isSetDataDefault() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the dataDefault property is set.
isSetDataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the dataLength property is set.
isSetDataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the dataLength property is set.
isSetDataLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the dataLength property is set.
isSetDataLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the dataLength property is set.
isSetDataPrecision() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the dataPrecision property is set.
isSetDataPrecision() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the dataPrecision property is set.
isSetDataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the dataPrecision property is set.
isSetDataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the dataPrecision property is set.
isSetDataPrecision() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the dataPrecision property is set.
isSetDataPrecision() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the dataPrecision property is set.
isSetDataScale() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the dataScale property is set.
isSetDataScale() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the dataScale property is set.
isSetDataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the dataScale property is set.
isSetDataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the dataScale property is set.
isSetDataScale() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the dataScale property is set.
isSetDataScale() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the dataScale property is set.
isSetDataType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the dataType property is set.
isSetDataType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the dataType property is set.
isSetDataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the dataType property is set.
isSetDataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the dataType property is set.
isSetDataType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the dataType property is set.
isSetDataType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the dataType property is set.
isSetDeleteRule() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the deleteRule property is set.
isSetDeleteRule() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the deleteRule property is set.
isSetEditioningView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the editioningView property is set.
isSetEditioningView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the editioningView property is set.
isSetIndexName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the indexName property is set.
isSetIndexName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the indexName property is set.
isSetIndexOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the indexOwner property is set.
isSetIndexOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the indexOwner property is set.
isSetIsUpdatable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns true if the isUpdatable property is set.
isSetIsUpdatable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns true if the isUpdatable property is set.
isSetName() - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Returns true if the name property is set.
isSetName() - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Returns true if the name property is set.
isSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Returns true if the name property is set.
isSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Returns true if the name property is set.
isSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Returns true if the name property is set.
isSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the name property is set.
isSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns true if the name property is set.
isSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Returns true if the name property is set.
isSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the name property is set.
isSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns true if the name property is set.
isSetNullable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the nullable property is set.
isSetNullable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the nullable property is set.
isSetNullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the nullable property is set.
isSetNullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the nullable property is set.
isSetNullable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the nullable property is set.
isSetNullable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the nullable property is set.
isSetOctetMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the octetMaxLength property is set.
isSetOctetMaxLength() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the octetMaxLength property is set.
isSetOidText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the oidText property is set.
isSetOidText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the oidText property is set.
isSetOidTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the oidTextLength property is set.
isSetOidTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the oidTextLength property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns true if the owner property is set.
isSetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns true if the owner property is set.
isSetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns true if the owner property is set.
isSetReadOnly() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the readOnly property is set.
isSetReadOnly() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the readOnly property is set.
isSetRefConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the refConstraintName property is set.
isSetRefConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the refConstraintName property is set.
isSetReferencedColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the referencedColumnName property is set.
isSetReferencedColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the referencedColumnName property is set.
isSetReferencedTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the referencedTableName property is set.
isSetReferencedTableName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the referencedTableName property is set.
isSetReferencedTableSchema() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the referencedTableSchema property is set.
isSetReferencedTableSchema() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the referencedTableSchema property is set.
isSetRefOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the refOwner property is set.
isSetRefOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the refOwner property is set.
isSetSearchCondition() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the searchCondition property is set.
isSetSearchCondition() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the searchCondition property is set.
isSetSuperviewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the superviewName property is set.
isSetSuperviewName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the superviewName property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Returns true if the table property is set.
isSetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Returns true if the table property is set.
isSetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns true if the table property is set.
isSetTableColumn() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableColumn property is set.
isSetTableColumn() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableColumn property is set.
isSetTableColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the tableColumn property is set.
isSetTableColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the tableColumn property is set.
isSetTableColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the tableColumnComment property is set.
isSetTableColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the tableColumnComment property is set.
isSetTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableColumnConstraint property is set.
isSetTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableColumnConstraint property is set.
isSetTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the tableColumnConstraint property is set.
isSetTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the tableColumnConstraint property is set.
isSetTableColumnKeyUsage() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableColumnKeyUsage property is set.
isSetTableColumnKeyUsage() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableColumnKeyUsage property is set.
isSetTableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableComment property is set.
isSetTableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns true if the tableComment property is set.
isSetTableComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableComment property is set.
isSetTableComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns true if the tableComment property is set.
isSetTableComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the tableComment property is set.
isSetTableComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the tableComment property is set.
isSetTableConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableConstraint property is set.
isSetTableConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableConstraint property is set.
isSetTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableName property is set.
isSetTableName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableName property is set.
isSetTableName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Returns true if the tableName property is set.
isSetTableName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Returns true if the tableName property is set.
isSetTableType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the tableType property is set.
isSetTableType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the tableType property is set.
isSetTableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Returns true if the tableType property is set.
isSetTableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns true if the tableType property is set.
isSetTableType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Returns true if the tableType property is set.
isSetTableType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns true if the tableType property is set.
isSetText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the text property is set.
isSetText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the text property is set.
isSetTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the textLength property is set.
isSetTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the textLength property is set.
isSetTypeText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the typeText property is set.
isSetTypeText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the typeText property is set.
isSetTypeTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the typeTextLength property is set.
isSetTypeTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the typeTextLength property is set.
isSetValue() - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Returns true if the value property is set.
isSetValue() - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Returns true if the value property is set.
isSetValue() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Returns true if the value property is set.
isSetValue() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Returns true if the value property is set.
isSetView() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Returns true if the view property is set.
isSetView() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Returns true if the view property is set.
isSetView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Returns true if the view property is set.
isSetView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Returns true if the view property is set.
isSetView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Returns true if the view property is set.
isSetView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Returns true if the view property is set.
isSetView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Returns true if the view property is set.
isSetView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Returns true if the view property is set.
isSetViewColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the viewColumn property is set.
isSetViewColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the viewColumn property is set.
isSetViewColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the viewColumnComment property is set.
isSetViewColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the viewColumnComment property is set.
isSetViewComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the viewComment property is set.
isSetViewComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the viewComment property is set.
isSetViewDefinition() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Returns true if the viewDefinition property is set.
isSetViewDefinition() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Returns true if the viewDefinition property is set.
isSetViewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the viewName property is set.
isSetViewName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the viewName property is set.
isSetViewType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the viewType property is set.
isSetViewType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the viewType property is set.
isSetViewTypeOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Returns true if the viewTypeOwner property is set.
isSetViewTypeOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Returns true if the viewTypeOwner property is set.
isSpecified() - Method in class javanet.staxutils.events.AttributeEvent
 
isStandalone() - Method in class javanet.staxutils.events.StartDocumentEvent
 
isStartDocument() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isStartElement() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isStartElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isSubType(PlasmaType) - Method in class org.plasma.sdo.core.CoreType
Returns true if the given type is a specialization or inherits from this type.
isSubType(PlasmaType) - Method in interface org.plasma.sdo.PlasmaType
Returns true if the given type is a specialization or inherits from this type.
isTerminated() - Method in class org.plasma.sdo.xml.Marshaller.PathNode
 
isText(Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
isText(Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
isText(Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
isUnique() - Method in class org.plasma.text.ddl.Index
Gets the value of the unique property.
isUpdatable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Returns a DSL data element for property, isUpdatable.
isValidate() - Method in class org.plasma.sdo.xml.DefaultOptions
 
isValidate() - Method in interface org.plasma.sdo.xml.XMLOptions
Returns whether to perform XML Schema (XSD) validation when reading XML input.
isValues() - Method in class org.plasma.query.model.Property
 
isWhiteSpace() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isWhiteSpace() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
isXMLAttribute() - Method in class org.plasma.sdo.core.CoreProperty
 
isXMLAttribute() - Method in interface org.plasma.sdo.PlasmaProperty
Returns true if this property is rendered within an XML document as an XML attribute.
isXMLDeclaration() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML declaration of the document.
isXMLDeclaration() - Method in class org.plasma.sdo.core.CoreXMLDocument
 
isXmlElement() - Method in class org.plasma.xml.sdox.XMLInfo
Gets the value of the xmlElement property.
isXPath(String) - Static method in class org.plasma.sdo.xpath.DefaultXPath
 
isXPath(String) - Static method in class org.plasma.sdo.xpath.XPathDetector
 
isXSD(Type) - Method in interface commonj.sdo.helper.XSDHelper
Indicates if this helper contains XSD information for the specified type.
isXSD(Type) - Method in class org.plasma.sdo.helper.PlasmaXSDHelper
 
itemType - Variable in class org.plasma.xml.schema.List
 
iterator() - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 

J

javanet.staxutils - package javanet.staxutils
Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications.
javanet.staxutils.error - package javanet.staxutils.error
Provides useful Exception classes and utilties for error handling and reporting.
javanet.staxutils.events - package javanet.staxutils.events
Provides common XMLEvent implementations and related classes.
javanet.staxutils.helpers - package javanet.staxutils.helpers
Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations.
javanet.staxutils.io - package javanet.staxutils.io
Utilities for reading and writing XML from various sources.
JAVAX_JDO_OPTION_CONNECTIONDRIVERNAME - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
JAVAX_JDO_OPTION_CONNECTIONFACTORYNAME - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
JAVAX_JDO_OPTION_CONNECTIONPASSWORD - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
JAVAX_JDO_OPTION_CONNECTIONURL - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
JAVAX_JDO_OPTION_CONNECTIONUSERNAME - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  
JAXP_NO_NAMESPACE_SCHEMA_SOURCE - Static variable in interface org.plasma.sdo.xml.XMLConstants
 
JAXP_SCHEMA_LANGUAGE - Static variable in interface org.plasma.sdo.xml.XMLConstants
 
JAXP_SCHEMA_SOURCE - Static variable in interface org.plasma.sdo.xml.XMLConstants
 
JDBC_DATASOURCE_NAME - Static variable in class org.plasma.config.ConfigurationConstants
The fully qualified JNDI name of the JDBC datasource
JDBC_DRIVER_NAME - Static variable in class org.plasma.config.ConfigurationConstants
The fully qualified Java class name of the JDBC driver
JDBC_PASSWORD - Static variable in class org.plasma.config.ConfigurationConstants
The user password
JDBC_PROVIDER_NAME - Static variable in class org.plasma.config.ConfigurationConstants
The fully qualified Java class name of the connection pool or data source provider
JDBC_PROVIDER_PROPERTY_PREFIX - Static variable in class org.plasma.config.ConfigurationConstants
 
JDBC_URL - Static variable in class org.plasma.config.ConfigurationConstants
The driver specific JDBC connection URL
JDBC_USER - Static variable in class org.plasma.config.ConfigurationConstants
The user name
JDBC_VENDOR - Static variable in class org.plasma.config.ConfigurationConstants
The name of the JDBC vendor
JDBCPojoDataAccessClient - Class in org.plasma.sdo.access.client
 
JDBCPojoDataAccessClient() - Constructor for class org.plasma.sdo.access.client.JDBCPojoDataAccessClient
 
jdbcType - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
JDBCType - Enum in org.plasma.text.ddl
Java class for JDBCType.
Jdo - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Jdo() - Constructor for class org.plasma.sdo.access.provider.jdo.Jdo
 
JDOAssembler - Class in org.plasma.text.lang3gl.java
 
JDOAssembler(Model, Lang3GLFactory, Lang3GLOperation, File) - Constructor for class org.plasma.text.lang3gl.java.JDOAssembler
 
JDOClassFactory - Class in org.plasma.text.lang3gl.java
 
JDOClassFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.JDOClassFactory
 
JDOClassNameResolver - Class in org.plasma.text.lang3gl.java
 
JDOClassNameResolver() - Constructor for class org.plasma.text.lang3gl.java.JDOClassNameResolver
 
JDODataBinding - Class in org.plasma.sdo.access.provider.jdo
 
JDODataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
JDODefaultFactory - Class in org.plasma.text.lang3gl.java
 
JDODefaultFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.JDODefaultFactory
 
JDOFactory - Class in org.plasma.text.lang3gl.java
 
JDOFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.JDOFactory
 
JDOInterfaceFactory - Class in org.plasma.text.lang3gl.java
 
JDOInterfaceFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.JDOInterfaceFactory
 
JDOInterfaceNameResolver - Class in org.plasma.text.lang3gl.java
 
JDOInterfaceNameResolver() - Constructor for class org.plasma.text.lang3gl.java.JDOInterfaceNameResolver
 
JDOModelAssembler - Class in org.plasma.sdo.access.provider.jdo
 
JDOModelAssembler(Model) - Constructor for class org.plasma.sdo.access.provider.jdo.JDOModelAssembler
 
JDOPojoDataAccessClient - Class in org.plasma.sdo.access.client
 
JDOPojoDataAccessClient() - Constructor for class org.plasma.sdo.access.client.JDOPojoDataAccessClient
 
join - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
join - Variable in class org.plasma.sdo.access.provider.jdo.Inheritance
 
Join - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Join() - Constructor for class org.plasma.sdo.access.provider.jdo.Join
 
join - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Join - Class in org.plasma.text.ddl
Java class for join complex type.
Join() - Constructor for class org.plasma.text.ddl.Join
 
joins - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
joins - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
joins - Variable in class org.plasma.text.ddl.Fk
 
JPA_METADATA_INIT_ON_STARTUP - Static variable in interface org.plasma.sdo.access.model.EntityConstants
Deprecated.  

K

Key - Class in org.plasma.provisioning
This stereotype tags or annotates a UML property as representing some type of key within a data store, data transfer or transient storage medium.
Key() - Constructor for class org.plasma.provisioning.Key
 
key - Variable in class org.plasma.provisioning.Property
 
key - Variable in class org.plasma.provisioning.PropertyAppInfo
 
key - Variable in class org.plasma.provisioning.Sort
 
key - Variable in class org.plasma.sdo.access.provider.jdo.Extension
 
key - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
Key - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Key() - Constructor for class org.plasma.sdo.access.provider.jdo.Key
 
key - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Key - Interface in org.plasma.sdo
This stereotype tags or annotates a UML property as representing some type of key within a data store, data transfer or transient storage medium.
KEY - Static variable in class org.plasma.sdo.profile.SDOSort
A key used to determine the ordering of properties within a class or entity.
Key - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Key() - Constructor for class org.plasma.xml.xslt.Key
 
Keybase - Class in org.plasma.xml.schema
Java class for keybase complex type.
Keybase() - Constructor for class org.plasma.xml.schema.Keybase
 
Keyref - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Keyref() - Constructor for class org.plasma.xml.schema.Keyref
 
KeyType - Enum in org.plasma.provisioning
Java class for KeyType.
keyType - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
KeyType - Enum in org.plasma.sdo.profile
This enumeration specifies the set of key types possible for any UML Property tagged with the SDOKey stereotype.

L

lang - Variable in class org.plasma.xml.xslt.Number
 
lang - Variable in class org.plasma.xml.xslt.Sort
 
lang - Variable in class org.plasma.xml.xslt.Text
 
Lang3GLAssembler - Interface in org.plasma.text.lang3gl
 
Lang3GLContentFactory - Interface in org.plasma.text.lang3gl
 
Lang3GLContext - Interface in org.plasma.text.lang3gl
Represents language preferences
Lang3GLDialect - Enum in org.plasma.text.lang3gl
 
Lang3GLFactory - Interface in org.plasma.text.lang3gl
 
Lang3GLOperation - Enum in org.plasma.text.lang3gl
 
language - Variable in class org.plasma.provisioning.Behavior
 
language - Variable in class org.plasma.query.model.TextContent
 
language - Variable in class org.plasma.sdo.access.provider.jdo.Query
 
lastStart - Variable in class javanet.staxutils.BaseXMLEventWriter
Reference to the last StartElement sent.
le(Object) - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is less than or equal to the given literal.
le(Object) - Method in class org.plasma.query.dsl.DataNode
 
le(String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than or equal to to the given literal.
le(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than or equal to to the given literal.
le(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than or equal to to the given literal.
le(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than or equal to to the given literal.
le(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than or equal to to the given literal.
le(Object) - Method in class org.plasma.query.model.Property
 
left() - Static method in class org.plasma.query.model.Expression
Returns a simple 1-term expression containing a group operator, ).
left - Variable in class org.plasma.sdo.PlasmaDataLink
 
length - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
letterValue - Variable in class org.plasma.xml.xslt.Number
 
level - Variable in class org.plasma.xml.xslt.Number
 
lexicalHandler - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
 
like(String) - Method in interface org.plasma.query.DataProperty
Returns a wildcard expression where this property is like the given literal, and the literal may contain any number of wildcards, the wildcard character being '*'
like(String) - Method in class org.plasma.query.dsl.DataNode
 
like(String, Object) - Static method in class org.plasma.query.model.Expression
Returns a wildcard expression "triad", where the given property is like the given literal, and the literal may contain any number of wildcards, the wildcard character being '*'
like(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns a wildcard expression "triad", where the given property is like the given literal, and the literal may contain any number of wildcards, the wildcard character being '*'
like(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns a wildcard expression "triad", where the given property is like the given literal, and the literal may contain any number of wildcards, the wildcard character being '*'
like(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns a wildcard expression "triad", where the given property is like the given literal, and the literal may contain any number of wildcards, the wildcard character being '*'
like(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns a wildcard expression "triad", where the given property is like the given literal, and the literal may contain any number of wildcards, the wildcard character being '*'
like(String) - Method in class org.plasma.query.model.Property
 
line - Variable in class org.plasma.sdo.xml.StreamNode
 
LINE_SEP - Static variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
LINE_SEP - Static variable in class org.plasma.text.lang3gl.java.DefaultFactory
 
list - Variable in class org.plasma.xml.schema.AbstractSimpleType
 
List - Class in org.plasma.xml.schema
itemType attribute and simpleType child are mutually exclusive, but one or other is required
List() - Constructor for class org.plasma.xml.schema.List
 
ListEventConsumer - Class in javanet.staxutils.helpers
XMLEventConsumer that stores all added events in a List.
ListEventConsumer() - Constructor for class javanet.staxutils.helpers.ListEventConsumer
 
ListEventConsumer(List) - Constructor for class javanet.staxutils.helpers.ListEventConsumer
Constructs an instance that adds events to the provided list.
ListEventReader - Class in javanet.staxutils.helpers
XMLEventReader that reads events from a List.
ListEventReader(List) - Constructor for class javanet.staxutils.helpers.ListEventReader
Constructs a ListEventReader that reads events from the provided List.
Literal - Class in org.plasma.query.model
 
Literal() - Constructor for class org.plasma.query.model.Literal
 
Literal(String) - Constructor for class org.plasma.query.model.Literal
 
Literal(BigDecimal) - Constructor for class org.plasma.query.model.Literal
 
Literal(Date) - Constructor for class org.plasma.query.model.Literal
 
Literal(Short) - Constructor for class org.plasma.query.model.Literal
 
Literal(Integer) - Constructor for class org.plasma.query.model.Literal
 
Literal(Long) - Constructor for class org.plasma.query.model.Literal
 
Literal(BigInteger) - Constructor for class org.plasma.query.model.Literal
 
Literal(Float) - Constructor for class org.plasma.query.model.Literal
 
Literal(Double) - Constructor for class org.plasma.query.model.Literal
 
literal - Variable in class org.plasma.query.model.Term
 
load(String) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the input String.
load(InputStream) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputStream.
load(InputStream, String, Object) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputStream.
load(Reader, String, Object) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputReader.
load(Source, String, Object) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputSource.
load(String) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Creates and returns an XMLDocument from the input String.
load(InputStream) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Creates and returns an XMLDocument from the inputStream.
load(InputStream, String, Object) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Creates and returns an XMLDocument from the inputStream.
load(Reader, String, Object) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Creates and returns an XMLDocument from the inputReader.
load(Source, String, Object) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Creates and returns an XMLDocument from the inputSource.
loadClass(Class_) - Method in class org.plasma.sdo.repository.PlasmaRepository
 
loadFetchGroup - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
loadFetchGroup - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
LOCAL_NAME - Static variable in class org.plasma.sdo.profile.SDOAlias
Associates a given UML element with a data transfer or transient storage element.
LOCAL_NAME_ALIAS_NAME - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_DATATYPE - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_EMBEDDED_KEY - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_KEY - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_KEY_TYPE - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_MANY - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_NAME - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_OPPOSITE_PROPERTY - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_ORPHAN_HOLDER - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_PROPERTY_TYPE - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_READ_ONLY - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_SEQUENCE - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LOCAL_NAME_STRING - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
LocalComplexType - Class in org.plasma.xml.schema
Java class for localComplexType complex type.
LocalComplexType() - Constructor for class org.plasma.xml.schema.LocalComplexType
 
LocalElement - Class in org.plasma.xml.schema
Java class for localElement complex type.
LocalElement() - Constructor for class org.plasma.xml.schema.LocalElement
 
localName - Variable in class org.plasma.config.Binding
 
localName - Variable in class org.plasma.provisioning.Alias
 
LocalSimpleType - Class in org.plasma.xml.schema
Java class for localSimpleType complex type.
LocalSimpleType() - Constructor for class org.plasma.xml.schema.LocalSimpleType
 
location - Variable in class javanet.staxutils.events.AbstractXMLEvent
The event location.
location - Variable in class javanet.staxutils.events.BaseXMLEventFactory
The current location registered with the factory.
location - Variable in class org.plasma.xml.wsdl.v11.http.Address
 
location - Variable in class org.plasma.xml.wsdl.v11.http.Operation
 
location - Variable in class org.plasma.xml.wsdl.v11.soap.Address
 
location - Variable in class org.plasma.xml.wsdl.v11.TImport
 
location - Variable in class org.plasma.xml.wsdl.v20.Import
 
location - Variable in class org.plasma.xml.wsdl.v20.Include
 
LockedEntityEJBException - Exception in org.plasma.sdo.access.service
 
LockedEntityEJBException(LockedEntityException) - Constructor for exception org.plasma.sdo.access.service.LockedEntityEJBException
 
LockedEntityException - Exception in org.plasma.sdo.access
 
LockedEntityException(String, String, Date) - Constructor for exception org.plasma.sdo.access.LockedEntityException
 
log - Static variable in class org.plasma.common.naming.ServiceLocator
 
logAddition(Object) - Method in class org.plasma.sdo.access.model.DefaultEntityListener
 
logDeletion(Object) - Method in class org.plasma.sdo.access.model.DefaultEntityListener
 
logging - Variable in class org.plasma.xml.sdox.ChangeSummaryType
 
logicalName - Variable in class org.plasma.config.Binding
 
logicalNameConflict(Class, String) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
LogicalOperator - Class in org.plasma.query.model
 
LogicalOperator() - Constructor for class org.plasma.query.model.LogicalOperator
 
LogicalOperator(String) - Constructor for class org.plasma.query.model.LogicalOperator
 
LogicalOperator(LogicalOperatorValues) - Constructor for class org.plasma.query.model.LogicalOperator
 
logicalOperator - Variable in class org.plasma.query.model.Term
 
LogicalOperatorValues - Enum in org.plasma.query.model
Java class for BooleanOperatorValues.
lowerCase() - Method in class org.plasma.query.dsl.DataNode
 
lowerCase() - Method in class org.plasma.query.model.Property
 
lowerCase() - Method in interface org.plasma.query.StringDataProperty
Constructs a function, which returns the lower case for the string data, and returns this data property for use in subsequent operations
lt(Object) - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is less than the given literal.
lt(Object) - Method in class org.plasma.query.dsl.DataNode
 
lt(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than to the given literal.
lt(String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than to the given literal.
lt(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than to the given literal.
lt(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than to the given literal.
lt(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is less than to the given literal.
lt(Object) - Method in class org.plasma.query.model.Property
 

M

main(String[]) - Static method in class org.plasma.provisioning.cli.DDLTool
Deprecated.  
main(String[]) - Static method in class org.plasma.provisioning.cli.DSLTool
 
main(String[]) - Static method in class org.plasma.provisioning.cli.QueryTool
 
main(String[]) - Static method in class org.plasma.provisioning.cli.RDBTool
Command line entry point.
main(String[]) - Static method in class org.plasma.provisioning.cli.SDOTool
 
main(String[]) - Static method in class org.plasma.provisioning.cli.XSDTool
 
many - Variable in class org.plasma.provisioning.Property
 
many - Variable in class org.plasma.xml.sdox.Property
 
map - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
Map - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Map() - Constructor for class org.plasma.sdo.access.provider.jdo.Map
 
map - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
mappedBy - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
mappedBy - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
mappedBy - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
mappedBy - Variable in class org.plasma.sdo.access.provider.jdo.Order
 
mappedBy - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
mappedBy - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
mapType(XSDBuiltInType) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
marshal(OutputStream) - Method in class org.plasma.config.PlasmaConfig
 
marshal(Object) - Method in class org.plasma.config.PlasmaConfigDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.config.PlasmaConfigDataBinding
 
marshal(Object) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
marshal(Object, OutputStream, boolean) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
marshal(Object) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
marshal(Object) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
marshal(Object, OutputStream, boolean) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
marshal(OutputStream) - Method in class org.plasma.sdo.xml.StreamMarshaller
 
marshal(Writer) - Method in class org.plasma.sdo.xml.StreamMarshaller
 
marshal(Result) - Method in class org.plasma.sdo.xml.StreamMarshaller
 
marshal(Object) - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
marshal(Object) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
marshal(Object, OutputStream, boolean) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
marshal(Object) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
marshal(Object, OutputStream, boolean) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
marshal(Object) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
marshal(Object) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
marshal(Object, OutputStream) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
Marshaller - Class in org.plasma.sdo.xml
An data-graph traversal based assembler/builder abstract superclass.
Marshaller(MarshallerFlavor, XMLDocument) - Constructor for class org.plasma.sdo.xml.Marshaller
 
Marshaller(XMLDocument, XMLOptions) - Constructor for class org.plasma.sdo.xml.Marshaller
 
Marshaller.PathNode - Class in org.plasma.sdo.xml
 
Marshaller.PathNode(DataObject, Object, DataObject, Property) - Constructor for class org.plasma.sdo.xml.Marshaller.PathNode
 
Marshaller.PathNode(DataObject, DataObject, Property) - Constructor for class org.plasma.sdo.xml.Marshaller.PathNode
 
MarshallerException - Exception in org.plasma.sdo.xml
 
MarshallerException(String) - Constructor for exception org.plasma.sdo.xml.MarshallerException
 
MarshallerException(Throwable) - Constructor for exception org.plasma.sdo.xml.MarshallerException
 
MarshallerFlavor - Enum in org.plasma.sdo.xml
Indicates a category or type of marshaler.
MarshallerRuntimeException - Exception in org.plasma.sdo.xml
 
MarshallerRuntimeException() - Constructor for exception org.plasma.sdo.xml.MarshallerRuntimeException
 
MarshallerRuntimeException(Throwable) - Constructor for exception org.plasma.sdo.xml.MarshallerRuntimeException
 
MarshallerRuntimeException(String) - Constructor for exception org.plasma.sdo.xml.MarshallerRuntimeException
 
match - Variable in class org.plasma.xml.xslt.Key
 
match - Variable in class org.plasma.xml.xslt.Template
 
matchAttributes(Iterator, Iterator) - Static method in class javanet.staxutils.helpers.EventMatcher
Iterates over two sets of Attributes and determines if both contain matching attributes.
matches(XMLEvent) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
matches(XMLEvent) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
Determines if this event matches another event, irrespective of document location.
matchNamespaces(Iterator, Iterator) - Static method in class javanet.staxutils.helpers.EventMatcher
Iterates over two sets of Namespaces and determines if both contain matching namespaces.
max() - Method in interface org.plasma.query.DataProperty
Constructs a maximum aggregate within this data property and returns the data property for use in subsequent operations
max() - Method in class org.plasma.query.dsl.DataNode
 
max() - Method in class org.plasma.query.model.Property
 
MAX_EXCLUSIVE - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the upper bounds for numeric values (the value must be less than this value).
MAX_INCLUSIVE - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the upper bounds for numeric values (the value must be less than or equal to this value).
MAX_LENGTH - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the maximum number of characters or list items allowed.
MAX_RESULTS - Static variable in interface org.plasma.query.model.QueryConstants
 
MAX_WILDCARDS - Static variable in interface org.plasma.query.model.QueryConstants
 
maxExclusive - Variable in class org.plasma.provisioning.ValueConstraint
 
maxInclusive - Variable in class org.plasma.provisioning.ValueConstraint
 
maxLength - Variable in class org.plasma.provisioning.ValueConstraint
 
maxOccurs - Variable in class org.plasma.xml.schema.AbstractElement
 
maxOccurs - Variable in class org.plasma.xml.schema.AbstractGroup
 
maxOccurs - Variable in class org.plasma.xml.schema.Any
 
MaxResultsExceededException - Exception in org.plasma.sdo.access
 
MaxResultsExceededException(int, int) - Constructor for exception org.plasma.sdo.access.MaxResultsExceededException
 
maxValue - Variable in class org.plasma.config.SequenceConfiguration
 
MaxWildcardsExceededException - Exception in org.plasma.query
 
MaxWildcardsExceededException() - Constructor for exception org.plasma.query.MaxWildcardsExceededException
 
mediaType - Variable in class org.plasma.xml.xslt.Output
 
memberTypes - Variable in class org.plasma.xml.schema.Union
 
mergeAttributes(StartElement, Iterator, XMLEventFactory) - Static method in class javanet.staxutils.XMLStreamUtils
Constructs a new StartElement that merges the attributes and namespaces found in the specified StartElement, with the provided attributes.
message - Variable in class org.plasma.xml.wsdl.v11.soap.Header
 
message - Variable in class org.plasma.xml.wsdl.v11.soap.Headerfault
 
message - Variable in class org.plasma.xml.wsdl.v11.TFault
 
message - Variable in class org.plasma.xml.wsdl.v11.TParam
 
Message - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Message() - Constructor for class org.plasma.xml.xslt.Message
 
messageLabel - Variable in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
 
messageLabel - Variable in class org.plasma.xml.wsdl.v20.BindingOperationMessageType
 
messageLabel - Variable in class org.plasma.xml.wsdl.v20.MessageRefFaultType
 
messageLabel - Variable in class org.plasma.xml.wsdl.v20.MessageRefType
 
MessageRefFaultType - Class in org.plasma.xml.wsdl.v20
Java class for MessageRefFaultType complex type.
MessageRefFaultType() - Constructor for class org.plasma.xml.wsdl.v20.MessageRefFaultType
 
MessageRefType - Class in org.plasma.xml.wsdl.v20
Java class for MessageRefType complex type.
MessageRefType() - Constructor for class org.plasma.xml.wsdl.v20.MessageRefType
 
MetaDataNavigator - Class in org.plasma.sdo.xpath
Supports navigation of SDO Type and Property instances by the Jaxen XPATH engine.
MetaDataNavigator() - Constructor for class org.plasma.sdo.xpath.MetaDataNavigator
 
MetaDataNodeAdapter - Class in org.plasma.sdo.xpath
Wraps a result or "endpoint" of a Jaxen XPATH parse, supplying source traversal information, e.g.
MetaDataNodeAdapter(Type) - Constructor for class org.plasma.sdo.xpath.MetaDataNodeAdapter
 
MetaDataNodeAdapter(Type, Property) - Constructor for class org.plasma.sdo.xpath.MetaDataNodeAdapter
 
MetaDataXPath - Class in org.plasma.sdo.xpath
An XPath implementation for traversal of an SDO Type graph based on Jaxen.
MetaDataXPath(String) - Constructor for class org.plasma.sdo.xpath.MetaDataXPath
 
MetaDataXPath(String, Navigator) - Constructor for class org.plasma.sdo.xpath.MetaDataXPath
 
methods - Variable in class org.plasma.xml.xslt.Output
 
MimeXml - Class in org.plasma.xml.wsdl.v11.mime
Java class for tMimeXml complex type.
MimeXml() - Constructor for class org.plasma.xml.wsdl.v11.mime.MimeXml
 
min() - Method in interface org.plasma.query.DataProperty
Constructs a minimum aggregate within this data property and returns the data property for use in subsequent operations
min() - Method in class org.plasma.query.dsl.DataNode
 
min() - Method in class org.plasma.query.model.Property
 
MIN_EXCLUSIVE - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the lower bounds for numeric values (the value must be greater than this value).
MIN_INCLUSIVE - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the lower bounds for numeric values (the value must be greater than or equal to this value).
MIN_LENGTH - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the minimum number of characters or list items allowed.
minExclusive - Variable in class org.plasma.provisioning.ValueConstraint
 
minExclusivesAndMinInclusivesAndMaxExclusives - Variable in class org.plasma.xml.schema.Restriction
 
minExclusivesAndMinInclusivesAndMaxExclusives - Variable in class org.plasma.xml.schema.RestrictionType
 
MINIMUM_VALUE_SET_ID - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
Defines the set of codes within the overall value set that must be supported by an implementer to be considered compliant
minimumValueSetId - Variable in class org.plasma.provisioning.ValueSetConstraint
 
minInclusive - Variable in class org.plasma.provisioning.ValueConstraint
 
minLength - Variable in class org.plasma.provisioning.ValueConstraint
 
minOccurs - Variable in class org.plasma.xml.schema.AbstractElement
 
minOccurs - Variable in class org.plasma.xml.schema.AbstractGroup
 
minOccurs - Variable in class org.plasma.xml.schema.Any
 
minusSign - Variable in class org.plasma.xml.xslt.DecimalFormat
 
minValue - Variable in class org.plasma.config.SequenceConfiguration
 
mixed - Variable in class org.plasma.xml.schema.AbstractComplexType
 
mixed - Variable in class org.plasma.xml.schema.ComplexContent
 
mode - Variable in class org.plasma.xml.xslt.ApplyTemplates
 
mode - Variable in class org.plasma.xml.xslt.Template
 
Model - Class in org.plasma.provisioning
A container for packages
Model() - Constructor for class org.plasma.provisioning.Model
 
model - Variable in class org.plasma.provisioning.rdb.ConverterSupport
 
ModelAdapter - Class in org.plasma.provisioning.adapter
 
ModelAdapter(Model) - Constructor for class org.plasma.provisioning.adapter.ModelAdapter
 
ModelAppInfo - Class in org.plasma.provisioning
Application specific provisioning information for a model element
ModelAppInfo() - Constructor for class org.plasma.provisioning.ModelAppInfo
 
modelFile - Variable in class org.plasma.provisioning.ant.ProvisioningTask
 
models - Variable in class org.plasma.xml.sdox.BaseDataGraphType
 
ModelsType - Class in org.plasma.xml.sdox
Expected type is emof:Package.
ModelsType() - Constructor for class org.plasma.xml.sdox.ModelsType
 
modified(DataObject, Property, Object) - Method in class org.plasma.sdo.core.CoreChangeSummary
 
modified(DataObject, Property, Object) - Method in interface org.plasma.sdo.PlasmaChangeSummary
Register the given data object as a modified object within this change summary for the given property.
ModifiedObjectCollector - Class in org.plasma.sdo.access.provider.common
 
ModifiedObjectCollector(DataGraph) - Constructor for class org.plasma.sdo.access.provider.common.ModifiedObjectCollector
 
Module - Class in org.plasma.xml.wsdl.v20.soap
Java class for anonymous complex type.
Module() - Constructor for class org.plasma.xml.wsdl.v20.soap.Module
 
move(int, int) - Method in interface commonj.sdo.Sequence
Moves the entry at fromIndex to toIndex.
move(int, int) - Method in class org.plasma.sdo.core.CoreSequence
Moves the entry at fromIndex to toIndex.
MultipartRelated - Class in org.plasma.xml.wsdl.v11.mime
Java class for multipartRelatedType complex type.
MultipartRelated() - Constructor for class org.plasma.xml.wsdl.v11.mime.MultipartRelated
 
mustUnderstand - Variable in class org.plasma.xml.wsdl.v20.soap.Header
 
MySql55Converter - Class in org.plasma.provisioning.rdb
 
MySql55Converter(String[], String[]) - Constructor for class org.plasma.provisioning.rdb.MySql55Converter
 
MySQLFactory - Class in org.plasma.text.ddl
 
MySQLFactory() - Constructor for class org.plasma.text.ddl.MySQLFactory
 
MySqlVersion - Enum in org.plasma.provisioning.rdb
 
MySqlVersionFinder - Class in org.plasma.provisioning.rdb
 
MySqlVersionFinder() - Constructor for class org.plasma.provisioning.rdb.MySqlVersionFinder
 

N

name - Variable in class javanet.staxutils.events.EndElementEvent
The element name.
name - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The entity name.
name - Variable in class javanet.staxutils.events.EntityReferenceEvent
The referenced entity name.
name - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The notation name.
name - Variable in class javanet.staxutils.events.StartElementEvent
The qualified element name.
name - Variable in class org.plasma.common.env.DeploymentRealm
 
name - Variable in class org.plasma.config.Artifact
 
name - Variable in class org.plasma.config.DataAccessProvider
 
name - Variable in class org.plasma.config.Property
 
name - Variable in class org.plasma.provisioning.Behavior
 
name - Variable in class org.plasma.provisioning.Body
 
name - Variable in class org.plasma.provisioning.NamedElement
 
name - Variable in class org.plasma.provisioning.PropertyRef
 
name() - Method in class org.plasma.provisioning.rdb.mysql.any.query.QGlobalVariable
Returns a DSL data element for property, name.
name() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QGlobalVariable
Returns a DSL data element for property, name.
name() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnConstraint
Returns a DSL data element for property, name.
name() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL data element for property, name.
name() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Returns a DSL data element for property, name.
name - Variable in class org.plasma.provisioning.ValueSetConstraint
 
name - Variable in class org.plasma.query.model.Entity
 
name - Variable in class org.plasma.query.model.Function
 
name - Variable in class org.plasma.query.model.FunctionArg
 
name - Variable in class org.plasma.query.model.Projection
 
name - Variable in class org.plasma.query.model.Property
 
name - Variable in class org.plasma.query.model.Query
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
name - Variable in class org.plasma.sdo.access.provider.jdo.FetchGroup
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
name - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Implements
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Package_
 
name - Variable in class org.plasma.sdo.access.provider.jdo.PrimaryKey
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Query
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Sequence
 
name - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
NAME - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
The descriptive name associated with the value set
name - Variable in class org.plasma.sdo.xml.StreamNode
 
name - Variable in class org.plasma.text.ddl.Check
 
name - Variable in class org.plasma.text.ddl.Column
 
name - Variable in class org.plasma.text.ddl.Fk
 
name - Variable in class org.plasma.text.ddl.Index
 
name - Variable in class org.plasma.text.ddl.Pk
 
name - Variable in class org.plasma.text.ddl.Schema
 
name - Variable in class org.plasma.text.ddl.Table
 
name - Variable in class org.plasma.text.ddl.Unique
 
name - Variable in class org.plasma.xml.schema.AbstractAttributeGroup
 
name - Variable in class org.plasma.xml.schema.AbstractComplexType
 
name - Variable in class org.plasma.xml.schema.AbstractElement
 
name - Variable in class org.plasma.xml.schema.AbstractGroup
 
name - Variable in class org.plasma.xml.schema.AbstractSimpleType
 
name - Variable in class org.plasma.xml.schema.Attribute
 
name - Variable in class org.plasma.xml.schema.Keybase
 
name - Variable in class org.plasma.xml.schema.Notation
 
name - Variable in class org.plasma.xml.sdox.Property
 
name - Variable in class org.plasma.xml.sdox.Type
 
name - Variable in class org.plasma.xml.wsdl.v11.Definitions
 
name - Variable in class org.plasma.xml.wsdl.v11.mime.TPart
 
name - Variable in class org.plasma.xml.wsdl.v11.soap.Fault
 
name - Variable in class org.plasma.xml.wsdl.v11.TBinding
 
name - Variable in class org.plasma.xml.wsdl.v11.TBindingOperation
 
name - Variable in class org.plasma.xml.wsdl.v11.TBindingOperationFault
 
name - Variable in class org.plasma.xml.wsdl.v11.TBindingOperationMessage
 
name - Variable in class org.plasma.xml.wsdl.v11.TFault
 
name - Variable in class org.plasma.xml.wsdl.v11.TMessage
 
name - Variable in class org.plasma.xml.wsdl.v11.TOperation
 
name - Variable in class org.plasma.xml.wsdl.v11.TParam
 
name - Variable in class org.plasma.xml.wsdl.v11.TPart
 
name - Variable in class org.plasma.xml.wsdl.v11.TPort
 
name - Variable in class org.plasma.xml.wsdl.v11.TPortType
 
name - Variable in class org.plasma.xml.wsdl.v11.TService
 
name - Variable in class org.plasma.xml.wsdl.v20.Binding
 
name - Variable in class org.plasma.xml.wsdl.v20.Endpoint
 
name - Variable in class org.plasma.xml.wsdl.v20.http.Header
 
name - Variable in class org.plasma.xml.wsdl.v20.Interface
 
name - Variable in class org.plasma.xml.wsdl.v20.InterfaceFaultType
 
name - Variable in class org.plasma.xml.wsdl.v20.InterfaceOperationType
 
name - Variable in class org.plasma.xml.wsdl.v20.Service
 
name - Variable in class org.plasma.xml.xslt.AttributeSet
 
name - Variable in class org.plasma.xml.xslt.AttributeType
 
name - Variable in class org.plasma.xml.xslt.CallTemplate
 
name - Variable in class org.plasma.xml.xslt.DecimalFormat
 
name - Variable in class org.plasma.xml.xslt.Element
 
name - Variable in class org.plasma.xml.xslt.Key
 
name - Variable in class org.plasma.xml.xslt.ProcessingInstruction
 
name - Variable in class org.plasma.xml.xslt.Template
 
name - Variable in class org.plasma.xml.xslt.Variable
 
NamedElement - Class in org.plasma.provisioning
Java class for NamedElement complex type.
NamedElement() - Constructor for class org.plasma.provisioning.NamedElement
 
NamedEntity - Interface in org.plasma.sdo.core
 
Namespace - Class in org.plasma.config
Java class for Namespace complex type.
Namespace() - Constructor for class org.plasma.config.Namespace
 
Namespace - Interface in org.plasma.sdo
This stereotype tags or annotates a UML package as an SDO namespace.
Namespace - Class in org.plasma.sdo.repository
 
namespace - Variable in class org.plasma.xml.schema.Import
 
namespace - Variable in class org.plasma.xml.wsdl.v11.soap.Header
 
namespace - Variable in class org.plasma.xml.wsdl.v11.soap.Headerfault
 
namespace - Variable in class org.plasma.xml.wsdl.v11.soap.TBody
 
namespace - Variable in class org.plasma.xml.wsdl.v11.TImport
 
namespace - Variable in class org.plasma.xml.wsdl.v20.Import
 
namespace - Variable in class org.plasma.xml.xslt.AttributeType
 
namespace - Variable in class org.plasma.xml.xslt.Element
 
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.View
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.any.sys.Version
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.Version
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI_FIELD_NAME - Static variable in class org.plasma.sdo.PlasmaDataObjectConstants
SDO namespace (static) field name for generated classes.
NamespaceAdapter - Class in org.plasma.config.adapter
 
NamespaceAdapter(Namespace) - Constructor for class org.plasma.config.adapter.NamespaceAdapter
 
NamespaceAlias - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
NamespaceAlias() - Constructor for class org.plasma.xml.xslt.NamespaceAlias
 
NamespaceContextAdapter - Class in javanet.staxutils
NamespaceContext that wraps another context.
NamespaceContextAdapter() - Constructor for class javanet.staxutils.NamespaceContextAdapter
 
NamespaceContextAdapter(NamespaceContext) - Constructor for class javanet.staxutils.NamespaceContextAdapter
 
namespaceCount() - Method in class javanet.staxutils.helpers.ElementContext
Determines the number of namespaces declared in this context.
namespaceCtx - Variable in class javanet.staxutils.events.StartElementEvent
The namespace context.
namespaceCtx - Variable in class javanet.staxutils.NamespaceContextAdapter
The wrapped context.
NamespaceEvent - Class in javanet.staxutils.events
Namespace event implementation.
NamespaceEvent(String, String) - Constructor for class javanet.staxutils.events.NamespaceEvent
 
NamespaceEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NamespaceEvent
 
NamespaceLink - Class in org.plasma.config
Associates the parent element with an SDO namespace
NamespaceLink() - Constructor for class org.plasma.config.NamespaceLink
 
namespaceLinks - Variable in class org.plasma.config.DataAccessProvider
 
namespacePrefixes - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
 
NamespaceProvisioning - Class in org.plasma.config
Java class for NamespaceProvisioning complex type.
NamespaceProvisioning() - Constructor for class org.plasma.config.NamespaceProvisioning
 
namespaces - Variable in class javanet.staxutils.events.EndElementEvent
A collection of Namespaces going out of scope.
namespaces - Variable in class javanet.staxutils.events.StartElementEvent
The element namespaces.
namespaces - Variable in class javanet.staxutils.SimpleNamespaceContext
map containing bound namespaces, keyed by their prefix.
namespaces - Variable in class javanet.staxutils.StAXContentHandler
Stack used to store declared namespaces.
namespaces - Variable in class org.plasma.config.SDO
 
namespaces - Variable in class org.plasma.provisioning.rdb.ConverterSupport
 
namespaces - Variable in class org.plasma.xml.schema.Wildcard
 
namespaceUri - Variable in class org.plasma.config.Artifact
 
namespaceURI - Variable in class org.plasma.query.model.Entity
 
nameType - Variable in class org.plasma.query.model.Projection
 
NameUtils - Class in org.plasma.provisioning
 
NameUtils() - Constructor for class org.plasma.provisioning.NameUtils
 
naN - Variable in class org.plasma.xml.xslt.DecimalFormat
 
NarrowMaxMin - Class in org.plasma.xml.schema
restricted max/min
NarrowMaxMin() - Constructor for class org.plasma.xml.schema.NarrowMaxMin
 
ne(Object) - Method in interface org.plasma.query.DataProperty
Returns a boolean expression where this property is not equal to to the given literal.
ne(Object) - Method in class org.plasma.query.dsl.DataNode
 
ne(String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is not equal to to the given literal.
ne(Property, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is not equal to to the given literal.
ne(String, String, Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is not equal to to the given literal.
ne(String, String[], Object) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is not equal to to the given literal.
ne(Property, Literal) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is not equal to to the given literal.
ne(Property, NullLiteral) - Static method in class org.plasma.query.model.Expression
Returns an expression where the given property is not equal to to the given null-literal.
ne(Object) - Method in class org.plasma.query.model.Property
 
NEW_LINE - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A String property whose value introduces a new line for indentation.
newInstance() - Method in class javanet.staxutils.events.EventAllocator
 
newline(int) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.any.query.QGlobalVariable
Returns a new DSL query for Type GlobalVariable which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QGlobalVariable
Returns a new DSL query for Type GlobalVariable which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a new DSL query for Type Table which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a new DSL query for Type TableColumn which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnConstraint
Returns a new DSL query for Type TableColumnConstraint which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a new DSL query for Type TableColumnKeyUsage which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Returns a new DSL query for Type TableConstraint which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Returns a new DSL query for Type View which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.any.sys.query.QVersion
Returns a new DSL query for Type Version which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a new DSL query for Type Constraint which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a new DSL query for Type Table which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a new DSL query for Type TableColumn which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Returns a new DSL query for Type TableColumnComment which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Returns a new DSL query for Type TableColumnConstraint which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Returns a new DSL query for Type TableComment which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QVersion
Returns a new DSL query for Type Version which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a new DSL query for Type View which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a new DSL query for Type ViewColumn which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Returns a new DSL query for Type ViewColumnComment which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Returns a new DSL query for Type ViewComment which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newSubContext(QName) - Method in class javanet.staxutils.helpers.ElementContext
Constructs a new child ElementContext with the specified name.
newSubContext(QName, boolean) - Method in class javanet.staxutils.helpers.ElementContext
Constructs a new child ElementContext with the specified name and empty value.
next() - Method in class javanet.staxutils.BaseXMLEventReader
 
next() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextElement(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the events from the provided event stream until either a start or end tag is encountered.
nextElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the events from the provided event stream until either a start or end tag is encountered.
nextEvent() - Method in class javanet.staxutils.helpers.ListEventReader
 
nextEvent() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextTag() - Method in class javanet.staxutils.BaseXMLEventReader
 
nextTag() - Method in class javanet.staxutils.BaseXMLStreamReader
 
nextTag() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextTag(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Advances the event stream until it encounters a start or end tag, but does not actaully read the event.
nillable - Variable in class org.plasma.xml.schema.AbstractElement
 
Node - Interface in org.plasma.sdo.core
A graph node.
NODE_TYPE - Static variable in class org.plasma.sdo.profile.SDOXmlProperty
Associates a given UML element with a physical data store element.
nodeType - Variable in class org.plasma.provisioning.XmlProperty
 
NoFixedFacet - Class in org.plasma.xml.schema
Java class for noFixedFacet complex type.
NoFixedFacet() - Constructor for class org.plasma.xml.schema.NoFixedFacet
 
NonExistantNamespaceException - Exception in org.plasma.config
 
NonExistantNamespaceException(String) - Constructor for exception org.plasma.config.NonExistantNamespaceException
 
NonExistantNamespaceException(Throwable) - Constructor for exception org.plasma.config.NonExistantNamespaceException
 
NORMAL_END_OF_LINE - Static variable in interface javanet.staxutils.Indentation
"\n"; the normalized representation of end-of-line in XML.
normalizeSpace() - Method in class org.plasma.query.dsl.DataNode
 
normalizeSpace() - Method in class org.plasma.query.model.Property
 
normalizeSpace() - Method in interface org.plasma.query.StringDataProperty
Constructs a function, which removes leading and trailing spaces from the specified string, and replaces all internal sequences of white space with one and returns the result.
NoSQLDataSource - Interface in org.plasma.sdo.access.provider.common
 
Notation - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Notation() - Constructor for class org.plasma.xml.schema.Notation
 
NotationDeclarationEvent - Class in javanet.staxutils.events
NotationDeclaration implementation.
NotationDeclarationEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
NotationDeclarationEvent(String, String, String, Location) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
NotationDeclarationEvent(NotationDeclaration) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
notationName - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The optional notation name.
notations - Variable in class javanet.staxutils.events.DTDEvent
The list of NotationDeclarations.
notIn(Query) - Method in interface org.plasma.query.DataProperty
Returns a subquery expression, where this property is not found within the given subquery results collection.
notIn(Query) - Method in class org.plasma.query.dsl.DataNode
 
notIn(Property, Query) - Static method in class org.plasma.query.model.Expression
Returns a subquery expression, where the given property is not found within the given subquery results collection.
notIn(Query) - Method in class org.plasma.query.model.Property
 
nsBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
LinkedHashMap of namespace events sent surrounding the last StartElement.
nsStack - Variable in class javanet.staxutils.BaseXMLEventWriter
list of SimpleNamespaceContexts.
NULL_DECIMAL - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_DOUBLE - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_FLOAT - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_INTEGER - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_LONG - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_DECIMAL - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_DOUBLE - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_FLOAT - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_INTEGER - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_LONG - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_SHORT - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_REFERENCE_STRING - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_SHORT - Static variable in interface org.plasma.sdo.core.CoreConstants
 
NULL_STRING - Static variable in interface org.plasma.sdo.core.CoreConstants
 
nullable - Variable in class org.plasma.provisioning.Property
 
nullable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, nullable.
nullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, nullable.
nullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, nullable.
nullable - Variable in class org.plasma.text.ddl.Column
 
nullable - Variable in class org.plasma.xml.sdox.Property
 
nullIndicatorColumn - Variable in class org.plasma.sdo.access.provider.jdo.Embedded
 
nullIndicatorValue - Variable in class org.plasma.sdo.access.provider.jdo.Embedded
 
NullLiteral - Class in org.plasma.query.model
 
NullLiteral() - Constructor for class org.plasma.query.model.NullLiteral
 
nullLiteral - Variable in class org.plasma.query.model.Term
 
nullValue - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
nullValue - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
NullValue - Class in org.plasma.sdo.core
Class to explicitly represent null values across all Java Map collection types some of which do not allow nulls.
NullValue() - Constructor for class org.plasma.sdo.core.NullValue
 
Number - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Number() - Constructor for class org.plasma.xml.xslt.Number
 
NumFacet - Class in org.plasma.xml.schema
Java class for numFacet complex type.
NumFacet() - Constructor for class org.plasma.xml.schema.NumFacet
 

O

ObjectFactory - Class in org.plasma.common.env
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.common.env package.
ObjectFactory() - Constructor for class org.plasma.common.env.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.common.env
ObjectFactory - Class in org.plasma.config
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.config package.
ObjectFactory() - Constructor for class org.plasma.config.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.config
ObjectFactory - Class in org.plasma.provisioning
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.provisioning package.
ObjectFactory() - Constructor for class org.plasma.provisioning.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.provisioning
ObjectFactory - Class in org.plasma.query.model
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.query.modelxxx package.
ObjectFactory() - Constructor for class org.plasma.query.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.query.modelxxx
ObjectFactory - Class in org.plasma.sdo.access.provider.jdo
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.sdo.access.provider.jdo package.
ObjectFactory() - Constructor for class org.plasma.sdo.access.provider.jdo.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.sdo.access.provider.jdo
ObjectFactory - Class in org.plasma.text.ddl
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.text.ddl package.
ObjectFactory() - Constructor for class org.plasma.text.ddl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.text.ddl
ObjectFactory - Class in org.plasma.xml.schema
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.schema package.
ObjectFactory() - Constructor for class org.plasma.xml.schema.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.schema
ObjectFactory - Class in org.plasma.xml.sdox
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.sdox package.
ObjectFactory() - Constructor for class org.plasma.xml.sdox.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.sdox
ObjectFactory - Class in org.plasma.xml.wsdl.v11.http
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v11.http package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v11.http.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v11.http
ObjectFactory - Class in org.plasma.xml.wsdl.v11.mime
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v11.mime package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v11.mime.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v11.mime
ObjectFactory - Class in org.plasma.xml.wsdl.v11
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v11 package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v11.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v11
ObjectFactory - Class in org.plasma.xml.wsdl.v11.soap
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v11.soap package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v11.soap.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v11.soap
ObjectFactory - Class in org.plasma.xml.wsdl.v20.http
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v20.http package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v20.http.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20.http
ObjectFactory - Class in org.plasma.xml.wsdl.v20
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v20 package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v20.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20
ObjectFactory - Class in org.plasma.xml.wsdl.v20.rpc
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v20.rpc package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v20.rpc.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20.rpc
ObjectFactory - Class in org.plasma.xml.wsdl.v20.soap
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v20.soap package.
ObjectFactory() - Constructor for class org.plasma.xml.wsdl.v20.soap.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20.soap
ObjectFactory - Class in org.plasma.xml.xslt
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.xslt package.
ObjectFactory() - Constructor for class org.plasma.xml.xslt.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.xslt
objectidClass - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
objectidClass - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
octetMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, octetMaxLength.
oidText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, oidText.
oidTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, oidTextLength.
omitXmlDeclaration - Variable in class org.plasma.xml.xslt.Output
 
On - Class in org.plasma.text.ddl
Java class for on complex type.
On() - Constructor for class org.plasma.text.ddl.On
 
ons - Variable in class org.plasma.text.ddl.Index
 
ons - Variable in class org.plasma.text.ddl.Pk
 
ons - Variable in class org.plasma.text.ddl.Unique
 
open - Variable in class org.plasma.xml.sdox.Type
 
OpenAttrs - Class in org.plasma.xml.schema
This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas.
OpenAttrs() - Constructor for class org.plasma.xml.schema.OpenAttrs
 
operation - Variable in class org.plasma.text.ddl.DDLAssembler
 
operation - Variable in class org.plasma.text.lang3gl.DefaultLang3GLAssembler
 
Operation - Class in org.plasma.xml.wsdl.v11.http
Java class for operationType complex type.
Operation() - Constructor for class org.plasma.xml.wsdl.v11.http.Operation
 
Operation - Class in org.plasma.xml.wsdl.v11.soap
Java class for tOperation complex type.
Operation() - Constructor for class org.plasma.xml.wsdl.v11.soap.Operation
 
operations - Variable in class org.plasma.xml.wsdl.v11.TBinding
 
operations - Variable in class org.plasma.xml.wsdl.v11.TPortType
 
operationsAndFaultsAndAnies - Variable in class org.plasma.xml.wsdl.v20.Binding
 
operationsAndFaultsAndAnies - Variable in class org.plasma.xml.wsdl.v20.Interface
 
Operator - Interface in org.plasma.query
Base interface for all operators that make up a query.
opposite - Variable in class org.plasma.provisioning.Property
 
opposite - Variable in class org.plasma.xml.sdox.Property
 
OptimizationStrategy - Enum in org.plasma.config
Java class for OptimizationStrategy.
or(Expression) - Method in interface org.plasma.query.Expression
Concatenates the given expression onto this expression using a logical 'or' operator.
or(Expression) - Method in class org.plasma.query.model.Expression
 
or() - Static method in class org.plasma.query.model.Expression
Returns a simple 1-term expression containing a boolean operator, OR.
Oracle11GConverter - Class in org.plasma.provisioning.rdb
 
Oracle11GConverter(String[], String[]) - Constructor for class org.plasma.provisioning.rdb.Oracle11GConverter
 
OracleFactory - Class in org.plasma.text.ddl
 
OracleFactory() - Constructor for class org.plasma.text.ddl.OracleFactory
 
OracleVersion - Enum in org.plasma.provisioning.rdb
 
OracleVersionFinder - Class in org.plasma.provisioning.rdb
 
OracleVersionFinder() - Constructor for class org.plasma.provisioning.rdb.OracleVersionFinder
 
order - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
Order - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Order() - Constructor for class org.plasma.sdo.access.provider.jdo.Order
 
order - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
order - Variable in class org.plasma.xml.xslt.Sort
 
orderBy(DataProperty) - Method in interface org.plasma.query.dsl.DomainQuery
Appends the given data property to the order by clause within this query and returns the query.
orderBy(DataProperty) - Method in class org.plasma.query.dsl.DomainRoot
 
orderBy - Variable in class org.plasma.query.model.Clause
 
OrderBy - Class in org.plasma.query.model
 
OrderBy() - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy(Property) - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy(Property, Property) - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy(Property, Property, Property) - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy(Property, Property, Property, Property) - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy(Property[]) - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy(String) - Constructor for class org.plasma.query.model.OrderBy
 
OrderBy - Interface in org.plasma.query
A clause containing properties describing ordering used to sort the result-set.
orderby - Variable in class org.plasma.sdo.access.provider.common.DataComparatorAssembler
 
org.plasma.common.env - package org.plasma.common.env
Package level documentation for package org.plasma.common.env.
org.plasma.common.naming - package org.plasma.common.naming
 
org.plasma.config - package org.plasma.config
Package level documentation for package org.plasma.config.
org.plasma.config.adapter - package org.plasma.config.adapter
 
org.plasma.provisioning - package org.plasma.provisioning
Package level documentation for package org.plasma.provisioning.
org.plasma.provisioning.adapter - package org.plasma.provisioning.adapter
 
org.plasma.provisioning.ant - package org.plasma.provisioning.ant
 
org.plasma.provisioning.cli - package org.plasma.provisioning.cli
 
org.plasma.provisioning.rdb - package org.plasma.provisioning.rdb
 
org.plasma.provisioning.rdb.mysql.any - package org.plasma.provisioning.rdb.mysql.any
 
org.plasma.provisioning.rdb.mysql.any.impl - package org.plasma.provisioning.rdb.mysql.any.impl
 
org.plasma.provisioning.rdb.mysql.any.query - package org.plasma.provisioning.rdb.mysql.any.query
 
org.plasma.provisioning.rdb.mysql.v5_5 - package org.plasma.provisioning.rdb.mysql.v5_5
 
org.plasma.provisioning.rdb.mysql.v5_5.impl - package org.plasma.provisioning.rdb.mysql.v5_5.impl
 
org.plasma.provisioning.rdb.mysql.v5_5.query - package org.plasma.provisioning.rdb.mysql.v5_5.query
 
org.plasma.provisioning.rdb.oracle.any.sys - package org.plasma.provisioning.rdb.oracle.any.sys
 
org.plasma.provisioning.rdb.oracle.any.sys.impl - package org.plasma.provisioning.rdb.oracle.any.sys.impl
 
org.plasma.provisioning.rdb.oracle.any.sys.query - package org.plasma.provisioning.rdb.oracle.any.sys.query
 
org.plasma.provisioning.rdb.oracle.g11.sys - package org.plasma.provisioning.rdb.oracle.g11.sys
 
org.plasma.provisioning.rdb.oracle.g11.sys.impl - package org.plasma.provisioning.rdb.oracle.g11.sys.impl
 
org.plasma.provisioning.rdb.oracle.g11.sys.query - package org.plasma.provisioning.rdb.oracle.g11.sys.query
 
org.plasma.provisioning.xsd - package org.plasma.provisioning.xsd
 
org.plasma.query - package org.plasma.query

The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store.

org.plasma.query.bind - package org.plasma.query.bind
 
org.plasma.query.collector - package org.plasma.query.collector
 
org.plasma.query.dsl - package org.plasma.query.dsl
 
org.plasma.query.model - package org.plasma.query.model
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.query.visitor - package org.plasma.query.visitor
 
org.plasma.query.xpath - package org.plasma.query.xpath
 
org.plasma.sdo - package org.plasma.sdo
org.plasma.sdo.access - package org.plasma.sdo.access
 
org.plasma.sdo.access.client - package org.plasma.sdo.access.client
 
org.plasma.sdo.access.model - package org.plasma.sdo.access.model
 
org.plasma.sdo.access.provider.common - package org.plasma.sdo.access.provider.common
 
org.plasma.sdo.access.provider.jdo - package org.plasma.sdo.access.provider.jdo
Package level documentation for package org.plasma.sdo.access.provider.jdo
org.plasma.sdo.access.service - package org.plasma.sdo.access.service
 
org.plasma.sdo.core - package org.plasma.sdo.core
 
org.plasma.sdo.helper - package org.plasma.sdo.helper
 
org.plasma.sdo.profile - package org.plasma.sdo.profile
 
org.plasma.sdo.repository - package org.plasma.sdo.repository
 
org.plasma.sdo.xml - package org.plasma.sdo.xml
 
org.plasma.sdo.xml.xslt - package org.plasma.sdo.xml.xslt
 
org.plasma.sdo.xpath - package org.plasma.sdo.xpath
 
org.plasma.text - package org.plasma.text
 
org.plasma.text.ddl - package org.plasma.text.ddl
Package level documentation for package org.plasma.text.ddl.
org.plasma.text.lang3gl - package org.plasma.text.lang3gl
 
org.plasma.text.lang3gl.java - package org.plasma.text.lang3gl.java
 
org.plasma.xml.schema - package org.plasma.xml.schema
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.sdox - package org.plasma.xml.sdox
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.uml - package org.plasma.xml.uml
 
org.plasma.xml.wsdl.v11 - package org.plasma.xml.wsdl.v11
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.wsdl.v11.http - package org.plasma.xml.wsdl.v11.http
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.wsdl.v11.mime - package org.plasma.xml.wsdl.v11.mime
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.wsdl.v11.soap - package org.plasma.xml.wsdl.v11.soap
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.wsdl.v20 - package org.plasma.xml.wsdl.v20
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.wsdl.v20.http - package org.plasma.xml.wsdl.v20.http
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.wsdl.v20.rpc - package org.plasma.xml.wsdl.v20.rpc
Package level documentation for package org.plasma.xml.wsdl.v20.rpc
org.plasma.xml.wsdl.v20.soap - package org.plasma.xml.wsdl.v20.soap
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
org.plasma.xml.xslt - package org.plasma.xml.xslt
PlasmaSDOâ„¢ License This is a community release of PlasmaSDOâ„¢, a dual-license Service Data Object (SDO) 2.1 implementation.
otherwise - Variable in class org.plasma.xml.xslt.Choose
 
Otherwise - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Otherwise() - Constructor for class org.plasma.xml.xslt.Otherwise
 
out - Variable in class javanet.staxutils.helpers.EventWriterDelegate
The downstream writer, to which events are delegated.
out - Variable in class javanet.staxutils.helpers.StreamWriterDelegate
 
outer - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
output - Variable in class org.plasma.xml.wsdl.v11.TBindingOperation
 
Output - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Output() - Constructor for class org.plasma.xml.xslt.Output
 
OutputFactory - Class in javanet.staxutils
XMLOutputFactory implementation based on stax-utils code base.
OutputFactory() - Constructor for class javanet.staxutils.OutputFactory
 
owner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnConstraint
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Returns a DSL data element for property, owner.
owner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Returns a DSL data element for property, owner.
ownerField - Variable in class org.plasma.sdo.access.provider.jdo.Embedded
 

P

Package - Class in org.plasma.provisioning
A provisioning package
Package() - Constructor for class org.plasma.provisioning.Package
 
Package_ - Class in org.plasma.sdo.access.provider.jdo
Java class for package element declaration.
Package_() - Constructor for class org.plasma.sdo.access.provider.jdo.Package_
 
PackageAppInfo - Class in org.plasma.provisioning
Application specific provisioning information for a package element
PackageAppInfo() - Constructor for class org.plasma.provisioning.PackageAppInfo
 
packageName - Variable in class org.plasma.config.GlobalProvisioning
 
packageName - Variable in class org.plasma.config.NamespaceProvisioning
 
packageName - Variable in class org.plasma.config.QueryDSLProvisioning
 
PackageRef - Class in org.plasma.provisioning
A reference to a package
PackageRef() - Constructor for class org.plasma.provisioning.PackageRef
 
packages - Variable in class org.plasma.provisioning.Model
 
packages - Variable in class org.plasma.text.lang3gl.DefaultLang3GLAssembler
 
packageSupplier - Variable in class org.plasma.provisioning.Derivation
 
Parameter - Class in org.plasma.query.model
 
Parameter() - Constructor for class org.plasma.query.model.Parameter
 
Parameter(String) - Constructor for class org.plasma.query.model.Parameter
 
Parameter(int) - Constructor for class org.plasma.query.model.Parameter
 
Parameter(float) - Constructor for class org.plasma.query.model.Parameter
 
Parameter(BigDecimal) - Constructor for class org.plasma.query.model.Parameter
 
Parameter(Collection) - Constructor for class org.plasma.query.model.Parameter
 
Parameter(Date) - Constructor for class org.plasma.query.model.Parameter
 
ParameterDeclaration - Class in org.plasma.query.model
 
ParameterDeclaration() - Constructor for class org.plasma.query.model.ParameterDeclaration
 
ParameterDeclaration(String) - Constructor for class org.plasma.query.model.ParameterDeclaration
 
parameterDeclaration - Variable in class org.plasma.query.model.Where
 
parameterOrders - Variable in class org.plasma.xml.wsdl.v11.TOperation
 
parameters - Variable in class org.plasma.query.model.Where
 
params - Variable in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
parent - Variable in class javanet.staxutils.SimpleNamespaceContext
The parent context, which may be null
parent - Variable in class org.plasma.query.model.Expression
 
parseQName(String, String[]) - Static method in class javanet.staxutils.StAXContentHandler
Parses an XML qualified name, and places the resulting prefix and local name in the provided String array.
parseXPath(String) - Method in class org.plasma.query.xpath.QueryPathNavigator
Returns a parsed form of the given XPath string, which will be suitable for queries on Data Graph documents.
parseXPath(String) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
Returns a parsed form of the given XPath string, which will be suitable for queries on Data Graph documents.
parseXPath(String) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
Returns a parsed form of the given XPath string, which will be suitable for queries on Data Graph documents.
part - Variable in class org.plasma.xml.wsdl.v11.mime.Content
 
part - Variable in class org.plasma.xml.wsdl.v11.mime.MimeXml
 
part - Variable in class org.plasma.xml.wsdl.v11.soap.Header
 
part - Variable in class org.plasma.xml.wsdl.v11.soap.Headerfault
 
parts - Variable in class org.plasma.xml.wsdl.v11.mime.MultipartRelated
 
parts - Variable in class org.plasma.xml.wsdl.v11.soap.TBody
 
parts - Variable in class org.plasma.xml.wsdl.v11.TMessage
 
path - Variable in class org.plasma.query.model.AbstractProperty
 
Path - Class in org.plasma.query.model
 
Path() - Constructor for class org.plasma.query.model.Path
 
Path(String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String, String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String, String, String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String, String, String, String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String, String, String, String, String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String, String, String, String, String, String, String, String) - Constructor for class org.plasma.query.model.Path
 
Path(String[]) - Constructor for class org.plasma.query.model.Path
 
PATH_DELIM - Static variable in class org.plasma.sdo.core.CorePathAssembler
 
PATH_DELIMITER - Static variable in interface org.plasma.query.model.QueryConstants
 
PATH_INDEX_LEFT - Static variable in class org.plasma.sdo.core.CorePathAssembler
 
PATH_INDEX_RIGHT - Static variable in class org.plasma.sdo.core.CorePathAssembler
 
PATH_PREFIX - Static variable in class org.plasma.sdo.core.CorePathAssembler
 
PathAssembler - Interface in org.plasma.sdo
A graph visitor which stores a list of candidate paths from the root data-object to the given target data-object and return the minimum (least hops) path or set of paths as SDO compliant path-strings.
PathElement - Class in org.plasma.query.model
 
PathElement() - Constructor for class org.plasma.query.model.PathElement
 
PathElement(String) - Constructor for class org.plasma.query.model.PathElement
 
pathElement - Variable in class org.plasma.query.model.PathNode
 
PathEndpoint - Class in org.plasma.sdo.core
Stores the property which is the end point of a path in association with the data object which was its "source" along the path.
PathEndpoint(Property, DataObject) - Constructor for class org.plasma.sdo.core.PathEndpoint
 
PathNode - Class in org.plasma.query.dsl
A domain object which is not an end point but a single step within a path within a query graph.
PathNode(Type) - Constructor for class org.plasma.query.dsl.PathNode
 
PathNode(PathNode, String) - Constructor for class org.plasma.query.dsl.PathNode
 
PathNode(PathNode, String, Expression) - Constructor for class org.plasma.query.dsl.PathNode
 
PathNode - Class in org.plasma.query.model
Java class for PathNode complex type.
PathNode() - Constructor for class org.plasma.query.model.PathNode
 
PathNode(String) - Constructor for class org.plasma.query.model.PathNode
 
pathNodes - Variable in class org.plasma.query.model.Path
 
PathProperty - Interface in org.plasma.query
A reference (or non data type) property which constitutes part of a path within a data graph
paths - Variable in class org.plasma.sdo.access.provider.common.DataComparator
 
pattern - Variable in class org.plasma.provisioning.ValueConstraint
 
PATTERN - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
The Property value must match the specified regular expression.
Pattern - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Pattern() - Constructor for class org.plasma.xml.schema.Pattern
 
pattern - Variable in class org.plasma.xml.wsdl.v20.InterfaceOperationType
 
patternSeparator - Variable in class org.plasma.xml.xslt.DecimalFormat
 
peek() - Method in class javanet.staxutils.helpers.ListEventReader
 
peek() - Method in class javanet.staxutils.XMLStreamEventReader
 
peekNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Returns the active SimpleNamespaceContext from the top of the stack.
percent - Variable in class org.plasma.xml.xslt.DecimalFormat
 
perMille - Variable in class org.plasma.xml.xslt.DecimalFormat
 
persistenceCapableSuperclass - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
persistenceModifier - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
persistenceModifier - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
persistenceModifier - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
pessimisticLockTimeoutMillis - Variable in class org.plasma.config.Concurrency
 
PHYSICAL_NAME - Static variable in class org.plasma.sdo.profile.SDOAlias
Associates a given UML element with a physical data store element.
physicalName - Variable in class org.plasma.config.Binding
 
physicalName - Variable in class org.plasma.provisioning.Alias
 
physicalName - Variable in class org.plasma.query.model.Entity
Stores the physical name associated with this property.
physicalName - Variable in class org.plasma.query.model.PathElement
Stores the physical name associated with this property.
physicalName - Variable in class org.plasma.query.model.Property
Stores the physical name associated with this property.
physicalNameBytes - Variable in class org.plasma.query.model.Entity
Stores the physical name bytes associated with this property.
physicalNameBytes - Variable in class org.plasma.query.model.PathElement
Stores the physical name bytes associated with this property.
physicalNameBytes - Variable in class org.plasma.query.model.Property
Stores the physical name bytes associated with this property.
Pk - Class in org.plasma.text.ddl
Java class for pk complex type.
Pk() - Constructor for class org.plasma.text.ddl.Pk
 
pk - Variable in class org.plasma.text.ddl.Table
 
PlasmaChangeSummary - Interface in org.plasma.sdo
A change summary is used to record changes to DataObjects, allowing applications to efficiently and incrementally update back-end storage when required.
PlasmaConfig - Class in org.plasma.config
 
PlasmaConfigDataBinding - Class in org.plasma.config
 
PlasmaConfigDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.config.PlasmaConfigDataBinding
 
PlasmaConfiguration - Class in org.plasma.config
Java class for PlasmaConfiguration complex type.
PlasmaConfiguration() - Constructor for class org.plasma.config.PlasmaConfiguration
 
PlasmaConfigValidationEventHandler - Class in org.plasma.config
 
PlasmaConfigValidationEventHandler() - Constructor for class org.plasma.config.PlasmaConfigValidationEventHandler
 
PlasmaConfigValidationEventHandler(boolean) - Constructor for class org.plasma.config.PlasmaConfigValidationEventHandler
 
PlasmaCopyHelper - Class in org.plasma.sdo.helper
Copy utilities class.
PlasmaDataAccessService - Interface in org.plasma.sdo.access
 
PlasmaDataFactory - Class in org.plasma.sdo.helper
 
PlasmaDataGraph - Interface in org.plasma.sdo
Implementation specific extensions to SDO data graph API.
PlasmaDataGraphEventVisitor - Interface in org.plasma.sdo
 
PlasmaDataGraphVisitor - Interface in org.plasma.sdo
 
PlasmaDataHelper - Class in org.plasma.sdo.helper
 
PlasmaDataLink - Class in org.plasma.sdo
 
PlasmaDataLink(PlasmaNode, PlasmaNode) - Constructor for class org.plasma.sdo.PlasmaDataLink
 
PlasmaDataObject - Interface in org.plasma.sdo
A data object is a representation of some structured data.
PlasmaDataObjectConstants - Class in org.plasma.sdo
 
PlasmaDataObjectConstants() - Constructor for class org.plasma.sdo.PlasmaDataObjectConstants
 
PlasmaDataObjectException - Exception in org.plasma.sdo
 
PlasmaDataObjectException(String) - Constructor for exception org.plasma.sdo.PlasmaDataObjectException
 
PlasmaDataObjectException(Throwable) - Constructor for exception org.plasma.sdo.PlasmaDataObjectException
 
PlasmaEdge - Interface in org.plasma.sdo
 
PlasmaEnum - Interface in org.plasma.sdo
 
PlasmaEqualityHelper - Class in org.plasma.sdo.helper
 
PlasmaHelperContext - Class in org.plasma.sdo.helper
 
PlasmaNode - Interface in org.plasma.sdo
 
PlasmaProperty - Interface in org.plasma.sdo
A representation of a Property in the type of a data object.
PlasmaQueryDataBinding - Class in org.plasma.query.bind
 
PlasmaQueryDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.query.bind.PlasmaQueryDataBinding
 
PlasmaQueryHelper - Class in org.plasma.sdo.helper
 
PlasmaRepository - Class in org.plasma.sdo.repository
 
PlasmaSequence - Interface in org.plasma.sdo
 
PlasmaSetting - Interface in org.plasma.sdo
 
PlasmaType - Interface in org.plasma.sdo
A representation of the type of a type of a data object.
PlasmaTypeHelper - Class in org.plasma.sdo.helper
Look up a Type given the uri and typeName or interfaceClass.
PlasmaXMLHelper - Class in org.plasma.sdo.helper
A helper to convert XML documents into DataObects and DataObjects into XML documents.
PlasmaXSDHelper - Class in org.plasma.sdo.helper
 
PojoDataAccessClient - Class in org.plasma.sdo.access.client
 
PojoDataAccessClient() - Constructor for class org.plasma.sdo.access.client.PojoDataAccessClient
 
PojoDataAccessClient(DataAccessProviderName) - Constructor for class org.plasma.sdo.access.client.PojoDataAccessClient
 
PojoDataAccessClient(PlasmaDataAccessService) - Constructor for class org.plasma.sdo.access.client.PojoDataAccessClient
 
popNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Removes the active SimpleNamespaceContext from the top of the stack.
ports - Variable in class org.plasma.xml.wsdl.v11.TService
 
postLoad - Variable in class org.plasma.sdo.access.provider.jdo.FetchGroup
 
preDestroy() - Method in class org.plasma.sdo.access.service.DataAccessServiceEJB
 
PREDICATE_END - Static variable in class org.plasma.sdo.xpath.XPathDetector
 
PREDICATE_START - Static variable in class org.plasma.sdo.xpath.XPathDetector
 
prefix - Variable in class org.plasma.config.SequenceConfiguration
 
PreserveSpace - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
PreserveSpace() - Constructor for class org.plasma.xml.xslt.PreserveSpace
 
primaryKey - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
primaryKey - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
primaryKey - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
primaryKey - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
PrimaryKey - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
PrimaryKey() - Constructor for class org.plasma.sdo.access.provider.jdo.PrimaryKey
 
primaryKey - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
priority - Variable in class org.plasma.xml.xslt.Template
 
processContents - Variable in class org.plasma.xml.schema.Wildcard
 
processingInstruction(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
processingInstruction(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
processingInstruction(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
processingInstruction(String, String) - Method in class javanet.staxutils.StAXStreamContentHandler
 
ProcessingInstruction - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
ProcessingInstruction() - Constructor for class org.plasma.xml.xslt.ProcessingInstruction
 
ProcessingInstructionEvent - Class in javanet.staxutils.events
ProcessingInstruction event implementation.
ProcessingInstructionEvent(String, String) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(String, String, Location) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(ProcessingInstruction) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
processWildcardExpression(Property, WildcardOperator, Literal) - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
Projection - Class in org.plasma.query.model
Java class for Projection complex type.
Projection() - Constructor for class org.plasma.query.model.Projection
 
ProjectionNameType - Enum in org.plasma.query.model
Java class for ProjectionNameType.
properties - Variable in class org.plasma.config.Configuration
 
properties - Variable in class org.plasma.provisioning.Class
 
properties - Variable in class org.plasma.query.model.GroupBy
 
properties - Variable in class org.plasma.query.model.OrderBy
 
properties - Variable in class org.plasma.query.model.Select
 
properties - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
properties - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
properties - Variable in class org.plasma.sdo.access.provider.jdo.Implements
 
properties - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
properties - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
properties - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
properties - Variable in class org.plasma.xml.sdox.Type
 
Property - Interface in commonj.sdo
A representation of a Property in the type of a data object.
Property - Class in org.plasma.config
defines a property element with both content and attributes
Property() - Constructor for class org.plasma.config.Property
 
property - Variable in class org.plasma.config.PropertyBinding
 
Property - Class in org.plasma.provisioning
A property definition
Property() - Constructor for class org.plasma.provisioning.Property
 
property - Variable in class org.plasma.query.dsl.DomainEndpoint
 
Property - Class in org.plasma.query.model
 
Property() - Constructor for class org.plasma.query.model.Property
 
Property(String) - Constructor for class org.plasma.query.model.Property
 
Property(String, Path) - Constructor for class org.plasma.query.model.Property
 
Property(String, SortDirectionValues) - Constructor for class org.plasma.query.model.Property
 
Property(String, Path, SortDirectionValues) - Constructor for class org.plasma.query.model.Property
 
Property(String, FunctionValues) - Constructor for class org.plasma.query.model.Property
 
Property(String, Query) - Constructor for class org.plasma.query.model.Property
 
Property(String, Path, Query) - Constructor for class org.plasma.query.model.Property
 
property - Variable in class org.plasma.query.model.Term
 
property - Variable in class org.plasma.query.model.Variable
 
Property - Interface in org.plasma.query
Base interface for all properties.
property - Variable in class org.plasma.sdo.access.provider.common.DataComparator.PathInfo
 
Property - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Property() - Constructor for class org.plasma.sdo.access.provider.jdo.Property
 
Property - Class in org.plasma.sdo.repository
 
Property(Property) - Constructor for class org.plasma.sdo.repository.Property
 
Property - Class in org.plasma.xml.sdox
Java class for Property complex type.
Property() - Constructor for class org.plasma.xml.sdox.Property
 
PROPERTY_NAME_DATASOURCE - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_DEFAULT_ENV_PROPERTIES - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_ENTITY_LOCKED - Static variable in interface org.plasma.sdo.core.CoreConstants
 
PROPERTY_NAME_ENTITY_NAME - Static variable in interface org.plasma.sdo.core.CoreConstants
 
PROPERTY_NAME_ENTITY_UNLOCKED - Static variable in interface org.plasma.sdo.core.CoreConstants
 
PROPERTY_NAME_ENV_CONFIG - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_ENV_NAME - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_ENV_PROPERTIES - Static variable in interface org.plasma.common.env.EnvConstants
common runtime property file.
PROPERTY_NAME_MAIL_HANDLER - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_SNAPSHOT_TIMESTAMP - Static variable in interface org.plasma.sdo.core.CoreConstants
 
PROPERTY_NAME_UUID_BYTES - Static variable in interface org.plasma.sdo.core.CoreConstants
 
PROPERTY_NAME_UUID_STRING - Static variable in interface org.plasma.sdo.core.CoreConstants
 
PropertyAppInfo - Class in org.plasma.provisioning
Application specific provisioning information for a property element
PropertyAppInfo() - Constructor for class org.plasma.provisioning.PropertyAppInfo
 
PropertyAssembler - Class in org.plasma.provisioning.xsd
 
PropertyAssembler(ConverterSupport, QName) - Constructor for class org.plasma.provisioning.xsd.PropertyAssembler
 
propertyAssembler - Variable in class org.plasma.provisioning.xsd.XSDSchemaConverter
 
PropertyBinding - Class in org.plasma.config
Provides a name binding customization mechanism for an SDO Property
PropertyBinding() - Constructor for class org.plasma.config.PropertyBinding
 
PropertyBindingAdapter - Class in org.plasma.config.adapter
 
PropertyBindingAdapter(PropertyBinding) - Constructor for class org.plasma.config.adapter.PropertyBindingAdapter
 
propertyBindings - Variable in class org.plasma.config.TypeBinding
 
PropertyNameCollisionException - Exception in org.plasma.provisioning
 
PropertyNameCollisionException(String) - Constructor for exception org.plasma.provisioning.PropertyNameCollisionException
 
propertyNameStyle - Variable in class org.plasma.config.InterfaceProvisioning
 
PropertyNameStyle - Enum in org.plasma.config
Java class for PropertyNameStyle.
PropertyPair - Class in org.plasma.sdo.access.provider.common
Associates an SDO property with a data value and optional column index or sequence.
PropertyPair(PlasmaProperty, Object) - Constructor for class org.plasma.sdo.access.provider.common.PropertyPair
 
propertyQualifiedPriKeyConstrainatNameMap - Variable in class org.plasma.provisioning.rdb.ConverterSupport
Maps physical schema qualified primary key constraint names to properties.
propertyQualifiedPriKeyConstrainatNameMap - Variable in class org.plasma.provisioning.rdb.Oracle11GConverter
Maps physical schema qualified primary key constraint names to properties.
PropertyRef - Class in org.plasma.provisioning
References a class property and serves as a property abstraction to avoid circular references within XML marshaling
PropertyRef() - Constructor for class org.plasma.provisioning.PropertyRef
 
PropertySelection - Interface in org.plasma.query.collector
Deprecated. 
PropertySelectionCollector - Class in org.plasma.query.collector
Deprecated. 
PropertySelectionCollector(Select, Type) - Constructor for class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
PropertySelectionCollector(Select, Type, boolean) - Constructor for class org.plasma.query.collector.PropertySelectionCollector
Deprecated.  
propertySupplier - Variable in class org.plasma.provisioning.Derivation
 
provisioning - Variable in class org.plasma.config.Namespace
 
provisioning - Variable in class org.plasma.config.NamespaceLink
 
PROVISIONING_NAMESPACE_URI - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
ProvisioningConstants - Interface in org.plasma.provisioning
 
ProvisioningException - Exception in org.plasma.provisioning
 
ProvisioningException(String) - Constructor for exception org.plasma.provisioning.ProvisioningException
 
ProvisioningException(Throwable) - Constructor for exception org.plasma.provisioning.ProvisioningException
 
ProvisioningModelAssembler - Class in org.plasma.provisioning
Assembles a provisioning model based on the configured SDO environment iterating through the configured SDO name-spaces or taking a specific name-space list or various of the constructor arguments.
ProvisioningModelAssembler() - Constructor for class org.plasma.provisioning.ProvisioningModelAssembler
Constructs a provisioning model based on all configured SDO namespaces.
ProvisioningModelAssembler(DataAccessProviderName) - Constructor for class org.plasma.provisioning.ProvisioningModelAssembler
Constructs a provisioning model based on the given provider.
ProvisioningModelAssembler(List<Namespace>) - Constructor for class org.plasma.provisioning.ProvisioningModelAssembler
Constructs a provisioning model based on the given list of SDO name spaces.
ProvisioningModelAssembler(Query, String, String) - Constructor for class org.plasma.provisioning.ProvisioningModelAssembler
Constructs a provisioning model based on the given query.
ProvisioningModelDataBinding - Class in org.plasma.provisioning
 
ProvisioningModelDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.provisioning.ProvisioningModelDataBinding
 
ProvisioningTarget - Enum in org.plasma.provisioning.cli
 
ProvisioningTask - Class in org.plasma.provisioning.ant
Common superclass for provisioning tasks.
ProvisioningTask() - Constructor for class org.plasma.provisioning.ant.ProvisioningTask
 
ProvisioningTool - Class in org.plasma.provisioning.cli
 
ProvisioningTool() - Constructor for class org.plasma.provisioning.cli.ProvisioningTool
 
publicId - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The public id, or null if this isn't an external entity
publicId - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The public id of the notation
pushNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Creates a new SimpleNamespaceContext and adds it to the top of the stack.
put(String, Object) - Method in class org.plasma.sdo.core.CoreObject
 
put(UUID, PropertyPair) - Method in class org.plasma.sdo.core.SnapshotMap
 
putAliasedProperty(String, Property) - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
putAttribute(QName, String) - Method in class javanet.staxutils.helpers.ElementContext
Adds an attribute to the context with the specified name and value.
putDeclaredProperty(String, Property) - Method in class org.plasma.provisioning.adapter.TypeAdapter
 
putNamespace(String, String) - Method in class javanet.staxutils.helpers.ElementContext
Adds a namespace declaration to this context with the specified prefix and namespace uri.
putProperty(String, Property) - Method in class org.plasma.provisioning.adapter.TypeAdapter
 

Q

QConstraint - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
A constraint definition
QConstraint(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Constructor which instantiates a domain query path node.
QConstraint(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Constructor which instantiates a domain query path node.
QGlobalVariable - Class in org.plasma.provisioning.rdb.mysql.any.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
QGlobalVariable(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.any.query.QGlobalVariable
Constructor which instantiates a domain query path node.
QGlobalVariable(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.any.query.QGlobalVariable
Constructor which instantiates a domain query path node.
QGlobalVariable - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
QGlobalVariable(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QGlobalVariable
Constructor which instantiates a domain query path node.
QGlobalVariable(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QGlobalVariable
Constructor which instantiates a domain query path node.
QTable - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Table.
QTable(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Constructor which instantiates a domain query path node.
QTable(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Constructor which instantiates a domain query path node.
QTable - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
Represents a system table definition
QTable(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Constructor which instantiates a domain query path node.
QTable(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Constructor which instantiates a domain query path node.
QTableColumn - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Represents a system column definition which is linked to its system Table definition by association.
QTableColumn(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Constructor which instantiates a domain query path node.
QTableColumn(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Constructor which instantiates a domain query path node.
QTableColumn - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
Represents a system column definition which is linked to its system Table definition by association.
QTableColumn(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Constructor which instantiates a domain query path node.
QTableColumn(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Constructor which instantiates a domain query path node.
QTableColumnComment - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
The comment for a column
QTableColumnComment(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Constructor which instantiates a domain query path node.
QTableColumnComment(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Constructor which instantiates a domain query path node.
QTableColumnConstraint - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnConstraint.
QTableColumnConstraint(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnConstraint
Constructor which instantiates a domain query path node.
QTableColumnConstraint(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnConstraint
Constructor which instantiates a domain query path node.
QTableColumnConstraint - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
A constraint definition
QTableColumnConstraint(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Constructor which instantiates a domain query path node.
QTableColumnConstraint(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Constructor which instantiates a domain query path node.
QTableColumnKeyUsage - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnKeyUsage.
QTableColumnKeyUsage(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Constructor which instantiates a domain query path node.
QTableColumnKeyUsage(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Constructor which instantiates a domain query path node.
QTableComment - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
A comment on a table
QTableComment(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Constructor which instantiates a domain query path node.
QTableComment(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Constructor which instantiates a domain query path node.
QTableConstraint - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableConstraint.
QTableConstraint(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Constructor which instantiates a domain query path node.
QTableConstraint(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Constructor which instantiates a domain query path node.
queries - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
queries - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
query - Variable in class org.plasma.query.model.Property
 
Query - Class in org.plasma.query.model
 
Query() - Constructor for class org.plasma.query.model.Query
 
Query(Select, From) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, GroupBy) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, Where) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, Where, GroupBy) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, OrderBy) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, OrderBy, GroupBy) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, Where, OrderBy) - Constructor for class org.plasma.query.model.Query
 
Query(Select, From, Where, OrderBy, GroupBy) - Constructor for class org.plasma.query.model.Query
 
query - Variable in class org.plasma.query.model.Term
 
Query - Interface in org.plasma.query
The PlasmaQuery#8482; API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store.
Query - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Query() - Constructor for class org.plasma.sdo.access.provider.jdo.Query
 
QueryConstants - Interface in org.plasma.query.model
 
QueryDispatcher - Interface in org.plasma.sdo.access
 
queryDSL - Variable in class org.plasma.config.GlobalProvisioning
 
queryDSL - Variable in class org.plasma.config.NamespaceProvisioning
 
QueryDSLProvisioning - Class in org.plasma.config
Java class for QueryDSLProvisioning complex type.
QueryDSLProvisioning() - Constructor for class org.plasma.config.QueryDSLProvisioning
 
QueryException - Exception in org.plasma.query
 
QueryException(String) - Constructor for exception org.plasma.query.QueryException
 
QueryException(Throwable) - Constructor for exception org.plasma.query.QueryException
 
QueryLanguageValues - Enum in org.plasma.query.model
Java class for QueryLanguageValues.
QueryPathNavigator - Class in org.plasma.query.xpath
This class supports navigation of a PlasmaQuery path by the Jaxen XPATH engine.
QueryPathNavigator() - Constructor for class org.plasma.query.xpath.QueryPathNavigator
 
QueryPathNavigator(QueryXPath) - Constructor for class org.plasma.query.xpath.QueryPathNavigator
 
QueryPredicateVisitor - Class in org.plasma.query.xpath
Receives Jaxen XPATH expression events as the expression parse tree is traversed.
QueryPredicateVisitor() - Constructor for class org.plasma.query.xpath.QueryPredicateVisitor
 
QueryTask - Class in org.plasma.provisioning.ant
 
QueryTask() - Constructor for class org.plasma.provisioning.ant.QueryTask
 
QueryTool - Class in org.plasma.provisioning.cli
 
QueryTool() - Constructor for class org.plasma.provisioning.cli.QueryTool
 
QueryToolAction - Enum in org.plasma.provisioning.cli
 
QueryValidator - Class in org.plasma.query.model
 
QueryValidator(Query, Type) - Constructor for class org.plasma.query.model.QueryValidator
 
QueryValidator(Where, Type) - Constructor for class org.plasma.query.model.QueryValidator
 
QueryVisitor - Interface in org.plasma.query.visitor
Contains "visit" start/end methods called by query traversal algorithms as various structural nodes are encountered.
QueryXPath - Class in org.plasma.query.xpath
Provides access to the Jaxen XPATH parse tree after a given XPATH is successfully parsed.
QueryXPath(String, QueryPathNavigator) - Constructor for class org.plasma.query.xpath.QueryXPath
Constructor for parsing and navigation of an XPATH
QueryXPath(String) - Constructor for class org.plasma.query.xpath.QueryXPath
Constructor for parsing of an XPATH without navigation.
QUEUE_CAPACITY - Static variable in class javanet.staxutils.XMLEventPipe
Default maximum number of events that may be stored by this pipe until the write end blocks.
QVersion - Class in org.plasma.provisioning.rdb.oracle.any.sys.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version.
QVersion(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.any.sys.query.QVersion
Constructor which instantiates a domain query path node.
QVersion(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.any.sys.query.QVersion
Constructor which instantiates a domain query path node.
QVersion - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version.
QVersion(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QVersion
Constructor which instantiates a domain query path node.
QVersion(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QVersion
Constructor which instantiates a domain query path node.
QView - Class in org.plasma.provisioning.rdb.mysql.v5_5.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity View.
QView(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Constructor which instantiates a domain query path node.
QView(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Constructor which instantiates a domain query path node.
QView - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
Represents a system view definition
QView(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Constructor which instantiates a domain query path node.
QView(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Constructor which instantiates a domain query path node.
QViewColumn - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
Represents a system column definition which is linked to its system Table definition by association.
QViewColumn(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Constructor which instantiates a domain query path node.
QViewColumn(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Constructor which instantiates a domain query path node.
QViewColumnComment - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
The comment for a column
QViewColumnComment(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Constructor which instantiates a domain query path node.
QViewColumnComment(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Constructor which instantiates a domain query path node.
QViewComment - Class in org.plasma.provisioning.rdb.oracle.g11.sys.query
A comment on a table
QViewComment(PathNode, String) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Constructor which instantiates a domain query path node.
QViewComment(PathNode, String, Expression) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Constructor which instantiates a domain query path node.

R

RDBConstants - Interface in org.plasma.provisioning.rdb
 
RDBDialect - Enum in org.plasma.provisioning.cli
 
RDBException - Exception in org.plasma.provisioning.cli
 
RDBException(String) - Constructor for exception org.plasma.provisioning.cli.RDBException
 
RDBException(Throwable) - Constructor for exception org.plasma.provisioning.cli.RDBException
 
RDBMSVendorName - Enum in org.plasma.config
Java class for RDBMSVendorName.
RDBTask - Class in org.plasma.provisioning.ant
 
RDBTask() - Constructor for class org.plasma.provisioning.ant.RDBTask
 
RDBTool - Class in org.plasma.provisioning.cli
The Relational Database (RDB) Tool is used to provision various artifacts useful for management and migration to and from Relational Database.
RDBTool() - Constructor for class org.plasma.provisioning.cli.RDBTool
 
RDBToolAction - Enum in org.plasma.provisioning.cli
 
readContent(InputStream) - Static method in class org.plasma.provisioning.cli.ProvisioningTool
 
readExternal(ObjectInput) - Method in class commonj.sdo.impl.ExternalizableDelegator
 
readOnly - Variable in class org.plasma.provisioning.Property
 
readOnly() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, readOnly.
readOnly - Variable in class org.plasma.xml.sdox.Property
 
readResolve() - Method in class commonj.sdo.impl.ExternalizableDelegator
 
readResolve() - Method in interface commonj.sdo.impl.ExternalizableDelegator.Resolvable
 
readTextElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the text content of an element.
RealDataProperty - Interface in org.plasma.query
A non-reference property with a type which is an real data type.
RealGroup - Class in org.plasma.xml.schema
Java class for realGroup complex type.
RealGroup() - Constructor for class org.plasma.xml.schema.RealGroup
 
recursionDepth - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
recursionDepth - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Redefine - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Redefine() - Constructor for class org.plasma.xml.schema.Redefine
 
ReducedDerivationControl - Enum in org.plasma.xml.schema
Java class for reducedDerivationControl.
ref - Variable in class org.plasma.xml.schema.AbstractAttributeGroup
 
ref - Variable in class org.plasma.xml.schema.AbstractElement
 
ref - Variable in class org.plasma.xml.schema.AbstractGroup
 
ref - Variable in class org.plasma.xml.schema.Attribute
 
ref - Variable in class org.plasma.xml.wsdl.v20.BindingFaultType
 
ref - Variable in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
 
ref - Variable in class org.plasma.xml.wsdl.v20.BindingOperationType
 
ref - Variable in class org.plasma.xml.wsdl.v20.MessageRefFaultType
 
ref - Variable in class org.plasma.xml.wsdl.v20.soap.Module
 
refConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, refConstraintName.
refer - Variable in class org.plasma.xml.schema.Keyref
 
referencedColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL data element for property, referencedColumnName.
referencedTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL data element for property, referencedTableName.
referencedTableSchema() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL data element for property, referencedTableSchema.
refOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, refOwner.
regenerate(long) - Static method in class org.plasma.provisioning.cli.ProvisioningTool
 
RelationalOperator - Class in org.plasma.query.model
 
RelationalOperator() - Constructor for class org.plasma.query.model.RelationalOperator
 
RelationalOperator(String) - Constructor for class org.plasma.query.model.RelationalOperator
 
RelationalOperator(RelationalOperatorValues) - Constructor for class org.plasma.query.model.RelationalOperator
 
relationalOperator - Variable in class org.plasma.query.model.Term
 
RelationalOperatorValues - Enum in org.plasma.query.model
Java class for BooleanOperatorValues.
RelationCache - Class in org.plasma.sdo.repository
Caches results for relation path queries
RelationCache() - Constructor for class org.plasma.sdo.repository.RelationCache
 
remapTypeBinding(TypeBinding) - Method in class org.plasma.config.adapter.NamespaceAdapter
Maps an existing type binding to the binding logical name.
remapTypeBinding(String, TypeBinding) - Method in class org.plasma.config.PlasmaConfig
 
remove(int) - Method in interface commonj.sdo.Sequence
Removes the entry at the given entry index.
remove() - Method in class javanet.staxutils.BaseXMLEventReader
 
remove() - Method in class javanet.staxutils.XMLStreamEventReader
 
remove(Property, Object) - Method in class org.plasma.sdo.core.CoreDataObject
Removes the given value from this data object for the given multi-valued property.
remove() - Method in class org.plasma.sdo.core.CoreDataObject
 
remove(String) - Method in class org.plasma.sdo.core.CoreObject
 
remove(int) - Method in class org.plasma.sdo.core.CoreSequence
Removes the entry at the given entry index.
remove(UUID) - Method in class org.plasma.sdo.core.SnapshotMap
 
remove(Property, Object) - Method in interface org.plasma.sdo.PlasmaDataObject
Removes the given value from this data object for the given multi-valued property.
remove() - Method in interface org.plasma.sdo.PlasmaDataObject
 
removeConstraint(Constraint) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
removeConstraint(Constraint) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Removes the given value of Type Constraint for the object's multi-valued property constraint.
removeRootObject() - Method in class org.plasma.sdo.core.CoreDataGraph
Detaches and returns the root data object of this data graph.
removeRootObject() - Method in interface org.plasma.sdo.PlasmaDataGraph
Detaches and returns the root data object of this data graph.
removeTableColumn(TableColumn) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
removeTableColumn(TableColumn) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Removes the given value of Type TableColumn for the object's multi-valued property tableColumn.
removeTableColumn(TableColumn) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
removeTableColumn(TableColumn) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Removes the given value of Type TableColumn for the object's multi-valued property tableColumn.
removeTableColumnComment(TableColumnComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
removeTableColumnComment(TableColumnComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Removes the given value of Type TableColumnComment for the object's multi-valued property tableColumnComment.
removeTableColumnConstraint(TableColumnConstraint) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
removeTableColumnConstraint(TableColumnConstraint) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Removes the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
removeTableColumnConstraint(TableColumnConstraint) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
removeTableColumnConstraint(TableColumnConstraint) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Removes the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
removeTableColumnKeyUsage(TableColumnKeyUsage) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
removeTableColumnKeyUsage(TableColumnKeyUsage) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Removes the given value of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage.
removeTableComment(TableComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
removeTableComment(TableComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Removes the given value of Type TableComment for the object's multi-valued property tableComment.
removeTableConstraint(TableConstraint) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
removeTableConstraint(TableConstraint) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Removes the given value of Type TableConstraint for the object's multi-valued property tableConstraint.
removeValue(String) - Method in class org.plasma.sdo.core.CoreNode
 
removeView(View) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
removeView(View) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Removes the given value of Type View for the object's multi-valued property view.
removeViewColumn(ViewColumn) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
removeViewColumn(ViewColumn) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Removes the given value of Type ViewColumn for the object's multi-valued property viewColumn.
removeViewColumnComment(ViewColumnComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
removeViewColumnComment(ViewColumnComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Removes the given value of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
removeViewComment(ViewComment) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
removeViewComment(ViewComment) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Removes the given value of Type ViewComment for the object's multi-valued property viewComment.
replacementText - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The replacement text, or null if this isn't an internal entity.
replaceReservedCharacters(String) - Method in class org.plasma.text.lang3gl.java.DefaultNameResolver
Replace characters in the given name not applicable as a Java class name.
reporter - Variable in class javanet.staxutils.StAXContentHandler
The STAX XMLReporterregistered to receive notifications.
reportException(String, SAXException) - Method in class javanet.staxutils.StAXContentHandler
Used to report a SAXExceptionto the XMLReporter registered with this handler.
repository - Variable in class org.plasma.config.PlasmaConfiguration
 
Repository - Class in org.plasma.config
Java class for Repository complex type.
Repository() - Constructor for class org.plasma.config.Repository
 
Repository - Interface in org.plasma.sdo.repository
 
RepositoryException - Exception in org.plasma.sdo.repository
 
RepositoryException(String) - Constructor for exception org.plasma.sdo.repository.RepositoryException
 
RepositoryException(Throwable) - Constructor for exception org.plasma.sdo.repository.RepositoryException
 
require(int, String, String) - Method in class javanet.staxutils.BaseXMLStreamReader
 
required - Variable in class org.plasma.xml.wsdl.v11.TExtensibilityElement
 
required - Variable in class org.plasma.xml.wsdl.v20.ExtensionElement
 
required - Variable in class org.plasma.xml.wsdl.v20.http.Header
 
required - Variable in class org.plasma.xml.wsdl.v20.soap.Header
 
required - Variable in class org.plasma.xml.wsdl.v20.soap.Module
 
RequiredPropertyException - Exception in org.plasma.sdo.access
 
RequiredPropertyException(String) - Constructor for exception org.plasma.sdo.access.RequiredPropertyException
 
RequiredPropertyException(Throwable) - Constructor for exception org.plasma.sdo.access.RequiredPropertyException
 
requireElement(XMLStreamReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Static utility method that throws an exception if the supplied reader's cursor doesn't point to a START_ELEMENT with the given name.
requiresExtent - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
requiresExtent - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
requireStartElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Utility method that throws an exception if the provided reader is not positioned before a StartElement event with the specified tag name.
reset() - Method in class javanet.staxutils.helpers.ListEventConsumer
Removes all events from the internal list, making it available for reuse.
reset() - Method in class org.plasma.config.PlasmaConfigValidationEventHandler
 
reset() - Method in class org.plasma.sdo.access.provider.common.DataObjectHashKeyAssembler
 
reset(SnapshotMap, String) - Method in class org.plasma.sdo.core.CoreDataObject
Sync up the state of this data object to that of it's data store given the map of UUID's and associated info resulting from a successful commit.
reset(SnapshotMap, String) - Method in interface org.plasma.sdo.PlasmaDataObject
Synchronizes the state of this data object to that of it's data store given the map of UUID's and associated info resulting from a successful commit.
resetUUID(UUID) - Method in class org.plasma.sdo.core.CoreDataObject
Resets the UUID after creation for cases where the UUID is stored externally and services creating data objects need to preserve the stored UUIDs across service calls.
resetUUID(UUID) - Method in interface org.plasma.sdo.PlasmaDataObject
Resets the UUID after creation for cases where the UUID is stored externally and services creating data objects need to preserve the stored UUIDs across service calls.
resolvable() - Method in class commonj.sdo.impl.HelperProviderImpl
 
resolvable(Object) - Method in class commonj.sdo.impl.HelperProviderImpl
 
RESOURCE_CLASS - Static variable in class org.plasma.config.PlasmaConfigDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.provisioning.ProvisioningModelDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.query.bind.PlasmaQueryDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.text.ddl.DDLModelDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.xml.schema.SchemaDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
RESOURCE_CLASS - Static variable in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
restriction - Variable in class org.plasma.xml.schema.AbstractSimpleType
 
restriction - Variable in class org.plasma.xml.schema.ComplexContent
 
Restriction - Class in org.plasma.xml.schema
base attribute and simpleType child are mutually exclusive, but one or other is required
Restriction() - Constructor for class org.plasma.xml.schema.Restriction
 
restriction - Variable in class org.plasma.xml.schema.SimpleContent
 
RestrictionType - Class in org.plasma.xml.schema
Java class for restrictionType complex type.
RestrictionType() - Constructor for class org.plasma.xml.schema.RestrictionType
 
result - Variable in class org.plasma.sdo.xml.Unmarshaller
 
resultClass - Variable in class org.plasma.sdo.access.provider.jdo.Query
 
resultClassesCount - Variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
resultEnumerationsCount - Variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
resultInterfacesCount - Variable in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
resultPrefix - Variable in class org.plasma.xml.xslt.NamespaceAlias
 
right() - Static method in class org.plasma.query.model.Expression
Returns a simple 1-term expression containing a group operator, (.
right - Variable in class org.plasma.sdo.PlasmaDataLink
 
ROOT_CODE - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
Allows conveying the root code of the value set.
rootClass - Variable in class org.plasma.provisioning.Model
 
rootCode - Variable in class org.plasma.provisioning.ValueSetConstraint
 
rootType - Variable in class org.plasma.sdo.access.provider.common.DataComparatorAssembler
 
round() - Method in class org.plasma.query.dsl.DataNode
 
round() - Method in class org.plasma.query.model.Property
 
round() - Method in interface org.plasma.query.RealDataProperty
Constructs a function, which returns the nearest integer, and returns this data property for use in subsequent operations

S

safe - Variable in class org.plasma.xml.wsdl.v20.InterfaceOperationType
 
save(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
Returns the DataObject saved as an XML document with the specified root element.
save(DataObject, String, String, OutputStream) - Method in interface commonj.sdo.helper.XMLHelper
Saves the DataObject as an XML document with the specified root element.
save(XMLDocument, OutputStream, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputStream.
save(XMLDocument, Writer, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputWriter.
save(XMLDocument, Result, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputResult in a serialization technology independent format (as specified in javax.xml.transform).
save(DataObject, String, String) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Returns the DataObject saved as an XML document with the specified root element.
save(DataObject, String, String, OutputStream) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Saves the DataObject as an XML document with the specified root element.
save(XMLDocument, OutputStream, Object) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Serializes an XMLDocument as an XML document into the outputStream.
save(XMLDocument, Writer, Object) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Serializes an XMLDocument as an XML document into the outputWriter.
save(XMLDocument, Result, Object) - Method in class org.plasma.sdo.helper.PlasmaXMLHelper
Serializes an XMLDocument as an XML document into the outputResult in a serialization technology independent format (as specified in javax.xml.transform).
scale - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
schema - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
schema - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
schema - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
schema - Variable in class org.plasma.sdo.access.provider.jdo.Jdo
 
schema - Variable in class org.plasma.sdo.access.provider.jdo.Package_
 
Schema - Class in org.plasma.text.ddl
Java class for schema complex type.
Schema() - Constructor for class org.plasma.text.ddl.Schema
 
Schema - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Schema() - Constructor for class org.plasma.xml.schema.Schema
 
SchemaConstants - Interface in org.plasma.xml.schema
 
SchemaConverter - Interface in org.plasma.provisioning
 
SchemaDataBinding - Class in org.plasma.xml.schema
 
SchemaDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.xml.schema.SchemaDataBinding
 
schemaLocation - Variable in class org.plasma.xml.schema.Import
 
schemaLocation - Variable in class org.plasma.xml.schema.Include
 
schemaLocation - Variable in class org.plasma.xml.schema.Redefine
 
SchemaModelAssembler - Class in org.plasma.xml.schema
Creates an XML Schema model.
SchemaModelAssembler(Model, String, String) - Constructor for class org.plasma.xml.schema.SchemaModelAssembler
Creates and XML Schema model based on the given PlasmaSDO#8482; Provisioning Model.
schemaNames - Variable in class org.plasma.provisioning.rdb.ConverterSupport
 
SchemaProvisioningModelAssembler - Class in org.plasma.provisioning
Constructs a provisioning model based on the a given XML Schema
SchemaProvisioningModelAssembler(Schema, String, String) - Constructor for class org.plasma.provisioning.SchemaProvisioningModelAssembler
 
schemas - Variable in class org.plasma.text.ddl.DDLAssembler
 
Schemas - Class in org.plasma.text.ddl
Java class for schemas complex type.
Schemas() - Constructor for class org.plasma.text.ddl.Schemas
 
schemas - Variable in class org.plasma.text.ddl.Schemas
 
schemaType - Variable in class javanet.staxutils.events.AbstractXMLEvent
The schema type.
SchemaUtil - Class in org.plasma.xml.schema
 
SchemaUtil() - Constructor for class org.plasma.xml.schema.SchemaUtil
 
sdo - Variable in class org.plasma.config.PlasmaConfiguration
 
SDO - Class in org.plasma.config
Java class for SDO complex type.
SDO() - Constructor for class org.plasma.config.SDO
 
SDO_RESERVED_NAMES - Static variable in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
SDOAlias - Class in org.plasma.sdo.profile
This stereotype provides modelling-context specific alternative names for UML named elements within a model.
SDOAlias() - Constructor for class org.plasma.sdo.profile.SDOAlias
 
SDOAssembler - Class in org.plasma.text.lang3gl.java
 
SDOAssembler(Model, Lang3GLFactory, Lang3GLOperation, File) - Constructor for class org.plasma.text.lang3gl.java.SDOAssembler
 
SDOClassFactory - Class in org.plasma.text.lang3gl.java
 
SDOClassFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.SDOClassFactory
 
SDOClassNameResolver - Class in org.plasma.text.lang3gl.java
 
SDOClassNameResolver() - Constructor for class org.plasma.text.lang3gl.java.SDOClassNameResolver
 
SDOConcurrent - Class in org.plasma.sdo.profile
Annotates or tags properties as applicable for use within various operations involving concurrency control.
SDOConcurrent() - Constructor for class org.plasma.sdo.profile.SDOConcurrent
 
SDODataAccessClient - Class in org.plasma.sdo.access.client
 
SDODataAccessClient() - Constructor for class org.plasma.sdo.access.client.SDODataAccessClient
 
SDODataAccessClient(DataAccessClient) - Constructor for class org.plasma.sdo.access.client.SDODataAccessClient
 
SDODefaultFactory - Class in org.plasma.text.lang3gl.java
 
SDODefaultFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.SDODefaultFactory
 
SDODerivation - Class in org.plasma.sdo.profile
This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
SDODerivation() - Constructor for class org.plasma.sdo.profile.SDODerivation
 
SDODocumentation - Class in org.plasma.sdo.profile
This stereotype annotates or tags a UML owned comment for any UML element in a model providing hints as to the nature of the comment and how it might be presented.
SDODocumentation() - Constructor for class org.plasma.sdo.profile.SDODocumentation
 
SDOEnumerationConstraint - Class in org.plasma.sdo.profile
This stereotype constrains a UML property by means of a given UML enumeration.
SDOEnumerationConstraint() - Constructor for class org.plasma.sdo.profile.SDOEnumerationConstraint
 
SDOEnumerationFactory - Class in org.plasma.text.lang3gl.java
 
SDOEnumerationFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.SDOEnumerationFactory
 
SDOFactory - Class in org.plasma.text.lang3gl.java
 
SDOFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.SDOFactory
 
SDOInterfaceFactory - Class in org.plasma.text.lang3gl.java
 
SDOInterfaceFactory(Lang3GLContext) - Constructor for class org.plasma.text.lang3gl.java.SDOInterfaceFactory
 
SDOInterfaceNameResolver - Class in org.plasma.text.lang3gl.java
 
SDOInterfaceNameResolver() - Constructor for class org.plasma.text.lang3gl.java.SDOInterfaceNameResolver
 
sdoInterfaceResolver - Variable in class org.plasma.text.lang3gl.java.DSLClassFactory
 
SDOKey - Class in org.plasma.sdo.profile
This stereotype tags or annotates a UML property as representing some type of key within a data store, data transfer or transient storage medium.
SDOKey() - Constructor for class org.plasma.sdo.profile.SDOKey
 
SDONamespace - Class in org.plasma.sdo.profile
This stereotype tags or annotates a UML package as an SDO namespace.
SDONamespace() - Constructor for class org.plasma.sdo.profile.SDONamespace
 
SDOSemanticConstraint - Class in org.plasma.sdo.profile
Restricts a property to a single concept or set of concepts within a knowledge domain
SDOSemanticConstraint() - Constructor for class org.plasma.sdo.profile.SDOSemanticConstraint
 
SDOSort - Class in org.plasma.sdo.profile
Assigns ordering and other related information to properties within an entity.
SDOSort() - Constructor for class org.plasma.sdo.profile.SDOSort
 
SDOTask - Class in org.plasma.provisioning.ant
 
SDOTask() - Constructor for class org.plasma.provisioning.ant.SDOTask
 
SDOTemporal - Class in org.plasma.sdo.profile
Specifies the various notions of time which are relevant for temporal data stores
SDOTemporal() - Constructor for class org.plasma.sdo.profile.SDOTemporal
 
SDOTool - Class in org.plasma.provisioning.cli
 
SDOTool() - Constructor for class org.plasma.provisioning.cli.SDOTool
 
SDOToolAction - Enum in org.plasma.provisioning.cli
 
SDOUniqueConstraint - Class in org.plasma.sdo.profile
This stereotype tags a UML property as unique within its UML class and resulting SDO Type.
SDOUniqueConstraint() - Constructor for class org.plasma.sdo.profile.SDOUniqueConstraint
 
SDOValueConstraint - Class in org.plasma.sdo.profile
This stereotype allows a value constraint to be specified for a class attribute.
SDOValueConstraint() - Constructor for class org.plasma.sdo.profile.SDOValueConstraint
 
SDOValueSetConstraint - Class in org.plasma.sdo.profile
This stereotype allows a value set constraint to be specified for a class attribute.
SDOValueSetConstraint() - Constructor for class org.plasma.sdo.profile.SDOValueSetConstraint
 
SDOX_NAMESPACE_PREFIX - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
SDOX_NAMESPACE_URI - Static variable in interface org.plasma.xml.sdox.SDOXConstants
 
SDOXConstants - Interface in org.plasma.xml.sdox
 
SDOXmlProperty - Class in org.plasma.sdo.profile
This stereotype provides modelling-context specific alternative names for UML named elements within a model.
SDOXmlProperty() - Constructor for class org.plasma.sdo.profile.SDOXmlProperty
 
SDOXSchemaConverter - Class in org.plasma.provisioning.xsd
 
SDOXSchemaConverter(Schema, String, String) - Constructor for class org.plasma.provisioning.xsd.SDOXSchemaConverter
 
search(Property) - Method in class org.plasma.sdo.core.CoreType
 
search(Property) - Method in interface org.plasma.sdo.PlasmaType
Collects and returns all values from this type and its base types mapped to the given instance property.
searchCondition() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL data element for property, searchCondition.
select(DataProperty) - Method in interface org.plasma.query.dsl.DomainQuery
Appends the given property to the select clause within this query and returns the query.
select(Wildcard) - Method in interface org.plasma.query.dsl.DomainQuery
Appends the given wildcard property to the select clause within this query and returns the query.
select(DataProperty) - Method in class org.plasma.query.dsl.DomainRoot
 
select(Wildcard) - Method in class org.plasma.query.dsl.DomainRoot
 
select - Variable in class org.plasma.query.model.Clause
 
Select - Class in org.plasma.query.model
 
Select() - Constructor for class org.plasma.query.model.Select
 
Select(Property) - Constructor for class org.plasma.query.model.Select
 
Select(Property, Property) - Constructor for class org.plasma.query.model.Select
 
Select(Property, Property, Property) - Constructor for class org.plasma.query.model.Select
 
Select(Property, Property, Property, Property) - Constructor for class org.plasma.query.model.Select
 
Select(Property[]) - Constructor for class org.plasma.query.model.Select
 
Select(WildcardProperty) - Constructor for class org.plasma.query.model.Select
 
Select(WildcardProperty, WildcardProperty) - Constructor for class org.plasma.query.model.Select
 
Select(WildcardProperty, WildcardProperty, WildcardProperty) - Constructor for class org.plasma.query.model.Select
 
Select(WildcardProperty, WildcardProperty, WildcardProperty, WildcardProperty) - Constructor for class org.plasma.query.model.Select
 
Select(WildcardProperty[]) - Constructor for class org.plasma.query.model.Select
 
Select(AbstractProperty[]) - Constructor for class org.plasma.query.model.Select
 
Select(String) - Constructor for class org.plasma.query.model.Select
Accepts an XPath expression, which may include predicates on any path step, and parses the expressions into an object model representation.
Select(String[]) - Constructor for class org.plasma.query.model.Select
Accepts an array of XPath expressions, which may include predicates on any path step, and parses the expressions into an object model representation.
Select - Interface in org.plasma.query
A clause containing path properties and data properties used to represent a complex selection data graph.
select - Variable in class org.plasma.xml.xslt.ApplyTemplates
 
select - Variable in class org.plasma.xml.xslt.CopyOf
 
select - Variable in class org.plasma.xml.xslt.ForEach
 
select - Variable in class org.plasma.xml.xslt.Sort
 
select - Variable in class org.plasma.xml.xslt.ValueOf
 
select - Variable in class org.plasma.xml.xslt.Variable
 
Selection - Interface in org.plasma.query.collector
A selection provides access to a query graph with operations useful for service implementors, providing property names for a given Type but also operations which return the selected properties at a given (query) graph level, and for a given source edge Type.
SelectionCollector - Class in org.plasma.query.collector
Traverses a given Select) clause collecting the specified property names, as well as any path-reference or key properties required for graph structure, into a simple list of logical property name strings mapped to the respective {@link Type} definition.
SelectionCollector(Select, Type) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Select, Type, boolean) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Select, Where, Type) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Select, Where, Type, boolean) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Select, Where, OrderBy, Type) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Select, Where, OrderBy, Type, boolean) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Where, Type) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionCollector(Where, Type, boolean) - Constructor for class org.plasma.query.collector.SelectionCollector
 
SelectionPredicates - Interface in org.plasma.query.collector
Provides access to path predicates for a query graph with operations useful for service implementors.
selector - Variable in class org.plasma.xml.schema.Keybase
 
Selector - Class in org.plasma.xml.schema
Java class for anonymous complex type.
Selector() - Constructor for class org.plasma.xml.schema.Selector
 
SemanticConstraint - Class in org.plasma.provisioning
Java class for SemanticConstraint complex type.
SemanticConstraint() - Constructor for class org.plasma.provisioning.SemanticConstraint
 
SemanticConstraint - Interface in org.plasma.sdo
Restricts a property to a single concept or set of concepts within a knowledge domain
sendEvent(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
Called by the methods of this class to write the event to the stream.
sendEvent(XMLEvent) - Method in class javanet.staxutils.io.StreamEventWriter
 
sendEvent(XMLEvent) - Method in class javanet.staxutils.XMLStreamEventWriter
 
Sequence - Interface in commonj.sdo
A sequence is a heterogeneous list of properties and corresponding values.
sequence - Variable in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
 
sequence - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
sequence - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Sequence - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Sequence() - Constructor for class org.plasma.sdo.access.provider.jdo.Sequence
 
sequence - Variable in class org.plasma.xml.schema.AbstractComplexType
 
sequence - Variable in class org.plasma.xml.schema.ExtensionType
 
sequence - Variable in class org.plasma.xml.schema.RestrictionType
 
sequenceConfiguration - Variable in class org.plasma.config.DataAccessProvider
 
SequenceConfiguration - Class in org.plasma.config
Java class for SequenceConfiguration complex type.
SequenceConfiguration() - Constructor for class org.plasma.config.SequenceConfiguration
 
sequenced - Variable in class org.plasma.xml.sdox.Type
 
SequenceGenerator - Interface in org.plasma.sdo.access
 
SequenceGeneratorException - Exception in org.plasma.sdo.access
 
SequenceGeneratorException(String) - Constructor for exception org.plasma.sdo.access.SequenceGeneratorException
 
SequenceGeneratorException(Throwable) - Constructor for exception org.plasma.sdo.access.SequenceGeneratorException
 
SerializationStrategy - Enum in org.plasma.config
Java class for SerializationStrategy.
serialize(CoreObject[], String) - Method in class org.plasma.sdo.access.client.DefaultEJBDataAccessClient
 
serialized - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
serialized - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
serializedElement - Variable in class org.plasma.sdo.access.provider.jdo.Array
 
serializedElement - Variable in class org.plasma.sdo.access.provider.jdo.Collection
 
serializedKey - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
serializedValue - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
serializeElement(ElementNSImpl) - Method in class org.plasma.provisioning.xsd.AbstractAssembler
 
serializeElement(ElementNSImpl) - Method in class org.plasma.provisioning.xsd.ConverterSupport
 
service - Variable in class org.plasma.sdo.access.client.PojoDataAccessClient
 
Service - Class in org.plasma.xml.wsdl.v20
Java class for ServiceType complex type.
Service() - Constructor for class org.plasma.xml.wsdl.v20.Service
 
ServiceLocator - Class in org.plasma.common.naming
 
set(String, Object) - Method in interface commonj.sdo.DataObject
Sets a property of either this object or an object reachable from it, as identified by the specified path, to the specified value.
set(int, Object) - Method in interface commonj.sdo.DataObject
Sets the property at the specified index in property list of this object's type, to the specified value.
set(Property, Object) - Method in interface commonj.sdo.DataObject
Sets the value of the given property of the object to the new value.
set(String, Object) - Method in interface org.plasma.sdo.access.model.DataEntity
 
set(String, Object) - Method in class org.plasma.sdo.access.model.Entity
Generic reflection-based 'setter'.
set(String, Object) - Method in class org.plasma.sdo.core.CoreDataObject
Sets a property of either this object or an object or objects reachable from it, as identified by the specified path.
set(int, Object) - Method in class org.plasma.sdo.core.CoreDataObject
Conversions are specified in Java [6] and the DataHelper.
set(Property, Object) - Method in class org.plasma.sdo.core.CoreDataObject
Sets the value of the given property of the object to the new value.
set(DataObject, String, Object) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
set(Object) - Method in class org.plasma.sdo.xpath.DataGraphNodeAdapter
Sets the given value into the XPATH parse result.
set(Object) - Method in class org.plasma.sdo.xpath.XPathDataObject
 
set(Object) - Method in class org.plasma.sdo.xpath.XPathDataProperty
 
set(Object) - Method in class org.plasma.sdo.xpath.XPathDataValue
 
setAbstract(Boolean) - Method in class org.plasma.provisioning.Class
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.plasma.xml.sdox.Type
Sets the value of the abstract property.
setAddress(String) - Method in class org.plasma.xml.wsdl.v20.Endpoint
Sets the value of the address property.
setAlias(Alias) - Method in class org.plasma.provisioning.NamedElement
Sets the value of the alias property.
setAll(All) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the all property.
setAll(All) - Method in class org.plasma.xml.schema.ExtensionType
Sets the value of the all property.
setAll(All) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the all property.
setAllowsNull(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the allowsNull property.
setAnnotation(Annotation) - Method in class org.plasma.xml.schema.Annotated
Sets the value of the annotation property.
setAny(Element) - Method in class org.plasma.xml.sdox.Datagraph
Sets the value of the any property.
setAnyAttribute(Wildcard) - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Sets the value of the anyAttribute property.
setAnyAttribute(Wildcard) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the anyAttribute property.
setAnyAttribute(Wildcard) - Method in class org.plasma.xml.schema.ExtensionType
Sets the value of the anyAttribute property.
setAnyAttribute(Wildcard) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the anyAttribute property.
setArithmeticOperator(ArithmeticOperator) - Method in class org.plasma.query.model.Term
Sets the value of the arithmeticOperator property.
setArray(Array) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the array property.
setArray(Array) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the array property.
setArtifact(String) - Method in class org.plasma.config.Namespace
Sets the value of the artifact property.
setAs(Projection) - Method in class org.plasma.query.model.Property
 
setAttributeFormDefault(FormChoice) - Method in class org.plasma.xml.schema.Schema
Sets the value of the attributeFormDefault property.
setAutoIncrement(boolean) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Sets the value of the autoIncrement property to the given value.
setAutoIncrement(boolean) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the value of the autoIncrement property to the given value.
setBanner(String) - Method in class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
Sets the value of the banner property to the given value.
setBanner(String) - Method in interface org.plasma.provisioning.rdb.oracle.any.sys.Version
Sets the value of the banner property to the given value.
setBanner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
Sets the value of the banner property to the given value.
setBanner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Version
Sets the value of the banner property to the given value.
setBase(QName) - Method in class org.plasma.xml.schema.ExtensionType
Sets the value of the base property.
setBase(QName) - Method in class org.plasma.xml.schema.Restriction
Sets the value of the base property.
setBase(QName) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the base property.
setBase_Comment(Comment) - Method in interface org.plasma.sdo.Documentation
 
setBase_Comment(Comment) - Method in class org.plasma.sdo.profile.SDODocumentation
 
setBase_NamedElement(NamedElement) - Method in interface org.plasma.sdo.Alias
 
setBase_NamedElement(NamedElement) - Method in interface org.plasma.sdo.Derivation
 
setBase_NamedElement(NamedElement) - Method in class org.plasma.sdo.profile.SDOAlias
 
setBase_NamedElement(NamedElement) - Method in class org.plasma.sdo.profile.SDODerivation
 
setBase_Package(Package) - Method in interface org.plasma.sdo.Namespace
 
setBase_Package(Package) - Method in class org.plasma.sdo.profile.SDONamespace
 
setBase_Property(Property) - Method in interface org.plasma.sdo.Concurrent
 
setBase_Property(Property) - Method in interface org.plasma.sdo.EnumerationConstraint
 
setBase_Property(Property) - Method in interface org.plasma.sdo.Key
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOConcurrent
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOEnumerationConstraint
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOKey
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOSort
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOTemporal
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOUniqueConstraint
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setBase_Property(Property) - Method in class org.plasma.sdo.profile.SDOXmlProperty
 
setBase_Property(Property) - Method in interface org.plasma.sdo.SemanticConstraint
 
setBase_Property(Property) - Method in interface org.plasma.sdo.Sort
 
setBase_Property(Property) - Method in interface org.plasma.sdo.Temporal
 
setBase_Property(Property) - Method in interface org.plasma.sdo.UniqueConstraint
 
setBase_Property(Property) - Method in interface org.plasma.sdo.ValueConstraint
 
setBase_Property(Property) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setBase_Property(Property) - Method in interface org.plasma.sdo.XmlProperty
 
setBigDecimal(String, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of a BigDecimal property identified by the specified path, to the specified value.
setBigDecimal(int, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of a BigDecimal property identified by the specified property index, to the specified value.
setBigDecimal(Property, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of the specified BigDecimal property, to the specified value.
setBigDecimal(String, BigDecimal) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBigDecimal(int, BigDecimal) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBigDecimal(Property, BigDecimal) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBigInteger(String, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of a BigInteger property identified by the specified path, to the specified value.
setBigInteger(int, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of a BigInteger property identified by the specified property index, to the specified value.
setBigInteger(Property, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of the specified BigInteger property, to the specified value.
setBigInteger(String, BigInteger) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBigInteger(int, BigInteger) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBigInteger(Property, BigInteger) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBinding(QName) - Method in class org.plasma.xml.wsdl.v11.TPort
Sets the value of the binding property.
setBinding(QName) - Method in class org.plasma.xml.wsdl.v20.Endpoint
Sets the value of the binding property.
setBody(Body) - Method in class org.plasma.provisioning.Documentation
Sets the value of the body property.
setBoolean(String, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of a boolean property identified by the specified path, to the specified value.
setBoolean(int, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of a boolean property identified by the specified property index, to the specified value.
setBoolean(Property, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of the specified boolean property, to the specified value.
setBoolean(String, boolean) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBoolean(int, boolean) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBoolean(Property, boolean) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBusinessName(String) - Method in class org.plasma.provisioning.Alias
Sets the value of the businessName property.
setBusinessName(String) - Method in interface org.plasma.sdo.Alias
 
setBusinessName(String) - Method in class org.plasma.sdo.profile.SDOAlias
 
setByte(String, byte) - Method in interface commonj.sdo.DataObject
Sets the value of a byte property identified by the specified path, to the specified value.
setByte(int, byte) - Method in interface commonj.sdo.DataObject
Sets the value of a byte property identified by the specified property index, to the specified value.
setByte(Property, byte) - Method in interface commonj.sdo.DataObject
Sets the value of the specified byte property, to the specified value.
setByte(String, byte) - Method in class org.plasma.sdo.core.CoreDataObject
 
setByte(int, byte) - Method in class org.plasma.sdo.core.CoreDataObject
 
setByte(Property, byte) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBytes(String, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of a byte[] property identified by the specified path, to the specified value.
setBytes(int, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of a byte[] property identified by the specified property index, to the specified value.
setBytes(Property, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of the specified byte[] property, to the specified value.
setBytes(String, byte[]) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBytes(int, byte[]) - Method in class org.plasma.sdo.core.CoreDataObject
 
setBytes(Property, byte[]) - Method in class org.plasma.sdo.core.CoreDataObject
 
setCache(Long) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the cache property.
setCaseOrder(String) - Method in class org.plasma.xml.xslt.Sort
Sets the value of the caseOrder property.
setCatalog(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the catalog property.
setCatalog(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the catalog property.
setCatalog(String) - Method in class org.plasma.sdo.access.provider.jdo.Jdo
Sets the value of the catalog property.
setCatalog(String) - Method in class org.plasma.sdo.access.provider.jdo.Package_
Sets the value of the catalog property.
setChangeSummary(ChangeSummaryType) - Method in class org.plasma.xml.sdox.BaseDataGraphType
Sets the value of the changeSummary property.
setChar(String, char) - Method in interface commonj.sdo.DataObject
Sets the value of a char property identified by the specified path, to the specified value.
setChar(int, char) - Method in interface commonj.sdo.DataObject
Sets the value of a char property identified by the specified property index, to the specified value.
setChar(Property, char) - Method in interface commonj.sdo.DataObject
Sets the value of the specified char property, to the specified value.
setChar(String, char) - Method in class org.plasma.sdo.core.CoreDataObject
 
setChar(int, char) - Method in class org.plasma.sdo.core.CoreDataObject
 
setChar(Property, char) - Method in class org.plasma.sdo.core.CoreDataObject
 
setCharacterSetName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the characterSetName property to the given value.
setCharacterSetName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the characterSetName property to the given value.
setCharacterSetName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the characterSetName property to the given value.
setCharacterSetName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the characterSetName property to the given value.
setCharacterSetName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the characterSetName property to the given value.
setCharacterSetName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the characterSetName property to the given value.
setCharMaxLength(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the charMaxLength property to the given value.
setCharMaxLength(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the charMaxLength property to the given value.
setCheckQueryResultsSize(Boolean) - Method in class org.plasma.config.DataAccessService
Sets the value of the checkQueryResultsSize property.
setChildPackageName(String) - Method in class org.plasma.config.ImplementationProvisioning
Sets the value of the childPackageName property.
setChoice(ExplicitGroup) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the choice property.
setChoice(ExplicitGroup) - Method in class org.plasma.xml.schema.ExtensionType
Sets the value of the choice property.
setChoice(ExplicitGroup) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the choice property.
setClassesDir(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setClassName(String) - Method in class org.plasma.config.DataAccessProvider
Sets the value of the className property.
setClassNamePrefix(String) - Method in class org.plasma.config.ClassProvisioning
Sets the value of the classNamePrefix property.
setClassNameSuffix(String) - Method in class org.plasma.config.ClassProvisioning
Sets the value of the classNameSuffix property.
setClassRef(ClassRef) - Method in class org.plasma.provisioning.PropertyRef
Sets the value of the classRef property.
setClassSupplier(ClassRef) - Method in class org.plasma.provisioning.Derivation
Sets the value of the classSupplier property.
setCodingStrength(CodingStrength) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the codingStrength property.
setCodingStrength(CodingStrength) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setCodingStrength(CodingStrength) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setCollection(Collection) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the collection property.
setCollection(Collection) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the collection property.
setCollectionParameter(CollectionParameter) - Method in class org.plasma.query.model.Parameter
Sets the value of the collectionParameter property.
setColumn(int) - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Order
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.PrimaryKey
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Version
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.Check
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.Fk
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.Index
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.Join
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.On
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.Pk
Sets the value of the column property.
setColumn(String) - Method in class org.plasma.text.ddl.Unique
Sets the value of the column property.
setColumn_id(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the column_id property to the given value.
setColumn_id(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the column_id property to the given value.
setColumn_id(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the column_id property to the given value.
setColumn_id(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the column_id property to the given value.
setColumnComment(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the columnComment property to the given value.
setColumnComment(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the columnComment property to the given value.
setColumnKey(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the columnKey property to the given value.
setColumnKey(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the columnKey property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the columnName property to the given value.
setColumnName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Sets the value of the columnName property to the given value.
setColumnNumber(int) - Method in class org.plasma.sdo.xml.ErrorLocator
 
setColumnType(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the columnType property to the given value.
setColumnType(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the columnType property to the given value.
setCommand(String) - Method in class org.plasma.provisioning.ant.ProvisioningTask
 
setComments(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Sets the value of the comments property to the given value.
setComments(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Sets the value of the comments property to the given value.
setComments(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Sets the value of the comments property to the given value.
setComments(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Sets the value of the comments property to the given value.
setComments(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Sets the value of the comments property to the given value.
setComments(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Sets the value of the comments property to the given value.
setComments(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Sets the value of the comments property to the given value.
setComments(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Sets the value of the comments property to the given value.
setComplexContent(ComplexContent) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the complexContent property.
setComplexType(LocalComplexType) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the complexType property.
setConceptDomain(String) - Method in class org.plasma.provisioning.SemanticConstraint
Sets the value of the conceptDomain property.
setConceptDomain(String) - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
setConceptDomain(String) - Method in interface org.plasma.sdo.SemanticConstraint
 
setConceptId(String) - Method in class org.plasma.provisioning.SemanticConstraint
Sets the value of the conceptId property.
setConceptId(String) - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
setConceptId(String) - Method in interface org.plasma.sdo.SemanticConstraint
 
setConceptName(String) - Method in class org.plasma.provisioning.SemanticConstraint
Sets the value of the conceptName property.
setConceptName(String) - Method in class org.plasma.sdo.profile.SDOSemanticConstraint
 
setConceptName(String) - Method in interface org.plasma.sdo.SemanticConstraint
 
setConcurrency(Concurrency) - Method in class org.plasma.config.DataAccessProvider
Sets the value of the concurrency property.
setConcurrent(Concurrent) - Method in class org.plasma.provisioning.Property
Sets the value of the concurrent property.
setConcurrent(Concurrent) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the concurrent property.
setConstraint(Constraint[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
setConstraint(Constraint[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the given array of Type Constraint for the object's multi-valued property constraint.
setConstraintName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the constraintName property to the given value.
setConstraintName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the constraintName property to the given value.
setConstraintName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Sets the value of the constraintName property to the given value.
setConstraintName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Sets the value of the constraintName property to the given value.
setConstraintType(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Sets the value of the constraintType property to the given value.
setConstraintType(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Sets the value of the constraintType property to the given value.
setConstraintType(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the constraintType property to the given value.
setConstraintType(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the constraintType property to the given value.
setConsumer(XMLEventConsumer) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Sets the underlying XMLEventConsumer to which events are added.
setContainer(DataObject) - Method in class org.plasma.sdo.core.CoreDataObject
 
setContainer(DataObject) - Method in interface org.plasma.sdo.PlasmaDataObject
Sets the current container for this DataObject
setContainment(Boolean) - Method in class org.plasma.provisioning.Property
Sets the value of the containment property.
setContainment(Boolean) - Method in class org.plasma.xml.sdox.Property
Sets the value of the containment property.
setContainmentProperty(Property) - Method in class org.plasma.sdo.core.CoreDataObject
 
setContainmentProperty(Property) - Method in interface org.plasma.sdo.PlasmaDataObject
Sets the declared reference Property within the Type for the container which is our current containment reference property
setCount(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the count property.
setCreate(String) - Method in class org.plasma.xml.sdox.ChangeSummaryType
Sets the value of the create property.
setCreateNonContainmentReferenceTypes(boolean) - Method in class org.plasma.xml.schema.SchemaModelAssembler
 
setDataDefault(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the dataDefault property to the given value.
setDataDefault(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the dataDefault property to the given value.
setDataDefault(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the dataDefault property to the given value.
setDataDefault(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the dataDefault property to the given value.
setDataFlavor(ConcurentDataFlavor) - Method in class org.plasma.provisioning.Concurrent
Sets the value of the dataFlavor property.
setDataFlavor(ConcurrentDataFlavor) - Method in interface org.plasma.sdo.Concurrent
 
setDataFlavor(ConcurrentDataFlavor) - Method in class org.plasma.sdo.profile.SDOConcurrent
 
setDataGraph(DataGraph) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDataGraph(DataGraph) - Method in interface org.plasma.sdo.PlasmaDataObject
 
setDataLength(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the dataLength property to the given value.
setDataLength(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the dataLength property to the given value.
setDataLength(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the dataLength property to the given value.
setDataLength(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the dataLength property to the given value.
setDataObject(String, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of a DataObject property identified by the specified path, to the specified value.
setDataObject(int, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of a DataObject property identified by the specified property index, to the specified value.
setDataObject(Property, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of the specified DataObject property, to the specified value.
setDataObject(String, DataObject) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDataObject(int, DataObject) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDataObject(Property, DataObject) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDataPrecision(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the dataPrecision property to the given value.
setDataPrecision(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the dataPrecision property to the given value.
setDataPrecision(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the dataPrecision property to the given value.
setDataPrecision(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the dataPrecision property to the given value.
setDataPrecision(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the dataPrecision property to the given value.
setDataPrecision(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the dataPrecision property to the given value.
setDataScale(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the dataScale property to the given value.
setDataScale(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the dataScale property to the given value.
setDataScale(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the dataScale property to the given value.
setDataScale(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the dataScale property to the given value.
setDataScale(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the dataScale property to the given value.
setDataScale(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the dataScale property to the given value.
setDatastoreIdentity(DatastoreIdentity) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the datastoreIdentity property.
setDatastoreIdentity(DatastoreIdentity) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the datastoreIdentity property.
setDatastoreSequence(String) - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Sets the value of the datastoreSequence property.
setDataStoreType(DataStoreType) - Method in class org.plasma.config.DataAccessService
Sets the value of the dataStoreType property.
setDataType(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the dataType property to the given value.
setDataType(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the dataType property to the given value.
setDataType(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the dataType property to the given value.
setDataType(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the dataType property to the given value.
setDataType(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the dataType property to the given value.
setDataType(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the dataType property to the given value.
setDataType(Boolean) - Method in class org.plasma.xml.sdox.Type
Sets the value of the dataType property.
setDataType(String) - Method in class org.plasma.xml.xslt.Sort
Sets the value of the dataType property.
setDate(String, Date) - Method in interface commonj.sdo.DataObject
Sets the value of a Date property identified by the specified path, to the specified value.
setDate(int, Date) - Method in interface commonj.sdo.DataObject
Sets the value of a Date property identified by the specified property index, to the specified value.
setDate(Property, Date) - Method in interface commonj.sdo.DataObject
Sets the value of the specified Date property, to the specified value.
setDate(String, Date) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDate(int, Date) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDate(Property, Date) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDateParameter(DateParameter) - Method in class org.plasma.query.model.Parameter
Sets the value of the dateParameter property.
setDecimalDigits(String) - Method in class org.plasma.text.ddl.Column
Sets the value of the decimalDigits property.
setDecimalParameter(DecimalParameter) - Method in class org.plasma.query.model.Parameter
Sets the value of the decimalParameter property.
setDecimalSeparator(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the decimalSeparator property.
setDefault(String) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the default property.
setDefault(String) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the default property.
setDefault(String) - Method in class org.plasma.xml.sdox.Property
Sets the value of the default property.
setDefaultFetchGroup(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the defaultFetchGroup property.
setDefaultFetchGroup(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the defaultFetchGroup property.
setDefaultNamespace(String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setDefaultNamespace(String) - Method in class javanet.staxutils.SimpleNamespaceContext
Sets the default namespace in this context.
setDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setDefaultNamespace(Namespace) - Method in class org.plasma.config.SDO
Sets the value of the defaultNamespace property.
setDefaultValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the defaultValue property.
setDeferred(String) - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Sets the value of the deferred property.
setDeferred(String) - Method in class org.plasma.sdo.access.provider.jdo.Unique
Sets the value of the deferred property.
setDelete(String) - Method in class org.plasma.xml.sdox.ChangeSummaryType
Sets the value of the delete property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the deleteAction property.
setDeleteAction(String) - Method in class org.plasma.text.ddl.Fk
Sets the value of the deleteAction property.
setDeleteRule(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the deleteRule property to the given value.
setDeleteRule(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the deleteRule property to the given value.
setDependent(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the dependent property.
setDependent(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the dependent property.
setDependentElement(String) - Method in class org.plasma.sdo.access.provider.jdo.Array
Sets the value of the dependentElement property.
setDependentElement(String) - Method in class org.plasma.sdo.access.provider.jdo.Collection
Sets the value of the dependentElement property.
setDependentKey(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the dependentKey property.
setDependentValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the dependentValue property.
setDerivation(Derivation) - Method in class org.plasma.provisioning.NamedElement
Sets the value of the derivation property.
setDerived(Boolean) - Method in class org.plasma.provisioning.Property
Sets the value of the derived property.
setDerivePackageNamesFromURIs(boolean) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
setDest(String) - Method in class org.plasma.provisioning.ant.DDLTask
 
setDest(String) - Method in class org.plasma.provisioning.ant.DSLTask
 
setDest(String) - Method in class org.plasma.provisioning.ant.RDBTask
 
setDest(String) - Method in class org.plasma.provisioning.ant.SDOTask
 
setDestFile(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setDestFileType(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setDestNamespacePrefix(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setDestNamespacePrefix(String) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
setDestNamespaceURI(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setDestNamespaceURI(String) - Method in class org.plasma.xml.uml.UMLModelAssembler
 
setDetachable(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the detachable property.
setDetachable(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the detachable property.
setDialect(String) - Method in class org.plasma.provisioning.ant.DDLTask
 
setDialect(String) - Method in class org.plasma.provisioning.ant.DSLTask
 
setDialect(String) - Method in class org.plasma.provisioning.ant.RDBTask
 
setDialect(String) - Method in class org.plasma.provisioning.ant.SDOTask
 
setDigit(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the digit property.
setDirection(SortDirectionValues) - Method in class org.plasma.query.model.Property
 
setDirection(TraversalDirection) - Method in class org.plasma.sdo.core.CoreEdge
 
setDisableOutputEscaping(YesOrNo) - Method in class org.plasma.xml.xslt.Text
Sets the value of the disableOutputEscaping property.
setDisableOutputEscaping(YesOrNo) - Method in class org.plasma.xml.xslt.ValueOf
Sets the value of the disableOutputEscaping property.
setDiscriminator(Discriminator) - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Sets the value of the discriminator property.
setDistinct(Boolean) - Method in class org.plasma.query.model.Property
 
setDoctypePublic(String) - Method in class org.plasma.xml.xslt.Output
Sets the value of the doctypePublic property.
setDoctypeSystem(String) - Method in class org.plasma.xml.xslt.Output
Sets the value of the doctypeSystem property.
setDocumentation(TDocumentation) - Method in class org.plasma.xml.wsdl.v11.TDocumented
Sets the value of the documentation property.
setDocumentLocator(Locator) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.StAXContentHandler
 
setDouble(String, double) - Method in interface commonj.sdo.DataObject
Sets the value of a double property identified by the specified path, to the specified value.
setDouble(int, double) - Method in interface commonj.sdo.DataObject
Sets the value of a double property identified by the specified property index, to the specified value.
setDouble(Property, double) - Method in interface commonj.sdo.DataObject
Sets the value of the specified double property, to the specified value.
setDouble(String, double) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDouble(int, double) - Method in class org.plasma.sdo.core.CoreDataObject
 
setDouble(Property, double) - Method in class org.plasma.sdo.core.CoreDataObject
 
setEditioningView(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the editioningView property to the given value.
setEditioningView(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the editioningView property to the given value.
setElement(Element) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the element property.
setElement(Element) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the element property.
setElement(QName) - Method in class org.plasma.xml.wsdl.v11.TPart
Sets the value of the element property.
setElement(String) - Method in class org.plasma.xml.wsdl.v20.InterfaceFaultType
Sets the value of the element property.
setElement(String) - Method in class org.plasma.xml.wsdl.v20.MessageRefType
Sets the value of the element property.
setElement(QName) - Method in class org.plasma.xml.wsdl.v20.soap.Header
Sets the value of the element property.
setElementFormDefault(FormChoice) - Method in class org.plasma.xml.schema.Schema
Sets the value of the elementFormDefault property.
setElementType(String) - Method in class org.plasma.sdo.access.provider.jdo.Array
Sets the value of the elementType property.
setElementType(String) - Method in class org.plasma.sdo.access.provider.jdo.Collection
Sets the value of the elementType property.
setEmbedded(Embedded) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the embedded property.
setEmbedded(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the embedded property.
setEmbedded(Embedded) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the embedded property.
setEmbedded(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the embedded property.
setEmbedded(Embedded) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the embedded property.
setEmbeddedElement(String) - Method in class org.plasma.sdo.access.provider.jdo.Array
Sets the value of the embeddedElement property.
setEmbeddedElement(String) - Method in class org.plasma.sdo.access.provider.jdo.Collection
Sets the value of the embeddedElement property.
setEmbeddedElement(Embedded) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the embeddedElement property.
setEmbeddedElement(Embedded) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the embeddedElement property.
setEmbeddedKey(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the embeddedKey property.
setEmbeddedOnly(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the embeddedOnly property.
setEmbeddedOnly(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the embeddedOnly property.
setEmbeddedValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the embeddedValue property.
setEncoding(String) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML encoding of the document, or null if not specified.
setEncoding(String) - Method in class org.plasma.sdo.core.CoreXMLDocument
 
setEncoding(String) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setEncoding(String) - Method in interface org.plasma.sdo.xml.XMLOptions
Sets the character encoding.
setEncoding(String) - Method in class org.plasma.xml.xslt.Output
Sets the value of the encoding property.
setEndRange(Integer) - Method in class org.plasma.query.dsl.DomainRoot
 
setEndRange(Integer) - Method in class org.plasma.query.model.Query
 
setEndRange(Integer) - Method in interface org.plasma.query.Query
Sets the value of the endRange property.
setEntity(Entity) - Method in class org.plasma.query.model.Delete
Sets the value of the entity property.
setEntity(Entity) - Method in class org.plasma.query.model.From
 
setEntity(Entity) - Method in class org.plasma.query.model.Term
Sets the value of the entity property.
setEntity(Entity) - Method in class org.plasma.query.model.Update
Sets the value of the entity property.
setEntityId(Object) - Method in interface org.plasma.sdo.access.model.DataEntity
 
setEntityId(Object) - Method in class org.plasma.sdo.access.model.Entity
Sets the value for the id property, often the property associated with the DB primary key.
setEnumerationConstraint(EnumerationConstraint) - Method in class org.plasma.provisioning.Property
Sets the value of the enumerationConstraint property.
setEnumerationConstraint(EnumerationConstraint) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the enumerationConstraint property.
setEnumerationSupplier(EnumerationRef) - Method in class org.plasma.provisioning.Derivation
Sets the value of the enumerationSupplier property.
setErrorHandler(ErrorHandler) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setErrorHandler(ErrorHandler) - Method in interface org.plasma.sdo.xml.XMLOptions
Sets the current XML Schema (XSD) validation error handler
setEventAllocator(XMLEventAllocator) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setEventConsumer(XMLEventConsumer) - Method in class javanet.staxutils.StAXEventContentHandler
Sets the XMLEventConsumer to which events are written.
setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.StAXEventContentHandler
Sets the XMLEventFactory used to create events.
setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Sets the XMLEventFactory used to construct events.
setEvents(List) - Method in class javanet.staxutils.helpers.ListEventConsumer
Sets the List to which events will be written.
setExpression(Expression) - Method in class org.plasma.query.model.Term
Sets the value of the expression property.
setExtension(ExtensionType) - Method in class org.plasma.xml.schema.ComplexContent
Sets the value of the extension property.
setExtension(SimpleExtensionType) - Method in class org.plasma.xml.schema.SimpleContent
Sets the value of the extension property.
setFactoryClass(String) - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Sets the value of the factoryClass property.
setFailOnValidationError(boolean) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setFieldName(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the fieldName property.
setFieldType(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the fieldType property.
setFieldType(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the fieldType property.
setFile(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setFilterId(FilterId) - Method in class org.plasma.query.model.Where
Sets the value of the filterId property.
setFixed(String) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the fixed property.
setFixed(String) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the fixed property.
setFixed(Boolean) - Method in class org.plasma.xml.schema.Facet
Sets the value of the fixed property.
setFloat(String, float) - Method in interface commonj.sdo.DataObject
Sets the value of a float property identified by the specified path, to the specified value.
setFloat(int, float) - Method in interface commonj.sdo.DataObject
Sets the value of a float property identified by the specified property index, to the specified value.
setFloat(Property, float) - Method in interface commonj.sdo.DataObject
Sets the value of the specified float property, to the specified value.
setFloat(String, float) - Method in class org.plasma.sdo.core.CoreDataObject
 
setFloat(int, float) - Method in class org.plasma.sdo.core.CoreDataObject
 
setFloat(Property, float) - Method in class org.plasma.sdo.core.CoreDataObject
 
setFloatParameter(FloatParameter) - Method in class org.plasma.query.model.Parameter
Sets the value of the floatParameter property.
setForeignKey(ForeignKey) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the foreignKey property.
setForm(FormChoice) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the form property.
setForm(FormChoice) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the form property.
setFormat(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the format property.
setFractionDigits(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the fractionDigits property.
setFractionDigits(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setFractionDigits(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setFrom(From) - Method in class org.plasma.query.model.Clause
Sets the value of the from property.
setFrom(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the from property.
setGenerate(Boolean) - Method in class org.plasma.config.QueryDSLProvisioning
Sets the value of the generate property.
setGeneratorClassName(String) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the generatorClassName property.
setGlobalProvisioning(GlobalProvisioning) - Method in class org.plasma.config.SDO
Sets the value of the globalProvisioning property.
setGroup(String) - Method in class org.plasma.provisioning.UniqueConstraint
Sets the value of the group property.
setGroup(String) - Method in class org.plasma.sdo.profile.SDOUniqueConstraint
 
setGroup(String) - Method in interface org.plasma.sdo.UniqueConstraint
 
setGroup(GroupRef) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the group property.
setGroup(GroupRef) - Method in class org.plasma.xml.schema.ExtensionType
Sets the value of the group property.
setGroup(GroupRef) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the group property.
setGroupBy(GroupBy) - Method in class org.plasma.query.model.Clause
Sets the value of the GroupBy property.
setGroupingSeparator(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the groupingSeparator property.
setGroupingSeparator(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the groupingSeparator property.
setGroupingSize(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the groupingSize property.
setGroupOperator(GroupOperator) - Method in class org.plasma.query.model.Term
Sets the value of the groupOperator property.
setHref(String) - Method in class org.plasma.xml.xslt.CombineStylesheets
Sets the value of the href property.
setId(String) - Method in class org.plasma.provisioning.Element
Sets the value of the id property.
setId(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the id property.
setId(Object) - Method in class org.plasma.sdo.core.CoreDataGraph
Sets an object to be used and managed by client Data Access Services as an identifier for a Data Graph.
setId(Object) - Method in interface org.plasma.sdo.PlasmaDataGraph
Sets an object to be used and managed by client Data Access Services as an identifier for a Data Graph.
setId(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setId(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setId(String) - Method in class org.plasma.xml.schema.Annotated
Sets the value of the id property.
setId(String) - Method in class org.plasma.xml.schema.Annotation
Sets the value of the id property.
setId(String) - Method in class org.plasma.xml.schema.Redefine
Sets the value of the id property.
setId(String) - Method in class org.plasma.xml.schema.Schema
Sets the value of the id property.
setId(String) - Method in class org.plasma.xml.xslt.Wrapper
Sets the value of the id property.
setIdentityType(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the identityType property.
setIdentityType(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the identityType property.
setIgnoredValueSetId(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the ignoredValueSetId property.
setIgnoredValueSetId(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setIgnoredValueSetId(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setImplementation(ImplementationProvisioning) - Method in class org.plasma.config.GlobalProvisioning
Sets the value of the implementation property.
setImplementation(ImplementationProvisioning) - Method in class org.plasma.config.NamespaceProvisioning
Sets the value of the implementation property.
setImplementation(ImplementationProvisioning) - Method in class org.plasma.config.QueryDSLProvisioning
Sets the value of the implementation property.
setImportDeclaration(ImportDeclaration) - Method in class org.plasma.query.model.Where
Sets the value of the importDeclaration property.
setIncrementBy(Long) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the incrementBy property.
setIndent(String) - Method in interface javanet.staxutils.Indentation
Set the characters used for one level of indentation.
setIndent(String) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
setIndent(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
setIndent(boolean) - Method in class org.plasma.text.ddl.DDLStreamAssembler
 
setIndent(boolean) - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
setIndent(YesOrNo) - Method in class org.plasma.xml.xslt.Output
Sets the value of the indent property.
setIndentationToken(String) - Method in class org.plasma.text.ddl.DDLStreamAssembler
 
setIndentationToken(String) - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
setIndex(Integer) - Method in class org.plasma.query.model.PathElement
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Order
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the index property.
setIndex(Index) - Method in class org.plasma.sdo.access.provider.jdo.Version
Sets the value of the index property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the indexed property.
setIndexed(String) - Method in class org.plasma.sdo.access.provider.jdo.Version
Sets the value of the indexed property.
setIndexName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the indexName property to the given value.
setIndexName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the indexName property to the given value.
setIndexOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the indexOwner property to the given value.
setIndexOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the indexOwner property to the given value.
setInfinity(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the infinity property.
setInheritance(Inheritance) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the inheritance property.
setInheritance(Inheritance) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the inheritance property.
setInput(TBindingOperationMessage) - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Sets the value of the input property.
setInsertValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the insertValue property.
setInt(String, int) - Method in interface commonj.sdo.DataObject
Sets the value of a int property identified by the specified path, to the specified value.
setInt(int, int) - Method in interface commonj.sdo.DataObject
Sets the value of a int property identified by the specified property index, to the specified value.
setInt(Property, int) - Method in interface commonj.sdo.DataObject
Sets the value of the specified int property, to the specified value.
setInt(String, int) - Method in class org.plasma.sdo.core.CoreDataObject
 
setInt(int, int) - Method in class org.plasma.sdo.core.CoreDataObject
 
setInt(Property, int) - Method in class org.plasma.sdo.core.CoreDataObject
 
setInterface(InterfaceProvisioning) - Method in class org.plasma.config.GlobalProvisioning
Sets the value of the interface property.
setInterface(InterfaceProvisioning) - Method in class org.plasma.config.NamespaceProvisioning
Sets the value of the interface property.
setInterface(InterfaceProvisioning) - Method in class org.plasma.config.QueryDSLProvisioning
Sets the value of the interface property.
setInterface(QName) - Method in class org.plasma.xml.wsdl.v20.Binding
Sets the value of the interface property.
setInterface(QName) - Method in class org.plasma.xml.wsdl.v20.Service
Sets the value of the interface property.
setIntParameter(IntParameter) - Method in class org.plasma.query.model.Parameter
Sets the value of the intParameter property.
setIsUpdatable(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Sets the value of the isUpdatable property to the given value.
setIsUpdatable(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Sets the value of the isUpdatable property to the given value.
setItemType(QName) - Method in class org.plasma.xml.schema.List
Sets the value of the itemType property.
setJdbcType(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the jdbcType property.
setJoin(Join) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the join property.
setJoin(Join) - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Sets the value of the join property.
setJoin(Join) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the join property.
setKey(Key) - Method in class org.plasma.provisioning.Property
Sets the value of the key property.
setKey(Key) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the key property.
setKey(String) - Method in class org.plasma.provisioning.Sort
Sets the value of the key property.
setKey(String) - Method in class org.plasma.sdo.access.provider.jdo.Extension
Sets the value of the key property.
setKey(Key) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the key property.
setKey(Key) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the key property.
setKey(String) - Method in class org.plasma.sdo.profile.SDOSort
 
setKey(String) - Method in interface org.plasma.sdo.Sort
 
setKeyType(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the keyType property.
setLang(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the lang property.
setLang(String) - Method in class org.plasma.xml.xslt.Sort
Sets the value of the lang property.
setLang(String) - Method in class org.plasma.xml.xslt.Text
Sets the value of the lang property.
setLanguage(String) - Method in class org.plasma.provisioning.Behavior
Sets the value of the language property.
setLanguage(QueryLanguageValues) - Method in class org.plasma.query.model.TextContent
Sets the value of the language property.
setLanguage(String) - Method in class org.plasma.sdo.access.provider.jdo.Query
Sets the value of the language property.
setLeft(PlasmaNode) - Method in class org.plasma.sdo.PlasmaDataLink
 
setLeft(PlasmaNode) - Method in interface org.plasma.sdo.PlasmaEdge
 
setLength(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the length property.
setLetterValue(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the letterValue property.
setLevel(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the level property.
setLexicalHandler(LexicalHandler) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
Set the lexical event handler.
setLineNumber(int) - Method in class org.plasma.sdo.xml.ErrorLocator
 
setList(String, List) - Method in interface commonj.sdo.DataObject
Sets the value of a List property identified by the specified path, to the specified value.
setList(int, List) - Method in interface commonj.sdo.DataObject
Sets the value of a List property identified by the specified property index, to the specified value.
setList(Property, List) - Method in interface commonj.sdo.DataObject
Sets the value of the specified List property, to the specified value.
setList(String, List) - Method in class org.plasma.sdo.core.CoreDataObject
 
setList(int, List) - Method in class org.plasma.sdo.core.CoreDataObject
 
setList(Property, List) - Method in class org.plasma.sdo.core.CoreDataObject
 
setList(List) - Method in class org.plasma.xml.schema.AbstractSimpleType
Sets the value of the list property.
setLiteral(Literal) - Method in class org.plasma.query.model.Term
Sets the value of the literal property.
setLoadFetchGroup(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the loadFetchGroup property.
setLoadFetchGroup(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the loadFetchGroup property.
setLocalName(String) - Method in class org.plasma.config.Binding
Sets the value of the localName property.
setLocalName(String) - Method in class org.plasma.provisioning.Alias
Sets the value of the localName property.
setLocalName(String) - Method in interface org.plasma.sdo.Alias
 
setLocalName(String) - Method in class org.plasma.sdo.profile.SDOAlias
 
setLocation(Location) - Method in exception javanet.staxutils.error.IllegalStreamStateException
Sets the Location where the error occured.
setLocation(Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
setLocation(String) - Method in class org.plasma.xml.wsdl.v11.http.Address
Sets the value of the location property.
setLocation(String) - Method in class org.plasma.xml.wsdl.v11.http.Operation
Sets the value of the location property.
setLocation(String) - Method in class org.plasma.xml.wsdl.v11.soap.Address
Sets the value of the location property.
setLocation(String) - Method in class org.plasma.xml.wsdl.v11.TImport
Sets the value of the location property.
setLocation(String) - Method in class org.plasma.xml.wsdl.v20.Import
Sets the value of the location property.
setLocation(String) - Method in class org.plasma.xml.wsdl.v20.Include
Sets the value of the location property.
setLogging(Boolean) - Method in class org.plasma.xml.sdox.ChangeSummaryType
Sets the value of the logging property.
setLogicalName(String) - Method in class org.plasma.config.Binding
Sets the value of the logicalName property.
setLogicalOperator(LogicalOperator) - Method in class org.plasma.query.model.Term
Sets the value of the logicalOperator property.
setLong(String, long) - Method in interface commonj.sdo.DataObject
Sets the value of a long property identified by the specified path, to the specified value.
setLong(int, long) - Method in interface commonj.sdo.DataObject
Sets the value of a long property identified by the specified property index, to the specified value.
setLong(Property, long) - Method in interface commonj.sdo.DataObject
Sets the value of the specified long property, to the specified value.
setLong(String, long) - Method in class org.plasma.sdo.core.CoreDataObject
 
setLong(int, long) - Method in class org.plasma.sdo.core.CoreDataObject
 
setLong(Property, long) - Method in class org.plasma.sdo.core.CoreDataObject
 
setMany(boolean) - Method in class org.plasma.provisioning.Property
Sets the value of the many property.
setMany(Boolean) - Method in class org.plasma.xml.sdox.Property
Sets the value of the many property.
setMap(Map) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the map property.
setMap(Map) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the map property.
setMappedBy(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.plasma.sdo.access.provider.jdo.Order
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the mappedBy property.
setMatch(String) - Method in class org.plasma.xml.xslt.Key
Sets the value of the match property.
setMatch(String) - Method in class org.plasma.xml.xslt.Template
Sets the value of the match property.
setMaxExclusive(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the maxExclusive property.
setMaxExclusive(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setMaxExclusive(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setMaxInclusive(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the maxInclusive property.
setMaxInclusive(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setMaxInclusive(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setMaxLength(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the maxLength property.
setMaxLength(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setMaxLength(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setMaxOccurs(String) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the maxOccurs property.
setMaxOccurs(String) - Method in class org.plasma.xml.schema.AbstractGroup
Sets the value of the maxOccurs property.
setMaxOccurs(String) - Method in class org.plasma.xml.schema.Any
Sets the value of the maxOccurs property.
setMaxValue(BigDecimal) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the maxValue property.
setMediaType(String) - Method in class org.plasma.xml.xslt.Output
Sets the value of the mediaType property.
setMessage(QName) - Method in class org.plasma.xml.wsdl.v11.soap.Header
Sets the value of the message property.
setMessage(QName) - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Sets the value of the message property.
setMessage(QName) - Method in class org.plasma.xml.wsdl.v11.TFault
Sets the value of the message property.
setMessage(QName) - Method in class org.plasma.xml.wsdl.v11.TParam
Sets the value of the message property.
setMessageLabel(String) - Method in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
Sets the value of the messageLabel property.
setMessageLabel(String) - Method in class org.plasma.xml.wsdl.v20.BindingOperationMessageType
Sets the value of the messageLabel property.
setMessageLabel(String) - Method in class org.plasma.xml.wsdl.v20.MessageRefFaultType
Sets the value of the messageLabel property.
setMessageLabel(String) - Method in class org.plasma.xml.wsdl.v20.MessageRefType
Sets the value of the messageLabel property.
setMinExclusive(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the minExclusive property.
setMinExclusive(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setMinExclusive(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setMinimumValueSetId(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the minimumValueSetId property.
setMinimumValueSetId(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setMinimumValueSetId(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setMinInclusive(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the minInclusive property.
setMinInclusive(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setMinInclusive(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setMinLength(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the minLength property.
setMinLength(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setMinLength(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setMinOccurs(BigInteger) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the minOccurs property.
setMinOccurs(BigInteger) - Method in class org.plasma.xml.schema.AbstractGroup
Sets the value of the minOccurs property.
setMinOccurs(BigInteger) - Method in class org.plasma.xml.schema.Any
Sets the value of the minOccurs property.
setMinusSign(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the minusSign property.
setMinValue(Long) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the minValue property.
setMixed(Boolean) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the mixed property.
setMixed(Boolean) - Method in class org.plasma.xml.schema.ComplexContent
Sets the value of the mixed property.
setMode(String) - Method in class org.plasma.xml.xslt.ApplyTemplates
Sets the value of the mode property.
setMode(String) - Method in class org.plasma.xml.xslt.Template
Sets the value of the mode property.
setModelFile(String) - Method in class org.plasma.provisioning.ant.ProvisioningTask
 
setModels(ModelsType) - Method in class org.plasma.xml.sdox.BaseDataGraphType
Sets the value of the models property.
setMustUnderstand(Boolean) - Method in class org.plasma.xml.wsdl.v20.soap.Header
Sets the value of the mustUnderstand property.
setName(EnvName) - Method in class org.plasma.common.env.DeploymentRealm
Sets the value of the name property.
setName(String) - Method in class org.plasma.config.Artifact
Sets the value of the name property.
setName(DataAccessProviderName) - Method in class org.plasma.config.DataAccessProvider
Sets the value of the name property.
setName(String) - Method in class org.plasma.config.Property
Sets the value of the name property.
setName(String) - Method in class org.plasma.provisioning.Behavior
Sets the value of the name property.
setName(String) - Method in class org.plasma.provisioning.Body
Sets the value of the name property.
setName(String) - Method in class org.plasma.provisioning.NamedElement
Sets the value of the name property.
setName(String) - Method in class org.plasma.provisioning.PropertyRef
Sets the value of the name property.
setName(String) - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Sets the value of the name property to the given value.
setName(String) - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Sets the value of the name property to the given value.
setName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Sets the value of the name property to the given value.
setName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Sets the value of the name property to the given value.
setName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Sets the value of the name property to the given value.
setName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the name property to the given value.
setName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Sets the value of the name property to the given value.
setName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Sets the value of the name property to the given value.
setName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the name property to the given value.
setName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Sets the value of the name property to the given value.
setName(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the name property.
setName(String) - Method in class org.plasma.query.dsl.DomainRoot
 
setName(String) - Method in class org.plasma.query.model.Entity
Sets the value of the name property.
setName(FunctionValues) - Method in class org.plasma.query.model.Function
Sets the value of the name property.
setName(String) - Method in class org.plasma.query.model.FunctionArg
Sets the value of the name property.
setName(String) - Method in class org.plasma.query.model.Projection
Sets the value of the name property.
setName(String) - Method in class org.plasma.query.model.Property
 
setName(String) - Method in class org.plasma.query.model.Query
 
setName(String) - Method in interface org.plasma.query.Query
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.FetchGroup
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Implements
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Index
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Package_
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.PrimaryKey
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Query
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.access.provider.jdo.Unique
Sets the value of the name property.
setName(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setName(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setName(String) - Method in class org.plasma.text.ddl.Check
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Column
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Fk
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Index
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Pk
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Schema
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Table
Sets the value of the name property.
setName(String) - Method in class org.plasma.text.ddl.Unique
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.AbstractGroup
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.AbstractSimpleType
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.Keybase
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.schema.Notation
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.sdox.Property
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.sdox.Type
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.Definitions
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.mime.TPart
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.soap.Fault
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TBinding
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TBindingOperationFault
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TBindingOperationMessage
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TFault
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TMessage
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TOperation
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TParam
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TPart
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TPort
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TPortType
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v11.TService
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.Binding
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.Endpoint
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.http.Header
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.Interface
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.InterfaceFaultType
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.wsdl.v20.Service
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.AttributeSet
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.AttributeType
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.CallTemplate
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.Element
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.Key
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.ProcessingInstruction
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.Template
Sets the value of the name property.
setName(String) - Method in class org.plasma.xml.xslt.Variable
Sets the value of the name property.
setNamespace(String) - Method in class org.plasma.xml.schema.Import
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.wsdl.v11.soap.Header
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.wsdl.v11.soap.TBody
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.wsdl.v11.TImport
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.wsdl.v20.Import
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.xslt.AttributeType
Sets the value of the namespace property.
setNamespace(String) - Method in class org.plasma.xml.xslt.Element
Sets the value of the namespace property.
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setNamespacePrefixes(boolean) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
setNamespaceUri(String) - Method in class org.plasma.config.Artifact
Sets the value of the namespaceUri property.
setNamespaceURI(String) - Method in class org.plasma.query.model.Entity
Sets the value of the namespaceURI property.
setNameType(ProjectionNameType) - Method in class org.plasma.query.model.Projection
Sets the value of the nameType property.
setNaN(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the naN property.
setNewLine(String) - Method in interface javanet.staxutils.Indentation
Set the characters that introduce a new line.
setNewLine(String) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
setNewLine(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
setNillable(Boolean) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the nillable property.
setNodeType(XmlNodeType) - Method in class org.plasma.provisioning.XmlProperty
Sets the value of the nodeType property.
setNodeType(XmlNodeType) - Method in class org.plasma.sdo.profile.SDOXmlProperty
 
setNodeType(XmlNodeType) - Method in interface org.plasma.sdo.XmlProperty
 
setNoNamespaceSchemaLocation(String) - Method in interface commonj.sdo.helper.XMLDocument
Sets the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setNoNamespaceSchemaLocation(String) - Method in class org.plasma.sdo.core.CoreXMLDocument
 
setNullable(boolean) - Method in class org.plasma.provisioning.Property
Sets the value of the nullable property.
setNullable(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the nullable property to the given value.
setNullable(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the nullable property to the given value.
setNullable(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the nullable property to the given value.
setNullable(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the nullable property to the given value.
setNullable(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the nullable property to the given value.
setNullable(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the nullable property to the given value.
setNullable(Boolean) - Method in class org.plasma.text.ddl.Column
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.plasma.xml.sdox.Property
Sets the value of the nullable property.
setNullIndicatorColumn(String) - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Sets the value of the nullIndicatorColumn property.
setNullIndicatorValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Sets the value of the nullIndicatorValue property.
setNullLiteral(NullLiteral) - Method in class org.plasma.query.model.Term
Sets the value of the nullLiteral property.
setNullValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the nullValue property.
setNullValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the nullValue property.
setObjectidClass(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the objectidClass property.
setObjectidClass(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the objectidClass property.
setOctetMaxLength(int) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the octetMaxLength property to the given value.
setOctetMaxLength(int) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the octetMaxLength property to the given value.
setOidText(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the oidText property to the given value.
setOidText(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the oidText property to the given value.
setOidTextLength(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the oidTextLength property to the given value.
setOidTextLength(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the oidTextLength property to the given value.
setOmitXmlDeclaration(YesOrNo) - Method in class org.plasma.xml.xslt.Output
Sets the value of the omitXmlDeclaration property.
setOpen(Boolean) - Method in class org.plasma.xml.sdox.Type
Sets the value of the open property.
setOpposite(String) - Method in class org.plasma.provisioning.Property
Sets the value of the opposite property.
setOpposite(String) - Method in class org.plasma.xml.sdox.Property
Sets the value of the opposite property.
setOptions(XMLOptions) - Method in class org.plasma.sdo.xml.XMLProcessor
 
setOrder(Order) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the order property.
setOrder(Order) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the order property.
setOrder(String) - Method in class org.plasma.xml.xslt.Sort
Sets the value of the order property.
setOrderBy(OrderBy) - Method in class org.plasma.query.model.Clause
Sets the value of the orderBy property.
setOtherwise(Otherwise) - Method in class org.plasma.xml.xslt.Choose
Sets the value of the otherwise property.
setOuter(String) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the outer property.
setOutput(TBindingOperationMessage) - Method in class org.plasma.xml.wsdl.v11.TBindingOperation
Sets the value of the output property.
setOwner(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Sets the value of the owner property to the given value.
setOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Sets the value of the owner property to the given value.
setOwnerField(String) - Method in class org.plasma.sdo.access.provider.jdo.Embedded
Sets the value of the ownerField property.
setPackageName(String) - Method in class org.plasma.config.GlobalProvisioning
Sets the value of the packageName property.
setPackageName(String) - Method in class org.plasma.config.NamespaceProvisioning
Sets the value of the packageName property.
setPackageName(String) - Method in class org.plasma.config.QueryDSLProvisioning
Sets the value of the packageName property.
setPackageSupplier(PackageRef) - Method in class org.plasma.provisioning.Derivation
Sets the value of the packageSupplier property.
setParameterDeclaration(ParameterDeclaration) - Method in class org.plasma.query.model.Where
Sets the value of the parameterDeclaration property.
setParent(NamespaceContext) - Method in class javanet.staxutils.SimpleNamespaceContext
Sets the parent context used to inherit namespace bindings.
setPart(String) - Method in class org.plasma.xml.wsdl.v11.mime.Content
Sets the value of the part property.
setPart(String) - Method in class org.plasma.xml.wsdl.v11.mime.MimeXml
Sets the value of the part property.
setPart(String) - Method in class org.plasma.xml.wsdl.v11.soap.Header
Sets the value of the part property.
setPart(String) - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Sets the value of the part property.
setPath(Path) - Method in class org.plasma.query.model.AbstractProperty
Sets the value of the path property.
setPathElement(AbstractPathElement) - Method in class org.plasma.query.model.PathNode
Sets the value of the pathElement property.
setPattern(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the pattern property.
setPattern(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setPattern(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setPattern(String) - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Sets the value of the pattern property.
setPatternSeparator(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the patternSeparator property.
setPercent(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the percent property.
setPerMille(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the perMille property.
setPersistenceCapableSuperclass(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the persistenceCapableSuperclass property.
setPersistenceModifier(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the persistenceModifier property.
setPersistenceModifier(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the persistenceModifier property.
setPersistenceModifier(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the persistenceModifier property.
setPessimisticLockTimeoutMillis(long) - Method in class org.plasma.config.Concurrency
Sets the value of the pessimisticLockTimeoutMillis property.
setPhysicalName(String) - Method in class org.plasma.config.Binding
Sets the value of the physicalName property.
setPhysicalName(String) - Method in class org.plasma.provisioning.Alias
Sets the value of the physicalName property.
setPhysicalName(String) - Method in class org.plasma.query.model.Entity
 
setPhysicalName(String) - Method in class org.plasma.query.model.PathElement
 
setPhysicalName(String) - Method in class org.plasma.query.model.Property
 
setPhysicalName(String) - Method in interface org.plasma.sdo.Alias
 
setPhysicalName(String) - Method in class org.plasma.sdo.profile.SDOAlias
 
setPhysicalNameBytes(byte[]) - Method in class org.plasma.query.model.Entity
 
setPhysicalNameBytes(byte[]) - Method in class org.plasma.query.model.PathElement
 
setPhysicalNameBytes(byte[]) - Method in class org.plasma.query.model.Property
 
setPk(Pk) - Method in class org.plasma.text.ddl.Table
Sets the value of the pk property.
setPostLoad(String) - Method in class org.plasma.sdo.access.provider.jdo.FetchGroup
Sets the value of the postLoad property.
setPrefix(String, String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setPrefix(String, String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setPrefix(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setPrefix(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setPrefix(String, String) - Method in class javanet.staxutils.SimpleNamespaceContext
Declares a namespace binding in this context.
setPrefix(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setPrefix(String) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the prefix property.
setPrimaryKey(PrimaryKey) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the primaryKey property.
setPrimaryKey(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the primaryKey property.
setPrimaryKey(PrimaryKey) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the primaryKey property.
setPrimaryKey(PrimaryKey) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the primaryKey property.
setPrimaryKey(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the primaryKey property.
setPriority(BigDecimal) - Method in class org.plasma.xml.xslt.Template
Sets the value of the priority property.
setProcessContents(String) - Method in class org.plasma.xml.schema.Wildcard
Sets the value of the processContents property.
setProperty(String, Object) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
setProperty(String, Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
setProperty(String) - Method in class org.plasma.config.PropertyBinding
Sets the value of the property property.
setProperty(Property) - Method in class org.plasma.query.model.Term
Sets the value of the property property.
setProperty(Property) - Method in class org.plasma.query.model.Variable
Sets the value of the property property.
setPropertyNameStyle(PropertyNameStyle) - Method in class org.plasma.config.InterfaceProvisioning
Sets the value of the propertyNameStyle property.
setPropertyPath(String) - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
setPropertySupplier(PropertyRef) - Method in class org.plasma.provisioning.Derivation
Sets the value of the propertySupplier property.
setProvisioning(NamespaceProvisioning) - Method in class org.plasma.config.Namespace
Sets the value of the provisioning property.
setProvisioning(NamespaceProvisioning) - Method in class org.plasma.config.NamespaceLink
Sets the value of the provisioning property.
setPublic(String) - Method in class org.plasma.xml.schema.Notation
Sets the value of the public property.
setPublicId(String) - Method in class org.plasma.sdo.xml.ErrorLocator
 
setQuery(Query) - Method in class org.plasma.query.model.Property
 
setQuery(Query) - Method in class org.plasma.query.model.Term
Sets the value of the query property.
setQueryDSL(QueryDSLProvisioning) - Method in class org.plasma.config.GlobalProvisioning
Sets the value of the queryDSL property.
setQueryDSL(QueryDSLProvisioning) - Method in class org.plasma.config.NamespaceProvisioning
Sets the value of the queryDSL property.
setQueryProperty(boolean) - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
setReadOnly() - Method in class javanet.staxutils.helpers.ElementContext
Prevents any further additions to this context.
setReadOnly(Boolean) - Method in class org.plasma.provisioning.Property
Sets the value of the readOnly property.
setReadOnly(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the readOnly property to the given value.
setReadOnly(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the readOnly property to the given value.
setReadOnly(Boolean) - Method in class org.plasma.xml.sdox.Property
Sets the value of the readOnly property.
setRecursionDepth(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the recursionDepth property.
setRecursionDepth(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the recursionDepth property.
setRef(QName) - Method in class org.plasma.xml.schema.AbstractAttributeGroup
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.schema.AbstractGroup
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.wsdl.v20.BindingFaultType
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.wsdl.v20.BindingOperationFaultType
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.wsdl.v20.BindingOperationType
Sets the value of the ref property.
setRef(QName) - Method in class org.plasma.xml.wsdl.v20.MessageRefFaultType
Sets the value of the ref property.
setRef(String) - Method in class org.plasma.xml.wsdl.v20.soap.Module
Sets the value of the ref property.
setRefConstraintName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the refConstraintName property to the given value.
setRefConstraintName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the refConstraintName property to the given value.
setRefer(QName) - Method in class org.plasma.xml.schema.Keyref
Sets the value of the refer property.
setReferencedColumnName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the referencedColumnName property to the given value.
setReferencedColumnName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the referencedColumnName property to the given value.
setReferencedTableName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the referencedTableName property to the given value.
setReferencedTableName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the referencedTableName property to the given value.
setReferencedTableSchema(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the referencedTableSchema property to the given value.
setReferencedTableSchema(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the referencedTableSchema property to the given value.
setRefOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the refOwner property to the given value.
setRefOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the refOwner property to the given value.
setRelationalOperator(RelationalOperator) - Method in class org.plasma.query.model.Term
Sets the value of the relationalOperator property.
setRepository(Repository) - Method in class org.plasma.config.PlasmaConfiguration
Sets the value of the repository property.
setRequired(Boolean) - Method in class org.plasma.xml.wsdl.v11.TExtensibilityElement
Sets the value of the required property.
setRequired(Boolean) - Method in class org.plasma.xml.wsdl.v20.ExtensionElement
Sets the value of the required property.
setRequired(Boolean) - Method in class org.plasma.xml.wsdl.v20.http.Header
Sets the value of the required property.
setRequired(Boolean) - Method in class org.plasma.xml.wsdl.v20.soap.Header
Sets the value of the required property.
setRequired(Boolean) - Method in class org.plasma.xml.wsdl.v20.soap.Module
Sets the value of the required property.
setRequiresExtent(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the requiresExtent property.
setRequiresExtent(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the requiresExtent property.
setRestriction(Restriction) - Method in class org.plasma.xml.schema.AbstractSimpleType
Sets the value of the restriction property.
setRestriction(ComplexRestrictionType) - Method in class org.plasma.xml.schema.ComplexContent
Sets the value of the restriction property.
setRestriction(SimpleRestrictionType) - Method in class org.plasma.xml.schema.SimpleContent
Sets the value of the restriction property.
setResultClass(String) - Method in class org.plasma.sdo.access.provider.jdo.Query
Sets the value of the resultClass property.
setResultPrefix(String) - Method in class org.plasma.xml.xslt.NamespaceAlias
Sets the value of the resultPrefix property.
setRight(PlasmaNode) - Method in class org.plasma.sdo.PlasmaDataLink
 
setRight(PlasmaNode) - Method in interface org.plasma.sdo.PlasmaEdge
 
setRootClass(ClassRef) - Method in class org.plasma.provisioning.Model
Sets the value of the rootClass property.
setRootCode(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the rootCode property.
setRootCode(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setRootCode(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setRootElementName(String) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setRootElementName(String) - Method in interface org.plasma.sdo.xml.XMLOptions
Sets root element name
setRootElementNamespaceURI(String) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setRootElementNamespaceURI(String) - Method in interface org.plasma.sdo.xml.XMLOptions
Sets root namespace URI.
setRootNamespacePrefix(String) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setRootNamespacePrefix(String) - Method in interface org.plasma.sdo.xml.XMLOptions
Sets desired root namespace prefix.
setSafe(Boolean) - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Sets the value of the safe property.
setScale(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the scale property.
setSchema(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the schema property.
setSchema(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the schema property.
setSchema(String) - Method in class org.plasma.sdo.access.provider.jdo.Jdo
Sets the value of the schema property.
setSchema(String) - Method in class org.plasma.sdo.access.provider.jdo.Package_
Sets the value of the schema property.
setSchemaLocation(String) - Method in interface commonj.sdo.helper.XMLDocument
Sets the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setSchemaLocation(String) - Method in class org.plasma.sdo.core.CoreXMLDocument
 
setSchemaLocation(String) - Method in class org.plasma.xml.schema.Import
Sets the value of the schemaLocation property.
setSchemaLocation(String) - Method in class org.plasma.xml.schema.Include
Sets the value of the schemaLocation property.
setSchemaLocation(String) - Method in class org.plasma.xml.schema.Redefine
Sets the value of the schemaLocation property.
setSDO(SDO) - Method in class org.plasma.config.PlasmaConfiguration
Sets the value of the sdo property.
setSearchCondition(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the searchCondition property to the given value.
setSearchCondition(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the searchCondition property to the given value.
setSelect(Select) - Method in class org.plasma.query.model.Clause
Sets the value of the select property.
setSelect(String) - Method in class org.plasma.xml.xslt.ApplyTemplates
Sets the value of the select property.
setSelect(String) - Method in class org.plasma.xml.xslt.CopyOf
Sets the value of the select property.
setSelect(String) - Method in class org.plasma.xml.xslt.ForEach
Sets the value of the select property.
setSelect(String) - Method in class org.plasma.xml.xslt.Sort
Sets the value of the select property.
setSelect(String) - Method in class org.plasma.xml.xslt.ValueOf
Sets the value of the select property.
setSelect(String) - Method in class org.plasma.xml.xslt.Variable
Sets the value of the select property.
setSelector(Selector) - Method in class org.plasma.xml.schema.Keybase
Sets the value of the selector property.
setSequence(String) - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Sets the value of the sequence property.
setSequence(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the sequence property.
setSequence(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the sequence property.
setSequence(ExplicitGroup) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the sequence property.
setSequence(ExplicitGroup) - Method in class org.plasma.xml.schema.ExtensionType
Sets the value of the sequence property.
setSequence(ExplicitGroup) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the sequence property.
setSequenceConfiguration(SequenceConfiguration) - Method in class org.plasma.config.DataAccessProvider
Sets the value of the sequenceConfiguration property.
setSequenced(Boolean) - Method in class org.plasma.xml.sdox.Type
Sets the value of the sequenced property.
setSerialized(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the serialized property.
setSerialized(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the serialized property.
setSerializedElement(String) - Method in class org.plasma.sdo.access.provider.jdo.Array
Sets the value of the serializedElement property.
setSerializedElement(String) - Method in class org.plasma.sdo.access.provider.jdo.Collection
Sets the value of the serializedElement property.
setSerializedKey(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the serializedKey property.
setSerializedValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the serializedValue property.
setShort(String, short) - Method in interface commonj.sdo.DataObject
Sets the value of a short property identified by the specified path, to the specified value.
setShort(int, short) - Method in interface commonj.sdo.DataObject
Sets the value of a short property identified by the specified property index, to the specified value.
setShort(Property, short) - Method in interface commonj.sdo.DataObject
Sets the value of the specified short property, to the specified value.
setShort(String, short) - Method in class org.plasma.sdo.core.CoreDataObject
 
setShort(int, short) - Method in class org.plasma.sdo.core.CoreDataObject
 
setShort(Property, short) - Method in class org.plasma.sdo.core.CoreDataObject
 
setSimpleContent(SimpleContent) - Method in class org.plasma.xml.schema.AbstractComplexType
Sets the value of the simpleContent property.
setSimpleType(LocalSimpleType) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.plasma.xml.schema.List
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.plasma.xml.schema.Restriction
Sets the value of the simpleType property.
setSimpleType(LocalSimpleType) - Method in class org.plasma.xml.schema.RestrictionType
Sets the value of the simpleType property.
setSize(long) - Method in class org.plasma.text.ddl.Column
Sets the value of the size property.
setSoapAction(String) - Method in class org.plasma.xml.wsdl.v11.soap.Operation
Sets the value of the soapAction property.
setSort(Sort) - Method in class org.plasma.provisioning.Property
Sets the value of the sort property.
setSort(Sort) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the sort property.
setSource(String) - Method in class org.plasma.xml.schema.Appinfo
Sets the value of the source property.
setSource(String) - Method in class org.plasma.xml.schema.Documentation
Sets the value of the source property.
setSourceDir(String) - Method in class org.plasma.provisioning.ant.QueryTask
 
setSpace(String) - Method in class org.plasma.xml.xslt.AttributeSet
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.AttributeType
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Choose
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Comment
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Copy
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Element
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Fallback
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.ForEach
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.If
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Message
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Otherwise
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.ProcessingInstruction
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Template
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Text
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.When
Sets the value of the space property.
setSpace(String) - Method in class org.plasma.xml.xslt.Wrapper
Sets the value of the space property.
setSqlType(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the sqlType property.
setStandalone(YesOrNo) - Method in class org.plasma.xml.xslt.Output
Sets the value of the standalone property.
setStartRange(Integer) - Method in class org.plasma.query.dsl.DomainRoot
 
setStartRange(Integer) - Method in class org.plasma.query.model.Query
 
setStartRange(Integer) - Method in interface org.plasma.query.Query
Sets the value of the startRange property.
setStartValue(Long) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the startValue property.
setStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
Sets the value of the strategy property.
setStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Sets the value of the strategy property.
setStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.Inheritance
Sets the value of the strategy property.
setStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.Sequence
Sets the value of the strategy property.
setStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.Version
Sets the value of the strategy property.
setStreamWriter(XMLStreamWriter) - Method in class javanet.staxutils.StAXStreamContentHandler
Sets the XMLStreamWriterto which SAX events will be written.
setString(String, String) - Method in interface commonj.sdo.DataObject
Sets the value of a String property identified by the specified path, to the specified value.
setString(int, String) - Method in interface commonj.sdo.DataObject
Sets the value of a String property identified by the specified property index, to the specified value.
setString(Property, String) - Method in interface commonj.sdo.DataObject
Sets the value of the specified String property, to the specified value.
setString(String, String) - Method in class org.plasma.sdo.core.CoreDataObject
 
setString(int, String) - Method in class org.plasma.sdo.core.CoreDataObject
 
setString(Property, String) - Method in class org.plasma.sdo.core.CoreDataObject
 
setStringParameter(StringParameter) - Method in class org.plasma.query.model.Parameter
Sets the value of the stringParameter property.
setStyle(TStyleChoice) - Method in class org.plasma.xml.wsdl.v11.soap.Binding
Sets the value of the style property.
setStyle(TStyleChoice) - Method in class org.plasma.xml.wsdl.v11.soap.Operation
Sets the value of the style property.
setStyle(String) - Method in class org.plasma.xml.wsdl.v20.InterfaceOperationType
Sets the value of the style property.
setStylesheetPrefix(String) - Method in class org.plasma.xml.xslt.NamespaceAlias
Sets the value of the stylesheetPrefix property.
setSubqueryOperator(SubqueryOperator) - Method in class org.plasma.query.model.Term
Sets the value of the subqueryOperator property.
setSubstitutionGroup(QName) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the substitutionGroup property.
setSuffix(String) - Method in class org.plasma.config.SequenceConfiguration
Sets the value of the suffix property.
setSuperviewName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the superviewName property to the given value.
setSuperviewName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the superviewName property to the given value.
setSupplier(NamedElement) - Method in interface org.plasma.sdo.Derivation
 
setSupplier(NamedElement) - Method in interface org.plasma.sdo.Key
 
setSupplier(NamedElement) - Method in class org.plasma.sdo.profile.SDODerivation
 
setSupplier(NamedElement) - Method in class org.plasma.sdo.profile.SDOKey
 
setSystem(String) - Method in class org.plasma.xml.schema.Notation
Sets the value of the system property.
setSystemId(String) - Method in class org.plasma.sdo.xml.ErrorLocator
 
setTable(Table) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Sets the value of the table property to the given value.
setTable(Table) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Sets the value of the table property to the given value.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Index
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Unique
Sets the value of the table property.
setTable(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the table property.
setTableColumn(TableColumn[]) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
setTableColumn(TableColumn[]) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the given array of Type TableColumn for the object's multi-valued property tableColumn.
setTableColumn(TableColumn[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
setTableColumn(TableColumn[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the given array of Type TableColumn for the object's multi-valued property tableColumn.
setTableColumnComment(TableColumnComment[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
setTableColumnComment(TableColumnComment[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the given array of Type TableColumnComment for the object's multi-valued property tableColumnComment.
setTableColumnConstraint(TableColumnConstraint[]) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
setTableColumnConstraint(TableColumnConstraint[]) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the given array of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
setTableColumnConstraint(TableColumnConstraint[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
setTableColumnConstraint(TableColumnConstraint[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the given array of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
setTableColumnKeyUsage(TableColumnKeyUsage[]) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
setTableColumnKeyUsage(TableColumnKeyUsage[]) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the given array of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage.
setTableComment(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Sets the value of the tableComment property to the given value.
setTableComment(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Sets the value of the tableComment property to the given value.
setTableComment(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the value of the tableComment property to the given value.
setTableComment(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Sets the value of the tableComment property to the given value.
setTableComment(TableComment[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
setTableComment(TableComment[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the given array of Type TableComment for the object's multi-valued property tableComment.
setTableConstraint(TableConstraint[]) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
setTableConstraint(TableConstraint[]) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the given array of Type TableConstraint for the object's multi-valued property tableConstraint.
setTableName(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Sets the value of the tableName property to the given value.
setTableName(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the value of the tableName property to the given value.
setTableName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Sets the value of the tableName property to the given value.
setTableName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Sets the value of the tableName property to the given value.
setTableType(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Sets the value of the tableType property to the given value.
setTableType(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the value of the tableType property to the given value.
setTableType(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Sets the value of the tableType property to the given value.
setTableType(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Sets the value of the tableType property to the given value.
setTableType(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Sets the value of the tableType property to the given value.
setTableType(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Sets the value of the tableType property to the given value.
setTarget(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the target property.
setTargetField(String) - Method in class org.plasma.sdo.access.provider.jdo.Column
Sets the value of the targetField property.
setTargetNamespace(String) - Method in class org.plasma.xml.schema.Schema
Sets the value of the targetNamespace property.
setTargetNamespace(String) - Method in class org.plasma.xml.wsdl.v11.Definitions
Sets the value of the targetNamespace property.
setTargetNamespace(String) - Method in class org.plasma.xml.wsdl.v20.Description
Sets the value of the targetNamespace property.
setTerminate(YesOrNo) - Method in class org.plasma.xml.xslt.Message
Sets the value of the terminate property.
setTerminated(boolean) - Method in class org.plasma.sdo.xml.Marshaller.PathNode
 
setTest(String) - Method in class org.plasma.xml.xslt.If
Sets the value of the test property.
setTest(String) - Method in class org.plasma.xml.xslt.When
Sets the value of the test property.
setText(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the text property to the given value.
setText(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the text property to the given value.
setTextContent(TextContent) - Method in class org.plasma.query.model.GroupBy
Sets the value of the textContent property.
setTextContent(TextContent) - Method in class org.plasma.query.model.OrderBy
Sets the value of the textContent property.
setTextContent(TextContent) - Method in class org.plasma.query.model.Select
Sets the value of the textContent property.
setTextContent(TextContent) - Method in class org.plasma.query.model.Where
Sets the value of the textContent property.
setTextLength(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the textLength property to the given value.
setTextLength(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the textLength property to the given value.
setToColumn(String) - Method in class org.plasma.text.ddl.Join
Sets the value of the toColumn property.
setToTable(String) - Method in class org.plasma.text.ddl.Fk
Sets the value of the toTable property.
setTotalDigits(String) - Method in class org.plasma.provisioning.ValueConstraint
Sets the value of the totalDigits property.
setTotalDigits(String) - Method in class org.plasma.sdo.profile.SDOValueConstraint
 
setTotalDigits(String) - Method in interface org.plasma.sdo.ValueConstraint
 
setTransport(String) - Method in class org.plasma.xml.wsdl.v11.soap.Binding
Sets the value of the transport property.
setTraversal(Traversal) - Method in class org.plasma.query.visitor.VisitorContext
 
setType(String) - Method in class org.plasma.config.TypeBinding
Sets the value of the type property.
setType(BehaviorType) - Method in class org.plasma.provisioning.Behavior
Sets the value of the type property.
setType(ConcurrencyType) - Method in class org.plasma.provisioning.Concurrent
Sets the value of the type property.
setType(DocumentationType) - Method in class org.plasma.provisioning.Documentation
Sets the value of the type property.
setType(KeyType) - Method in class org.plasma.provisioning.Key
Sets the value of the type property.
setType(TypeRef) - Method in class org.plasma.provisioning.Property
Sets the value of the type property.
setType(TemporalType) - Method in class org.plasma.provisioning.Temporal
Sets the value of the type property.
setType(WildcardPropertyTypeValues) - Method in class org.plasma.query.model.WildcardProperty
Sets the value of the type property.
setType(ConcurrencyType) - Method in interface org.plasma.sdo.Concurrent
 
setType(DocumentationType) - Method in interface org.plasma.sdo.Documentation
 
setType(KeyType) - Method in interface org.plasma.sdo.Key
 
setType(ConcurrencyType) - Method in class org.plasma.sdo.profile.SDOConcurrent
 
setType(DocumentationType) - Method in class org.plasma.sdo.profile.SDODocumentation
 
setType(KeyType) - Method in class org.plasma.sdo.profile.SDOKey
 
setType(TemporalType) - Method in class org.plasma.sdo.profile.SDOTemporal
 
setType(TemporalType) - Method in interface org.plasma.sdo.Temporal
 
setType(BehaviorType) - Method in class org.plasma.text.ddl.Behavior
Sets the value of the type property.
setType(String) - Method in class org.plasma.text.ddl.Column
Sets the value of the type property.
setType(QName) - Method in class org.plasma.xml.schema.AbstractElement
Sets the value of the type property.
setType(QName) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the type property.
setType(String) - Method in class org.plasma.xml.sdox.Property
Sets the value of the type property.
setType(String) - Method in class org.plasma.xml.wsdl.v11.mime.Content
Sets the value of the type property.
setType(QName) - Method in class org.plasma.xml.wsdl.v11.TBinding
Sets the value of the type property.
setType(QName) - Method in class org.plasma.xml.wsdl.v11.TPart
Sets the value of the type property.
setType(String) - Method in class org.plasma.xml.wsdl.v20.Binding
Sets the value of the type property.
setType(QName) - Method in class org.plasma.xml.wsdl.v20.http.Header
Sets the value of the type property.
setTypeText(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the typeText property to the given value.
setTypeText(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the typeText property to the given value.
setTypeTextLength(int) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the typeTextLength property to the given value.
setTypeTextLength(int) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the typeTextLength property to the given value.
setUnion(Union) - Method in class org.plasma.xml.schema.AbstractSimpleType
Sets the value of the union property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Index
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Query
Sets the value of the unique property.
setUnique(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.plasma.text.ddl.Index
Sets the value of the unique property.
setUniqueConstraint(UniqueConstraint) - Method in class org.plasma.provisioning.Property
Sets the value of the uniqueConstraint property.
setUniqueConstraint(UniqueConstraint) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the uniqueConstraint property.
setUniqueElement(Unique) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the uniqueElement property.
setUniqueElement(Unique) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the uniqueElement property.
setUniqueElement(Unique) - Method in class org.plasma.sdo.access.provider.jdo.Join
Sets the value of the uniqueElement property.
setUniqueElement(Unique) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the uniqueElement property.
setUniqueElement(Unique) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the uniqueElement property.
setUniqueElement(Unique) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the uniqueElement property.
setUnmodifiable(String) - Method in class org.plasma.sdo.access.provider.jdo.Query
Sets the value of the unmodifiable property.
setUpdateAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Element
Sets the value of the updateAction property.
setUpdateAction(String) - Method in class org.plasma.sdo.access.provider.jdo.ForeignKey
Sets the value of the updateAction property.
setUpdateAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Key
Sets the value of the updateAction property.
setUpdateAction(String) - Method in class org.plasma.sdo.access.provider.jdo.Value
Sets the value of the updateAction property.
setUri(String) - Method in class org.plasma.config.Namespace
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.config.NamespaceLink
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.Class
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.ClassAppInfo
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.Enumeration
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.EnumerationAppInfo
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.EnumerationLiteralAppInfo
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.ModelAppInfo
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.Package
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.PackageAppInfo
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.PackageRef
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the uri property.
setUri(String) - Method in class org.plasma.provisioning.TypeRef
Sets the value of the uri property.
setUri(String) - Method in interface org.plasma.sdo.Namespace
 
setUri(String) - Method in class org.plasma.sdo.profile.SDONamespace
 
setUri(String) - Method in class org.plasma.xml.sdox.Type
Sets the value of the uri property.
setUrn(String) - Method in class org.plasma.config.Artifact
Sets the value of the urn property.
setUse(String) - Method in class org.plasma.xml.schema.Attribute
Sets the value of the use property.
setUse(UseChoice) - Method in class org.plasma.xml.wsdl.v11.soap.Header
Sets the value of the use property.
setUse(UseChoice) - Method in class org.plasma.xml.wsdl.v11.soap.Headerfault
Sets the value of the use property.
setUse(UseChoice) - Method in class org.plasma.xml.wsdl.v11.soap.TBody
Sets the value of the use property.
setUse(String) - Method in class org.plasma.xml.xslt.Key
Sets the value of the use property.
setValidate(boolean) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setValidate(boolean) - Method in interface org.plasma.sdo.xml.XMLOptions
Set whether to perform XML Schema (XSD) validation when reading XML input.
setValidationLog(Log) - Method in class org.plasma.sdo.xml.DefaultOptions
 
setValidationLog(Log) - Method in interface org.plasma.sdo.xml.XMLOptions
Sets the current XML Schema (XSD) validation error log
setValue(int, Object) - Method in interface commonj.sdo.Sequence
Sets the entry at a specified index to the new value.
setValue(String) - Method in class org.plasma.config.Property
Sets the value of the value property.
setValue(String) - Method in class org.plasma.provisioning.Behavior
Sets the value of the value property.
setValue(String) - Method in class org.plasma.provisioning.Body
Sets the value of the value property.
setValue(EnumerationRef) - Method in class org.plasma.provisioning.EnumerationConstraint
Sets the value of the value property.
setValue(String) - Method in class org.plasma.provisioning.EnumerationLiteral
Sets the value of the value property.
setValue(String) - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Sets the value of the value property to the given value.
setValue(String) - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Sets the value of the value property to the given value.
setValue(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Sets the value of the value property to the given value.
setValue(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Sets the value of the value property to the given value.
setValue(String) - Method in class org.plasma.query.model.AbstractFunctionArg
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.AbstractPathElement
Sets the value of the value property.
setValue(ArithmeticOperatorValues) - Method in class org.plasma.query.model.ArithmeticOperator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.CollectionParameter
Sets the value of the value property.
setValue(XMLGregorianCalendar) - Method in class org.plasma.query.model.DateParameter
Sets the value of the value property.
setValue(BigDecimal) - Method in class org.plasma.query.model.DecimalParameter
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.FilterId
Sets the value of the value property.
setValue(float) - Method in class org.plasma.query.model.FloatParameter
Sets the value of the value property.
setValue(GroupOperatorValues) - Method in class org.plasma.query.model.GroupOperator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.ImportDeclaration
Sets the value of the value property.
setValue(int) - Method in class org.plasma.query.model.IntParameter
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.Literal
Sets the value of the value property.
setValue(LogicalOperatorValues) - Method in class org.plasma.query.model.LogicalOperator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.ParameterDeclaration
Sets the value of the value property.
setValue(RelationalOperatorValues) - Method in class org.plasma.query.model.RelationalOperator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.StringParameter
Sets the value of the value property.
setValue(SubqueryOperatorValues) - Method in class org.plasma.query.model.SubqueryOperator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.TextContent
Sets the value of the value property.
setValue(String) - Method in class org.plasma.query.model.VariableDeclaration
Sets the value of the value property.
setValue(WildcardOperatorValues) - Method in class org.plasma.query.model.WildcardOperator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Discriminator
Sets the value of the value property.
setValue(String) - Method in class org.plasma.sdo.access.provider.jdo.Extension
Sets the value of the value property.
setValue(Value) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the value property.
setValue(Value) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the value property.
setValue(String, Object) - Method in class org.plasma.sdo.core.CoreNode
 
setValue(int, Object) - Method in class org.plasma.sdo.core.CoreSequence
Sets the entry at a specified index to the new value.
setValue(Enumeration) - Method in interface org.plasma.sdo.EnumerationConstraint
 
setValue(Enumeration) - Method in class org.plasma.sdo.profile.SDOEnumerationConstraint
 
setValue(String) - Method in class org.plasma.text.ddl.Behavior
Sets the value of the value property.
setValue(String) - Method in class org.plasma.xml.schema.Facet
Sets the value of the value property.
setValue(String) - Method in class org.plasma.xml.xslt.Number
Sets the value of the value property.
setValueConstraint(ValueConstraint) - Method in class org.plasma.provisioning.Property
Sets the value of the valueConstraint property.
setValueConstraint(ValueConstraint) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the valueConstraint property.
setValueObject(CoreObject) - Method in class org.plasma.sdo.core.CoreNode
 
setValueObject(CoreObject) - Method in interface org.plasma.sdo.core.CoreObjectHolder
 
setValueProp(PlasmaProperty) - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
setValues(Boolean) - Method in class org.plasma.query.model.Property
 
setValueSetConstraint(ValueSetConstraint) - Method in class org.plasma.provisioning.Property
Sets the value of the valueSetConstraint property.
setValueSetConstraint(ValueSetConstraint) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the valueSetConstraint property.
setValueStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.Field
Sets the value of the valueStrategy property.
setValueStrategy(String) - Method in class org.plasma.sdo.access.provider.jdo.Property
Sets the value of the valueStrategy property.
setValueType(String) - Method in class org.plasma.sdo.access.provider.jdo.Map
Sets the value of the valueType property.
setVariable(Variable) - Method in class org.plasma.query.model.Term
Sets the value of the variable property.
setVariableDeclaration(VariableDeclaration) - Method in class org.plasma.query.model.Where
Sets the value of the variableDeclaration property.
setVendorName(String) - Method in class org.plasma.sdo.access.provider.jdo.Extension
Sets the value of the vendorName property.
setVerb(String) - Method in class org.plasma.xml.wsdl.v11.http.Binding
Sets the value of the verb property.
setVersion(Version) - Method in class org.plasma.sdo.access.provider.jdo.Class_
Sets the value of the version property.
setVersion(Version) - Method in class org.plasma.sdo.access.provider.jdo.Interface
Sets the value of the version property.
setVersion(String) - Method in class org.plasma.xml.schema.Schema
Sets the value of the version property.
setVersion(String) - Method in class org.plasma.xml.xslt.Output
Sets the value of the version property.
setVersion(BigDecimal) - Method in class org.plasma.xml.xslt.Wrapper
Sets the value of the version property.
setVersionDate(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the versionDate property.
setVersionDate(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setVersionDate(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setVersionIdentifier(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the versionIdentifier property.
setVersionIdentifier(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setVersionIdentifier(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setVersionTime(String) - Method in class org.plasma.provisioning.ValueSetConstraint
Sets the value of the versionTime property.
setVersionTime(String) - Method in class org.plasma.sdo.profile.SDOValueSetConstraint
 
setVersionTime(String) - Method in interface org.plasma.sdo.ValueSetConstraint
 
setView(View[]) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
setView(View[]) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Sets the given array of Type View for the object's multi-valued property view.
setView(View) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Sets the value of the view property to the given value.
setView(View) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Sets the value of the view property to the given value.
setView(View) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Sets the value of the view property to the given value.
setView(View) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Sets the value of the view property to the given value.
setView(View) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Sets the value of the view property to the given value.
setView(View) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Sets the value of the view property to the given value.
setViewColumn(ViewColumn[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
setViewColumn(ViewColumn[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the given array of Type ViewColumn for the object's multi-valued property viewColumn.
setViewColumnComment(ViewColumnComment[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
setViewColumnComment(ViewColumnComment[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the given array of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
setViewComment(ViewComment[]) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
setViewComment(ViewComment[]) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the given array of Type ViewComment for the object's multi-valued property viewComment.
setViewDefinition(String) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Sets the value of the viewDefinition property to the given value.
setViewDefinition(String) - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Sets the value of the viewDefinition property to the given value.
setViewName(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the viewName property to the given value.
setViewName(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the viewName property to the given value.
setViewType(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the viewType property to the given value.
setViewType(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the viewType property to the given value.
setViewTypeOwner(String) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Sets the value of the viewTypeOwner property to the given value.
setViewTypeOwner(String) - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Sets the value of the viewTypeOwner property to the given value.
setVisibility(VisibilityType) - Method in class org.plasma.provisioning.Property
Sets the value of the visibility property.
setWhere(Where) - Method in class org.plasma.query.model.Clause
Sets the value of the where property.
setWhere(Where) - Method in class org.plasma.query.model.PathNode
Sets the value of the where property.
setWildcardOperator(WildcardOperator) - Method in class org.plasma.query.model.Term
Sets the value of the wildcardOperator property.
setWildcardProperty(WildcardProperty) - Method in class org.plasma.query.model.Term
Sets the value of the wildcardProperty property.
setXMLDeclaration(boolean) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML declaration version of the document.
setXMLDeclaration(boolean) - Method in class org.plasma.sdo.core.CoreXMLDocument
 
setXmlElement(Boolean) - Method in class org.plasma.xml.sdox.XMLInfo
Sets the value of the xmlElement property.
setXmlProperty(XmlProperty) - Method in class org.plasma.provisioning.Property
Sets the value of the xmlProperty property.
setXmlProperty(XmlProperty) - Method in class org.plasma.provisioning.PropertyAppInfo
Sets the value of the xmlProperty property.
setXMLReporter(XMLReporter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setXMLReporter(XMLReporter) - Method in class javanet.staxutils.StAXContentHandler
Sets the XMLReporterto which warning and error messages will be sent.
setXMLResolver(XMLResolver) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setXMLVersion(String) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML version of the document, or null if not specified.
setXMLVersion(String) - Method in class org.plasma.sdo.core.CoreXMLDocument
 
setXpath(QueryXPath) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
setXpath(String) - Method in class org.plasma.xml.schema.Field
Sets the value of the xpath property.
setXpath(String) - Method in class org.plasma.xml.schema.Selector
Sets the value of the xpath property.
setXsd(XSDType) - Method in class org.plasma.xml.sdox.BaseDataGraphType
Sets the value of the xsd property.
setZeroDigit(String) - Method in class org.plasma.xml.xslt.DecimalFormat
Sets the value of the zeroDigit property.
SimpleCollector - Class in org.plasma.sdo.access.provider.common
 
SimpleCollector() - Constructor for class org.plasma.sdo.access.provider.common.SimpleCollector
 
simpleContent - Variable in class org.plasma.xml.schema.AbstractComplexType
 
SimpleContent - Class in org.plasma.xml.schema
Java class for anonymous complex type.
SimpleContent() - Constructor for class org.plasma.xml.schema.SimpleContent
 
SimpleExplicitGroup - Class in org.plasma.xml.schema
Java class for simpleExplicitGroup complex type.
SimpleExplicitGroup() - Constructor for class org.plasma.xml.schema.SimpleExplicitGroup
 
SimpleExtensionType - Class in org.plasma.xml.schema
Java class for simpleExtensionType complex type.
SimpleExtensionType() - Constructor for class org.plasma.xml.schema.SimpleExtensionType
 
SimpleLocation - Class in javanet.staxutils
Basic implementation of ExtendedLocation.
SimpleLocation(String, String, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(String, String, int, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(String, String, int, int, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleNamespaceContext - Class in javanet.staxutils
Simple NamespaceContext implementation backed by a HashMap.
SimpleNamespaceContext() - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs a SimpleNamespaceContext with no parent context or namespace declarations.
SimpleNamespaceContext(Map) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs a SimpleNamespaceContext with no parent context that contains the specified prefixes.
SimpleNamespaceContext(NamespaceContext) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs an empty SimpleNamespaceContext with the given parent.
SimpleNamespaceContext(NamespaceContext, Map) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs an empty SimpleNamespaceContext with the given parent.
SimpleRestrictionType - Class in org.plasma.xml.schema
Java class for simpleRestrictionType complex type.
SimpleRestrictionType() - Constructor for class org.plasma.xml.schema.SimpleRestrictionType
 
simpleType - Variable in class org.plasma.xml.schema.AbstractElement
 
simpleType - Variable in class org.plasma.xml.schema.Attribute
 
simpleType - Variable in class org.plasma.xml.schema.List
 
simpleType - Variable in class org.plasma.xml.schema.Restriction
 
simpleType - Variable in class org.plasma.xml.schema.RestrictionType
 
SimpleType - Class in org.plasma.xml.schema
Java class for topLevelSimpleType complex type.
SimpleType() - Constructor for class org.plasma.xml.schema.SimpleType
 
simpleTypeMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
maps top-level simple type names to simple type structures
simpleTypes - Variable in class org.plasma.xml.schema.Union
 
simpleTypesAndComplexTypesAndGroups - Variable in class org.plasma.xml.schema.Schema
 
SimpleTypeUtils - Class in org.plasma.provisioning.xsd
 
SimpleTypeUtils() - Constructor for class org.plasma.provisioning.xsd.SimpleTypeUtils
 
SimpleTypeVisitor - Interface in org.plasma.xml.schema
Helps implementation classes avoid the (breadth-first) traversal logic for XSD SimpleType hierarchies across restrictions, lists, unions and other elements, receiving "visit" events ala.
size() - Method in interface commonj.sdo.Sequence
Returns the number of entries in the sequence.
size() - Method in class org.plasma.sdo.core.CoreSequence
Returns the number of entries in the sequence.
size - Variable in class org.plasma.text.ddl.Column
 
skipElement(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips all events within a single element, including its start and end tags.
skipElement(XMLStreamReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips the complete content of the element at the specified reader's cursor.
skipElementContent(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips all events within a StartElement until the matching EndElement is reached.
skipElementContent(XMLStreamReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips an element's complete content.
skippedEntity(String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
skippedEntity(String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
SnapshotMap - Class in org.plasma.sdo.core
Holds internally managed concurrency property values and data store generated keys, for return back to clients, resulting from insert, update or delete operations, in association with a single time stamp value.
SnapshotMap(Timestamp) - Constructor for class org.plasma.sdo.core.SnapshotMap
 
soapAction - Variable in class org.plasma.xml.wsdl.v11.soap.Operation
 
sort - Variable in class org.plasma.provisioning.Property
 
sort - Variable in class org.plasma.provisioning.PropertyAppInfo
 
Sort - Class in org.plasma.provisioning
Assigns ordering and other related information to properties within an entity.
Sort() - Constructor for class org.plasma.provisioning.Sort
 
Sort - Interface in org.plasma.sdo
Assigns ordering and other related information to properties within an entity.
Sort - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Sort() - Constructor for class org.plasma.xml.xslt.Sort
 
SortDirectionValues - Enum in org.plasma.query.model
Java class for SortDirectionValues.
sortsAndWithParams - Variable in class org.plasma.xml.xslt.ApplyTemplates
 
source - Variable in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
source - Variable in class org.plasma.query.dsl.DomainObject
 
source - Variable in class org.plasma.sdo.xpath.DataGraphNodeAdapter
 
source - Variable in class org.plasma.sdo.xpath.MetaDataNodeAdapter
 
source - Variable in class org.plasma.xml.schema.Appinfo
 
source - Variable in class org.plasma.xml.schema.Documentation
 
sourceProperty - Variable in class org.plasma.query.dsl.DomainObject
 
sourceProperty - Variable in class org.plasma.sdo.xpath.DataGraphNodeAdapter
 
sourceProperty - Variable in class org.plasma.sdo.xpath.MetaDataNodeAdapter
 
space - Variable in class org.plasma.xml.xslt.AttributeSet
 
space - Variable in class org.plasma.xml.xslt.AttributeType
 
space - Variable in class org.plasma.xml.xslt.Choose
 
space - Variable in class org.plasma.xml.xslt.Comment
 
space - Variable in class org.plasma.xml.xslt.Copy
 
space - Variable in class org.plasma.xml.xslt.Element
 
space - Variable in class org.plasma.xml.xslt.Fallback
 
space - Variable in class org.plasma.xml.xslt.ForEach
 
space - Variable in class org.plasma.xml.xslt.If
 
space - Variable in class org.plasma.xml.xslt.Message
 
space - Variable in class org.plasma.xml.xslt.Otherwise
 
space - Variable in class org.plasma.xml.xslt.ProcessingInstruction
 
space - Variable in class org.plasma.xml.xslt.Template
 
space - Variable in class org.plasma.xml.xslt.Text
 
space - Variable in class org.plasma.xml.xslt.When
 
space - Variable in class org.plasma.xml.xslt.Wrapper
 
SQLDataSource - Interface in org.plasma.sdo.access.provider.common
 
SQLQueryFilterAssembler - Class in org.plasma.sdo.access.provider.common
 
SQLQueryFilterAssembler(Type) - Constructor for class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
SQLQueryFilterAssembler(Type, List<Object>) - Constructor for class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
sqlType - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
standalone - Variable in class javanet.staxutils.events.StartDocumentEvent
The document standalone value, or null if none was specified.
standalone - Variable in class org.plasma.xml.xslt.Output
 
standaloneSet() - Method in class javanet.staxutils.events.StartDocumentEvent
 
start(Query) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Clause) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Select) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(From) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Where) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(OrderBy) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Expression) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Term) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Property) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Entity) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(RelationalOperator) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(LogicalOperator) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(ArithmeticOperator) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(WildcardOperator) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Literal) - Method in class org.plasma.query.model.AbstractQueryValidator
 
start(Select) - Method in class org.plasma.query.model.QueryValidator
Ensures class associated with From clause entity exists
start(From) - Method in class org.plasma.query.model.QueryValidator
Ensures class associated with From clause entity exists
start(Expression) - Method in class org.plasma.query.model.QueryValidator
 
start(Property) - Method in class org.plasma.query.model.QueryValidator
 
start(Literal) - Method in class org.plasma.query.model.QueryValidator
 
start(Query) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Clause) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Select) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(From) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Where) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(OrderBy) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(GroupBy) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Expression) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Term) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(AbstractProperty) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Property) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(WildcardProperty) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Entity) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(GroupOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(RelationalOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(LogicalOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(ArithmeticOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(WildcardOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(SubqueryOperator) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Literal) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(NullLiteral) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Variable) - Method in class org.plasma.query.visitor.DefaultQueryVisitor
 
start(Query) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Clause) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Select) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(From) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Where) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(OrderBy) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(GroupBy) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Expression) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Term) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Property) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(WildcardProperty) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(AbstractProperty) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Entity) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(GroupOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(RelationalOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(LogicalOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(ArithmeticOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(WildcardOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(SubqueryOperator) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Literal) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(NullLiteral) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Variable) - Method in interface org.plasma.query.visitor.QueryVisitor
 
start(Property) - Method in class org.plasma.sdo.access.provider.common.DataComparatorAssembler
 
start(Property) - Method in class org.plasma.sdo.access.provider.common.DataObjectHashKeyAssembler
 
start(LogicalOperator) - Method in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
start(RelationalOperator) - Method in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
start(WildcardOperator) - Method in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
start(Literal) - Method in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
start(NullLiteral) - Method in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
start(Expression) - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
start(GroupOperator) - Method in class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
start(PlasmaDataObject, PlasmaDataObject, String, int) - Method in interface org.plasma.sdo.PlasmaDataGraphEventVisitor
 
start() - Method in class org.plasma.sdo.xml.DocumentMarshaller
Deprecated. Begins the document assembly process
start() - Method in class org.plasma.text.ddl.DDLStreamAssembler
 
start() - Method in class org.plasma.text.lang3gl.DefaultStreamAssembler
 
startCDATA() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startCDATA() - Method in class javanet.staxutils.StAXContentHandler
 
startDocument() - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startDocument() - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startDocument() - Method in class javanet.staxutils.StAXContentHandler
 
startDocument() - Method in class javanet.staxutils.StAXEventContentHandler
 
startDocument() - Method in class javanet.staxutils.StAXStreamContentHandler
 
StartDocumentEvent - Class in javanet.staxutils.events
StartDocument implementation.
StartDocumentEvent() - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Boolean, String, Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Boolean, String, Location, QName) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(StartDocument) - Constructor for class javanet.staxutils.events.StartDocumentEvent
Copy constructor.
startDTD(String, String, String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startDTD(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXEventContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXStreamContentHandler
 
StartElementEvent - Class in javanet.staxutils.events
StartElement event implementation.
StartElementEvent(QName, NamespaceContext, Location) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StartElementEvent(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StartElementEvent(StartElement) - Constructor for class javanet.staxutils.events.StartElementEvent
 
startEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startEntity(String) - Method in class javanet.staxutils.StAXContentHandler
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.StAXContentHandler
 
startRange - Variable in class org.plasma.query.model.Query
 
startValue - Variable in class org.plasma.config.SequenceConfiguration
 
StaticLocation - Interface in javanet.staxutils
Marker interface used to denote Location implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaticNamespaceContext - Interface in javanet.staxutils
Marker interface used to denote NamespaceContext implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StAXContentHandler - Class in javanet.staxutils
Base class for SAX-to-STAX bridge classes that provides common functionality.
StAXContentHandler() - Constructor for class javanet.staxutils.StAXContentHandler
 
StAXContentHandler(XMLReporter) - Constructor for class javanet.staxutils.StAXContentHandler
 
StAXEventContentHandler - Class in javanet.staxutils
SAX ContentHandler that writes events to a StAX XMLEventConsumer.
StAXEventContentHandler() - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs a default instance with a default event factory.
StAXEventContentHandler(XMLEventConsumer) - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs an instance that writes events to the provided XMLEventConsumer.
StAXEventContentHandler(XMLEventConsumer, XMLEventFactory) - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs an instance that writes events constructed with the provided XMLEventFactory to the provided XMLEventConsumer
StAXReaderToContentHandler - Interface in javanet.staxutils
Common API's for adapting StAX events from XMLStreamReader and XMLEventReader into SAX events on the specified ContentHandler.
StAXResult - Class in javanet.staxutils
A JAXP Result implementation that produces a result on the specified XMLStreamWriter or XMLEventWriter.
StAXResult(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXResult
Create a new Result that produces a result on the specified XMLStreamWriter
StAXResult(XMLEventWriter) - Constructor for class javanet.staxutils.StAXResult
Create a new Result that produces a result on the specified XMLEventWriter
StAXSource - Class in javanet.staxutils
A JAXP Source implementation that wraps the specified XMLStreamReader or XMLEventReader for use by applications that expext a Source.
StAXSource(XMLStreamReader) - Constructor for class javanet.staxutils.StAXSource
Creates a new Source for the given XMLStreamReader.
StAXSource(XMLEventReader) - Constructor for class javanet.staxutils.StAXSource
Creates a new Source for the given XMLEventReader.
StAXStreamContentHandler - Class in javanet.staxutils
SAX ContentHandler that writes events to a StAX XMLStreamWriter.
StAXStreamContentHandler() - Constructor for class javanet.staxutils.StAXStreamContentHandler
 
StAXStreamContentHandler(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXStreamContentHandler
Constructs an instance that writes SAX events to the specified StAX stream.
StAXStreamWriter - Class in javanet.staxutils.io
An XMLStreamWriter implementation that writes to a character stream.
StAXStreamWriter(OutputStream) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided OutputStream using the platform default encoding.
StAXStreamWriter(OutputStream, String) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided OutputStream using the specified encoding.
StAXStreamWriter(Writer) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided Writer.
StAXStreamWriter(Writer, NamespaceContext) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided Writer.
StaxUtilsXMLOutputFactory - Class in javanet.staxutils
An output factory that optionally wraps a filter around each writer.
StaxUtilsXMLOutputFactory() - Constructor for class javanet.staxutils.StaxUtilsXMLOutputFactory
 
StaxUtilsXMLOutputFactory(XMLOutputFactory) - Constructor for class javanet.staxutils.StaxUtilsXMLOutputFactory
 
strategy - Variable in class org.plasma.sdo.access.provider.jdo.DatastoreIdentity
 
strategy - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
strategy - Variable in class org.plasma.sdo.access.provider.jdo.Inheritance
 
strategy - Variable in class org.plasma.sdo.access.provider.jdo.Sequence
 
strategy - Variable in class org.plasma.sdo.access.provider.jdo.Version
 
StreamEventWriter - Class in javanet.staxutils.io
XMLEventWriter that writes events to a character stream using XMLEvent.writeAsEncodedUnicode(Writer).
StreamEventWriter(File) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a file.
StreamEventWriter(OutputStream) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a binary stream.
StreamEventWriter(Writer) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a character stream.
StreamMarshaller - Class in org.plasma.sdo.xml
A Streaming API for XML (StAX) based XML marshaler which converts/writes an SDO data graph to various supplied (stream-based) XML output sources.
StreamMarshaller(XMLDocument) - Constructor for class org.plasma.sdo.xml.StreamMarshaller
Constructor.
StreamMarshaller(XMLDocument, XMLOptions) - Constructor for class org.plasma.sdo.xml.StreamMarshaller
Constructor.
StreamNode - Class in org.plasma.sdo.xml
 
StreamNode(PlasmaType, QName, Location) - Constructor for class org.plasma.sdo.xml.StreamNode
 
StreamObjectVisitor - Interface in org.plasma.sdo.xml
 
StreamUnmarshaller - Class in org.plasma.sdo.xml
A Streaming API for XML (StAX) parser based XML unmarshaller which converts various (stream-based) XML input source types into an SDO data graph.
StreamUnmarshaller(XMLOptions, String) - Constructor for class org.plasma.sdo.xml.StreamUnmarshaller
 
StreamWriterDelegate - Class in javanet.staxutils.helpers
Abstract class for writing filtered XML streams.
StreamWriterDelegate(XMLStreamWriter) - Constructor for class javanet.staxutils.helpers.StreamWriterDelegate
 
StringDataProperty - Interface in org.plasma.query
A non-reference property with a type which is a String data type.
stringParameter - Variable in class org.plasma.query.model.Parameter
 
StringParameter - Class in org.plasma.query.model
 
StringParameter() - Constructor for class org.plasma.query.model.StringParameter
 
StringParameter(String) - Constructor for class org.plasma.query.model.StringParameter
 
stringType - Variable in class org.plasma.sdo.access.provider.common.SQLQueryFilterAssembler
 
style - Variable in class org.plasma.xml.wsdl.v11.soap.Binding
 
style - Variable in class org.plasma.xml.wsdl.v11.soap.Operation
 
style - Variable in class org.plasma.xml.wsdl.v20.InterfaceOperationType
 
styleDefaults - Variable in class org.plasma.xml.wsdl.v20.Interface
 
stylesheetPrefix - Variable in class org.plasma.xml.xslt.NamespaceAlias
 
subclassMap - Variable in class org.plasma.provisioning.xsd.ConverterSupport
 
SubqueryOperator - Class in org.plasma.query.model
 
SubqueryOperator() - Constructor for class org.plasma.query.model.SubqueryOperator
 
SubqueryOperator(SubqueryOperatorValues) - Constructor for class org.plasma.query.model.SubqueryOperator
 
subqueryOperator - Variable in class org.plasma.query.model.Term
 
SubqueryOperatorValues - Enum in org.plasma.query.model
Java class for SubqueryOperatorValues.
substitutionGroup - Variable in class org.plasma.xml.schema.AbstractElement
 
substringAfter(String) - Method in class org.plasma.query.dsl.DataNode
 
substringAfter(String) - Method in class org.plasma.query.model.Property
 
substringAfter(String) - Method in interface org.plasma.query.StringDataProperty
Constructs a function, which returns the tail of the string data after the given string value occurs in it, and returns this data property for use in subsequent operations
substringBefore(String) - Method in class org.plasma.query.dsl.DataNode
 
substringBefore(String) - Method in class org.plasma.query.model.Property
 
substringBefore(String) - Method in interface org.plasma.query.StringDataProperty
Constructs a function, which returns the start of the string data before the given string value occurs in it, and returns this data property for use in subsequent operations
suffix - Variable in class org.plasma.config.SequenceConfiguration
 
sum() - Method in interface org.plasma.query.DataProperty
Constructs a summation aggregate within this data property and returns the data property for use in subsequent operations
sum() - Method in class org.plasma.query.dsl.DataNode
 
sum() - Method in class org.plasma.query.model.Property
 
superClasses - Variable in class org.plasma.provisioning.Class
 
superviewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, superviewName.
SUPPLIER - Static variable in class org.plasma.sdo.profile.SDODerivation
The supplier element or set of supplier elements which represent the derivation source.
SUPPLIER - Static variable in class org.plasma.sdo.profile.SDOKey
Links a property element which supplies the actual data for the key where multiple possible targets exist.
support - Variable in class org.plasma.provisioning.xsd.AbstractAssembler
 
SysDataType - Enum in org.plasma.provisioning.rdb.mysql.v5_5
This generated Enumeration represents the domain model enumeration SysDataType which is part of namespace http://org.plasma/sdo/mysql/5_5 as defined within the Configuration.
SysDataType - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
This generated Enumeration represents the domain model enumeration SysDataType which is part of namespace http://org.plasma/sdo/oracle/11g/sys as defined within the Configuration.
system - Variable in class org.plasma.xml.schema.Notation
 
systemId - Variable in class javanet.staxutils.BaseXMLStreamReader
The stream system ID.
systemId - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The system id, or null if this isn't an external entity.
systemId - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The system id of the notation

T

table() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnConstraint
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumnKeyUsage
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTableConstraint
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Returns a DSL query element for reference property, table.
Table - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Generated interface representing the domain model entity Table.
table() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumn
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnComment
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableColumnConstraint
Returns a DSL query element for reference property, table.
table() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Returns a DSL query element for reference property, table.
Table - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
Represents a system table definition
table - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
table - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Unique
 
table - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
Table - Class in org.plasma.text.ddl
Java class for table complex type.
Table() - Constructor for class org.plasma.text.ddl.Table
 
Table.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
Table.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
tableColumn() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableColumn.
tableColumn(Expression) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableColumn, while adding the given path predicate expression.
TableColumn - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Represents a system column definition which is linked to its system Table definition by association.
tableColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableColumn.
tableColumn(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableColumn, while adding the given path predicate expression.
TableColumn - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
Represents a system column definition which is linked to its system Table definition by association.
TableColumn.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
TableColumn.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
tableColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableColumnComment.
tableColumnComment(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableColumnComment, while adding the given path predicate expression.
TableColumnComment - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
The comment for a column
TableColumnComment.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
TableColumnCommentImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
The comment for a column
TableColumnCommentImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Default No-arg constructor required for serialization operations.
TableColumnCommentImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
 
tableColumnConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableColumnConstraint.
tableColumnConstraint(Expression) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableColumnConstraint, while adding the given path predicate expression.
TableColumnConstraint - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Generated interface representing the domain model entity TableColumnConstraint.
tableColumnConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableColumnConstraint.
tableColumnConstraint(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableColumnConstraint, while adding the given path predicate expression.
TableColumnConstraint - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
A constraint definition
TableColumnConstraint.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
TableColumnConstraint.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
TableColumnConstraintImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Generated implementation class representing the domain model entity TableColumnConstraint.
TableColumnConstraintImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Default No-arg constructor required for serialization operations.
TableColumnConstraintImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
 
TableColumnConstraintImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
A constraint definition
TableColumnConstraintImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Default No-arg constructor required for serialization operations.
TableColumnConstraintImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
 
TableColumnImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Represents a system column definition which is linked to its system Table definition by association.
TableColumnImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Default No-arg constructor required for serialization operations.
TableColumnImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
 
TableColumnImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
Represents a system column definition which is linked to its system Table definition by association.
TableColumnImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Default No-arg constructor required for serialization operations.
TableColumnImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
 
tableColumnKeyUsage() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableColumnKeyUsage.
tableColumnKeyUsage(Expression) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableColumnKeyUsage, while adding the given path predicate expression.
TableColumnKeyUsage - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Generated interface representing the domain model entity TableColumnKeyUsage.
TableColumnKeyUsage.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
TableColumnKeyUsageImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Generated implementation class representing the domain model entity TableColumnKeyUsage.
TableColumnKeyUsageImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Default No-arg constructor required for serialization operations.
TableColumnKeyUsageImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
 
tableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL data element for property, tableComment.
tableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Returns a DSL data element for property, tableComment.
tableComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableComment.
tableComment(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL query element for reference property, tableComment, while adding the given path predicate expression.
TableComment - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
A comment on a table
TableComment.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
TableCommentImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
A comment on a table
TableCommentImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Default No-arg constructor required for serialization operations.
TableCommentImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
 
tableConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableConstraint.
tableConstraint(Expression) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, tableConstraint, while adding the given path predicate expression.
TableConstraint - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Generated interface representing the domain model entity TableConstraint.
TableConstraint.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
TableConstraintImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Generated implementation class representing the domain model entity TableConstraint.
TableConstraintImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Default No-arg constructor required for serialization operations.
TableConstraintImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
 
TableImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Generated implementation class representing the domain model entity Table.
TableImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Default No-arg constructor required for serialization operations.
TableImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
 
TableImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
Represents a system table definition
TableImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Default No-arg constructor required for serialization operations.
TableImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
 
tableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL data element for property, tableName.
tableName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTable
Returns a DSL data element for property, tableName.
tables - Variable in class org.plasma.text.ddl.Schema
 
tableType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL data element for property, tableType.
TableType - Enum in org.plasma.provisioning.rdb.mysql.v5_5
This generated Enumeration represents the domain model enumeration TableType which is part of namespace http://org.plasma/sdo/mysql/5_5 as defined within the Configuration.
tableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
Returns a DSL data element for property, tableType.
tableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Returns a DSL data element for property, tableType.
TableType - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
This generated Enumeration represents the domain model enumeration TableType which is part of namespace http://org.plasma/sdo/oracle/11g/sys as defined within the Configuration.
target - Variable in class javanet.staxutils.events.ProcessingInstructionEvent
The PI target.
target - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
targetField - Variable in class org.plasma.sdo.access.provider.jdo.Column
 
targetNamespace - Variable in class org.plasma.xml.schema.Schema
 
targetNamespace - Variable in class org.plasma.xml.wsdl.v11.Definitions
 
targetNamespace - Variable in class org.plasma.xml.wsdl.v20.Description
 
TBinding - Class in org.plasma.xml.wsdl.v11
Java class for tBinding complex type.
TBinding() - Constructor for class org.plasma.xml.wsdl.v11.TBinding
 
TBindingOperation - Class in org.plasma.xml.wsdl.v11
Java class for tBindingOperation complex type.
TBindingOperation() - Constructor for class org.plasma.xml.wsdl.v11.TBindingOperation
 
TBindingOperationFault - Class in org.plasma.xml.wsdl.v11
Java class for tBindingOperationFault complex type.
TBindingOperationFault() - Constructor for class org.plasma.xml.wsdl.v11.TBindingOperationFault
 
TBindingOperationMessage - Class in org.plasma.xml.wsdl.v11
Java class for tBindingOperationMessage complex type.
TBindingOperationMessage() - Constructor for class org.plasma.xml.wsdl.v11.TBindingOperationMessage
 
TBody - Class in org.plasma.xml.wsdl.v11.soap
Java class for tBody complex type.
TBody() - Constructor for class org.plasma.xml.wsdl.v11.soap.TBody
 
TDocumentation - Class in org.plasma.xml.wsdl.v11
Java class for tDocumentation complex type.
TDocumentation() - Constructor for class org.plasma.xml.wsdl.v11.TDocumentation
 
TDocumented - Class in org.plasma.xml.wsdl.v11
This type is extended by component types to allow them to be documented
TDocumented() - Constructor for class org.plasma.xml.wsdl.v11.TDocumented
 
Template - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Template() - Constructor for class org.plasma.xml.xslt.Template
 
TEMPLATE_PARAM_NAME_AUTHOR - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
TEMPLATE_PARAM_NAME_PACKAGE_CONFIG - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
TEMPLATE_PARAM_NAME_TARGET_BASE_DIRECTORY - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
TEMPLATE_PARAM_NAME_TARGET_DIRECTORY - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
TEMPLATE_PARAM_NAME_VERSION - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
TEMPLATE_PARAM_VALUE_AUTHOR - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
TEMPLATE_PARAM_VALUE_VERSION - Static variable in interface org.plasma.provisioning.ProvisioningConstants
 
Temporal - Class in org.plasma.provisioning
Java class for Temporal complex type.
Temporal() - Constructor for class org.plasma.provisioning.Temporal
 
Temporal - Interface in org.plasma.sdo
Specifies the various notions of time which are relevant for temporal data stores
TemporalDataProperty - Interface in org.plasma.query
A non-reference property with a type which is a temporal data type.
TemporalType - Enum in org.plasma.provisioning
Java class for TemporalType.
TemporalType - Enum in org.plasma.sdo.profile
Specifies the various notions of time which are relevant for temporal data stores
Term - Class in org.plasma.query.model
 
Term() - Constructor for class org.plasma.query.model.Term
 
Term(Property) - Constructor for class org.plasma.query.model.Term
 
Term(WildcardProperty) - Constructor for class org.plasma.query.model.Term
 
Term(Entity) - Constructor for class org.plasma.query.model.Term
 
Term(RelationalOperator) - Constructor for class org.plasma.query.model.Term
 
Term(LogicalOperator) - Constructor for class org.plasma.query.model.Term
 
Term(ArithmeticOperator) - Constructor for class org.plasma.query.model.Term
 
Term(GroupOperator) - Constructor for class org.plasma.query.model.Term
 
Term(WildcardOperator) - Constructor for class org.plasma.query.model.Term
 
Term(SubqueryOperator) - Constructor for class org.plasma.query.model.Term
 
Term(Literal) - Constructor for class org.plasma.query.model.Term
 
Term(NullLiteral) - Constructor for class org.plasma.query.model.Term
 
Term(Variable) - Constructor for class org.plasma.query.model.Term
 
Term(Expression) - Constructor for class org.plasma.query.model.Term
 
Term(Query) - Constructor for class org.plasma.query.model.Term
 
Term - Interface in org.plasma.query
Base interface for all elements that make up a query.
terminate - Variable in class org.plasma.xml.xslt.Message
 
terms - Variable in class org.plasma.query.model.Expression
 
test - Variable in class org.plasma.xml.xslt.If
 
test - Variable in class org.plasma.xml.xslt.When
 
text - Variable in class javanet.staxutils.events.CommentEvent
Comment text.
text() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, text.
Text - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
Text() - Constructor for class org.plasma.xml.xslt.Text
 
textContent - Variable in class org.plasma.query.model.GroupBy
 
textContent - Variable in class org.plasma.query.model.OrderBy
 
textContent - Variable in class org.plasma.query.model.Select
 
TextContent - Class in org.plasma.query.model
 
TextContent() - Constructor for class org.plasma.query.model.TextContent
 
TextContent(QueryLanguageValues) - Constructor for class org.plasma.query.model.TextContent
 
textContent - Variable in class org.plasma.query.model.Where
 
TExtensibilityElement - Class in org.plasma.xml.wsdl.v11
Java class for tExtensibilityElement complex type.
TExtensibilityElement() - Constructor for class org.plasma.xml.wsdl.v11.TExtensibilityElement
 
TExtensibleAttributesDocumented - Class in org.plasma.xml.wsdl.v11
Java class for tExtensibleAttributesDocumented complex type.
TExtensibleAttributesDocumented() - Constructor for class org.plasma.xml.wsdl.v11.TExtensibleAttributesDocumented
 
TExtensibleDocumented - Class in org.plasma.xml.wsdl.v11
Java class for tExtensibleDocumented complex type.
TExtensibleDocumented() - Constructor for class org.plasma.xml.wsdl.v11.TExtensibleDocumented
 
TextException - Exception in org.plasma.text
 
TextException(String) - Constructor for exception org.plasma.text.TextException
 
TextException(Throwable) - Constructor for exception org.plasma.text.TextException
 
textLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, textLength.
TextQueryFilterAssembler - Class in org.plasma.sdo.access.provider.common
 
TextQueryFilterAssembler() - Constructor for class org.plasma.sdo.access.provider.common.TextQueryFilterAssembler
 
texts - Variable in class org.plasma.xml.sdox.TextType
 
TextType - Class in org.plasma.xml.sdox
Java class for TextType complex type.
TextType() - Constructor for class org.plasma.xml.sdox.TextType
 
TFault - Class in org.plasma.xml.wsdl.v11
Java class for tFault complex type.
TFault() - Constructor for class org.plasma.xml.wsdl.v11.TFault
 
TFaultRes - Class in org.plasma.xml.wsdl.v11.soap
Java class for tFaultRes complex type.
TFaultRes() - Constructor for class org.plasma.xml.wsdl.v11.soap.TFaultRes
 
TImport - Class in org.plasma.xml.wsdl.v11
Java class for tImport complex type.
TImport() - Constructor for class org.plasma.xml.wsdl.v11.TImport
 
TMessage - Class in org.plasma.xml.wsdl.v11
Java class for tMessage complex type.
TMessage() - Constructor for class org.plasma.xml.wsdl.v11.TMessage
 
toAbbreviatedName(String) - Static method in class org.plasma.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name and removes consonant characters where the name exceeds the given max.
toAbbreviatedName(String, int) - Static method in class org.plasma.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name and removes consonant characters where the name exceeds the given max.
toArray() - Method in class org.plasma.sdo.access.provider.common.SimpleCollector
 
toBoolean(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toByte(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toBytes(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toCalendar(String) - Method in interface commonj.sdo.helper.DataHelper
Convert from a String representation of an SDO date type to a Calendar using the default locale.
toCalendar(String, Locale) - Method in interface commonj.sdo.helper.DataHelper
Convert from a String representation of an SDO date type to a Calendar using the specified locale, or the default locale if the locale is null.
toCalendar(String) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toCalendar(String, Locale) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toCamelCase(String) - Static method in class org.plasma.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name.
toCharacter(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toClassMap() - Method in class org.plasma.sdo.access.provider.common.TraversalMap
 
toColumn - Variable in class org.plasma.text.ddl.Join
 
toConstantName(String) - Static method in class org.plasma.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name.
toConstantName(String) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
toDataTypeInstanceClass(DataType) - Method in class org.plasma.sdo.core.CoreType
Returns a Java primitive wrapper class for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1).
toDataTypeInstanceClass(DataType) - Method in interface org.plasma.sdo.PlasmaType
Returns a Java class for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1).
toDate(String) - Method in interface commonj.sdo.helper.DataHelper
Convert from a String representation of an SDO date type to a Date.
toDate(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toDate(String) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toDateTime(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the DateTime type.
toDateTime(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the DateTime type.
toDateTime(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toDateTime(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toDay(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Day type.
toDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Day type.
toDay(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toDay(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toDecimal(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toDouble(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toDuration(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Duration type.
toDuration(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Duration type.
toDuration(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toDuration(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toEnumLiteralName(String) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
toFloat(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toInt(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toInteger(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
TokenAny - Enum in org.plasma.xml.wsdl.v20.soap
Java class for TokenAny.
TOKENS - Static variable in class org.plasma.sdo.xpath.XPathDetector
 
toLong(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toMethodFieldName(String) - Method in class org.plasma.text.lang3gl.java.DefaultFactory
 
toMethodFieldName(String) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
toMonth(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Month type.
toMonth(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Month type.
toMonth(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toMonth(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toMonthDay(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the MonthDay type.
toMonthDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the MonthDay type.
toMonthDay(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toMonthDay(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toPackageTokens(String) - Static method in class org.plasma.config.ConfigUtils
Tokenizes the given URI as an array of names suitable to be used as a UML package hierarchy.
toPackageTokens(String) - Static method in class org.plasma.provisioning.NameUtils
Tokenizes the given URI as an array of names suitable to be used as a UML package hierarchy.
TOperation - Class in org.plasma.xml.wsdl.v11
Java class for tOperation complex type.
TOperation() - Constructor for class org.plasma.xml.wsdl.v11.TOperation
 
TopLevelAttributeType - Class in org.plasma.xml.schema
Java class for topLevelAttribute complex type.
TopLevelAttributeType() - Constructor for class org.plasma.xml.schema.TopLevelAttributeType
 
topLevelElementsAndVariablesAndAnies - Variable in class org.plasma.xml.xslt.Wrapper
 
toPrimitiveJavaClass(DataType) - Method in class org.plasma.sdo.helper.DataConverter
Returns a primitive Java class, wherever possible, for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1), and where no primitive exists for the give SDO datatype, the appropriate class is returned.
toQualifiedPropertyNameReference(Class, Property) - Method in class org.plasma.text.lang3gl.java.SDODefaultFactory
 
toShort(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toString() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
toString() - Method in class javanet.staxutils.helpers.ElementContext
 
toString() - Method in class javanet.staxutils.SimpleLocation
 
toString() - Method in class org.plasma.sdo.access.model.Entity
 
toString() - Method in class org.plasma.sdo.access.provider.common.PropertyPair
 
toString() - Method in class org.plasma.sdo.core.CoreChangeSummary
 
toString() - Method in class org.plasma.sdo.core.CoreDataGraph
 
toString() - Method in class org.plasma.sdo.core.CoreDataObject
 
toString() - Method in class org.plasma.sdo.core.CoreProperty
 
toString() - Method in class org.plasma.sdo.core.CoreType
 
toString() - Method in class org.plasma.sdo.core.NullValue
 
toString(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
Converts the given value to a string.
toStrings(Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toTable - Variable in class org.plasma.text.ddl.Fk
 
TOTAL_DIGITS - Static variable in class org.plasma.sdo.profile.SDOValueConstraint
Specifies the exact number of digits allowed.
totalDigits - Variable in class org.plasma.provisioning.ValueConstraint
 
TotalDigits - Class in org.plasma.xml.schema
Java class for anonymous complex type.
TotalDigits() - Constructor for class org.plasma.xml.schema.TotalDigits
 
toTemporalDataType(Type, Type, Object) - Method in class org.plasma.sdo.helper.DataConverter
 
toTime(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Time type.
toTime(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Time type.
toTime(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toTime(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toWrapperJavaClass(DataType) - Method in class org.plasma.sdo.helper.DataConverter
Returns a primitive wrapper Java class, wherever possible, for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1), and where no primitive exists for the give SDO datatype, the appropriate class is returned.
toYear(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Year type.
toYear(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Year type.
toYear(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toYear(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toYearMonth(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the YearMonth type.
toYearMonth(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the YearMonth type.
toYearMonth(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toYearMonth(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toYearMonthDay(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the YearMonthDay type.
toYearMonthDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the YearMonthDay type.
toYearMonthDay(Date) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
toYearMonthDay(Calendar) - Method in class org.plasma.sdo.helper.PlasmaDataHelper
 
TParam - Class in org.plasma.xml.wsdl.v11
Java class for tParam complex type.
TParam() - Constructor for class org.plasma.xml.wsdl.v11.TParam
 
TPart - Class in org.plasma.xml.wsdl.v11.mime
Java class for tPart complex type.
TPart() - Constructor for class org.plasma.xml.wsdl.v11.mime.TPart
 
TPart - Class in org.plasma.xml.wsdl.v11
Java class for tPart complex type.
TPart() - Constructor for class org.plasma.xml.wsdl.v11.TPart
 
TPort - Class in org.plasma.xml.wsdl.v11
Java class for tPort complex type.
TPort() - Constructor for class org.plasma.xml.wsdl.v11.TPort
 
TPortType - Class in org.plasma.xml.wsdl.v11
Java class for tPortType complex type.
TPortType() - Constructor for class org.plasma.xml.wsdl.v11.TPortType
 
translateNamespacePrefixToUri(String, Object) - Method in class org.plasma.query.xpath.QueryPathNavigator
 
translateNamespacePrefixToUri(String, Object) - Method in class org.plasma.sdo.xpath.DataGraphNavigator
 
translateNamespacePrefixToUri(String, Object) - Method in class org.plasma.sdo.xpath.MetaDataNavigator
 
transport - Variable in class org.plasma.xml.wsdl.v11.soap.Binding
 
Traversal - Enum in org.plasma.query.visitor
 
TraversalDirection - Enum in org.plasma.sdo.core
 
TraversalMap - Class in org.plasma.sdo.access.provider.common
This class stores hashed key-value pairs where the key is one of 2 formats.
TraversalMap(DataAccessProviderName) - Constructor for class org.plasma.sdo.access.provider.common.TraversalMap
 
TraversalMapAssembler - Class in org.plasma.sdo.access.provider.common
 
TraversalMapAssembler(Select, Type, DataAccessProviderName) - Constructor for class org.plasma.sdo.access.provider.common.TraversalMapAssembler
 
truncateTable(Schema, Table) - Method in interface org.plasma.text.ddl.DDLFactory
 
truncateTable(Schema, Table) - Method in class org.plasma.text.ddl.DefaultDDLFactory
 
TService - Class in org.plasma.xml.wsdl.v11
Java class for tService complex type.
TService() - Constructor for class org.plasma.xml.wsdl.v11.TService
 
TStyleChoice - Enum in org.plasma.xml.wsdl.v11.soap
Java class for tStyleChoice.
TTypes - Class in org.plasma.xml.wsdl.v11
Java class for tTypes complex type.
TTypes() - Constructor for class org.plasma.xml.wsdl.v11.TTypes
 
Type - Interface in commonj.sdo
A representation of the type of a property of a data object.
type - Variable in class org.plasma.config.TypeBinding
 
type - Variable in class org.plasma.provisioning.Behavior
 
type - Variable in class org.plasma.provisioning.Concurrent
 
type - Variable in class org.plasma.provisioning.Documentation
 
type - Variable in class org.plasma.provisioning.Key
 
type - Variable in class org.plasma.provisioning.Property
 
type - Variable in class org.plasma.provisioning.Temporal
 
Type - Class in org.plasma.provisioning
A type abstraction used for both datatypes, classes, enumerations etc..
Type() - Constructor for class org.plasma.provisioning.Type
 
type - Variable in class org.plasma.query.dsl.PathNode
 
type - Variable in class org.plasma.query.model.WildcardProperty
 
TYPE - Static variable in class org.plasma.sdo.profile.SDOConcurrent
Specifies the general category of concurrency or concurrency control under which a property participates
TYPE - Static variable in class org.plasma.sdo.profile.SDODocumentation
 
TYPE - Static variable in class org.plasma.sdo.profile.SDOKey
Specifies the type of key
TYPE - Static variable in class org.plasma.sdo.profile.SDOTemporal
 
type - Variable in class org.plasma.text.ddl.Behavior
 
type - Variable in class org.plasma.text.ddl.Column
 
type - Variable in class org.plasma.xml.schema.AbstractElement
 
type - Variable in class org.plasma.xml.schema.Attribute
 
type - Variable in class org.plasma.xml.sdox.Property
 
Type - Class in org.plasma.xml.sdox
Java class for Type complex type.
Type() - Constructor for class org.plasma.xml.sdox.Type
 
type - Variable in class org.plasma.xml.wsdl.v11.mime.Content
 
type - Variable in class org.plasma.xml.wsdl.v11.TBinding
 
type - Variable in class org.plasma.xml.wsdl.v11.TPart
 
type - Variable in class org.plasma.xml.wsdl.v20.Binding
 
type - Variable in class org.plasma.xml.wsdl.v20.http.Header
 
TYPE_NAME_CONSTRAINT - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
The entity or Type logical name associated with this class.
TYPE_NAME_GLOBAL_VARIABLE - Static variable in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
The entity or Type logical name associated with this class.
TYPE_NAME_GLOBAL_VARIABLE - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COLUMN - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COLUMN - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COLUMN_COMMENT - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COLUMN_CONSTRAINT - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COLUMN_CONSTRAINT - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COLUMN_KEY_USAGE - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_COMMENT - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
The entity or Type logical name associated with this class.
TYPE_NAME_TABLE_CONSTRAINT - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
The entity or Type logical name associated with this class.
TYPE_NAME_VERSION - Static variable in interface org.plasma.provisioning.rdb.oracle.any.sys.Version
The entity or Type logical name associated with this class.
TYPE_NAME_VERSION - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.Version
The entity or Type logical name associated with this class.
TYPE_NAME_VIEW - Static variable in interface org.plasma.provisioning.rdb.mysql.v5_5.View
The entity or Type logical name associated with this class.
TYPE_NAME_VIEW - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
The entity or Type logical name associated with this class.
TYPE_NAME_VIEW_COLUMN - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
The entity or Type logical name associated with this class.
TYPE_NAME_VIEW_COLUMN_COMMENT - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
The entity or Type logical name associated with this class.
TYPE_NAME_VIEW_COMMENT - Static variable in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
The entity or Type logical name associated with this class.
TypeAdapter - Class in org.plasma.provisioning.adapter
 
TypeAdapter(Type) - Constructor for class org.plasma.provisioning.adapter.TypeAdapter
 
TypeBinding - Class in org.plasma.config
Provides a name binding customization mechanism for an SDO Type
TypeBinding() - Constructor for class org.plasma.config.TypeBinding
 
TypeBindingAdapter - Class in org.plasma.config.adapter
 
TypeBindingAdapter(NamespaceAdapter, TypeBinding) - Constructor for class org.plasma.config.adapter.TypeBindingAdapter
 
typeBindings - Variable in class org.plasma.config.Namespace
 
TypeClassInfo - Class in org.plasma.text.lang3gl.java
 
TypeClassInfo(DataTypeRef, DataType, Class<?>, Class<?>, boolean) - Constructor for class org.plasma.text.lang3gl.java.TypeClassInfo
 
TypeClassInfo(ClassRef, boolean) - Constructor for class org.plasma.text.lang3gl.java.TypeClassInfo
 
TypeDerivationControl - Enum in org.plasma.xml.schema
Java class for typeDerivationControl.
TypeHelper - Interface in commonj.sdo.helper
Look up a Type given the uri and typeName or interfaceClass.
typeHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
TypeNameCollisionException - Exception in org.plasma.provisioning
 
TypeNameCollisionException(String) - Constructor for exception org.plasma.provisioning.TypeNameCollisionException
 
TypeRef - Class in org.plasma.provisioning
A reference to a type abstraction used for both datatypes and classes
TypeRef() - Constructor for class org.plasma.provisioning.TypeRef
 
Types - Class in org.plasma.xml.sdox
Java class for Types complex type.
Types() - Constructor for class org.plasma.xml.sdox.Types
 
types - Variable in class org.plasma.xml.sdox.Types
 
Types - Class in org.plasma.xml.wsdl.v20
Java class for TypesType complex type.
Types() - Constructor for class org.plasma.xml.wsdl.v20.Types
 
typeText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, typeText.
typeTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, typeTextLength.

U

UMLModelAssembler - Class in org.plasma.xml.uml
 
UMLModelAssembler(Query, String, String) - Constructor for class org.plasma.xml.uml.UMLModelAssembler
Deprecated. 
UMLModelAssembler(Schema, String, String) - Constructor for class org.plasma.xml.uml.UMLModelAssembler
Deprecated. 
UMLModelAssembler(Model, String, String) - Constructor for class org.plasma.xml.uml.UMLModelAssembler
 
undoChanges() - Method in interface commonj.sdo.ChangeSummary
This method is intended for use by service implementations only.
undoChanges() - Method in class org.plasma.sdo.core.CoreChangeSummary
This method is intended for use by service implementations only.
unflagLocked(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
unflagLocked() - Method in class org.plasma.sdo.core.CoreObject
 
unflagUnlocked(DataObject) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
unflagUnlocked() - Method in class org.plasma.sdo.core.CoreObject
 
union - Variable in class org.plasma.xml.schema.AbstractSimpleType
 
Union - Class in org.plasma.xml.schema
memberTypes attribute must be non-empty or there must be at least one simpleType child
Union() - Constructor for class org.plasma.xml.schema.Union
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Index
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Query
 
Unique - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Unique() - Constructor for class org.plasma.sdo.access.provider.jdo.Unique
 
unique - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
unique - Variable in class org.plasma.text.ddl.Index
 
Unique - Class in org.plasma.text.ddl
Java class for unique complex type.
Unique() - Constructor for class org.plasma.text.ddl.Unique
 
uniqueConstraint - Variable in class org.plasma.provisioning.Property
 
uniqueConstraint - Variable in class org.plasma.provisioning.PropertyAppInfo
 
UniqueConstraint - Class in org.plasma.provisioning
This stereotype tags a UML property as unique within its UML class and resulting SDO Type.
UniqueConstraint() - Constructor for class org.plasma.provisioning.UniqueConstraint
 
UniqueConstraint - Interface in org.plasma.sdo
This stereotype tags a UML property as unique within its UML class and resulting SDO Type.
uniqueElement - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
uniqueElement - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
uniqueElement - Variable in class org.plasma.sdo.access.provider.jdo.Join
 
uniqueElement - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
uniqueElement - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
uniqueElement - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
uniques - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
uniques - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
uniques - Variable in class org.plasma.text.ddl.Table
 
uniquesAndKeiesAndKeyreves - Variable in class org.plasma.xml.schema.AbstractElement
 
UnknownLocation - Class in javanet.staxutils.helpers
Location used to represent unknown locations.
UnknownLocation() - Constructor for class javanet.staxutils.helpers.UnknownLocation
 
unmarshal(String) - Method in class org.plasma.config.PlasmaConfigDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.config.PlasmaConfigDataBinding
 
unmarshal(String) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
unmarshal(String) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
unmarshal(Reader) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
unmarshal(Source) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
unmarshal(String) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
unmarshal(InputStream) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
unmarshal(InputStream) - Method in class org.plasma.sdo.xml.StreamUnmarshaller
Reads the given input stream in its entirety, and closes the stream when complete.
unmarshal(Source) - Method in class org.plasma.sdo.xml.StreamUnmarshaller
Reads the given source as a stream in its entirety, and closes the stream when complete.
unmarshal(Reader) - Method in class org.plasma.sdo.xml.StreamUnmarshaller
Reads the given reader as a stream in its entirety, and closes the stream when complete.
unmarshal(String) - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
unmarshal(String) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
unmarshal(String) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
unmarshal(Reader) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
unmarshal(Source) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
unmarshal(String) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
unmarshal(Reader) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
unmarshal(Source) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
unmarshal(String) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
unmarshal(Reader) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
unmarshal(Source) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
unmarshal(InputStream) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
Unmarshaller - Class in org.plasma.sdo.xml
 
Unmarshaller(UnmarshallerFlavor) - Constructor for class org.plasma.sdo.xml.Unmarshaller
 
UnmarshallerException - Exception in org.plasma.sdo.xml
 
UnmarshallerException(String) - Constructor for exception org.plasma.sdo.xml.UnmarshallerException
 
UnmarshallerException(Throwable) - Constructor for exception org.plasma.sdo.xml.UnmarshallerException
 
UnmarshallerFlavor - Enum in org.plasma.sdo.xml
Indicates a category or type of unmarshaller.
UnmarshallerRuntimeException - Exception in org.plasma.sdo.xml
 
UnmarshallerRuntimeException(Throwable) - Constructor for exception org.plasma.sdo.xml.UnmarshallerRuntimeException
 
UnmarshallerRuntimeException(String) - Constructor for exception org.plasma.sdo.xml.UnmarshallerRuntimeException
 
unmodifiable - Variable in class org.plasma.sdo.access.provider.jdo.Query
 
unparsedEntityDecl(String, String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
unset(String) - Method in interface commonj.sdo.DataObject
Unsets a property of either this object or an object reachable from it, as identified by the specified path.
unset(int) - Method in interface commonj.sdo.DataObject
Unsets the property at the specified index in property list of this object's type.
unset(Property) - Method in interface commonj.sdo.DataObject
Unsets the property of the object.
unset(String) - Method in class org.plasma.sdo.core.CoreDataObject
Unsets a property of either this object or an object reachable from it, as identified by the specified path.
unset(int) - Method in class org.plasma.sdo.core.CoreDataObject
Unsets the property at the specified index in property list of this object's type.
unset(Property) - Method in class org.plasma.sdo.core.CoreDataObject
Unsets the property of the object.
unset(DataObject, String) - Static method in class org.plasma.sdo.core.CoreHelper
Deprecated.  
unset() - Method in class org.plasma.sdo.xpath.XPathDataProperty
 
unsetAutoIncrement() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the autoIncrement property, the value of the property of the object being set to the property's default value.
unsetAutoIncrement() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the autoIncrement property, the value of the property of the object being set to the property's default value.
unsetBanner() - Method in class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
Unsets the banner property, the value of the property of the object being set to the property's default value.
unsetBanner() - Method in interface org.plasma.provisioning.rdb.oracle.any.sys.Version
Unsets the banner property, the value of the property of the object being set to the property's default value.
unsetBanner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
Unsets the banner property, the value of the property of the object being set to the property's default value.
unsetBanner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Version
Unsets the banner property, the value of the property of the object being set to the property's default value.
unsetCharacterSetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the characterSetName property, the value of the property of the object being set to the property's default value.
unsetCharacterSetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the characterSetName property, the value of the property of the object being set to the property's default value.
unsetCharacterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the characterSetName property, the value of the property of the object being set to the property's default value.
unsetCharacterSetName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the characterSetName property, the value of the property of the object being set to the property's default value.
unsetCharacterSetName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the characterSetName property, the value of the property of the object being set to the property's default value.
unsetCharacterSetName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the characterSetName property, the value of the property of the object being set to the property's default value.
unsetCharMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the charMaxLength property, the value of the property of the object being set to the property's default value.
unsetCharMaxLength() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the charMaxLength property, the value of the property of the object being set to the property's default value.
unsetColumn_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the column_id property, the value of the property of the object being set to the property's default value.
unsetColumn_id() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the column_id property, the value of the property of the object being set to the property's default value.
unsetColumn_id() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the column_id property, the value of the property of the object being set to the property's default value.
unsetColumn_id() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the column_id property, the value of the property of the object being set to the property's default value.
unsetColumnComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the columnComment property, the value of the property of the object being set to the property's default value.
unsetColumnComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the columnComment property, the value of the property of the object being set to the property's default value.
unsetColumnKey() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the columnKey property, the value of the property of the object being set to the property's default value.
unsetColumnKey() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the columnKey property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Unsets the columnName property, the value of the property of the object being set to the property's default value.
unsetColumnType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the columnType property, the value of the property of the object being set to the property's default value.
unsetColumnType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the columnType property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetComments() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Unsets the comments property, the value of the property of the object being set to the property's default value.
unsetConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the constraint property, clearing the underlying collection.
unsetConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the constraint property, clearing the underlying collection.
unsetConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the constraintName property, the value of the property of the object being set to the property's default value.
unsetConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the constraintName property, the value of the property of the object being set to the property's default value.
unsetConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Unsets the constraintName property, the value of the property of the object being set to the property's default value.
unsetConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Unsets the constraintName property, the value of the property of the object being set to the property's default value.
unsetConstraintType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Unsets the constraintType property, the value of the property of the object being set to the property's default value.
unsetConstraintType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Unsets the constraintType property, the value of the property of the object being set to the property's default value.
unsetConstraintType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the constraintType property, the value of the property of the object being set to the property's default value.
unsetConstraintType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the constraintType property, the value of the property of the object being set to the property's default value.
unsetDataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the dataDefault property, the value of the property of the object being set to the property's default value.
unsetDataDefault() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the dataDefault property, the value of the property of the object being set to the property's default value.
unsetDataDefault() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the dataDefault property, the value of the property of the object being set to the property's default value.
unsetDataDefault() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the dataDefault property, the value of the property of the object being set to the property's default value.
unsetDataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the dataLength property, the value of the property of the object being set to the property's default value.
unsetDataLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the dataLength property, the value of the property of the object being set to the property's default value.
unsetDataLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the dataLength property, the value of the property of the object being set to the property's default value.
unsetDataLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the dataLength property, the value of the property of the object being set to the property's default value.
unsetDataPrecision() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value.
unsetDataPrecision() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value.
unsetDataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value.
unsetDataPrecision() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value.
unsetDataPrecision() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value.
unsetDataPrecision() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value.
unsetDataScale() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the dataScale property, the value of the property of the object being set to the property's default value.
unsetDataScale() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the dataScale property, the value of the property of the object being set to the property's default value.
unsetDataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the dataScale property, the value of the property of the object being set to the property's default value.
unsetDataScale() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the dataScale property, the value of the property of the object being set to the property's default value.
unsetDataScale() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the dataScale property, the value of the property of the object being set to the property's default value.
unsetDataScale() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the dataScale property, the value of the property of the object being set to the property's default value.
unsetDataType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the dataType property, the value of the property of the object being set to the property's default value.
unsetDataType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the dataType property, the value of the property of the object being set to the property's default value.
unsetDataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the dataType property, the value of the property of the object being set to the property's default value.
unsetDataType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the dataType property, the value of the property of the object being set to the property's default value.
unsetDataType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the dataType property, the value of the property of the object being set to the property's default value.
unsetDataType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the dataType property, the value of the property of the object being set to the property's default value.
unsetDeleteRule() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the deleteRule property, the value of the property of the object being set to the property's default value.
unsetDeleteRule() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the deleteRule property, the value of the property of the object being set to the property's default value.
unsetEditioningView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the editioningView property, the value of the property of the object being set to the property's default value.
unsetEditioningView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the editioningView property, the value of the property of the object being set to the property's default value.
unsetIndexName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the indexName property, the value of the property of the object being set to the property's default value.
unsetIndexName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the indexName property, the value of the property of the object being set to the property's default value.
unsetIndexOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the indexOwner property, the value of the property of the object being set to the property's default value.
unsetIndexOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the indexOwner property, the value of the property of the object being set to the property's default value.
unsetIsUpdatable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Unsets the isUpdatable property, the value of the property of the object being set to the property's default value.
unsetIsUpdatable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Unsets the isUpdatable property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetNullable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the nullable property, the value of the property of the object being set to the property's default value.
unsetNullable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the nullable property, the value of the property of the object being set to the property's default value.
unsetNullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the nullable property, the value of the property of the object being set to the property's default value.
unsetNullable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the nullable property, the value of the property of the object being set to the property's default value.
unsetNullable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the nullable property, the value of the property of the object being set to the property's default value.
unsetNullable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the nullable property, the value of the property of the object being set to the property's default value.
unsetOctetMaxLength() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the octetMaxLength property, the value of the property of the object being set to the property's default value.
unsetOctetMaxLength() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the octetMaxLength property, the value of the property of the object being set to the property's default value.
unsetOidText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the oidText property, the value of the property of the object being set to the property's default value.
unsetOidText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the oidText property, the value of the property of the object being set to the property's default value.
unsetOidTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the oidTextLength property, the value of the property of the object being set to the property's default value.
unsetOidTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the oidTextLength property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Unsets the owner property, the value of the property of the object being set to the property's default value.
unsetReadOnly() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the readOnly property, the value of the property of the object being set to the property's default value.
unsetReadOnly() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the readOnly property, the value of the property of the object being set to the property's default value.
unsetRefConstraintName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the refConstraintName property, the value of the property of the object being set to the property's default value.
unsetRefConstraintName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the refConstraintName property, the value of the property of the object being set to the property's default value.
unsetReferencedColumnName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the referencedColumnName property, the value of the property of the object being set to the property's default value.
unsetReferencedColumnName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the referencedColumnName property, the value of the property of the object being set to the property's default value.
unsetReferencedTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the referencedTableName property, the value of the property of the object being set to the property's default value.
unsetReferencedTableName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the referencedTableName property, the value of the property of the object being set to the property's default value.
unsetReferencedTableSchema() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the referencedTableSchema property, the value of the property of the object being set to the property's default value.
unsetReferencedTableSchema() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the referencedTableSchema property, the value of the property of the object being set to the property's default value.
unsetRefOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the refOwner property, the value of the property of the object being set to the property's default value.
unsetRefOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the refOwner property, the value of the property of the object being set to the property's default value.
unsetSearchCondition() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the searchCondition property, the value of the property of the object being set to the property's default value.
unsetSearchCondition() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the searchCondition property, the value of the property of the object being set to the property's default value.
unsetSuperviewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the superviewName property, the value of the property of the object being set to the property's default value.
unsetSuperviewName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the superviewName property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumn
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Constraint
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTable() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Unsets the table property, the value of the property of the object being set to the property's default value.
unsetTableColumn() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableColumn property, clearing the underlying collection.
unsetTableColumn() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableColumn property, clearing the underlying collection.
unsetTableColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the tableColumn property, clearing the underlying collection.
unsetTableColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the tableColumn property, clearing the underlying collection.
unsetTableColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the tableColumnComment property, clearing the underlying collection.
unsetTableColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the tableColumnComment property, clearing the underlying collection.
unsetTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableColumnConstraint property, clearing the underlying collection.
unsetTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableColumnConstraint property, clearing the underlying collection.
unsetTableColumnConstraint() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the tableColumnConstraint property, clearing the underlying collection.
unsetTableColumnConstraint() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the tableColumnConstraint property, clearing the underlying collection.
unsetTableColumnKeyUsage() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableColumnKeyUsage property, clearing the underlying collection.
unsetTableColumnKeyUsage() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableColumnKeyUsage property, clearing the underlying collection.
unsetTableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableComment property, the value of the property of the object being set to the property's default value.
unsetTableComment() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Unsets the tableComment property, the value of the property of the object being set to the property's default value.
unsetTableComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableComment property, the value of the property of the object being set to the property's default value.
unsetTableComment() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Unsets the tableComment property, the value of the property of the object being set to the property's default value.
unsetTableComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the tableComment property, clearing the underlying collection.
unsetTableComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the tableComment property, clearing the underlying collection.
unsetTableConstraint() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableConstraint property, clearing the underlying collection.
unsetTableConstraint() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableConstraint property, clearing the underlying collection.
unsetTableName() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableName property, the value of the property of the object being set to the property's default value.
unsetTableName() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableName property, the value of the property of the object being set to the property's default value.
unsetTableName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl
Unsets the tableName property, the value of the property of the object being set to the property's default value.
unsetTableName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.Table
Unsets the tableName property, the value of the property of the object being set to the property's default value.
unsetTableType() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the tableType property, the value of the property of the object being set to the property's default value.
unsetTableType() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the tableType property, the value of the property of the object being set to the property's default value.
unsetTableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl
Unsets the tableType property, the value of the property of the object being set to the property's default value.
unsetTableType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Unsets the tableType property, the value of the property of the object being set to the property's default value.
unsetTableType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.TableComment
Unsets the tableType property, the value of the property of the object being set to the property's default value.
unsetTableType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Unsets the tableType property, the value of the property of the object being set to the property's default value.
unsetText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the text property, the value of the property of the object being set to the property's default value.
unsetText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the text property, the value of the property of the object being set to the property's default value.
unsetTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the textLength property, the value of the property of the object being set to the property's default value.
unsetTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the textLength property, the value of the property of the object being set to the property's default value.
unsetTypeText() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the typeText property, the value of the property of the object being set to the property's default value.
unsetTypeText() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the typeText property, the value of the property of the object being set to the property's default value.
unsetTypeTextLength() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the typeTextLength property, the value of the property of the object being set to the property's default value.
unsetTypeTextLength() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the typeTextLength property, the value of the property of the object being set to the property's default value.
unsetValue() - Method in interface org.plasma.provisioning.rdb.mysql.any.GlobalVariable
Unsets the value property, the value of the property of the object being set to the property's default value.
unsetValue() - Method in class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl
Unsets the value property, the value of the property of the object being set to the property's default value.
unsetValue() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable
Unsets the value property, the value of the property of the object being set to the property's default value.
unsetValue() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl
Unsets the value property, the value of the property of the object being set to the property's default value.
unsetView() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
Unsets the view property, clearing the underlying collection.
unsetView() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.Table
Unsets the view property, clearing the underlying collection.
unsetView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Unsets the view property, the value of the property of the object being set to the property's default value.
unsetView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Unsets the view property, the value of the property of the object being set to the property's default value.
unsetView() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Unsets the view property, the value of the property of the object being set to the property's default value.
unsetView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn
Unsets the view property, the value of the property of the object being set to the property's default value.
unsetView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment
Unsets the view property, the value of the property of the object being set to the property's default value.
unsetView() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment
Unsets the view property, the value of the property of the object being set to the property's default value.
unsetViewColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the viewColumn property, clearing the underlying collection.
unsetViewColumn() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the viewColumn property, clearing the underlying collection.
unsetViewColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the viewColumnComment property, clearing the underlying collection.
unsetViewColumnComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the viewColumnComment property, clearing the underlying collection.
unsetViewComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the viewComment property, clearing the underlying collection.
unsetViewComment() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the viewComment property, clearing the underlying collection.
unsetViewDefinition() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Unsets the viewDefinition property, the value of the property of the object being set to the property's default value.
unsetViewDefinition() - Method in interface org.plasma.provisioning.rdb.mysql.v5_5.View
Unsets the viewDefinition property, the value of the property of the object being set to the property's default value.
unsetViewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the viewName property, the value of the property of the object being set to the property's default value.
unsetViewName() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the viewName property, the value of the property of the object being set to the property's default value.
unsetViewType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the viewType property, the value of the property of the object being set to the property's default value.
unsetViewType() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the viewType property, the value of the property of the object being set to the property's default value.
unsetViewTypeOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Unsets the viewTypeOwner property, the value of the property of the object being set to the property's default value.
unsetViewTypeOwner() - Method in interface org.plasma.provisioning.rdb.oracle.g11.sys.View
Unsets the viewTypeOwner property, the value of the property of the object being set to the property's default value.
Update - Class in org.plasma.query.model
 
Update() - Constructor for class org.plasma.query.model.Update
 
updateAction - Variable in class org.plasma.sdo.access.provider.jdo.Element
 
updateAction - Variable in class org.plasma.sdo.access.provider.jdo.ForeignKey
 
updateAction - Variable in class org.plasma.sdo.access.provider.jdo.Key
 
updateAction - Variable in class org.plasma.sdo.access.provider.jdo.Value
 
upperCase() - Method in class org.plasma.query.dsl.DataNode
 
upperCase() - Method in class org.plasma.query.model.Property
 
upperCase() - Method in interface org.plasma.query.StringDataProperty
Constructs a function, which returns the upper case for the string data, and returns this data property for use in subsequent operations
uri - Variable in class org.plasma.config.Namespace
 
uri - Variable in class org.plasma.config.NamespaceLink
 
uri - Variable in class org.plasma.provisioning.Class
 
uri - Variable in class org.plasma.provisioning.ClassAppInfo
 
uri - Variable in class org.plasma.provisioning.Enumeration
 
uri - Variable in class org.plasma.provisioning.EnumerationAppInfo
 
uri - Variable in class org.plasma.provisioning.EnumerationLiteralAppInfo
 
uri - Variable in class org.plasma.provisioning.ModelAppInfo
 
uri - Variable in class org.plasma.provisioning.Package
 
uri - Variable in class org.plasma.provisioning.PackageAppInfo
 
uri - Variable in class org.plasma.provisioning.PackageRef
 
uri - Variable in class org.plasma.provisioning.PropertyAppInfo
 
uri - Variable in class org.plasma.provisioning.TypeRef
 
URI - Static variable in class org.plasma.sdo.profile.SDONamespace
The namespace URI used to reference all SDO Types contained within the UML package, and the namespace URI used link or map this UML package to SDO namespace specific configuration information.
uri - Variable in class org.plasma.xml.sdox.Type
 
UrlEncoded - Class in org.plasma.xml.wsdl.v11.http
Java class for anonymous complex type.
UrlEncoded() - Constructor for class org.plasma.xml.wsdl.v11.http.UrlEncoded
 
UrlReplacement - Class in org.plasma.xml.wsdl.v11.http
Java class for anonymous complex type.
UrlReplacement() - Constructor for class org.plasma.xml.wsdl.v11.http.UrlReplacement
 
urn - Variable in class org.plasma.config.Artifact
 
use - Variable in class org.plasma.xml.schema.Attribute
 
use - Variable in class org.plasma.xml.wsdl.v11.soap.Header
 
use - Variable in class org.plasma.xml.wsdl.v11.soap.Headerfault
 
use - Variable in class org.plasma.xml.wsdl.v11.soap.TBody
 
use - Variable in class org.plasma.xml.xslt.Key
 
useAttributeSets - Variable in class org.plasma.xml.xslt.AttributeSet
 
useAttributeSets - Variable in class org.plasma.xml.xslt.Copy
 
useAttributeSets - Variable in class org.plasma.xml.xslt.Element
 
UseChoice - Enum in org.plasma.xml.wsdl.v11.soap
Java class for useChoice.
usePrimitives() - Method in class org.plasma.text.lang3gl.DefaultLang3GLContext
 
usePrimitives() - Method in interface org.plasma.text.lang3gl.Lang3GLContext
Whether to use primitives over wrapper type classes.
UTF8_ENCODING - Static variable in interface org.plasma.sdo.core.CoreConstants
When we encode strings, we always specify UTF8 encoding
uuidFromBase64(String) - Method in class org.plasma.sdo.core.CoreDataObject
 
uuidToBase64(String) - Method in class org.plasma.sdo.core.CoreDataObject
 

V

validate(String) - Method in class org.plasma.config.PlasmaConfigDataBinding
 
validate(InputStream) - Method in class org.plasma.config.PlasmaConfigDataBinding
 
validate(String) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
validate(InputStream) - Method in class org.plasma.provisioning.ProvisioningModelDataBinding
 
validate(String) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
validate(InputStream) - Method in class org.plasma.query.bind.PlasmaQueryDataBinding
 
validate(String) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
validate(InputStream) - Method in class org.plasma.sdo.access.provider.jdo.JDODataBinding
 
validate(String) - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
validate(InputStream) - Method in class org.plasma.sdo.xml.xslt.XSLTDataBinding
 
validate(String) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
validate(InputStream) - Method in class org.plasma.text.ddl.DDLModelDataBinding
 
validate(String) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
validate(InputStream) - Method in class org.plasma.xml.schema.SchemaDataBinding
 
validate(String) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
validate(InputStream) - Method in class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
validate(String) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
validate(InputStream) - Method in class org.plasma.xml.wsdl.v20.WSDLDataBinding
 
validateStagingModel(File) - Static method in class org.plasma.provisioning.cli.ProvisioningTool
 
value() - Method in enum org.plasma.common.env.EnvName
 
value() - Method in enum org.plasma.config.DataAccessProviderName
 
value() - Method in enum org.plasma.config.DataStoreType
 
value() - Method in enum org.plasma.config.OptimizationStrategy
 
value - Variable in class org.plasma.config.Property
 
value() - Method in enum org.plasma.config.PropertyNameStyle
 
value() - Method in enum org.plasma.config.RDBMSVendorName
 
value() - Method in enum org.plasma.config.SerializationStrategy
 
value - Variable in class org.plasma.provisioning.Behavior
 
value() - Method in enum org.plasma.provisioning.BehaviorType
 
value - Variable in class org.plasma.provisioning.Body
 
value() - Method in enum org.plasma.provisioning.CodingStrength
 
value() - Method in enum org.plasma.provisioning.ConcurentDataFlavor
 
value() - Method in enum org.plasma.provisioning.ConcurrencyType
 
value() - Method in enum org.plasma.provisioning.DocumentationType
 
value - Variable in class org.plasma.provisioning.EnumerationConstraint
 
value - Variable in class org.plasma.provisioning.EnumerationLiteral
 
value() - Method in enum org.plasma.provisioning.KeyType
 
value() - Method in class org.plasma.provisioning.rdb.mysql.any.query.QGlobalVariable
Returns a DSL data element for property, value.
value() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QGlobalVariable
Returns a DSL data element for property, value.
value() - Method in enum org.plasma.provisioning.TemporalType
 
value() - Method in enum org.plasma.provisioning.VisibilityType
 
value() - Method in enum org.plasma.provisioning.XmlNodeType
 
value - Variable in class org.plasma.query.model.AbstractFunctionArg
 
value - Variable in class org.plasma.query.model.AbstractPathElement
 
value - Variable in class org.plasma.query.model.ArithmeticOperator
 
value() - Method in enum org.plasma.query.model.ArithmeticOperatorValues
 
value - Variable in class org.plasma.query.model.CollectionParameter
 
value - Variable in class org.plasma.query.model.DateParameter
 
value - Variable in class org.plasma.query.model.DecimalParameter
 
value - Variable in class org.plasma.query.model.FilterId
 
value - Variable in class org.plasma.query.model.FloatParameter
 
value() - Method in enum org.plasma.query.model.FunctionValues
 
value - Variable in class org.plasma.query.model.GroupOperator
 
value() - Method in enum org.plasma.query.model.GroupOperatorValues
 
value - Variable in class org.plasma.query.model.ImportDeclaration
 
value - Variable in class org.plasma.query.model.IntParameter
 
value - Variable in class org.plasma.query.model.Literal
 
value - Variable in class org.plasma.query.model.LogicalOperator
 
value() - Method in enum org.plasma.query.model.LogicalOperatorValues
 
value - Variable in class org.plasma.query.model.ParameterDeclaration
 
value() - Method in enum org.plasma.query.model.ProjectionNameType
 
value() - Method in enum org.plasma.query.model.QueryLanguageValues
 
value - Variable in class org.plasma.query.model.RelationalOperator
 
value() - Method in enum org.plasma.query.model.RelationalOperatorValues
 
value() - Method in enum org.plasma.query.model.SortDirectionValues
 
value - Variable in class org.plasma.query.model.StringParameter
 
value - Variable in class org.plasma.query.model.SubqueryOperator
 
value() - Method in enum org.plasma.query.model.SubqueryOperatorValues
 
value - Variable in class org.plasma.query.model.TextContent
 
value - Variable in class org.plasma.query.model.VariableDeclaration
 
value - Variable in class org.plasma.query.model.WildcardOperator
 
value() - Method in enum org.plasma.query.model.WildcardOperatorValues
 
value() - Method in enum org.plasma.query.model.WildcardPropertyTypeValues
 
value - Variable in class org.plasma.sdo.access.provider.jdo.Discriminator
 
value - Variable in class org.plasma.sdo.access.provider.jdo.Extension
 
value - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
value - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
Value - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Value() - Constructor for class org.plasma.sdo.access.provider.jdo.Value
 
VALUE - Static variable in class org.plasma.sdo.profile.SDOEnumerationConstraint
The UML enumeration class with which to restrict a UML property.
value - Variable in class org.plasma.text.ddl.Behavior
 
value() - Method in enum org.plasma.text.ddl.BehaviorType
 
value() - Method in enum org.plasma.text.ddl.JDBCType
 
value() - Method in enum org.plasma.xml.schema.DerivationControl
 
value - Variable in class org.plasma.xml.schema.Facet
 
value() - Method in enum org.plasma.xml.schema.FormChoice
 
value() - Method in enum org.plasma.xml.schema.ReducedDerivationControl
 
value() - Method in enum org.plasma.xml.schema.TypeDerivationControl
 
value() - Method in enum org.plasma.xml.wsdl.v11.soap.TStyleChoice
 
value() - Method in enum org.plasma.xml.wsdl.v11.soap.UseChoice
 
value() - Method in enum org.plasma.xml.wsdl.v20.rpc.DirectionToken
 
value() - Method in enum org.plasma.xml.wsdl.v20.soap.TokenAny
 
value - Variable in class org.plasma.xml.xslt.Number
 
value() - Method in enum org.plasma.xml.xslt.YesOrNo
 
valueConstraint - Variable in class org.plasma.provisioning.Property
 
valueConstraint - Variable in class org.plasma.provisioning.PropertyAppInfo
 
ValueConstraint - Class in org.plasma.provisioning
Java class for ValueConstraint complex type.
ValueConstraint() - Constructor for class org.plasma.provisioning.ValueConstraint
 
ValueConstraint - Interface in org.plasma.sdo
This stereotype allows a value constraint to be specified for a class attribute.
valueObject - Variable in class org.plasma.sdo.core.CoreNode
 
valueOf(String) - Static method in enum org.plasma.common.env.EnvName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.config.DataAccessProviderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.config.DataStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.config.OptimizationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.config.PropertyNameStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.config.RDBMSVendorName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.config.SerializationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.BehaviorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.DDLToolAction
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.DSLToolAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.ProvisioningTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.QueryToolAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.RDBDialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.RDBToolAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.SDOToolAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.cli.XSDToolAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.CodingStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.ConcurentDataFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.ConcurrencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.DocumentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.any.GlobalVariable.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.Table.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableColumn.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.View.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.MySqlVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.any.sys.Version.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.Constraint.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.Table.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableComment.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.Version.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.View.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment.PROPERTY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.rdb.OracleVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.VisibilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.provisioning.XmlNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.ArithmeticOperatorValues
Returns the enum constant of this type with the specified name.
valueOf(RelationalExpr) - Static method in class org.plasma.query.model.Expression
Factory method supporting Jaxen XAPTH relational expressions.
valueOf(LogicalExpr) - Static method in class org.plasma.query.model.Expression
Factory method supporting Jaxen XAPTH logical expressions.
valueOf(EqualityExpr) - Static method in class org.plasma.query.model.Expression
 
valueOf(String) - Static method in enum org.plasma.query.model.FunctionValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.GroupOperatorValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.plasma.query.model.Literal
 
valueOf(Object) - Static method in class org.plasma.query.model.Literal
 
valueOf(String) - Static method in class org.plasma.query.model.LogicalOperator
 
valueOf(String) - Static method in enum org.plasma.query.model.LogicalOperatorValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.ProjectionNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.QueryLanguageValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.plasma.query.model.RelationalOperator
 
valueOf(String) - Static method in enum org.plasma.query.model.RelationalOperatorValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.SortDirectionValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.SubqueryOperatorValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.WildcardOperatorValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.model.WildcardPropertyTypeValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.query.visitor.Traversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.AssociationPath
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.core.TraversalDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.DataFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.CodingStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.ConcurrencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.ConcurrentDataFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.DocumentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.profile.XmlNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.xml.MarshallerFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.xml.UnmarshallerFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.text.ddl.BehaviorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.text.ddl.DDLOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.text.ddl.JDBCType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.text.lang3gl.Lang3GLDialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.text.lang3gl.Lang3GLOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.schema.DerivationControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.schema.FormChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.schema.ReducedDerivationControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.schema.TypeDerivationControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.schema.XSDBuiltInType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.wsdl.v11.soap.TStyleChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.wsdl.v11.soap.UseChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.wsdl.v20.rpc.DirectionToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.xml.wsdl.v20.soap.TokenAny
Returns the enum constant of this type with the specified name.
ValueOf - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
ValueOf() - Constructor for class org.plasma.xml.xslt.ValueOf
 
valueOf(String) - Static method in enum org.plasma.xml.xslt.YesOrNo
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.plasma.common.env.EnvName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.config.DataAccessProviderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.config.DataStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.config.OptimizationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.config.PropertyNameStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.config.RDBMSVendorName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.config.SerializationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.BehaviorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.DDLToolAction
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.DSLToolAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.ProvisioningTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.QueryToolAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.RDBDialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.RDBToolAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.SDOToolAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.cli.XSDToolAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.CodingStrength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.ConcurentDataFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.ConcurrencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.DocumentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.any.GlobalVariable.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ColumnKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.GlobalVariable.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.SysDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.Table.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableColumn.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableColumnConstraint.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableColumnKeyUsage.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.mysql.v5_5.View.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.MySqlVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.any.sys.Version.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.Constraint.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.SysDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.Table.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableColumn.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnComment.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableColumnConstraint.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableComment.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.Version.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.View.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumn.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ViewColumnComment.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment.PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.rdb.OracleVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.VisibilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.provisioning.XmlNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.ArithmeticOperatorValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.FunctionValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.GroupOperatorValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.LogicalOperatorValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.ProjectionNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.plasma.query.model.Property
 
values() - Static method in enum org.plasma.query.model.QueryLanguageValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.RelationalOperatorValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.SortDirectionValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.SubqueryOperatorValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.WildcardOperatorValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.model.WildcardPropertyTypeValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.query.visitor.Traversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.AssociationPath
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.core.TraversalDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.DataFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.CodingStrength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.ConcurrencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.ConcurrentDataFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.DocumentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.profile.XmlNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.xml.MarshallerFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.xml.UnmarshallerFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.text.ddl.BehaviorType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.plasma.text.ddl.Check
 
values() - Static method in enum org.plasma.text.ddl.DDLOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.text.ddl.JDBCType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.text.lang3gl.Lang3GLDialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.text.lang3gl.Lang3GLOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.schema.DerivationControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.schema.FormChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.schema.ReducedDerivationControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.schema.TypeDerivationControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.schema.XSDBuiltInType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.wsdl.v11.soap.TStyleChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.wsdl.v11.soap.UseChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.wsdl.v20.rpc.DirectionToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.wsdl.v20.soap.TokenAny
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.xml.xslt.YesOrNo
Returns an array containing the constants of this enum type, in the order they are declared.
valueSetConstraint - Variable in class org.plasma.provisioning.Property
 
valueSetConstraint - Variable in class org.plasma.provisioning.PropertyAppInfo
 
ValueSetConstraint - Class in org.plasma.provisioning
This stereotype allows a value set constraint to be specified for a class attribute.
ValueSetConstraint() - Constructor for class org.plasma.provisioning.ValueSetConstraint
 
ValueSetConstraint - Interface in org.plasma.sdo
This stereotype allows a value set constraint to be specified for a class attribute.
valueStrategy - Variable in class org.plasma.sdo.access.provider.jdo.Field
 
valueStrategy - Variable in class org.plasma.sdo.access.provider.jdo.Property
 
valueType - Variable in class org.plasma.sdo.access.provider.jdo.Map
 
variable - Variable in class org.plasma.query.model.Term
 
Variable - Class in org.plasma.query.model
 
Variable() - Constructor for class org.plasma.query.model.Variable
 
Variable(Property) - Constructor for class org.plasma.query.model.Variable
 
Variable - Class in org.plasma.xml.xslt
Java class for variable complex type.
Variable() - Constructor for class org.plasma.xml.xslt.Variable
 
VariableDeclaration - Class in org.plasma.query.model
 
VariableDeclaration() - Constructor for class org.plasma.query.model.VariableDeclaration
 
VariableDeclaration(String) - Constructor for class org.plasma.query.model.VariableDeclaration
 
variableDeclaration - Variable in class org.plasma.query.model.Where
 
vendorName - Variable in class org.plasma.sdo.access.provider.jdo.Extension
 
verb - Variable in class org.plasma.xml.wsdl.v11.http.Binding
 
version - Variable in class javanet.staxutils.events.StartDocumentEvent
The XML version, or null if none was specified.
Version - Interface in org.plasma.provisioning.rdb.oracle.any.sys
Generated interface representing the domain model entity Version.
Version - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
Generated interface representing the domain model entity Version.
version - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
version - Variable in class org.plasma.sdo.access.provider.jdo.Interface
 
Version - Class in org.plasma.sdo.access.provider.jdo
Java class for anonymous complex type.
Version() - Constructor for class org.plasma.sdo.access.provider.jdo.Version
 
version - Variable in class org.plasma.xml.schema.Schema
 
version - Variable in class org.plasma.xml.xslt.Output
 
version - Variable in class org.plasma.xml.xslt.Wrapper
 
Version.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.any.sys
The declared logical property names for this Type.
Version.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
VERSION_DATE - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
The date on which a specific version of the value set was created.
VERSION_IDENTIFIER - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
The value which identifies a specific version of the value set.
VERSION_TIME - Static variable in class org.plasma.sdo.profile.SDOValueSetConstraint
The time when a specific version of the value set was created.
versionDate - Variable in class org.plasma.provisioning.ValueSetConstraint
 
versionIdentifier - Variable in class org.plasma.provisioning.ValueSetConstraint
 
VersionImpl - Class in org.plasma.provisioning.rdb.oracle.any.sys.impl
Generated implementation class representing the domain model entity Version.
VersionImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
Default No-arg constructor required for serialization operations.
VersionImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl
 
VersionImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
Generated implementation class representing the domain model entity Version.
VersionImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
Default No-arg constructor required for serialization operations.
VersionImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl
 
versionTime - Variable in class org.plasma.provisioning.ValueSetConstraint
 
view() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, view.
view(Expression) - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QTable
Returns a DSL query element for reference property, view, while adding the given path predicate expression.
View - Interface in org.plasma.provisioning.rdb.mysql.v5_5
Generated interface representing the domain model entity View.
view() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumn
Returns a DSL query element for reference property, view.
view() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewColumnComment
Returns a DSL query element for reference property, view.
view() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QViewComment
Returns a DSL query element for reference property, view.
View - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
Represents a system view definition
View.PROPERTY - Enum in org.plasma.provisioning.rdb.mysql.v5_5
The declared logical property names for this Type.
View.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
viewColumn() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL query element for reference property, viewColumn.
viewColumn(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL query element for reference property, viewColumn, while adding the given path predicate expression.
ViewColumn - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
Represents a system column definition which is linked to its system Table definition by association.
ViewColumn.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
viewColumnComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL query element for reference property, viewColumnComment.
viewColumnComment(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL query element for reference property, viewColumnComment, while adding the given path predicate expression.
ViewColumnComment - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
The comment for a column
ViewColumnComment.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
ViewColumnCommentImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
The comment for a column
ViewColumnCommentImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
Default No-arg constructor required for serialization operations.
ViewColumnCommentImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl
 
ViewColumnImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
Represents a system column definition which is linked to its system Table definition by association.
ViewColumnImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
Default No-arg constructor required for serialization operations.
ViewColumnImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl
 
viewComment() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL query element for reference property, viewComment.
viewComment(Expression) - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL query element for reference property, viewComment, while adding the given path predicate expression.
ViewComment - Interface in org.plasma.provisioning.rdb.oracle.g11.sys
A comment on a table
ViewComment.PROPERTY - Enum in org.plasma.provisioning.rdb.oracle.g11.sys
The declared logical property names for this Type.
ViewCommentImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
A comment on a table
ViewCommentImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
Default No-arg constructor required for serialization operations.
ViewCommentImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl
 
viewDefinition() - Method in class org.plasma.provisioning.rdb.mysql.v5_5.query.QView
Returns a DSL data element for property, viewDefinition.
ViewImpl - Class in org.plasma.provisioning.rdb.mysql.v5_5.impl
Generated implementation class representing the domain model entity View.
ViewImpl() - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
Default No-arg constructor required for serialization operations.
ViewImpl(Type) - Constructor for class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl
 
ViewImpl - Class in org.plasma.provisioning.rdb.oracle.g11.sys.impl
Represents a system view definition
ViewImpl() - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
Default No-arg constructor required for serialization operations.
ViewImpl(Type) - Constructor for class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl
 
viewName() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, viewName.
viewType() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, viewType.
viewTypeOwner() - Method in class org.plasma.provisioning.rdb.oracle.g11.sys.query.QView
Returns a DSL data element for property, viewTypeOwner.
visibility - Variable in class org.plasma.provisioning.Property
 
VisibilityType - Enum in org.plasma.provisioning
Java class for VisibilityType.
visit(Class, Class) - Method in interface org.plasma.provisioning.xsd.ClassVisitor
 
visit(AbstractSimpleType, AbstractSimpleType, int) - Method in class org.plasma.provisioning.xsd.ConstraintCollector
 
visit(AbstractSimpleType, AbstractSimpleType, int) - Method in class org.plasma.provisioning.xsd.DatatypeCollector
 
visit(AbstractSimpleType, AbstractSimpleType, int) - Method in class org.plasma.provisioning.xsd.EnumerationCollector
 
visit(Expr, Expr, int) - Method in class org.plasma.query.xpath.QueryPredicateVisitor
 
visit(Entity, Entity, String, String) - Method in interface org.plasma.sdo.access.model.EntityGraphVisitor
 
visit(Entity, Entity, String) - Method in interface org.plasma.sdo.access.model.EntityVisitor
 
visit(DataObject, DataObject, String, int) - Method in class org.plasma.sdo.access.provider.common.DataObjectCommitCollector
 
visit(DataObject, DataObject, String, int) - Method in class org.plasma.sdo.access.provider.common.ModifiedObjectCollector
 
visit(DataObject, DataObject, String, int) - Method in class org.plasma.sdo.core.ContainmentGraphCollector
Called by the graph traversal algorithm (as part of the visitor pattern) when a graph node is encountered.
visit(DataObject, DataObject, String, int) - Method in class org.plasma.sdo.core.CorePathAssembler
 
visit(DataObject, DataObject, String, int) - Method in class org.plasma.sdo.helper.DataGraphCopyVisitor
 
visit(DataObject, DataObject, String, int) - Method in interface org.plasma.sdo.PlasmaDataGraphVisitor
 
visit(StreamObject, StreamObject, PlasmaProperty, int) - Method in interface org.plasma.sdo.xml.StreamObjectVisitor
 
visit(Expr, Expr, int) - Method in interface org.plasma.sdo.xpath.XPathExprVisitor
 
visit(AbstractSimpleType, AbstractSimpleType, int) - Method in interface org.plasma.xml.schema.SimpleTypeVisitor
The top event received when a simple type is encountered in the course of traversal.
VisitorContext - Class in org.plasma.query.visitor
Encapsulates logic and data specific to a single traversal.
VisitorContext() - Constructor for class org.plasma.query.visitor.VisitorContext
 

W

warning(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
warning(SAXParseException) - Method in class org.plasma.sdo.xml.DefaultErrorHandler
 
weight - Variable in class org.plasma.sdo.core.CoreEdge
 
When - Class in org.plasma.xml.xslt
Java class for anonymous complex type.
When() - Constructor for class org.plasma.xml.xslt.When
 
whens - Variable in class org.plasma.xml.xslt.Choose
 
where(Expression) - Method in interface org.plasma.query.dsl.DomainQuery
Appends the given expression to the where clause within this query and returns the query.
where(Expression) - Method in class org.plasma.query.dsl.DomainRoot
 
where - Variable in class org.plasma.query.model.Clause
 
where - Variable in class org.plasma.query.model.PathNode
 
Where - Class in org.plasma.query.model
 
Where() - Constructor for class org.plasma.query.model.Where
 
Where(Expression) - Constructor for class org.plasma.query.model.Where
 
Where(Expression[]) - Constructor for class org.plasma.query.model.Where
 
Where(String) - Constructor for class org.plasma.query.model.Where
 
Where(String, Parameter[]) - Constructor for class org.plasma.query.model.Where
 
Where(FilterId) - Constructor for class org.plasma.query.model.Where
 
Where - Interface in org.plasma.query
A clause containing properties used to restrict the results set.
WhiteSpace - Class in org.plasma.xml.schema
Java class for anonymous complex type.
WhiteSpace() - Constructor for class org.plasma.xml.schema.WhiteSpace
 
wildcard() - Method in class org.plasma.query.dsl.PathNode
 
wildcard() - Static method in class org.plasma.query.model.Property
 
wildcard(Path) - Static method in class org.plasma.query.model.Property
 
WILDCARD - Static variable in interface org.plasma.query.model.QueryConstants
 
Wildcard - Interface in org.plasma.query
A wild card property indicating the selection of all data properties within a type.
WILDCARD - Static variable in class org.plasma.sdo.access.provider.common.TraversalMap
 
Wildcard - Class in org.plasma.xml.schema
Java class for wildcard complex type.
Wildcard() - Constructor for class org.plasma.xml.schema.Wildcard
 
WILDCARD_CHAR - Static variable in interface org.plasma.query.Wildcard
 
WildcardDataNode - Class in org.plasma.query.dsl
A domain query node which is a wild card data end point within a query graph.
WildcardDataNode(PathNode, String) - Constructor for class org.plasma.query.dsl.WildcardDataNode
 
wildcardOperator - Variable in class org.plasma.query.model.Term
 
WildcardOperator - Class in org.plasma.query.model
 
WildcardOperator() - Constructor for class org.plasma.query.model.WildcardOperator
 
WildcardOperatorValues - Enum in org.plasma.query.model
Java class for WildcardOperatorValues.
WildcardPathElement - Class in org.plasma.query.model
 
WildcardPathElement() - Constructor for class org.plasma.query.model.WildcardPathElement
 
WildcardPathElement(String) - Constructor for class org.plasma.query.model.WildcardPathElement
 
wildcardProperty - Variable in class org.plasma.query.model.Term
 
WildcardProperty - Class in org.plasma.query.model
 
WildcardProperty() - Constructor for class org.plasma.query.model.WildcardProperty
 
WildcardProperty(Path) - Constructor for class org.plasma.query.model.WildcardProperty
 
WildcardPropertyTypeValues - Enum in org.plasma.query.model
Java class for WildcardPropertyTypeValues.
withParams - Variable in class org.plasma.xml.xslt.CallTemplate
 
Wrapper - Class in org.plasma.xml.xslt
Java class for wrapper complex type.
Wrapper() - Constructor for class org.plasma.xml.xslt.Wrapper
 
writeAsEncodedUnicode(Writer) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
writeAttribute(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(QName, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(Attribute, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an Attribute to the provided stream.
writeAttribute(QName, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an attribute to the provided stream.
writeAttribute(Attribute, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an Attribute to the provided stream.
writeAttribute(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCData(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCData(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCData(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCData(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCData(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCData(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCharacters(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCharacters(Characters, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCharacters(CharSequence, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a chunk of encoded text to the provided stream.
writeCharacters(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a chunk of encoded text to the provided stream.
writeCharacters(Characters, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCharacters(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeComment(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeComment(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeComment(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeComment(Comment, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Comment to the provided stream.
writeComment(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a comment to the provided stream.
writeComment(Comment, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Comment to the provided stream.
writeComment(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeContent(InputStream, OutputStream) - Static method in class org.plasma.provisioning.cli.ProvisioningTool
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeDTD(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeDTD(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeDTD(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeDTD(DTD, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a DTD to the provided stream.
writeDTD(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a dtd to the provided stream.
writeDTD(DTD, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a DTD to the provided stream.
writeDTD(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEncodedCharacter(char, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the provided character if needed, and writes it to an output stream.
writeEncodedQuotedValue(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the given value and writes it to the provided stream, wrapping it in the appropriate quote character.
writeEncodedText(CharSequence, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the provided text and writes it to the provided stream.
writeEncodedText(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
 
writeEncodedValue(String, char, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the given value, and writes it to the stream, but does not actually wrap the value in the quote character.
writeEndDocument() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEndDocument() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEndDocument(EndDocument, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndDocument to the provided stream.
writeEndDocument(Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an document ending to the provided stream.
writeEndDocument(EndDocument, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndDocument to the provided stream.
writeEndDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEndElement() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEndElement() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEndElement(EndElement, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndElement to the provided stream.
writeEndElement(QName, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an element end tag to the provided stream.
writeEndElement(EndElement, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndElement to the provided stream.
writeEndElement() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEntityDeclaration(EntityDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityDeclaration to the stream.
writeEntityDeclaration(String, String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an external entity declaration to the stream.
writeEntityDeclaration(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an internal entity declaration to the stream.
writeEntityRef(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEntityRef(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEntityRef(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEntityRef(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEntityReference(EntityReference, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityReference to the provided stream.
writeEntityReference(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an entity reference to the provided stream.
writeEntityReference(EntityReference, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityReference to the provided stream.
writeEvent(XMLStreamWriter) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
writeEvent(XMLStreamWriter) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
Writes the event to the provided XMLStreamWriter.
writeEvent(XMLEvent, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes the given event to the provided Writer.
writeEvent(XMLEvent, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes the given event to the provided XMLStreamWriter.
writeExternal(ObjectOutput) - Method in class commonj.sdo.impl.ExternalizableDelegator
 
writeNamespace(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeNamespace(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeNamespace(Namespace, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(Namespace, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeNewLine(int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
Write a line separator followed by indentation.
writeNotationDeclaration(NotationDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a NotationDeclaration to the stream.
writeNotationDeclaration(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a notation declaration to the stream.
writeProcessingInstruction(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeProcessingInstruction(ProcessingInstruction, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(ProcessingInstruction, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeQName(QName, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a qualified name to the provided stream.
writeQName(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a qualified name to the provided stream.
writeQuotedValue(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a quoted version of the given value, automatically determining the appropriate quote character.
writeStartDocument() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(StartDocument, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartDocument to the provided stream.
writeStartDocument(Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a default XML declaration to the provided stream.
writeStartDocument(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(StartDocument, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartDocument to the provided stream.
writeStartDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String, String, boolean) - Method in class javanet.staxutils.io.StAXStreamWriter
Core start tag output method called by all other writeXXXElement methods.
writeStartElement(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(StartElement, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(StartElement, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(QName, Iterator, Iterator, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(QName, Iterator, Iterator, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(QName, Map, Map, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(StartElement, boolean, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
WSDLDataBinding - Class in org.plasma.xml.wsdl.v11
 
WSDLDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.xml.wsdl.v11.WSDLDataBinding
 
WSDLDataBinding - Class in org.plasma.xml.wsdl.v20
 
WSDLDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.xml.wsdl.v20.WSDLDataBinding
 

X

XML_NAMESPACE_URI - Static variable in interface org.plasma.xml.schema.SchemaConstants
 
XMLConstants - Interface in org.plasma.sdo.xml
 
XMLDocument - Interface in commonj.sdo.helper
Represents an XML Document containing a tree of DataObjects.
xmlElement - Variable in class org.plasma.xml.sdox.XMLInfo
 
XMLEventConsumerDelegate - Class in javanet.staxutils
Writes all events to a wrapped XMLEventConsumer, and provides convenience methods for creating events written to the internal consumer.
XMLEventConsumerDelegate(XMLEventConsumer) - Constructor for class javanet.staxutils.XMLEventConsumerDelegate
 
XMLEventConsumerDelegate(XMLEventConsumer, XMLEventFactory) - Constructor for class javanet.staxutils.XMLEventConsumerDelegate
 
XMLEventPipe - Class in javanet.staxutils
Provides the ability to pipe the XMLEvents written to one XMLEventWriter to be read from a XMLEventReader.
XMLEventPipe() - Constructor for class javanet.staxutils.XMLEventPipe
Constructs a new XMLEventPipe with the default capacity.
XMLEventPipe(int) - Constructor for class javanet.staxutils.XMLEventPipe
Constructs a new XMLEventPipe with the specified capacity.
XMLEventReaderToContentHandler - Class in javanet.staxutils
This is a simple utility class that adapts StAX events from an XMLEventReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLEventReaderToContentHandler(XMLEventReader, XMLFilterImplEx) - Constructor for class javanet.staxutils.XMLEventReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLEventStreamWriter - Class in javanet.staxutils
An XMLStreamWriter that writes events to a XMLEventWriter.
XMLEventStreamWriter(XMLEventWriter) - Constructor for class javanet.staxutils.XMLEventStreamWriter
 
XMLEventStreamWriter(XMLEventWriter, XMLEventFactory) - Constructor for class javanet.staxutils.XMLEventStreamWriter
 
XMLFilterImplEx - Class in javanet.staxutils.helpers
Extension to XMLFilterImpl that implements LexicalHandler.
XMLFilterImplEx() - Constructor for class javanet.staxutils.helpers.XMLFilterImplEx
 
XMLHelper - Interface in commonj.sdo.helper
A helper to convert XML documents into DataObects and DataObjects into XML documnets.
xmlHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
XMLInfo - Class in org.plasma.xml.sdox
Java class for XMLInfo complex type.
XMLInfo() - Constructor for class org.plasma.xml.sdox.XMLInfo
 
XmlNodeType - Enum in org.plasma.provisioning
Java class for XmlNodeType.
XmlNodeType - Enum in org.plasma.sdo.profile
Qualifies an XML node
XMLOptions - Interface in org.plasma.sdo.xml
 
XMLProcessor - Class in org.plasma.sdo.xml
 
XMLProcessor() - Constructor for class org.plasma.sdo.xml.XMLProcessor
 
XMLProcessor(XMLOptions) - Constructor for class org.plasma.sdo.xml.XMLProcessor
 
xmlProperty - Variable in class org.plasma.provisioning.Property
 
xmlProperty - Variable in class org.plasma.provisioning.PropertyAppInfo
 
XmlProperty - Class in org.plasma.provisioning
This stereotype provides modelling-context specific alternative names for UML named elements within a model.
XmlProperty() - Constructor for class org.plasma.provisioning.XmlProperty
 
XmlProperty - Interface in org.plasma.sdo
This stereotype provides modelling-context specific alternative names for UML named elements within a model.
xmlReporter - Variable in class javanet.staxutils.BaseXMLInputFactory
 
xmlResolver - Variable in class javanet.staxutils.BaseXMLInputFactory
 
XMLSCHEMA_INSTANCE_NAMESPACE_URI - Static variable in interface org.plasma.sdo.xml.XMLConstants
 
XMLSCHEMA_NAMESPACE_URI - Static variable in interface org.plasma.xml.schema.SchemaConstants
 
XMLSCHEMA_SERIALIZATION_ATTRIB_NAME - Static variable in interface org.plasma.xml.schema.SchemaConstants
 
XMLSCHEMA_SERIALIZATION_TYPE_NAME - Static variable in interface org.plasma.xml.schema.SchemaConstants
 
XMLStreamEventReader - Class in javanet.staxutils
XMLEventReader implementation based on a XMLStreamReader and an XMLEventAllocator.
XMLStreamEventReader(XMLStreamReader) - Constructor for class javanet.staxutils.XMLStreamEventReader
 
XMLStreamEventReader(XMLStreamReader, XMLEventAllocator) - Constructor for class javanet.staxutils.XMLStreamEventReader
 
XMLStreamEventWriter - Class in javanet.staxutils
XMLEventWriter that writes events to a XMLStreamWriter.
XMLStreamEventWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.XMLStreamEventWriter
Constructs a XMLEventStreamWriter that writes events to the given stream.
XMLStreamReaderToContentHandler - Class in javanet.staxutils
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, XMLFilterImplEx) - Constructor for class javanet.staxutils.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLStreamUtils - Class in javanet.staxutils
Static utility methods useful when handling XML Streams.
XMLStreamUtils() - Constructor for class javanet.staxutils.XMLStreamUtils
 
XMLWriterUtils - Class in javanet.staxutils.io
Set of utility methods useful when writing XML.
xpath - Variable in class org.plasma.xml.schema.Field
 
xpath - Variable in class org.plasma.xml.schema.Selector
 
XPathDataObject - Class in org.plasma.sdo.xpath
 
XPathDataObject(PlasmaDataObject, PlasmaDataObject, Property) - Constructor for class org.plasma.sdo.xpath.XPathDataObject
 
XPathDataProperty - Class in org.plasma.sdo.xpath
 
XPathDataProperty(Property, DataObject, Property) - Constructor for class org.plasma.sdo.xpath.XPathDataProperty
 
XPathDataValue - Class in org.plasma.sdo.xpath
 
XPathDataValue(Object, DataObject, Property) - Constructor for class org.plasma.sdo.xpath.XPathDataValue
 
XPathDetector - Class in org.plasma.sdo.xpath
 
XPathDetector() - Constructor for class org.plasma.sdo.xpath.XPathDetector
 
XPathException - Exception in org.plasma.sdo.xpath
 
XPathException() - Constructor for exception org.plasma.sdo.xpath.XPathException
 
XPathException(String, Throwable) - Constructor for exception org.plasma.sdo.xpath.XPathException
 
XPathException(String) - Constructor for exception org.plasma.sdo.xpath.XPathException
 
XPathException(Throwable) - Constructor for exception org.plasma.sdo.xpath.XPathException
 
XPathExprVisitor - Interface in org.plasma.sdo.xpath
Receives notifications as a Jaxen XPATH expression tree is traversed.
XPathProperty - Class in org.plasma.sdo.xpath
 
XPathProperty(Property, Type) - Constructor for class org.plasma.sdo.xpath.XPathProperty
 
XPathProperty(Property, Type, Property) - Constructor for class org.plasma.sdo.xpath.XPathProperty
 
XPathQuery - Interface in org.plasma.query.xpath
 
XPathSelect - Interface in org.plasma.query.xpath
 
XPathType - Class in org.plasma.sdo.xpath
 
XPathType(Type, Type, Property) - Constructor for class org.plasma.sdo.xpath.XPathType
 
XPathWhere - Interface in org.plasma.query.xpath
 
xsd - Variable in class org.plasma.xml.sdox.BaseDataGraphType
 
XSDBuiltInType - Enum in org.plasma.xml.schema
 
XSDHelper - Interface in commonj.sdo.helper
Provides access to additional information when the Type or Property is defined by an XML Schema (XSD).
xsdHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
XSDSchemaConverter - Class in org.plasma.provisioning.xsd
 
XSDSchemaConverter(Schema, String, String) - Constructor for class org.plasma.provisioning.xsd.XSDSchemaConverter
 
XSDTool - Class in org.plasma.provisioning.cli
 
XSDTool() - Constructor for class org.plasma.provisioning.cli.XSDTool
 
XSDToolAction - Enum in org.plasma.provisioning.cli
 
XSDType - Class in org.plasma.xml.sdox
Expected type is xsd:schema.
XSDType() - Constructor for class org.plasma.xml.sdox.XSDType
 
XSLTDataBinding - Class in org.plasma.sdo.xml.xslt
 
XSLTDataBinding(BindingValidationEventHandler) - Constructor for class org.plasma.sdo.xml.xslt.XSLTDataBinding
 

Y

YesOrNo - Enum in org.plasma.xml.xslt
Java class for YesOrNo.

Z

zeroDigit - Variable in class org.plasma.xml.xslt.DecimalFormat
 

_

_abstract - Variable in class org.plasma.provisioning.Class
 
_abstract - Variable in class org.plasma.xml.schema.AbstractComplexType
 
_abstract - Variable in class org.plasma.xml.schema.AbstractElement
 
_abstract - Variable in class org.plasma.xml.sdox.Type
 
_default - Variable in class org.plasma.xml.schema.AbstractElement
 
_default - Variable in class org.plasma.xml.schema.Attribute
 
_default - Variable in class org.plasma.xml.sdox.Property
 
_extends - Variable in class org.plasma.xml.wsdl.v20.Interface
 
_implements - Variable in class org.plasma.sdo.access.provider.jdo.Class_
 
_interface - Variable in class org.plasma.config.GlobalProvisioning
 
_interface - Variable in class org.plasma.config.NamespaceProvisioning
 
_interface - Variable in class org.plasma.config.QueryDSLProvisioning
 
_interface - Variable in class org.plasma.xml.wsdl.v20.Binding
 
_interface - Variable in class org.plasma.xml.wsdl.v20.Service
 
_public - Variable in class org.plasma.xml.schema.Notation
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 2014. All rights reserved.