|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
StructureTag.ActionHandler.KEY_CLIENT_OPERATION to indicate an add has been performed.
XMLSource.getWrappedSource().SAXSource.registerRemoteComponent(biz.c24.io.api.data.DataComponent) instead.
value as an instance of the element called name.
qualifier is matched in one of options, dssPresent equals the presence of the data source scheme,
and if present the data source scheme value matches an item in dssRestrictionMap.
- addSubstitution(Element) -
Method in class biz.c24.io.api.data.Element
- Adds an element to this elements substitution group.
- addValidationListener(ValidationListener) -
Method in class biz.c24.io.api.data.ComplexDataObject
- Deprecated. Use
ValidationManager instead - this method will be removed in the next major version release.
- addValidationListener(ValidationListener) -
Method in class biz.c24.io.api.data.ValidationManager
- Adds a validation listener to be notified of validation events.
- addValidator(Validator) -
Method in class biz.c24.io.api.data.DataType
- Adds a validator.
- addValidator(int, Validator) -
Method in class biz.c24.io.api.data.DataType
- Adds a validator at
index.
- adjustTimeZone(TimeZone) -
Method in class biz.c24.io.api.data.ISO8601Value
- Adjusts this object to the specified time zone.
- ALL -
Static variable in class biz.c24.io.api.data.AtomicDataType.FinalEnum
- Specifies that derivation can occur by list, union or restriction.
- ALL -
Static variable in class biz.c24.io.api.data.ContentModelEnum
- Specifies the types content model is an all, i.e. all elements must appear but in any order.
- ALL -
Static variable in class biz.c24.io.api.data.ElementBlockEnum
- The enumeration value used to block derivation by extension, restriction and substitution.
- ALL -
Static variable in class biz.c24.io.api.data.FinalEnum
- Specifies that derivation can occur by extension or restriction.
- ALL -
Static variable in class biz.c24.io.api.data.TypeBlockEnum
- The enumeration value used to block derivation by extension and restriction.
- ancestorArray(ComplexDataObject) -
Static method in class biz.c24.io.api.Utils
- Returns an array of the ancestors of
obj.
- ancestorArrayReversed(ComplexDataObject) -
Static method in class biz.c24.io.api.Utils
- Returns an array of the ancestors of
obj.
- Annotation - Class in biz.c24.io.api.data
- A group of documentation and application information objects used to annotate data models.
- Annotation() -
Constructor for class biz.c24.io.api.data.Annotation
- Constructs a new instance.
- Annotation(String) -
Constructor for class biz.c24.io.api.data.Annotation
- Constructs a new instance with a single description.
- Annotation(Documentation[], AppInfo[]) -
Constructor for class biz.c24.io.api.data.Annotation
- Creates a new instances with supplied arrays of documentation and appinfo objects.
- Annotation(Annotation) -
Constructor for class biz.c24.io.api.data.Annotation
- Constructs a new instance cloned from
clone.
- AnnotationItem - Class in biz.c24.io.api.data
- An immutable item used to annotate data models.
- AnnotationItem(String, String) -
Constructor for class biz.c24.io.api.data.AnnotationItem
- Constructs a new instance with specified values.
- Any - Interface in biz.c24.io.api.data
- A wildcard.
- ANY -
Static variable in class biz.c24.io.api.data.NamespaceEnum
- Specifies that all elements / attributes from any namespace are allowed.
- AnyAttribute - Class in biz.c24.io.api.data
- An attribute wildcard.
- AnyAttribute() -
Constructor for class biz.c24.io.api.data.AnyAttribute
- Constructs a new instance which will require subsequent initialisation.
- AnyAttribute(DataModel) -
Constructor for class biz.c24.io.api.data.AnyAttribute
- Constructs a new instance from the specified model.
- AnyElement - Class in biz.c24.io.api.data
- An element wildcard.
- AnyElement() -
Constructor for class biz.c24.io.api.data.AnyElement
- Constructs a new instance which will require subsequent initialisation.
- AnyElement(int, int, DataModel) -
Constructor for class biz.c24.io.api.data.AnyElement
- Constructs a new instance with the specified values.
- AnyURIDataType - Class in biz.c24.io.api.data
- A simple data type representing a URI.
- AnyURIDataType() -
Constructor for class biz.c24.io.api.data.AnyURIDataType
- Constructs a new instance.
- AppInfo - Class in biz.c24.io.api.data
- An annotation designed for computer processing.
- AppInfo(String, String) -
Constructor for class biz.c24.io.api.data.AppInfo
- Constructs a new instance with specified values.
- ASSIGNED -
Static variable in class biz.c24.io.api.data.IDGeneratorMethodEnum
- lets the application to assign an identifier to the object before save() is called.
- AtomicDataType - Class in biz.c24.io.api.data
- A simple type representing an atomic item of data.
- AtomicDataType.FinalEnum - Class in biz.c24.io.api.data
- An enumeration of possible final values.
- atomize() -
Method in class biz.c24.io.api.data.saxon.AttributeNode
- Get the typed value.
- atomize() -
Method in class biz.c24.io.api.data.saxon.ComplexElementNode
- Get the typed value.
- atomize() -
Method in class biz.c24.io.api.data.saxon.DocumentNode
- Get the typed value.
- atomize() -
Method in class biz.c24.io.api.data.saxon.LeafNode
- Get the typed value.
- atomize() -
Method in class biz.c24.io.api.data.saxon.SimpleElementNode
- Get the typed value.
- atomize() -
Method in class biz.c24.io.api.data.saxon.TextNode
- Get the typed value.
- Attribute - Class in biz.c24.io.api.data
- A declaration of an attribute.
- Attribute() -
Constructor for class biz.c24.io.api.data.Attribute
- Constructs a new instance which will require subsequent initialisation.
- Attribute(String, int, int, Class, DataModel) -
Constructor for class biz.c24.io.api.data.Attribute
- Constructs a new lazily initialised instance with the specified type class and other values.
- Attribute(String, int, int, SimpleDataType, DataModel) -
Constructor for class biz.c24.io.api.data.Attribute
- Constructs a new instance with the specified type and other values.
- Attribute(String, int, int, Attribute, DataModel) -
Constructor for class biz.c24.io.api.data.Attribute
- Constructs a new instance with the specified reference and other values.
- AttributeNode - Class in biz.c24.io.api.data.saxon
- This class represents an attribute of an object in the Artix Data Services data model.
- attrIterator(ComplexDataObject) -
Static method in class biz.c24.io.api.Utils
- Returns an iterator over all of the attributes of
obj.
- AuxilaryAccessor - Class in biz.c24.io.api.presentation.hibernate
- A Hibernate property accessor.
- AuxilaryAccessor() -
Constructor for class biz.c24.io.api.presentation.hibernate.AuxilaryAccessor
-
- available() -
Method in class biz.c24.io.api.presentation.stream.BorderedCharDataReader
- Returns the number of available charachters (taking into consideration the existing borders).
- available() -
Method in class biz.c24.io.api.presentation.stream.ByteAlignedBitDataReader
- Returns the number of bits that can be read from this input stream.
- available() -
Method in class biz.c24.io.api.presentation.stream.DataReader
- Returns the number of bytes that can be read from this input stream
without blocking.
- available() -
Method in class biz.c24.io.api.RewindableInputStream
-
- availableBytes() -
Method in class biz.c24.io.api.presentation.stream.ByteAlignedBitDataReader
- Returns the number of bytes that can be read from this input stream.
- AWK_COMPILE -
Static variable in class biz.c24.io.api.data.JakartaOroEvaluator
- Flag used to specify that the regular expression should be interpreted in AWK style.
clone.
stream.
writer.
clone.
def is the proeprty is not found.
name.
name.
null values from the supplied list.
null values from the supplied array.
offset.
clone.
name.
name.
child.
name.
nameContentModelEnum - Class in biz.c24.io.api.data- An enumeration of possible content model values.
- ContextualValidationRule - Class in biz.c24.io.api.data
- A validator implementation for context specific validation.
- ContextualValidationRule(XPathStatement, Validator) -
Constructor for class biz.c24.io.api.data.ContextualValidationRule
- Creates a new contextual validator which will use the given XPath to lookup the value to validated against the
supplied validator.
- convertObject(ComplexDataObject) -
Method in class biz.c24.io.api.presentation.JavaClassSink
- Converts the specified object back to its original form, skipping the serialization and streaming steps.
- convertObject(Element, Object) -
Method in class biz.c24.io.api.presentation.JavaClassSource
- Converts
obj to a complex data object directly, skipping the serialization and streaming steps.
- copy(Receiver, int, boolean, int) -
Method in class biz.c24.io.api.data.saxon.AttributeNode
- Copy this node to a given receiver.
- copy(Receiver, int, boolean, int) -
Method in class biz.c24.io.api.data.saxon.DocumentNode
- Copy this node to a given outputter.
- copy(Receiver, int, boolean, int) -
Method in class biz.c24.io.api.data.saxon.ElementNode
- Copy this node to a given receiver.
- copy(Receiver, int, boolean, int) -
Method in class biz.c24.io.api.data.saxon.LeafNode
- Copy this node to a given Receiver.
- copyFile(String, String) -
Static method in class biz.c24.io.api.Utils
- Copies a file.
- create(Connection, String) -
Static method in class biz.c24.io.api.data.DatabaseSession
-
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601Date
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601DateTime
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601Duration
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601GDay
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601GMonth
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601GMonthDay
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601GYear
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601GYearMonth
- Returns an instance parsed from the specified string.
- create(String) -
Static method in class biz.c24.io.api.data.ISO8601Time
- Returns an instance parsed from the specified string.
- createContentObject() -
Method in class biz.c24.io.api.data.ComplexDataObject
- Creates and sets an object as the content of this object.
- createElement() -
Method in class biz.c24.io.api.Factory
- Creates a new Element from the settings file.
- createEnumeration(ComplexDataObject, XPathStatement, XPathStatement, XPathStatement) -
Static method in class biz.c24.io.api.Utils
- Creates and returns a new enumeration populated from the result of executing the specified XPath expression
over the specified object.
- createEnumeration(ComplexDataObject, XPathStatement, XPathStatement, XPathStatement, boolean) -
Static method in class biz.c24.io.api.Utils
- Creates and returns a new enumeration populated from the result of executing the specified XPath expression
over the specified object.
- createEnumeration(String[], String[], String[]) -
Static method in class biz.c24.io.api.Utils
- Creates and returns a new enumeration populated from the specified array of values.
- createExpression(XPathStatement, Configuration) -
Static method in class biz.c24.io.api.data.saxon.SaxonXPath
- Helper method to create an XPath expression with all relevant namespaces initialized.
- createFormat(int) -
Method in interface biz.c24.io.api.data.FormatableDataType
- Returns the format with specified index.
- createFormat(int) -
Method in class biz.c24.io.api.data.GenericDateDataType
-
- createFormat(int) -
Method in class biz.c24.io.api.data.NumberDataType
-
- createImages() -
Method in class biz.c24.io.api.data.BitMap
- Returns the binary representation of this bit map.
- createInputDatabaseProperties(String) -
Method in class biz.c24.io.api.Factory
- Creates a new input set of database properties from the settings file with the given ID.
- createMappingFiles(ComplexDataObject[], File, boolean) -
Static method in class biz.c24.io.api.HibernateUtils
- Writes out all the hbm.xml files from the specified array.
- createMappingObjects(ComplexDataObject, boolean, boolean) -
Static method in class biz.c24.io.api.HibernateUtils
- Creates an array of Hibernate mappings.
- createObject() -
Method in class biz.c24.io.api.data.DataComponent
- Creates and returns a new object defined by this component.
- createObject(String, String) -
Method in class biz.c24.io.api.data.DataComponent
- Creates an returns a new object defined by this component and a type derived from this components type.
- createObject(Date) -
Method in class biz.c24.io.api.data.DateDataType
- Creates and returns a new date with the specified value.
- createObject(long) -
Method in class biz.c24.io.api.data.DateDataType
- Creates and returns a new date with the specified value.
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.DateDataType
- Creates and returns a new date with the specified value.
- createObject(String, String) -
Method in class biz.c24.io.api.data.Element
-
- createObject(Date) -
Method in class biz.c24.io.api.data.GenericDateDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.GenericDateDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.GenericDateDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601DateDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601DateDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601DateDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601DateTimeDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601DateTimeDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601DateTimeDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601DurationDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601DurationDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601DurationDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601GDayDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601GDayDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601GDayDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601GMonthDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601GMonthDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601GMonthDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601GMonthDayDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601GMonthDayDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601GMonthDayDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601GYearDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601GYearDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601GYearDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601GYearMonthDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601GYearMonthDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601GYearMonthDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.ISO8601TimeDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.ISO8601TimeDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.ISO8601TimeDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.SQLDateDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.SQLDateDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.SQLDateDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.SQLTimeDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.SQLTimeDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.SQLTimeDataType
-
- createObject(Date) -
Method in class biz.c24.io.api.data.SQLTimestampDataType
-
- createObject(long) -
Method in class biz.c24.io.api.data.SQLTimestampDataType
-
- createObject(long, TimeZone) -
Method in class biz.c24.io.api.data.SQLTimestampDataType
-
- createObjectInputStream(InputStream) -
Static method in class biz.c24.io.api.Utils
- Returns a new optimized input stream.
- createObjectOutputStream(OutputStream) -
Static method in class biz.c24.io.api.Utils
- Returns a new optimized output stream.
- createOutputDatabaseProperties(String) -
Method in class biz.c24.io.api.Factory
- Creates a new output database properties from the settings file with the given ID.
- createSimpleValue(DataComponent, String) -
Static method in class biz.c24.io.api.Utils
- Creates a value from the given string representation.
- createSink(String) -
Method in class biz.c24.io.api.Factory
- Creates a new Sink from the given ID in the settings file.
- createSource(String) -
Method in class biz.c24.io.api.Factory
- Creates a new Source from the given ID in the settings file.
- createTransform() -
Method in class biz.c24.io.api.Factory
- Creates a new Transform from the settings file.
- createURType(String, DataModel) -
Static method in class biz.c24.io.api.Utils
- Returns a new complex type which is the best possible representation of the UR-type (the base of all complex types).
- CREST -
Static variable in class biz.c24.io.api.data.PatternTypeEnum
- Specifies the pattern is a C.R.E.S.T. pattern match.
- CrestIsoPreParser - Class in biz.c24.io.api.presentation.crestiso
- A source capable of parsing any CREST ISO message.
- CrestIsoPreParser() -
Constructor for class biz.c24.io.api.presentation.crestiso.CrestIsoPreParser
- Constructs a new instance.
- CrestIsoPreParser(CrestIsoPreParser) -
Constructor for class biz.c24.io.api.presentation.crestiso.CrestIsoPreParser
- Constructs a new instance cloned from
clone.
- CrestIsoPreParser(Reader) -
Constructor for class biz.c24.io.api.presentation.crestiso.CrestIsoPreParser
- Constructs a new instance which will read from
reader.
- CrestIsoPreParser(InputStream) -
Constructor for class biz.c24.io.api.presentation.crestiso.CrestIsoPreParser
- Constructs a new instance which will read from
stream.
- CURRENCY -
Static variable in class biz.c24.io.api.data.NumberPatternInstanceEnum
- Specifies a currency pattern should be used when localised.
- current() -
Method in class biz.c24.io.api.data.saxon.ComplexElementNode.HomogenousChildElementIterator
- Get the current item in the sequence.
- CUSTOM -
Static variable in class biz.c24.io.api.data.IDGeneratorMethodEnum
- uses a custom Java class to determine the new keys.
DatabaseSourcedEnumeration.DatabaseSourcedEnumeration(String, org.hibernate.cfg.Configuration, XPathStatement, boolean, ClassLoader, String, String, String, String) instead
SAXSource.DEFAULT_LOG_NAME instead.
TextualSink instead.clone.
stream.
writer.
TextualSource instead.clone.
reader.
stream.