Ontimize 5.2072EN

com.ontimize.builder
Interface InteractionManagerActionBuilder

All Known Implementing Classes:
XMLInteractionManagerActionBuilder

public interface InteractionManagerActionBuilder

Creates a InteractionManagerAction object model with a set of actions to manage the parent form state with the given XML from the InteractionManager.

Since:
Ontimize 5.2059EN
Author:
Imatia Innovation S.L.

Method Summary
 InteractionManagerAction buildAction(java.io.InputStream resource)
          Loads a XML content from the given InputStream resource and creates a InteractionManagerAction action model.
 InteractionManagerAction buildAction(java.lang.String resource)
          Loads a XML content from the given String resource and creates a InteractionManagerAction action model.
 

Method Detail

buildAction

public InteractionManagerAction buildAction(java.lang.String resource)

Loads a XML content from the given String resource and creates a InteractionManagerAction action model.

Parameters:
resource - InputStream XML source.
Returns:
InteractionManagerAction action model.

buildAction

public InteractionManagerAction buildAction(java.io.InputStream resource)

Loads a XML content from the given InputStream resource and creates a InteractionManagerAction action model.

Parameters:
resource - InputStream XML source.
Returns:
InteractionManagerAction action model.

Ontimize