Package de.aeb.xnsg.atcconnector.bf
Class GenericCallDTO
java.lang.Object
de.aeb.xnsg.core.bf.BFFunctionDTO
de.aeb.xnsg.atcconnector.bf.GenericCallDTO
public class GenericCallDTO
extends de.aeb.xnsg.core.bf.BFFunctionDTO
Parameters that describe a API function to be called
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe arguments of the function, serialized into a linear structure, the original hierarchy can be restored via the field parentId in the ElementDTOs.Fields inherited from class de.aeb.xnsg.core.bf.BFFunctionDTO
businessFacade, functionName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arguments
the arguments of the function, serialized into a linear structure, the original hierarchy can be restored via the field parentId in the ElementDTOs. the function arguments are given by name (as defined in engine's function docu/wsdl) and have a parentId of -1; any nested elements are connected via their parentId.
-
-
Constructor Details
-
GenericCallDTO
public GenericCallDTO()
-