Class WorkpageStartInfoExtensionAdapter

java.lang.Object
org.eclnt.workplace.eximport.WorkpageStartInfoExtensionAdapter

public class WorkpageStartInfoExtensionAdapter extends Object
This class was written to support CC-users that have extended the class WorkpageStartInfo and have added own properties. Due to the fact that WorkpageStartInfo is contained in other XML-serialized objects it is not possible to process extension as part of this serializations.

Consequence: if extending WorkpageStartInfo then extensions have to serialize their additional attributes into parameters of WorkpageStartInfo - and deserialize accordingly when the information is transferred into a WorkpageStartInfo...

Extensions of this class need to be registered in system.xml configuration, please check system.xml_template for element "workplace", attribute "workpagestartinfoextensionadapter".