org.openbp.cockpit.generator.generic
Interface ProcessEntrySettings

All Known Implementing Classes:
ProcessEntrySettingsImpl

public interface ProcessEntrySettings

Process entry settings object. This interface defices generator settings that contain a list of process entries.

Author:
Heiko Erhardt

Method Summary
 void afterDeserialization(MsgContainer msgs)
          This template method is called after the settings object has been deserialized.
 void beforeSerialization()
          This template method is called before the settings object is being serialized.
 java.util.List getEntryList()
          Gets the entry list.
 Model getModel()
          Gets the model that will be used to resolve item references (e\.g\. data types).
 void setEntryList(java.util.List entryList)
          Sets the entry list.
 

Method Detail

getEntryList

java.util.List getEntryList()
Gets the entry list.

Returns:
A list of ProcessEntry objects

setEntryList

void setEntryList(java.util.List entryList)
Sets the entry list.

Parameters:
entryList - A list of ProcessEntry objects

getModel

Model getModel()
Gets the model that will be used to resolve item references (e\.g\. data types).


beforeSerialization

void beforeSerialization()
This template method is called before the settings object is being serialized. It can be overridden to implement custom operations.


afterDeserialization

void afterDeserialization(MsgContainer msgs)
This template method is called after the settings object has been deserialized. It will add all data members that are not present in the field list to the field list.

Parameters:
msgs - Container for error messages


Copyright © 2011. All Rights Reserved.