|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataModuleResolver
Resolves the given data module.
| Method Summary | |
|---|---|
java.util.List |
resolveAllExpressions(java.util.List expressions,
ContextData contextData)
Resolves the given list of expression. |
java.util.List |
resolveDataModule(DataModule dataModule,
ContextData contextData)
This method will resolve all types of Data Modules and will return list of Content objects. |
java.util.List |
resolveDataModule(java.lang.String dataModuleID,
ContextData contextData)
This method will resolve all types of Data Modules and will return list of Content objects. |
java.lang.String |
resolveExpressions(java.util.List expressions,
ContextData contextData)
Resolves the given list of expression. |
| Method Detail |
|---|
java.util.List resolveDataModule(DataModule dataModule,
ContextData contextData)
throws ICCException
Content objects. Empty list is returned even when a null data
module is passed.
NOTE: This will not work from flex clients (since they do not have the
content bytes for a module). Such clients should use the other API, that
accepts a module ID for resolving the content of that data module.
dataModule - DataModule whose content is to be resolved/fetched.contextData - ContextData to resolve variables
Content objects
ICCException
java.util.List resolveDataModule(java.lang.String dataModuleID,
ContextData contextData)
throws ICCException
Content objects. Empty list is returned even when a null data
module is passed.
dataModuleID - ID of the DataModule whose content is to be resolved/fetched.contextData - ContextData to resolve variables
Content objects
ICCException
java.lang.String resolveExpressions(java.util.List expressions,
ContextData contextData)
throws ICCException
expressions - The list of expressions to be resolved.contextData - Context data to help with expression resolution.
ICCException
java.util.List resolveAllExpressions(java.util.List expressions,
ContextData contextData)
throws ICCException
expressions - The list of expressions to be resolved.contextData - Context data to help with expression resolution.
ICCException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||