Package de.aristaflow.ilm.model.common
Class ActivityConfExtension
- java.lang.Object
-
- de.aristaflow.ilm.model.common.ActivityConfExtension
-
- All Implemented Interfaces:
Serializable
public class ActivityConfExtension extends Object implements Serializable
This class just provides the differences betweenActivityConfiguration
andConfiguration
. It allows to easily extend anAfConfiguration
to provide anActivityConfiguration
. There are places where the Java model does this by overriding the get-method which cannot be done in the ILM since fields cannot be overridden by subclasses.- See Also:
Configuration
,ActivityConfiguration
,Activity
,Activity
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<@NotBlank String,@NotBlank String>
fromInputParameter
Map<@NotBlank String,@NotBlank String>
fromProcessConfiguration
-
Constructor Summary
Constructors Constructor Description ActivityConfExtension()
-