Customer Portal

Reading properties from graph BEFORE loading

Comments 2

  • Avatar
    mzatopek
    0
    Comment actions Permalink
    Unfortunately we don't have any specialized graph properties reader, which you can use in your case. We haven't need it before. Nonetheless, it shouldn't be so complicated to write your own. Check TransformationGraphXMLReaderWriter.instantiateProperties() method. This method tries to resolve all parameter references, what is in fact undesirable in your case (if I understand well what's your point).

    Martin
  • Avatar
    deshartman
    0
    Comment actions Permalink
    Martin

    Thanks for the reply. I guess a simple XML ready would also do the trick?

    Thanks
    Des

Please sign in to leave a comment.