A C D E F G I M N P R T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- arguments - Variable in class de.aeb.xnsg.atcconnector.bf.GenericCallDTO
-
the arguments of the function, serialized into a linear structure, the original hierarchy can be restored via the field parentId in the ElementDTOs.
C
- callsForStatusUpdate - Variable in class de.aeb.xnsg.atcconnector.bf.RFCIDocStatusDTO
-
a sequence of function calls that have to be performed in the sap system, to set the idoc status to an appropriate value that reflects the invocation of insertIDoc
- clone() - Method in class de.aeb.xnsg.atcconnector.bf.ElementDTO
D
- de.aeb.xnsg.atcconnector.bf - package de.aeb.xnsg.atcconnector.bf
E
- ElementDTO - Class in de.aeb.xnsg.atcconnector.bf
-
the element of a possibly complex, nested, structure, converted into a simple, linear array.
- ElementDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.ElementDTO
- exportXML - Variable in class de.aeb.xnsg.atcconnector.bf.RFCCallDTO
-
the "exporting" parameters of the rfc call - the content of this structure is typically empty, but the field names may be extractable from here
- exportXML - Variable in class de.aeb.xnsg.atcconnector.bf.RFCResponseDTO
-
the exports parameter, filled by the result of the function call syntax must be conformant to sap JCO fromXML(...)
F
- functionName - Variable in class de.aeb.xnsg.atcconnector.bf.RFCCallDTO
-
the name of the RFC to call
G
- GenericAnswerDTO - Class in de.aeb.xnsg.atcconnector.bf
-
The result of a function call, given in a serialized form of elements which can be restored into a complex structure
- GenericAnswerDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.GenericAnswerDTO
- genericCall(GenericCallDTO) - Method in interface de.aeb.xnsg.atcconnector.bf.IATCConnectorBF
-
make a generic call passing arguments packed into a generic structure
- GenericCallDTO - Class in de.aeb.xnsg.atcconnector.bf
-
Parameters that describe a business facade function to be called
- GenericCallDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.GenericCallDTO
I
- IATCConnectorBF - Interface in de.aeb.xnsg.atcconnector.bf
-
Tunneling of incoming RFC calls and IDocs receiving with http/webservice
- id - Variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
the id of this element.
- idoc - Variable in class de.aeb.xnsg.atcconnector.bf.RFCIdocDTO
-
the idoc in serialized form (xml)
- importXML - Variable in class de.aeb.xnsg.atcconnector.bf.RFCCallDTO
-
the "importing" parameters of the rfc call
- invokeRFC(RFCCallDTO) - Method in interface de.aeb.xnsg.atcconnector.bf.IATCConnectorBF
-
invoke an incoming rfc call
M
- MAX_NAME_LENGTH - Static variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
the maximum length used for name property.
N
- name - Variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
the name of this element.
- name - Variable in class de.aeb.xnsg.atcconnector.bf.RFCTableDTO
-
the name of the table
P
- pId - Variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
the id of the parent structure where this element belongs to.
R
- result - Variable in class de.aeb.xnsg.atcconnector.bf.GenericAnswerDTO
-
list of elements from which the structured result can be restored.
- RFCCallDTO - Class in de.aeb.xnsg.atcconnector.bf
-
data sent from client to server to perform an incoming RFC call
- RFCCallDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.RFCCallDTO
- RFCIdocDTO - Class in de.aeb.xnsg.atcconnector.bf
-
structure containing an idoc
- RFCIdocDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.RFCIdocDTO
- RFCIDocStatusDTO - Class in de.aeb.xnsg.atcconnector.bf
-
the outcome of calling insertIdoc
- RFCIDocStatusDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.RFCIDocStatusDTO
- RFCResponseDTO - Class in de.aeb.xnsg.atcconnector.bf
-
The results of an incoming RFC call
- RFCResponseDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.RFCResponseDTO
- RFCTableDTO - Class in de.aeb.xnsg.atcconnector.bf
-
this structure transports the rows of a table that is filled by the business facade and returned to the caller
- RFCTableDTO() - Constructor for class de.aeb.xnsg.atcconnector.bf.RFCTableDTO
T
- tables - Variable in class de.aeb.xnsg.atcconnector.bf.RFCResponseDTO
-
the tables of the RFC call, filled by the values that the server has put into the table
- tableXml - Variable in class de.aeb.xnsg.atcconnector.bf.RFCTableDTO
-
the table contents as xml, syntax must be conformant to sap jco fromXML(...)
- tableXML - Variable in class de.aeb.xnsg.atcconnector.bf.RFCCallDTO
-
the tables of the RFC call, as filled by the client
- toString() - Method in class de.aeb.xnsg.atcconnector.bf.ElementDTO
- type - Variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
the type of the structure; this is not strictly necessary since the receiving entity should be able to enfer the structure with its own meta data; it may be used however for sanity checks; for primitive data it contains the datatype name known from xml schema, see http://www.w3.org/TR/xmlschema-2/; currently implemented is string int long boolean decimal base64Binary structures are designated by the unqualified java class name.
V
- value - Variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
the value of the field.
- valueBin - Variable in class de.aeb.xnsg.atcconnector.bf.ElementDTO
-
use instead of 'value' to transfer binary content.
All Classes All Packages