From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../sdo/class-use/ChangeSummary.Setting.html | 181 +++ .../commonj/sdo/class-use/ChangeSummary.html | 224 +++ .../apidocs/commonj/sdo/class-use/DataGraph.html | 306 +++++ .../apidocs/commonj/sdo/class-use/DataObject.html | 902 ++++++++++++ .../apidocs/commonj/sdo/class-use/Property.html | 1431 ++++++++++++++++++++ .../apidocs/commonj/sdo/class-use/Sequence.html | 264 ++++ .../apidocs/commonj/sdo/class-use/Type.html | 655 +++++++++ 7 files changed, 3963 insertions(+) create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.Setting.html create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.html create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataGraph.html create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataObject.html create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Property.html create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Sequence.html create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Type.html (limited to 'sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use') diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.Setting.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.Setting.html new file mode 100644 index 0000000000..57f3240ad1 --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.Setting.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Interface commonj.sdo.ChangeSummary.Setting (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.ChangeSummary.Setting

+
+ + + + + + + + + +
+Packages that use ChangeSummary.Setting
commonj.sdo  
+  +

+ + + + + +
+Uses of ChangeSummary.Setting in commonj.sdo
+  +

+ + + + + + + + + +
Methods in commonj.sdo that return ChangeSummary.Setting
+ ChangeSummary.SettingChangeSummary.getOldValue(DataObject dataObject, + Property property) + +
+          Returns a setting for the specified property + representing the property value of the given dataObject + at the point when logging began.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.html new file mode 100644 index 0000000000..ee27050c83 --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/ChangeSummary.html @@ -0,0 +1,224 @@ + + + + + + + +Uses of Interface commonj.sdo.ChangeSummary (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.ChangeSummary

+
+ + + + + + + + + + + + + +
+Packages that use ChangeSummary
com.agfa.hap.sdo.implementation  
commonj.sdo  
+  +

+ + + + + +
+Uses of ChangeSummary in com.agfa.hap.sdo.implementation
+  +

+ + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return ChangeSummary
+ ChangeSummaryDataGraphImplementation.getChangeSummary() + +
+           
+ ChangeSummaryAbstractDataObject.getChangeSummary() + +
+           
+  +

+ + + + + +
+Uses of ChangeSummary in commonj.sdo
+  +

+ + + + + + + + + + + + + +
Methods in commonj.sdo that return ChangeSummary
+ ChangeSummaryDataObject.getChangeSummary() + +
+          Returns the ChangeSummary with scope covering this dataObject, or null + if there is no ChangeSummary.
+ ChangeSummaryDataGraph.getChangeSummary() + +
+          Returns the change summary associated with this data graph.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataGraph.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataGraph.html new file mode 100644 index 0000000000..943a73c5d2 --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataGraph.html @@ -0,0 +1,306 @@ + + + + + + + +Uses of Interface commonj.sdo.DataGraph (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.DataGraph

+
+ + + + + + + + + + + + + + + + + +
+Packages that use DataGraph
com.agfa.hap.sdo.impl  
com.agfa.hap.sdo.implementation  
commonj.sdo  
+  +

+ + + + + +
+Uses of DataGraph in com.agfa.hap.sdo.impl
+  +

+ + + + + + + + + +
Methods in com.agfa.hap.sdo.impl that return DataGraph
+static DataGraphDataAccessService.createDataGraph() + +
+           
+  +

+ + + + + +
+Uses of DataGraph in com.agfa.hap.sdo.implementation
+  +

+ + + + + + + + + +
Classes in com.agfa.hap.sdo.implementation that implement DataGraph
+ classDataGraphImplementation + +
+           
+  +

+ + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return DataGraph
+ DataGraphAbstractDataObject.getDataGraph() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation with parameters of type DataGraph
+ voidContainedDataObject.setDataGraph(DataGraph dataGraph) + +
+           
+ voidAbstractDataObject.setDataGraph(DataGraph dataGraph) + +
+           
+  +

+ + + + + + + + + + + +
Constructors in com.agfa.hap.sdo.implementation with parameters of type DataGraph
AbstractDataObject(Type type, + DataGraph dataGraph) + +
+           
AbstractPartialDataObject(Type type, + DataGraph dataGraph) + +
+           
+  +

+ + + + + +
+Uses of DataGraph in commonj.sdo
+  +

+ + + + + + + + + + + + + +
Methods in commonj.sdo that return DataGraph
+ DataGraphDataObject.getDataGraph() + +
+          Returns the data graph for this object or null if there isn't one.
+ DataGraphChangeSummary.getDataGraph() + +
+          Returns the data graph associated with this change summary or null.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataObject.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataObject.html new file mode 100644 index 0000000000..892a661de1 --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/DataObject.html @@ -0,0 +1,902 @@ + + + + + + + +Uses of Interface commonj.sdo.DataObject (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.DataObject

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use DataObject
com.agfa.hap.sdo  
com.agfa.hap.sdo.implementation  
com.agfa.hap.sdo.util  
commonj.sdo  
commonj.sdo.helper  
+  +

+ + + + + +
+Uses of DataObject in com.agfa.hap.sdo
+  +

+ + + + + + + + + +
Subinterfaces of DataObject in com.agfa.hap.sdo
+ interfacePartialDataObject + +
+          HAP-specific extension to DataObject.
+  +

+ + + + + +
+Uses of DataObject in com.agfa.hap.sdo.implementation
+  +

+ + + + + + + + + + + + + + + + + +
Classes in com.agfa.hap.sdo.implementation that implement DataObject
+ classAbstractDataObject + +
+           
+ classAbstractPartialDataObject + +
+           
+ classDataObjectImplementation + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return DataObject
+ DataObjectDataGraphImplementation.createRootObject(java.lang.String namespaceURI, + java.lang.String typeName) + +
+           
+ DataObjectDataGraphImplementation.createRootObject(Type type) + +
+           
+ DataObjectAbstractDataObject.getContainer() + +
+           
+ DataObjectDataGraphImplementation.getRootObject() + +
+           
+ DataObjectAbstractDataObject.getRootObject() + +
+           
+  +

+ + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return types with arguments of type DataObject
+ java.util.List<DataObject>DataObjectConverter.convert(SnapshotDefinition def, + java.util.Collection<? extends T> roots) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation with parameters of type DataObject
+ XMLDocumentXMLHelperImpl.createDocument(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName) + +
+           
+ TypeTypeHelperImpl.define(DataObject type) + +
+           
+ PropertyTypeHelperImpl.defineOpenContentProperty(java.lang.String uri, + DataObject property) + +
+           
+ booleanEqualityHelperImpl.equal(DataObject dataObject1, + DataObject dataObject2) + +
+           
+ booleanEqualityHelperImpl.equalShallow(DataObject dataObject1, + DataObject dataObject2) + +
+           
+ java.lang.StringXMLHelperImpl.save(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName) + +
+           
+ voidXMLHelperImpl.save(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName, + java.io.OutputStream outputStream) + +
+           
+ voidAbstractDataObject.setDataObject(int propertyIndex, + DataObject value) + +
+           
+ voidAbstractDataObject.setDataObject(Property property, + DataObject value) + +
+           
+ voidAbstractDataObject.setDataObject(java.lang.String path, + DataObject value) + +
+           
+  +

+ + + + + + + + +
Constructors in com.agfa.hap.sdo.implementation with parameters of type DataObject
DataGraphImplementation(DataObject rootObject) + +
+           
+  +

+ + + + + +
+Uses of DataObject in com.agfa.hap.sdo.util
+  +

+ + + + + + + + + +
Method parameters in com.agfa.hap.sdo.util with type arguments of type DataObject
+protected  voidResultSet.addData(java.util.Collection<? extends DataObject> dos) + +
+           
+  +

+ + + + + + + + + + + +
Constructor parameters in com.agfa.hap.sdo.util with type arguments of type DataObject
ResultSet(java.util.Collection<? extends DataObject> data, + java.util.List<java.lang.String> propertyPaths, + Type rootType) + +
+           
ResultSet(java.util.Collection<? extends DataObject> data, + java.lang.String selectClause, + Type rootType) + +
+           
+  +

+ + + + + +
+Uses of DataObject in commonj.sdo
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo that return DataObject
+ DataObjectDataObject.createDataObject(int propertyIndex) + +
+          Returns a new data object contained by this object using the specified property, + which must be a containment property.
+ DataObjectDataObject.createDataObject(int propertyIndex, + java.lang.String namespaceURI, + java.lang.String typeName) + +
+          Returns a new data object contained by this object using the specified property, + which must be a containment property.
+ DataObjectDataObject.createDataObject(Property property) + +
+          Returns a new data object contained by this object using the specified property, + which must be a containment property.
+ DataObjectDataObject.createDataObject(Property property, + Type type) + +
+          Returns a new data object contained by this object using the specified property, + which must be of containment type.
+ DataObjectDataObject.createDataObject(java.lang.String propertyName) + +
+          Returns a new data object contained by this object using the specified property, + which must be a containment property.
+ DataObjectDataObject.createDataObject(java.lang.String propertyName, + java.lang.String namespaceURI, + java.lang.String typeName) + +
+          Returns a new data object contained by this object using the specified property, + which must be a containment property.
+ DataObjectDataGraph.createRootObject(java.lang.String namespaceURI, + java.lang.String typeName) + +
+          Creates a new root data object of the specified type.
+ DataObjectDataGraph.createRootObject(Type type) + +
+          Creates a new root data object of the specified type.
+ DataObjectDataObject.getContainer() + +
+          Returns the containing data object + or null if there is no container.
+ DataObjectDataObject.getDataObject(int propertyIndex) + +
+          Returns the value of a DataObject property identified by the specified property index.
+ DataObjectDataObject.getDataObject(Property property) + +
+          Returns the value of the specified DataObject property.
+ DataObjectDataObject.getDataObject(java.lang.String path) + +
+          Returns the value of a DataObject property identified by the specified path.
+ DataObjectChangeSummary.getOldContainer(DataObject dataObject) + +
+          Returns the value of the container data object + at the point when logging began.
+ DataObjectDataObject.getRootObject() + +
+          Returns the root data object.
+ DataObjectDataGraph.getRootObject() + +
+          Returns the root data object of this data graph.
+ DataObjectChangeSummary.getRootObject() + +
+          Returns the ChangeSummary root DataObject - the object from which + changes are tracked.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo with parameters of type DataObject
+ DataObjectChangeSummary.getOldContainer(DataObject dataObject) + +
+          Returns the value of the container data object + at the point when logging began.
+ PropertyChangeSummary.getOldContainmentProperty(DataObject dataObject) + +
+          Returns the value of the containment property data object property + at the point when logging began.
+ SequenceChangeSummary.getOldSequence(DataObject dataObject) + +
+          Returns the value of the sequence for the data object + at the point when logging began.
+ ChangeSummary.SettingChangeSummary.getOldValue(DataObject dataObject, + Property property) + +
+          Returns a setting for the specified property + representing the property value of the given dataObject + at the point when logging began.
+ java.util.ListChangeSummary.getOldValues(DataObject dataObject) + +
+          Returns a list of settings + that represent the property values of the given dataObject + at the point when logging began.
+ booleanChangeSummary.isCreated(DataObject dataObject) + +
+          Returns whether or not the specified data object was created while logging.
+ booleanChangeSummary.isDeleted(DataObject dataObject) + +
+          Returns whether or not the specified data object was deleted while logging.
+ booleanChangeSummary.isModified(DataObject dataObject) + +
+          Returns whether or not the specified data object was updated while logging.
+ voidDataObject.setDataObject(int propertyIndex, + DataObject value) + +
+          Sets the value of a DataObject property identified by the specified property index, to the specified value.
+ voidDataObject.setDataObject(Property property, + DataObject value) + +
+          Sets the value of the specified DataObject property, to the specified value.
+ voidDataObject.setDataObject(java.lang.String path, + DataObject value) + +
+          Sets the value of a DataObject property identified by the specified path, to the specified value.
+  +

+ + + + + +
+Uses of DataObject in commonj.sdo.helper
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper that return DataObject
+ DataObjectCopyHelper.copy(DataObject dataObject) + +
+          Create a deep copy of the DataObject tree: + Copies the dataObject and all its contained + DataObjects recursively.
+ DataObjectCopyHelper.copyShallow(DataObject dataObject) + +
+          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.
+ DataObjectDataFactory.create(java.lang.Class interfaceClass) + +
+          Create a DataObject supporting the given interface.
+ DataObjectDataFactory.create(java.lang.String uri, + java.lang.String typeName) + +
+          Create a DataObject of the Type specified by typeName with the given package uri.
+ DataObjectDataFactory.create(Type type) + +
+          Create a DataObject of the Type specified.
+ DataObjectXMLDocument.getRootObject() + +
+          Return the root DataObject for the XMLDocument.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper with parameters of type DataObject
+ DataObjectCopyHelper.copy(DataObject dataObject) + +
+          Create a deep copy of the DataObject tree: + Copies the dataObject and all its contained + DataObjects recursively.
+ DataObjectCopyHelper.copyShallow(DataObject dataObject) + +
+          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.
+ XMLDocumentXMLHelper.createDocument(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName) + +
+          Creates an XMLDocument with the specified XML rootElement for the DataObject.
+ TypeTypeHelper.define(DataObject type) + +
+          Define the DataObject as a Type.
+ PropertyTypeHelper.defineOpenContentProperty(java.lang.String uri, + DataObject property) + +
+          Define the DataObject as a Property for setting open content.
+ booleanEqualityHelper.equal(DataObject dataObject1, + DataObject dataObject2) + +
+          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.
+ booleanEqualityHelper.equalShallow(DataObject dataObject1, + DataObject dataObject2) + +
+          Two DataObjects are equalShallow if + they have the same Type + and all their compared Properties are equal.
+ java.lang.StringXMLHelper.save(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName) + +
+          Returns the DataObject saved as an XML document with the specified root element.
+ voidXMLHelper.save(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName, + java.io.OutputStream outputStream) + +
+          Saves the DataObject as an XML document with the specified root element.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Property.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Property.html new file mode 100644 index 0000000000..fb743f2e90 --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Property.html @@ -0,0 +1,1431 @@ + + + + + + + +Uses of Interface commonj.sdo.Property (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.Property

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Property
com.agfa.hap.sdo  
com.agfa.hap.sdo.implementation  
com.agfa.hap.sdo.util  
commonj.sdo  
commonj.sdo.helper  
+  +

+ + + + + +
+Uses of Property in com.agfa.hap.sdo
+  +

+ + + + + + + + + +
Subinterfaces of Property in com.agfa.hap.sdo
+ interfaceProperty + +
+          A representation of a Property in the type of a data object.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo with parameters of type Property
+ PartialDataObjectPartialDataObject.createDataObject(Property property) + +
+           
+ PartialDataObjectPartialDataObject.createDataObject(Property property, + Type type) + +
+           
+ PartialDataObjectPartialDataObject.getDataObject(Property property) + +
+           
+ booleanPartialDataObject.isAvailable(Property property) + +
+           
+ voidPartialDataObject.setUnavailable(Property property) + +
+          Strips the property such that is no longer available.
+  +

+ + + + + + + + +
Constructors in com.agfa.hap.sdo with parameters of type Property
PropertyNotAvailableException(PartialDataObject source, + Property prop) + +
+           
+  +

+ + + + + +
+Uses of Property in com.agfa.hap.sdo.implementation
+  +

+ + + + + + + + + +
Classes in com.agfa.hap.sdo.implementation that implement Property
+ classPropertyImplementation + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return Property
+ PropertyTypeHelperImpl.defineOpenContentProperty(java.lang.String uri, + DataObject property) + +
+           
+ PropertyAbstractDataObject.getContainmentProperty() + +
+           
+ PropertyXSDHelperImpl.getGlobalProperty(java.lang.String uri, + java.lang.String propertyName, + boolean isElement) + +
+           
+ PropertyAbstractDataObject.getInstanceProperty(java.lang.String propertyName) + +
+           
+ PropertyTypeHelperImpl.getOpenContentProperty(java.lang.String uri, + java.lang.String propertyName) + +
+           
+ PropertyAbstractDataObject.getProperty(java.lang.String propertyName) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation with parameters of type Property
+protected  java.lang.ObjectDataObjectImplementation.basicGet(Property property) + +
+           
+protected abstract  java.lang.ObjectAbstractPartialDataObject.basicGet(Property property) + +
+          Returns the value of the property.
+protected  voidDataObjectImplementation.basicSet(Property property, + java.lang.Object value) + +
+           
+protected abstract  voidAbstractPartialDataObject.basicSet(Property property, + java.lang.Object value) + +
+           
+ PartialDataObjectAbstractPartialDataObject.createDataObject(Property property) + +
+           
+ PartialDataObjectAbstractPartialDataObject.createDataObject(Property property, + Type type) + +
+           
+ java.lang.ObjectTypeImplementation.get(Property property) + +
+           
+ java.lang.ObjectPropertyImplementation.get(Property property) + +
+           
+ java.lang.ObjectAbstractPartialDataObject.get(Property property) + +
+           
+ java.lang.StringXSDHelperImpl.getAppinfo(Property property, + java.lang.String source) + +
+           
+ java.math.BigDecimalAbstractDataObject.getBigDecimal(Property property) + +
+           
+ java.math.BigIntegerAbstractDataObject.getBigInteger(Property property) + +
+           
+ booleanAbstractDataObject.getBoolean(Property property) + +
+           
+ byteAbstractDataObject.getByte(Property property) + +
+           
+ byte[]AbstractDataObject.getBytes(Property property) + +
+           
+ charAbstractDataObject.getChar(Property property) + +
+           
+ PartialDataObjectAbstractPartialDataObject.getDataObject(Property property) + +
+           
+ java.util.DateAbstractDataObject.getDate(Property property) + +
+           
+ doubleAbstractDataObject.getDouble(Property property) + +
+           
+ floatAbstractDataObject.getFloat(Property property) + +
+           
+ intAbstractDataObject.getInt(Property property) + +
+           
+ java.util.ListAbstractDataObject.getList(Property property) + +
+           
+ java.lang.StringXSDHelperImpl.getLocalName(Property property) + +
+           
+ longAbstractDataObject.getLong(Property property) + +
+           
+ java.lang.StringXSDHelperImpl.getNamespaceURI(Property property) + +
+           
+ SequenceAbstractDataObject.getSequence(Property property) + +
+           
+ shortAbstractDataObject.getShort(Property property) + +
+           
+ java.lang.StringAbstractDataObject.getString(Property property) + +
+           
+protected  java.util.ListDataObjectImplementation.initializeWithEmptyList(Property property) + +
+           
+protected abstract  java.util.ListAbstractPartialDataObject.initializeWithEmptyList(Property property) + +
+           
+ booleanXSDHelperImpl.isAttribute(Property property) + +
+           
+ booleanAbstractPartialDataObject.isAvailable(Property property) + +
+           
+protected  booleanAbstractDataObject.isContained(Property property) + +
+           
+ booleanXSDHelperImpl.isElement(Property property) + +
+           
+ booleanAbstractPartialDataObject.isSet(Property property) + +
+           
+protected  java.util.List<java.lang.Object>AbstractPartialDataObject.safeGetList(Property property) + +
+           
+ voidAbstractPartialDataObject.set(Property property, + java.lang.Object value) + +
+           
+ voidAbstractDataObject.setBigDecimal(Property property, + java.math.BigDecimal value) + +
+           
+ voidAbstractDataObject.setBigInteger(Property property, + java.math.BigInteger value) + +
+           
+ voidAbstractDataObject.setBoolean(Property property, + boolean value) + +
+           
+ voidAbstractDataObject.setByte(Property property, + byte value) + +
+           
+ voidAbstractDataObject.setBytes(Property property, + byte[] value) + +
+           
+ voidAbstractDataObject.setChar(Property property, + char value) + +
+           
+protected  voidAbstractDataObject.setContainment(AbstractDataObject container, + Property prop) + +
+           
+ voidAbstractDataObject.setDataObject(Property property, + DataObject value) + +
+           
+ voidAbstractDataObject.setDate(Property property, + java.util.Date value) + +
+           
+ voidAbstractDataObject.setDouble(Property property, + double value) + +
+           
+ voidAbstractDataObject.setFloat(Property property, + float value) + +
+           
+ voidTypeImplementation.setIdentityProperty(Property identityProperty) + +
+           
+ voidAbstractDataObject.setInt(Property property, + int value) + +
+           
+ voidAbstractPartialDataObject.setList(Property property, + java.util.List value) + +
+           
+ voidAbstractDataObject.setList(Property property, + java.util.List value) + +
+           
+ voidAbstractDataObject.setLong(Property property, + long value) + +
+           
+ voidAbstractDataObject.setShort(Property property, + short value) + +
+           
+ voidAbstractDataObject.setString(Property property, + java.lang.String value) + +
+           
+ voidAbstractPartialDataObject.setUnavailable(Property property) + +
+           
+ voidAbstractPartialDataObject.unset(Property property) + +
+           
+  +

+ + + + + + + + +
Constructors in com.agfa.hap.sdo.implementation with parameters of type Property
DataObjectList(AbstractDataObject owner, + Property listProperty) + +
+           
+  +

+ + + + + +
+Uses of Property in com.agfa.hap.sdo.util
+  +

+ + + + + + + + + +
Methods in com.agfa.hap.sdo.util with parameters of type Property
+protected  java.lang.StringResultSet.addProperty(java.lang.String rootPath, + Property property) + +
+           
+  +

+ + + + + +
+Uses of Property in commonj.sdo
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo that return Property
+ PropertyDataObject.getContainmentProperty() + +
+          Return the Property of the data object containing this data object + or null if there is no container.
+ PropertyDataObject.getInstanceProperty(java.lang.String propertyName) + +
+          Returns the named Property from the current instance properties, + or null if not found.
+ PropertyChangeSummary.getOldContainmentProperty(DataObject dataObject) + +
+          Returns the value of the containment property data object property + at the point when logging began.
+ PropertyProperty.getOpposite() + +
+          Returns the opposite Property if the Property is bi-directional or null otherwise.
+ PropertyChangeSummary.Setting.getProperty() + +
+          Returns the property of the setting.
+ PropertySequence.getProperty(int index) + +
+          Returns the property for the given entry index.
+ PropertyType.getProperty(java.lang.String propertyName) + +
+          Returns from all the Properties of this type, the one with the specified name.
+ PropertyDataObject.getProperty(java.lang.String propertyName) + +
+          Deprecated. replaced by DataObject.getInstanceProperty(String) in 2.1.0
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo with parameters of type Property
+ voidSequence.add(int index, + Property property, + java.lang.Object value) + +
+          Adds a new entry with the specified property and value + at the specified entry index.
+ booleanSequence.add(Property property, + java.lang.Object value) + +
+          Adds a new entry with the specified property and value + to the end of the entries.
+ DataObjectDataObject.createDataObject(Property property) + +
+          Returns a new data object contained by this object using the specified property, + which must be a containment property.
+ DataObjectDataObject.createDataObject(Property property, + Type type) + +
+          Returns a new data object contained by this object using the specified property, + which must be of containment type.
+ java.lang.ObjectType.get(Property property) + +
+          Returns the value of the specified instance property of this Type.
+ java.lang.ObjectProperty.get(Property property) + +
+          Returns the value of the specified instance property of this Property.
+ java.lang.ObjectDataObject.get(Property property) + +
+          Returns the value of the given property of this object.
+ java.math.BigDecimalDataObject.getBigDecimal(Property property) + +
+          Returns the value of the specified BigDecimal property.
+ java.math.BigIntegerDataObject.getBigInteger(Property property) + +
+          Returns the value of the specified BigInteger property.
+ booleanDataObject.getBoolean(Property property) + +
+          Returns the value of the specified boolean property.
+ byteDataObject.getByte(Property property) + +
+          Returns the value of the specified byte property.
+ byte[]DataObject.getBytes(Property property) + +
+          Returns the value of the specified byte[] property.
+ charDataObject.getChar(Property property) + +
+          Returns the value of the specified char property.
+ DataObjectDataObject.getDataObject(Property property) + +
+          Returns the value of the specified DataObject property.
+ java.util.DateDataObject.getDate(Property property) + +
+          Returns the value of the specified Date property.
+ doubleDataObject.getDouble(Property property) + +
+          Returns the value of the specified double property.
+ floatDataObject.getFloat(Property property) + +
+          Returns the value of the specified float property.
+ intDataObject.getInt(Property property) + +
+          Returns the value of the specified int property.
+ java.util.ListDataObject.getList(Property property) + +
+          Returns the value of the specified List property.
+ longDataObject.getLong(Property property) + +
+          Returns the value of the specified long property.
+ ChangeSummary.SettingChangeSummary.getOldValue(DataObject dataObject, + Property property) + +
+          Returns a setting for the specified property + representing the property value of the given dataObject + at the point when logging began.
+ SequenceDataObject.getSequence(Property property) + +
+          Deprecated. in 2.1.0.
+ shortDataObject.getShort(Property property) + +
+          Returns the value of the specified short property.
+ java.lang.StringDataObject.getString(Property property) + +
+          Returns the value of the specified String property.
+ booleanDataObject.isSet(Property property) + +
+          Returns whether the property of the object is considered to be set.
+ voidDataObject.set(Property property, + java.lang.Object value) + +
+          Sets the value of the given property of the object to the new value.
+ voidDataObject.setBigDecimal(Property property, + java.math.BigDecimal value) + +
+          Sets the value of the specified BigDecimal property, to the specified value.
+ voidDataObject.setBigInteger(Property property, + java.math.BigInteger value) + +
+          Sets the value of the specified BigInteger property, to the specified value.
+ voidDataObject.setBoolean(Property property, + boolean value) + +
+          Sets the value of the specified boolean property, to the specified value.
+ voidDataObject.setByte(Property property, + byte value) + +
+          Sets the value of the specified byte property, to the specified value.
+ voidDataObject.setBytes(Property property, + byte[] value) + +
+          Sets the value of the specified byte[] property, to the specified value.
+ voidDataObject.setChar(Property property, + char value) + +
+          Sets the value of the specified char property, to the specified value.
+ voidDataObject.setDataObject(Property property, + DataObject value) + +
+          Sets the value of the specified DataObject property, to the specified value.
+ voidDataObject.setDate(Property property, + java.util.Date value) + +
+          Sets the value of the specified Date property, to the specified value.
+ voidDataObject.setDouble(Property property, + double value) + +
+          Sets the value of the specified double property, to the specified value.
+ voidDataObject.setFloat(Property property, + float value) + +
+          Sets the value of the specified float property, to the specified value.
+ voidDataObject.setInt(Property property, + int value) + +
+          Sets the value of the specified int property, to the specified value.
+ voidDataObject.setList(Property property, + java.util.List value) + +
+          Sets the value of the specified List property, to the specified value.
+ voidDataObject.setLong(Property property, + long value) + +
+          Sets the value of the specified long property, to the specified value.
+ voidDataObject.setShort(Property property, + short value) + +
+          Sets the value of the specified short property, to the specified value.
+ voidDataObject.setString(Property property, + java.lang.String value) + +
+          Sets the value of the specified String property, to the specified value.
+ voidDataObject.unset(Property property) + +
+          Unsets the property of the object.
+  +

+ + + + + +
+Uses of Property in commonj.sdo.helper
+  +

+ + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper that return Property
+ PropertyTypeHelper.defineOpenContentProperty(java.lang.String uri, + DataObject property) + +
+          Define the DataObject as a Property for setting open content.
+ PropertyXSDHelper.getGlobalProperty(java.lang.String uri, + java.lang.String propertyName, + boolean isElement) + +
+          Returns the Property defined by the named global element or attribute + in the targetNamespace uri, or null if not found.
+ PropertyTypeHelper.getOpenContentProperty(java.lang.String uri, + java.lang.String propertyName) + +
+          Get the open content (global) Property with the specified uri and name, or null + if not found.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper with parameters of type Property
+ java.lang.ObjectDataHelper.convert(Property property, + java.lang.Object value) + +
+          Convert the specified value to an instance + of the specified property's type.
+ java.lang.StringXSDHelper.getAppinfo(Property property, + java.lang.String source) + +
+          Return the content of the appinfo declared for this Property and source.
+ java.lang.StringXSDHelper.getLocalName(Property property) + +
+          Returns the local name as declared in the XSD.
+ java.lang.StringXSDHelper.getNamespaceURI(Property property) + +
+          Returns the namespace URI as declared in the XSD.
+ booleanXSDHelper.isAttribute(Property property) + +
+          Returns true if the property is declared as an attribute in the XSD.
+ booleanXSDHelper.isElement(Property property) + +
+          Returns true if the property is declared as an element in the XSD.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Sequence.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Sequence.html new file mode 100644 index 0000000000..f17fd3ba95 --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Sequence.html @@ -0,0 +1,264 @@ + + + + + + + +Uses of Interface commonj.sdo.Sequence (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.Sequence

+
+ + + + + + + + + + + + + +
+Packages that use Sequence
com.agfa.hap.sdo.implementation  
commonj.sdo  
+  +

+ + + + + +
+Uses of Sequence in com.agfa.hap.sdo.implementation
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return Sequence
+ SequenceAbstractDataObject.getSequence() + +
+           
+ SequenceAbstractDataObject.getSequence(int propertyIndex) + +
+           
+ SequenceAbstractDataObject.getSequence(Property property) + +
+           
+ SequenceAbstractDataObject.getSequence(java.lang.String path) + +
+           
+  +

+ + + + + +
+Uses of Sequence in commonj.sdo
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo that return Sequence
+ SequenceChangeSummary.getOldSequence(DataObject dataObject) + +
+          Returns the value of the sequence for the data object + at the point when logging began.
+ SequenceDataObject.getSequence() + +
+          Returns the Sequence for this DataObject.
+ SequenceDataObject.getSequence(int propertyIndex) + +
+          Deprecated. in 2.1.0.
+ SequenceDataObject.getSequence(Property property) + +
+          Deprecated. in 2.1.0.
+ SequenceDataObject.getSequence(java.lang.String path) + +
+          Deprecated. in 2.1.0.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Type.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Type.html new file mode 100644 index 0000000000..3a2b29febd --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/class-use/Type.html @@ -0,0 +1,655 @@ + + + + + + + +Uses of Interface commonj.sdo.Type (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+

+Uses of Interface
commonj.sdo.Type

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Type
com.agfa.hap.sdo  
com.agfa.hap.sdo.implementation  
com.agfa.hap.sdo.model  
com.agfa.hap.sdo.util  
commonj.sdo  
commonj.sdo.helper  
+  +

+ + + + + +
+Uses of Type in com.agfa.hap.sdo
+  +

+ + + + + + + + + +
Subinterfaces of Type in com.agfa.hap.sdo
+ interfaceType + +
+          A representation of the type of a property of a data object.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo with parameters of type Type
+ PartialDataObjectPartialDataFactory.create(Type type) + +
+           
+ PartialDataObjectPartialDataObject.createDataObject(Property property, + Type type) + +
+           
+ PartialDataObjectPartialDataFactory.createProxy(Type type, + java.lang.Object identity) + +
+           
+  +

+ + + + + + + + + + + +
Constructors in com.agfa.hap.sdo with parameters of type Type
SelectClause(Type mainType) + +
+           
SelectClause(Type mainType, + java.lang.String clause) + +
+           
+  +

+ + + + + +
+Uses of Type in com.agfa.hap.sdo.implementation
+  +

+ + + + + + + + + +
Classes in com.agfa.hap.sdo.implementation that implement Type
+ classTypeImplementation + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation that return Type
+ TypeDataGraphImplementation.getType(java.lang.String uri, + java.lang.String typeName) + +
+           
+ TypeImplementationClassRepository.getTypeForImplementationClass(java.lang.String name) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.agfa.hap.sdo.implementation with parameters of type Type
+ PartialDataObjectDataFactoryImpl.create(Type type) + +
+           
+ PartialDataObjectAbstractPartialDataObject.createDataObject(Property property, + Type type) + +
+           
+protected  PartialDataObjectDataFactoryImpl.createDefaultDataObjectInstance(Type type) + +
+           
+ PartialDataObjectDataFactoryImpl.createProxy(Type type, + java.lang.Object identity) + +
+           
+ DataObjectDataGraphImplementation.createRootObject(Type type) + +
+           
+ java.lang.StringXSDHelperImpl.getAppinfo(Type type, + java.lang.String source) + +
+           
+ ClassHolderImplementationClassRepository.getImplementationClass(Type type) + +
+           
+ java.lang.StringXSDHelperImpl.getLocalName(Type type) + +
+           
+ booleanXSDHelperImpl.isMixed(Type type) + +
+           
+ booleanXSDHelperImpl.isXSD(Type type) + +
+           
+ voidTypeHelperImpl.register(Type type) + +
+           
+  +

+ + + + + +
+Uses of Type in com.agfa.hap.sdo.model
+  +

+ + + + + + + + + +
Methods in com.agfa.hap.sdo.model that return Type
+ TypeObjectReference.getType() + +
+           
+  +

+ + + + + + + + +
Constructors in com.agfa.hap.sdo.model with parameters of type Type
ObjectReference(Type type, + Identity id) + +
+           
+  +

+ + + + + +
+Uses of Type in com.agfa.hap.sdo.util
+  +

+ + + + + + + + + + + +
Constructors in com.agfa.hap.sdo.util with parameters of type Type
ResultSet(java.util.Collection<? extends DataObject> data, + java.util.List<java.lang.String> propertyPaths, + Type rootType) + +
+           
ResultSet(java.util.Collection<? extends DataObject> data, + java.lang.String selectClause, + Type rootType) + +
+           
+  +

+ + + + + +
+Uses of Type in commonj.sdo
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo that return Type
+ TypeProperty.getContainingType() + +
+          Returns the containing type of this Property.
+ TypeProperty.getType() + +
+          Returns the type of the Property.
+ TypeDataObject.getType() + +
+          Returns the data object's type.
+ TypeDataGraph.getType(java.lang.String uri, + java.lang.String typeName) + +
+          Returns the type with the given the URI, + or contained by the resource at the given URI, + and with the given name.
+  +

+ + + + + + + + + + + + + +
Methods in commonj.sdo with parameters of type Type
+ DataObjectDataObject.createDataObject(Property property, + Type type) + +
+          Returns a new data object contained by this object using the specified property, + which must be of containment type.
+ DataObjectDataGraph.createRootObject(Type type) + +
+          Creates a new root data object of the specified type.
+  +

+ + + + + +
+Uses of Type in commonj.sdo.helper
+  +

+ + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper that return Type
+ TypeTypeHelper.define(DataObject type) + +
+          Define the DataObject as a Type.
+ TypeTypeHelper.getType(java.lang.Class interfaceClass) + +
+          Return the Type for this interfaceClass or null if not found.
+ TypeTypeHelper.getType(java.lang.String uri, + java.lang.String typeName) + +
+          Return the Type specified by typeName with the given uri, + or null if not found.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper with parameters of type Type
+ java.lang.ObjectDataHelper.convert(Type type, + java.lang.Object value) + +
+          Convert the specified value to an instance + of the specified type.
+ DataObjectDataFactory.create(Type type) + +
+          Create a DataObject of the Type specified.
+ java.lang.StringXSDHelper.getAppinfo(Type type, + java.lang.String source) + +
+          Return the appinfo declared for this Type and source.
+ java.lang.StringXSDHelper.getLocalName(Type type) + +
+          Returns the local name as declared in the XSD.
+ booleanXSDHelper.isMixed(Type type) + +
+          Returns true if the Type is declared to contain mixed content.
+ booleanXSDHelper.isXSD(Type type) + +
+          Indicates if this helper contains XSD information for the specified type.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + -- cgit v1.2.3