|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComplexDataObject | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.data.fpml | Specialist API extensions for the FpML libraries - used internally. |
biz.c24.io.api.data.jaxen | XPath integration with Jaxen. |
biz.c24.io.api.data.saxon | XPath integration with Saxonica. |
biz.c24.io.api.data.sepa | Specialist API extensions for the SEPA libraries - used internally. |
biz.c24.io.api.data.swapswire | |
biz.c24.io.api.data.swift | Specialist API extensions for the SWIFT libraries - used internally. |
biz.c24.io.api.data.target2 | |
biz.c24.io.api.mule | Specialist API extensions for Mule integration. |
biz.c24.io.api.presentation | Various classes for parsing and formatting data objects. |
biz.c24.io.api.presentation.swift | Specialist API extensions for the SWIFT libraries. |
biz.c24.io.api.transform | Transform super and utility classes. |
biz.c24.io.api.web | Web components and tag libraries that uses the Java Servlet Technology. |
Uses of ComplexDataObject in biz.c24.io.api |
---|
Methods in biz.c24.io.api that return ComplexDataObject | |
---|---|
static ComplexDataObject[] |
Utils.ancestorArray(ComplexDataObject obj)
Returns an array of the ancestors of obj . |
static ComplexDataObject[] |
Utils.ancestorArrayReversed(ComplexDataObject obj)
Returns an array of the ancestors of obj . |
ComplexDataObject |
ParserError.getContext()
Returns the object containing the invalid field. |
static ComplexDataObject |
Factory.loadFromSource(Element element,
Source src)
Loads an object from the specified source. |
static ComplexDataObject |
Utils.locateIdNode(ComplexDataObject context,
String id)
Searches for an ID element or attribute within context whose value is equal to id . |
static ComplexDataObject |
Utils.locateIdNode(ComplexDataObject context,
String id,
Class returnClass)
Searches for an ID element or attribute within context whose value is equal to id . |
static ComplexDataObject[] |
Utils.locateIdNodes(ComplexDataObject context,
String[] ids)
Searches for ID elements or attributes within context whose values are equal to the entries in ids . |
static ComplexDataObject[] |
Utils.locateIdNodes(ComplexDataObject context,
String[] ids,
Class returnClass)
Searches for ID elements or attributes within context whose values are equal to the entries in ids . |
Methods in biz.c24.io.api with parameters of type ComplexDataObject | |
---|---|
static ComplexDataObject[] |
Utils.ancestorArray(ComplexDataObject obj)
Returns an array of the ancestors of obj . |
static ComplexDataObject[] |
Utils.ancestorArrayReversed(ComplexDataObject obj)
Returns an array of the ancestors of obj . |
static Iterator |
Utils.attrIterator(ComplexDataObject obj)
Returns an iterator over all of the attributes of obj . |
static Object |
Utils.cloneDeep(Object obj,
ComplexDataObject parent,
String elementDeclName)
Retruns a deep clone of the supplied object. |
static int |
Utils.countElementsFromXPath(List<String> xpath,
int index,
ComplexDataObject complexDataObject)
|
static int |
Utils.countElementsFromXPath(String xpathString,
ComplexDataObject complexDataObject)
|
static Enumeration |
Utils.createEnumeration(ComplexDataObject object,
XPathStatement valuesXPath,
XPathStatement namesXPath,
XPathStatement descriptionsXPath)
Creates and returns a new enumeration populated from the result of executing the specified XPath expression over the specified object. |
static Enumeration |
Utils.createEnumeration(ComplexDataObject object,
XPathStatement valuesXPath,
XPathStatement namesXPath,
XPathStatement descriptionsXPath,
boolean trimValues)
Creates and returns a new enumeration populated from the result of executing the specified XPath expression over the specified object. |
static int |
Utils.depth(ComplexDataObject obj)
Returns the depth of obj in it's hierarchy. |
static Iterator |
Utils.elementIterator(ComplexDataObject obj)
Returns an iterator over all of the elements of obj . |
static List |
Utils.getElementsFromXPath(String xpathString,
ComplexDataObject complexDataObject)
|
static List |
Utils.getElementsFromXPath(XPathStatement xPathStatement,
ComplexDataObject complexDataObject)
|
static DataModel |
Utils.getModelForURI(ComplexDataObject obj,
String uri)
Retuns the model mapped to by prefix . |
static String |
Utils.getParentChildElementName(ComplexDataObject obj)
Retrieve object name that expected while call getParent().getElement() function. |
static String |
Utils.getPrefix(Object obj,
DataComponent component,
ComplexDataObject parent,
String uri,
boolean notEmpty)
Returns the prefix which should be used for obj with respect to parent . |
static String |
Utils.getURIForPrefix(ComplexDataObject obj,
String prefix)
Returns the namespace URI mapped to by prefix . |
static String |
Utils.getXsiPrefix(ComplexDataObject object)
Returns the XSI prefix mapped to by object . |
static boolean |
Utils.isAncestor(ComplexDataObject parent,
ComplexDataObject decendant)
Returns whether the first argument is a descendant of the second. |
static boolean |
Utils.isElement(ComplexDataObject obj)
Returns whether the supplied object represents an attribute. |
static ComplexDataObject |
Utils.locateIdNode(ComplexDataObject context,
String id)
Searches for an ID element or attribute within context whose value is equal to id . |
static ComplexDataObject |
Utils.locateIdNode(ComplexDataObject context,
String id,
Class returnClass)
Searches for an ID element or attribute within context whose value is equal to id . |
static ComplexDataObject[] |
Utils.locateIdNodes(ComplexDataObject context,
String[] ids)
Searches for ID elements or attributes within context whose values are equal to the entries in ids . |
static ComplexDataObject[] |
Utils.locateIdNodes(ComplexDataObject context,
String[] ids,
Class returnClass)
Searches for ID elements or attributes within context whose values are equal to the entries in ids . |
static Iterator |
Utils.parentIterator(ComplexDataObject obj)
Returns an iterator over all of the parents of obj . |
static void |
Utils.removeNamespaceMapping(ComplexDataObject obj,
String uri,
String prefix)
Removes the namespace mapping object from obj which has the specified uri and prefix values. |
static String |
Utils.xpath(ComplexDataObject obj)
Returns the xpath string which can be used to access obj . |
static String |
Utils.xpath(ComplexDataObject obj,
boolean ignoreDocumentNode)
|
static String |
Utils.xpath(ComplexDataObject object,
boolean ignoreDocumentNode,
String elementName)
Returns the xpath string which can be used to access obj . |
Constructors in biz.c24.io.api with parameters of type ComplexDataObject | |
---|---|
LogEntry(String message,
ComplexDataObject object)
Creates a new instance with the specified message and object. |
|
ParserError(ValidationResultEnum result,
ComplexDataObject context,
DataComponent component,
EventMessage eventMessage,
StringBuffer fieldNameBuffer,
int offset,
int lineNumber,
int columnNumber)
|
|
ParserError(ValidationResultEnum result,
ComplexDataObject context,
DataComponent component,
Exception exception,
StringBuffer fieldNameBuffer,
int offset,
int lineNumber,
int columnNumber)
|
|
ParserError(ValidationResultEnum result,
ComplexDataObject context,
DataComponent component,
String message,
String fieldName,
int offset,
int lineNumber,
int columnNumber)
Constructs a new instance with the specified message, fieldName and result. |
Uses of ComplexDataObject in biz.c24.io.api.data |
---|
Subclasses of ComplexDataObject in biz.c24.io.api.data | |
---|---|
class |
DocumentRoot
|
Fields in biz.c24.io.api.data declared as ComplexDataObject | |
---|---|
protected ComplexDataObject |
SwiftFieldValidationRule.sequence
|
Methods in biz.c24.io.api.data that return ComplexDataObject | |
---|---|
ComplexDataObject |
ComplexDataObject.cloneDeep()
Returns a deep clone of this object. |
ComplexDataObject |
ValidationEvent.getContext()
Returns the containing object of the field which failed validation. |
ComplexDataObject |
ValidationException.getContext()
Returns the containing object of the field which failed validation. |
protected ComplexDataObject |
DefaultValidationRule.getContextForPredicateChecking(Object object,
ComplexDataObject context)
|
ComplexDataObject |
IOContext.getParent()
Returns the parent. |
ComplexDataObject |
ComplexDataObject.getParent()
Returns the object containing this object or null if this object is the root of the object hierarchy. |
ComplexDataObject |
DocumentRoot.getRoot()
|
ComplexDataObject |
ComplexDataObject.getRoot()
Returns the root of this object hierarchy. |
Methods in biz.c24.io.api.data with parameters of type ComplexDataObject | |
---|---|
boolean |
ValidationManager.checkPredicates(ValidationRule v,
ComplexDataObject context)
Checks the predicate conditions have passed for the context. |
protected abstract Result |
XsltValidator.createResult(net.sf.saxon.Configuration config,
DocumentNode rootNode,
ComplexDataObject rootObject,
List errors)
|
boolean |
ComplexDataObject.equalContents(ComplexDataObject obj,
boolean deep,
boolean checkContent,
boolean checkAttributes,
boolean checkElements)
Checks whether the data contained in obj is equal to the data contained in this object. |
boolean |
IOXPath.getBoolean(ComplexDataObject o)
Returns a boolean representation of the node specified by this object's XPath expression. |
protected ComplexDataObject |
DefaultValidationRule.getContextForPredicateChecking(Object object,
ComplexDataObject context)
|
List |
IOXPath.getList(ComplexDataObject o)
Returns a List representation of the node specified by this object's XPath expression. |
Number |
IOXPath.getNumber(ComplexDataObject o)
Returns a Number representation of the node specified by this object's XPath expression. |
Object |
IOXPath.getObject(ComplexDataObject o)
Returns an Object representation of the node specified by this object's XPath expression. |
String |
IOXPath.getString(ComplexDataObject o)
Returns a String representation of the node specified by this object's XPath expression. |
void |
IOContext.setParent(ComplexDataObject parent)
Sets the parent. |
void |
ComplexDataObject.setParent(ComplexDataObject parent)
Sets the parent of this object. |
void |
ComplexDataObject.setParent(ComplexDataObject parent,
String elementDeclName)
Sets the parent and possibly changes the defining element declaration of this object to one contained by the specfied parent . |
boolean |
DataComponent.validate(ComplexDataObject object)
Deprecated. Use ValidationManager instead - this method will be removed in the next major version release. |
boolean |
DataComponent.validate(ComplexDataObject object,
ValidationConstraints vc)
Deprecated. Use ValidationManager instead - this method will be removed in the next major version release. |
boolean |
DataType.validate(Object obj,
DataComponent comp,
ComplexDataObject context)
Deprecated. Use ValidationManager instead - this method will be removed in the next major version release. |
boolean |
ISO13616IBANValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
String rule,
ValidationManager manager)
Runs the validation routine and reports errors against the specified rule. |
boolean |
ContextualValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DefaultValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO3166CountryValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO3166CountryValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyAmountValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO13616IBANValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SourcedEnumeration.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
Validator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
Validate the given object. |
boolean |
ISO9362BICValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyAttributeValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyAmountAttributeValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
MappedEnumeration.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
XsltValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
XQueryRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DomainConstraint.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DatabaseLookupValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
XPathRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SimpleValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO9362BICValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DefaultEnumeration.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ValidationManager.validateByEvents(ComplexDataObject object)
Validate the given ComplexDataObject and fire ValidationEvent s to registered listeners when validation failures are detected. |
boolean |
ValidationManager.validateByEvents(Object object,
DataComponent component,
ComplexDataObject context)
Validate the given object and fire ValidationEvent s to registered listeners when validation failures are detected. |
void |
ValidationManager.validateByException(ComplexDataObject object)
Validate the given ComplexDataObject and throw an exception when the first validation failure is detected. |
void |
ValidationManager.validateByException(Object object,
DataComponent component,
ComplexDataObject context)
Validate the given object and throw an exception when the first validation failure is detected. |
boolean |
DataType.validateProperties(Object object,
ComplexDataObject context,
DataComponent comp,
ValidationConstraints constraints)
Deprecated. Use ValidationManager instead - this method will be removed in the next major version release. |
boolean |
AnyURIDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NegativeIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NonPositiveIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
PositiveIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ComplexDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NumberDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SimpleDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
StringDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
BinaryDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NonNegativeIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager,
boolean duringParsing)
|
protected void |
SwiftFieldValidationRule.validateSubfieldRestriction(ComplexDataObject swiftField,
String[] options,
String[] qualifiers,
boolean DSS,
List<String> DssEnumeration,
String subfield,
List<String> subfieldEnumeration,
String errorMessage)
|
Uses of ComplexDataObject in biz.c24.io.api.data.fpml |
---|
Methods in biz.c24.io.api.data.fpml with parameters of type ComplexDataObject | |
---|---|
static FpMLValidator.RegularPeriod |
FpMLValidator.calculateRegularPeriod(ComplexDataObject calculationPeriodDates)
Term: regular period. |
static boolean |
FpMLValidator.dividesRegularPeriod(ComplexDataObject calculationPeriodDates)
Method used in rule ird-12. |
static boolean |
FpMLValidator.isParametric(ComplexDataObject message)
Tests for the following condition: The ancestor element of type InterestRateStream contains no cashflows element, or cashflows/cashflowsMatchParameters contains true. |
static boolean |
FpMLValidator.matchesUnadjustedCalcPeriodDates(ComplexDataObject interestRateStream,
ISO8601Date testDate)
Term: unadjusted calculation period dates. |
Uses of ComplexDataObject in biz.c24.io.api.data.jaxen |
---|
Methods in biz.c24.io.api.data.jaxen with parameters of type ComplexDataObject | |
---|---|
boolean |
JaxenXPath.getBoolean(ComplexDataObject o)
Deprecated. |
List |
JaxenXPath.getList(ComplexDataObject o)
Deprecated. |
Number |
JaxenXPath.getNumber(ComplexDataObject o)
Deprecated. |
Object |
JaxenXPath.getObject(ComplexDataObject o)
Deprecated. |
String |
JaxenXPath.getString(ComplexDataObject o)
Deprecated. |
Uses of ComplexDataObject in biz.c24.io.api.data.saxon |
---|
Methods in biz.c24.io.api.data.saxon with parameters of type ComplexDataObject | |
---|---|
boolean |
SaxonXPath.getBoolean(ComplexDataObject o)
|
boolean |
SaxonXQuery.getBoolean(ComplexDataObject o)
|
List |
SaxonXPath.getList(ComplexDataObject o)
|
List |
SaxonXQuery.getList(ComplexDataObject o)
|
Number |
SaxonXPath.getNumber(ComplexDataObject o)
|
Number |
SaxonXQuery.getNumber(ComplexDataObject o)
|
Object |
SaxonXPath.getObject(ComplexDataObject o)
|
Object |
SaxonXQuery.getObject(ComplexDataObject o)
|
String |
SaxonXPath.getString(ComplexDataObject o)
|
String |
SaxonXQuery.getString(ComplexDataObject o)
|
Constructors in biz.c24.io.api.data.saxon with parameters of type ComplexDataObject | |
---|---|
DocumentNode(net.sf.saxon.Configuration config,
ComplexDataObject outermost)
Creates a new namespace aware instance. |
|
DocumentNode(net.sf.saxon.Configuration config,
ComplexDataObject outermost,
boolean ignoreDocumentNode,
boolean namespaceAware)
Create a new instance. |
Uses of ComplexDataObject in biz.c24.io.api.data.sepa |
---|
Methods in biz.c24.io.api.data.sepa with parameters of type ComplexDataObject | |
---|---|
boolean |
IdentifierOfCreditorValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
String rule,
ValidationManager manager)
Runs the validation routine and reports errors against the specified rule. |
boolean |
IdentifierOfCreditorValidatorXT33.validate(Object object,
DataComponent component,
ComplexDataObject context,
String rule,
ValidationManager manager)
Runs the validation routine and reports errors against the specified rule. |
boolean |
IdentifierOfCreditorValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
IdentifierOfCreditorValidatorXT33.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
Uses of ComplexDataObject in biz.c24.io.api.data.swapswire |
---|
Methods in biz.c24.io.api.data.swapswire with parameters of type ComplexDataObject | |
---|---|
protected Result |
SwdmlValidator.createResult(net.sf.saxon.Configuration config,
DocumentNode rootNode,
ComplexDataObject rootObject,
List errors)
|
Uses of ComplexDataObject in biz.c24.io.api.data.swift |
---|
Methods in biz.c24.io.api.data.swift that return ComplexDataObject | |
---|---|
ComplexDataObject |
SwiftMessage.getBlock1()
Return the Basic Header Block of this SWIFT message. |
ComplexDataObject |
SwiftMessage.getBlock2()
Return FIN Application Header Input or Output Block of this SWIFT message. |
ComplexDataObject |
SwiftMessage.getBlock3()
Return the User Header Block of this SWIFT message. |
ComplexDataObject |
SwiftMessage.getBlock4()
Return the Text Block of this SWIFT message. |
ComplexDataObject |
SwiftMessage.getBlock5()
Return the Trailer Block of this SWIFT message. |
ComplexDataObject |
SwiftMessage.getMessageObject()
Return the underlying ComplexDataObject representing the structure of this SWIFT message. |
ComplexDataObject |
SwiftMessage.getSourceLTAddress()
Get the Source LT Address for this SWIFT message. |
ComplexDataObject |
SwiftMessage.getTargetLTAddress()
Get the target LT address for this SWIFT message. |
Methods in biz.c24.io.api.data.swift with parameters of type ComplexDataObject | |
---|---|
static Enumeration |
SwiftFieldDataType.getAllowedQualifiers(ComplexDataObject swiftField,
SimpleDataType simpleDataType)
|
static Enumeration |
SwiftFieldDataType.getSpecificRestrictions(ComplexDataObject swiftField,
SimpleDataType subfieldType)
Returns a restricted enumeration containing the specific values which must be matched by an object of type subfieldType inside swiftField . |
boolean |
SwiftCurrency_PCT_REN_YLD_Validator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SwiftQualifierValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
LTAddressValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SwiftPartyFieldJValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
Validates an instance of a SWIFT Party Field with Option J according to the special rules defined by SWIFT for the use of this 5*40x free-format field. |
boolean |
SwiftFieldDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
Constructors in biz.c24.io.api.data.swift with parameters of type ComplexDataObject | |
---|---|
SwiftMessage(ComplexDataObject rootObject)
Constructs a new SwiftMessage wrapper data object from a ComplexDataObject . |
Uses of ComplexDataObject in biz.c24.io.api.data.target2 |
---|
Methods in biz.c24.io.api.data.target2 with parameters of type ComplexDataObject | |
---|---|
boolean |
TARGET2Validator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ValueDateRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
Uses of ComplexDataObject in biz.c24.io.api.mule |
---|
Methods in biz.c24.io.api.mule with parameters of type ComplexDataObject | |
---|---|
void |
DownstreamComponent.process(ComplexDataObject obj)
Onward process the specified object. |
Uses of ComplexDataObject in biz.c24.io.api.presentation |
---|
Methods in biz.c24.io.api.presentation that return ComplexDataObject | |
---|---|
ComplexDataObject |
JavaClassSource.convertObject(Element element,
Object obj)
Converts obj |
ComplexDataObject |
CDOStreamWriter.getResult()
Returns the result of writing. |
ComplexDataObject |
SAXSource.getRootObject()
Returns the parsed object or null if insufficent SAX events have been received to create the object. |
ComplexDataObject |
TextualSource.readObject(Element element)
|
ComplexDataObject |
JsonSource.readObject(Element element)
|
ComplexDataObject |
SwiftSource.readObject(Element element)
|
ComplexDataObject |
SSSource.readObject(Element element)
Reads an object from the the reader or input stream that has been set. |
ComplexDataObject |
XMLSource.readObject(Element element)
Reads an object from the the reader or input stream that has been set. |
abstract ComplexDataObject |
Source.readObject(Element element)
Reads an object from the the reader or input stream that has been set. |
ComplexDataObject |
FIXSource.readObject(Element element)
|
ComplexDataObject |
JavaClassSource.readObject(Element element)
|
ComplexDataObject |
DefaultSource.readObject(Element element)
Deprecated. |
ComplexDataObject |
FixedLengthSource.readObject(Element element)
|
ComplexDataObject |
BinarySource.readObject(Element element)
|
ComplexDataObject |
SAXSource.readObject(Element element)
Initialises this source to read data against the specified element declaration. |
Methods in biz.c24.io.api.presentation with parameters of type ComplexDataObject | |
---|---|
Object |
JavaClassSink.convertObject(ComplexDataObject cdo)
Converts the specified object back to its original form, skipping the serialization and streaming steps. |
void |
TextualSource.readObject(ComplexDataObject context)
|
void |
JsonSource.readObject(ComplexDataObject cdo)
|
void |
SwiftSource.readObject(ComplexDataObject object)
|
void |
SSSource.readObject(ComplexDataObject object)
Reads an object from the the reader or input stream that has been set (optional operation). |
void |
XMLSource.readObject(ComplexDataObject object)
Unsupported operation, use XMLSource.readObject(Element) instead. |
abstract void |
Source.readObject(ComplexDataObject object)
Reads an object from the the reader or input stream that has been set (optional operation). |
void |
FIXSource.readObject(ComplexDataObject context)
|
void |
JavaClassSource.readObject(ComplexDataObject cdo)
|
void |
DefaultSource.readObject(ComplexDataObject context)
Deprecated. |
void |
FixedLengthSource.readObject(ComplexDataObject object)
|
void |
BinarySource.readObject(ComplexDataObject context)
|
void |
SAXSource.readObject(ComplexDataObject object)
Unsupported operation, use SAXSource.readObject(biz.c24.io.api.data.Element) instead. |
protected void |
DefaultContext.updateTarget(ComplexDataObject object)
This method do not check the parent since it ALWAYS has it. |
void |
TextualSink.writeObject(ComplexDataObject obj)
|
void |
BinarySink.writeObject(ComplexDataObject obj)
|
void |
TagValuePairSink.writeObject(ComplexDataObject obj)
|
void |
InterchangeSink.writeObject(ComplexDataObject obj)
|
abstract void |
Sink.writeObject(ComplexDataObject obj)
Writes an object to the writer or output stream that has been set. |
void |
JsonSink.writeObject(ComplexDataObject cdo)
|
void |
JavaClassSink.writeObject(ComplexDataObject obj)
|
void |
SwiftSink.writeObject(ComplexDataObject obj)
|
void |
XMLSink.writeObject(ComplexDataObject obj)
|
void |
SSSink.writeObject(ComplexDataObject obj)
Writes an object to the writer or output stream that has been set
previously. |
void |
SAXSink.writeObject(ComplexDataObject obj)
|
void |
DefaultSink.writeObject(ComplexDataObject obj)
Deprecated. |
void |
SwiftSink.writeObjectAux(ComplexDataObject obj)
|
Constructors in biz.c24.io.api.presentation with parameters of type ComplexDataObject | |
---|---|
CDOStreamReader(ComplexDataObject object)
Constructor with the Complex Data Object. |
Uses of ComplexDataObject in biz.c24.io.api.presentation.swift |
---|
Methods in biz.c24.io.api.presentation.swift that return ComplexDataObject | |
---|---|
ComplexDataObject |
SwiftPreParser.readObject()
Reads an object from the the reader or input stream that has been set, infering the SWIFT FIN message type by pre-parsing the required header blocks. |
ComplexDataObject |
SwiftPreParser.readObject(Element element)
Reads an object from the the reader or input stream that has been set. |
Methods in biz.c24.io.api.presentation.swift with parameters of type ComplexDataObject | |
---|---|
void |
SwiftPreParser.readObject(ComplexDataObject object)
Reads an object from the the reader or input stream that has been set (optional operation). |
Uses of ComplexDataObject in biz.c24.io.api.transform |
---|
Uses of ComplexDataObject in biz.c24.io.api.web |
---|
Methods in biz.c24.io.api.web that return ComplexDataObject | |
---|---|
ComplexDataObject |
ErrorsTag.getObject()
Returns the object. |
ComplexDataObject |
StructureTag.getObject()
Returns the object. |
ComplexDataObject |
PreviewTag.getObject()
Returns the object. |
ComplexDataObject |
ActionHandler.processSubmit(javax.servlet.http.HttpServletRequest request)
Process a submit command and create a new object from the request. |
Methods in biz.c24.io.api.web with parameters of type ComplexDataObject | |
---|---|
protected void |
StructureTag.generate(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
boolean visible,
int thisDepth)
|
protected void |
StructureTag.generate(ComplexDataObject obj,
ValidationEvent[] errors,
boolean visible)
|
protected void |
StructureTag.generateAddRemoveButtons(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean visible,
boolean parserError)
|
protected void |
StructureTag.generateName(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean visible,
boolean parserError)
|
protected void |
StructureTag.generateRow(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
boolean visible,
boolean parserError,
int thisDepth)
|
protected void |
StructureTag.generateValue(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean viewable,
boolean parserError)
|
void |
ErrorsTag.setObject(ComplexDataObject object)
Sets the object. |
void |
StructureTag.setObject(ComplexDataObject object)
Sets the object. |
void |
PreviewTag.setObject(ComplexDataObject object)
Sets the object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |