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

    Fields
    Modifier and Type
    Field
    Description
    the 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • arguments

      public ElementDTO[] 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()