Class InstanceListConfiguration

java.lang.Object
com.aquima.interactions.composer.model.list.state.ListConfiguration
com.aquima.interactions.framework.container.instance.list.state.InstanceListConfiguration
All Implemented Interfaces:
Serializable

public class InstanceListConfiguration extends ListConfiguration
State object for the InstanceList implementation.
Since:
9.3
Author:
T. Middeldorp, G. der Kinderen
See Also:
  • Constructor Details

    • InstanceListConfiguration

      protected InstanceListConfiguration(SortingState sortingState, PagingState pagingState)
  • Method Details

    • acquireInstance

      public static InstanceListConfiguration acquireInstance(String containerName, String id, ISessionScope sessionScope, InstanceListParameters parameters, InstanceListColumn[] columns)
      Acquires a ListState instance based on container name and index in parent container.
      Parameters:
      containerName - the name of the container
      id - the id
      sessionScope - the session scope
      parameters - the instance list parameters
      columns - the instance list columns
      Returns:
      ListState instance which is unique for the combination containerName and index.