Uses of Interface
org.plasma.sdo.PlasmaProperty

Packages that use PlasmaProperty
org.plasma.sdo  
org.plasma.sdo.access.provider.common   
org.plasma.sdo.core   
org.plasma.sdo.xml   
 

Uses of PlasmaProperty in org.plasma.sdo
 

Fields in org.plasma.sdo declared as PlasmaProperty
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BOOLEAN_ISOPERATIONAL
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BOOLEAN_ISUNIQUE
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BYTES_LOCAL_NAME_BYTES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BYTES_NAME_BYTES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BYTES_PHYSICAL_NAME_BYTES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BYTES_QUALIFIED_NAME_BYTES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BYTES_QUALIFIED_PHYSICAL_NAME_BYTES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_BYTES_URI_BYTES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_INT_MAXLENGTH
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_LONG_SNAPSHOT_TIMESTAMP
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_CONCURRENCY_USER
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_CONCURRENCY_VERSION
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_DESCRIPTION
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_IS_LOCKED_PROPERTY
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_LOCKING_TIMESTAMP
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_LOCKING_USER
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_ORIGINATION_TIMESTAMP
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_ORIGINATION_USER
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_PRIKEY_PROPERTIES
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_QUALIFIED_NAME
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_SNAPSHOT_DATE_PROPERTY
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_OBJECT_VISIBILITY
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_STRING_LOCAL_NAME
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_STRING_NAMESPACE_PHYSICAL_NAME
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_STRING_NAMESPACE_URI
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_STRING_PHYSICAL_NAME
           
static PlasmaProperty PlasmaProperty.INSTANCE_PROPERTY_STRING_UUID
           
 

Methods in org.plasma.sdo with parameters of type PlasmaProperty
 java.util.List<PlasmaEdge> PlasmaNode.getEdges(PlasmaProperty property)
          Returns a list of edges associated with the given property regardless of it's multiplicity.
 

Uses of PlasmaProperty in org.plasma.sdo.access.provider.common
 

Methods in org.plasma.sdo.access.provider.common that return PlasmaProperty
 PlasmaProperty PropertyPair.getProp()
           
 

Constructors in org.plasma.sdo.access.provider.common with parameters of type PlasmaProperty
PropertyPair(PlasmaProperty prop, java.lang.Object value)
           
 

Uses of PlasmaProperty in org.plasma.sdo.core
 

Classes in org.plasma.sdo.core that implement PlasmaProperty
 class CoreProperty
          A representation of a Property in the type of a data object.
 

Methods in org.plasma.sdo.core that return PlasmaProperty
static PlasmaProperty CoreProperty.createInstanceProperty(java.lang.String name, DataType dataType)
           
 PlasmaProperty ContainmentNode.getContainmentProperty()
           
 

Methods in org.plasma.sdo.core with parameters of type PlasmaProperty
 java.util.List<PlasmaEdge> CoreNode.getEdges(PlasmaProperty property)
           
 

Constructors in org.plasma.sdo.core with parameters of type PlasmaProperty
ContainmentNode(PlasmaDataObject dataObject, PlasmaDataObject container, PlasmaProperty containmentProperty)
           
 

Uses of PlasmaProperty in org.plasma.sdo.xml
 

Methods in org.plasma.sdo.xml with parameters of type PlasmaProperty
 void StreamObjectVisitor.visit(org.plasma.sdo.xml.StreamObject target, org.plasma.sdo.xml.StreamObject source, PlasmaProperty sourceProperty, int level)
           
 



Copyright © 2013. All Rights Reserved.