(Beta)
Package | com.adobe.dct.service.impl |
Class | public class DataDictionaryUtilServiceImpl |
Inheritance | DataDictionaryUtilServiceImpl Object |
Implements | DataDictionaryUtilService |
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
createDDInstanceFromXml(dataDictionaryName:String, xml:String, clientHandler:Function = null, errorHandler:Function = null, ddiOptionsSpec:DDIOptionsSpec = null):mx.rpc:AsyncToken
Creates an instance of a data dictionary using XML. | DataDictionaryUtilServiceImpl | ||
exportDataDictionaryAsFML(dataDictionaryId:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Exports a data dictionary to an application model, which allows a data dictionary to be generated from the model. | DataDictionaryUtilServiceImpl | ||
getDataDictionaryFromFML(dataDictionaryName:String, fml:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Generates a data dictionary from the specified model. | DataDictionaryUtilServiceImpl | ||
getDataDictionaryFromXSD(dataDictionaryName:String, xmlSchema:String, elementName:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Generates a data dictionary from the passed XML schema. | DataDictionaryUtilServiceImpl | ||
[static]
A static method that returns the instance of a singleton. | DataDictionaryUtilServiceImpl | ||
getSampleXMLDataForDD(dataDictionaryId:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Generates sample XML data that can be used to create an instance of a data dictionary. | DataDictionaryUtilServiceImpl | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
serializeDDItoXML(dataDictionaryInstance:DataDictionaryInstance, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Generates a XML data representing the input Data Dictionary Instance
| DataDictionaryUtilServiceImpl | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Method Detail
createDDInstanceFromXml | () | method |
public function createDDInstanceFromXml(dataDictionaryName:String, xml:String, clientHandler:Function = null, errorHandler:Function = null, ddiOptionsSpec:DDIOptionsSpec = null):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Creates an instance of a data dictionary using XML.
Parameters
dataDictionaryName:String — The name of the data dictionary instance to create.
| |
xml:String — The method called by the service when the asynchronous request completes and the return value is received.
| |
clientHandler:Function (default = null ) — This method is called by a service when the asynchronous request completes and an error is received.
| |
errorHandler:Function (default = null )
| |
ddiOptionsSpec:DDIOptionsSpec (default = null )
|
mx.rpc:AsyncToken — An instance of mx.rpc.AsyncToken . You can extract the response of the call from
ResultEvent through a fault handler or responder. ResultEvent.result contains the data dictionary instance.
|
exportDataDictionaryAsFML | () | method |
public function exportDataDictionaryAsFML(dataDictionaryId:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Exports a data dictionary to an application model, which allows a data dictionary to be generated from the model.
Parameters
dataDictionaryId:String — The identifier of the data dictionary to export.
| |
clientHandler:Function (default = null ) — The method called by the service when the asynchronous request completes and the return value is received.
| |
errorHandler:Function (default = null ) — This method is called by a service when the asynchronous request completes and an error is received.
|
mx.rpc:AsyncToken — An instance of mx.rpc.AsyncToken . You can extract the response of the call from
ResultEvent through a fault handler or responder. ResultEvent.result contains
the application model the data dictionary is exported to. The result type is String.
|
getDataDictionaryFromFML | () | method |
public function getDataDictionaryFromFML(dataDictionaryName:String, fml:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Generates a data dictionary from the specified model.
Parameters
dataDictionaryName:String — The name of the data dictionary to generate.
| |
fml:String — The method called by the service when the asynchronous request completes and the return value is received.
| |
clientHandler:Function (default = null ) — This method is called by a service when the asynchronous request completes and an error is received.
| |
errorHandler:Function (default = null )
|
mx.rpc:AsyncToken — An instance of mx.rpc.AsyncToken . You can extract the response of the call from
ResultEvent through a fault handler or responder. ResultEvent.result contains
the data dictionary that is generated using the application model.
|
getDataDictionaryFromXSD | () | method |
public function getDataDictionaryFromXSD(dataDictionaryName:String, xmlSchema:String, elementName:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Generates a data dictionary from the passed XML schema.
Parameters
dataDictionaryName:String — The name of the data dictionary to generate.
| |
xmlSchema:String — The XML schema to use to generate the data dictionary.
| |
elementName:String — An element in the XML schema.
| |
clientHandler:Function (default = null ) — The method called by the service when the asynchronous request completes and the return value is received.
| |
errorHandler:Function (default = null ) — This method is called by a service when the asynchronous request completes and an error is received.
|
mx.rpc:AsyncToken — AsyncToken An instance of mx.rpc.AsyncToken . You can extract the response of the call from
ResultEvent through a fault handler or responder. ResultEvent.result contains the generated
data dictionary.
|
getInstance | () | method |
public static function getInstance():DataDictionaryUtilServiceImpl
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A static method that returns the instance of a singleton.
ReturnsDataDictionaryUtilServiceImpl — The instance of a singleton.
|
getSampleXMLDataForDD | () | method |
public function getSampleXMLDataForDD(dataDictionaryId:String, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Generates sample XML data that can be used to create an instance of a data dictionary.
Parameters
dataDictionaryId:String — The identifier of the data dictionary to create.
| |
clientHandler:Function (default = null ) — The method called by the service when the asynchronous request completes and the return value is received.
| |
errorHandler:Function (default = null ) — This method is called by a service when the asynchronous request completes and an error is received.
|
mx.rpc:AsyncToken — An instance of mx.rpc.AsyncToken . You can extract the response of the call from
ResultEvent through a fault handler or responder. ResultEvent.result contains
the sample XML to export to the data dictionary. The result type is String.
|
serializeDDItoXML | () | method |
public function serializeDDItoXML(dataDictionaryInstance:DataDictionaryInstance, clientHandler:Function = null, errorHandler:Function = null):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Generates a XML data representing the input Data Dictionary Instance
Parameters
dataDictionaryInstance:DataDictionaryInstance — The data dictionary instance that is used to create XML. The XML output is compliant to the XML schema bindings in the Data Dictionary.
| |
clientHandler:Function (default = null ) — The method called by the service when the asynchronous request completes and the return value is received.
| |
errorHandler:Function (default = null ) — The method called by the service when the asynchronous request completes and an error is received.
|
mx.rpc:AsyncToken — An instance of mx.rpc.AsyncToken . You can extract the response of the call from
ResultEvent or FaultEvent through handler or responder. ResultEvent.result contains
the XML corresponding to the data dictionary instance. The result type is String.
|
Mon Nov 18 2013, 11:47 AM -08:00