@Deprecated public interface DataModuleResolver
Modifier and Type | Method and Description |
---|---|
List<String> |
resolveAllExpressions(List<String> expressions,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
resolveDataModule(DataModule dataModule,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
resolveDataModule(String dataModuleID,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
String |
resolveExpressions(List<String> expressions,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
unResolveDataModule(DataModule dataModule,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
unResolveDataModule(String dataModuleID,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
@Deprecated List<com.adobe.icc.render.obj.Content> resolveDataModule(DataModule dataModule, com.adobe.icc.render.obj.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 variablesContent
objectsICCException
@Deprecated List<com.adobe.icc.render.obj.Content> resolveDataModule(String dataModuleID, com.adobe.icc.render.obj.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 variablesContent
objectsICCException
@Deprecated String resolveExpressions(List<String> expressions, com.adobe.icc.render.obj.ContextData contextData) throws ICCException
expressions
- The list of expressions to be resolved.contextData
- Context data to help with expression resolution.ICCException
@Deprecated List<String> resolveAllExpressions(List<String> expressions, com.adobe.icc.render.obj.ContextData contextData) throws ICCException
expressions
- The list of expressions to be resolved.contextData
- Context data to help with expression resolution.ICCException
@Deprecated List<com.adobe.icc.render.obj.Content> unResolveDataModule(DataModule dataModule, com.adobe.icc.render.obj.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 variablesContent
objectsICCException
@Deprecated List<com.adobe.icc.render.obj.Content> unResolveDataModule(String dataModuleID, com.adobe.icc.render.obj.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 variablesContent
objectsICCException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.