Class InstanceManager

java.lang.Object
com.aquima.interactions.profile.model.InstanceManager
All Implemented Interfaces:
IProfileLifecycle, Serializable

public class InstanceManager extends Object implements Serializable, IProfileLifecycle
This class manages all the instances. This class contains most logic of the profile To prevent duplicate code this class only has methods that accept the entity id. The surrounding profile class provides extra methods that make it possible to call the methods based on entityName.
Since:
5.0
Author:
O. Kerpershoek, F. v.d. Meer, V. Jansen
See Also: