Uses of Class
com.orchestranetworks.addon.dpra.function.AssetContextAdapter
Packages that use AssetContextAdapter
Package
Description
Provides classes and interfaces to create custom functions and execute registered functions
(both built-in functions and custom functions).
-
Uses of AssetContextAdapter in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that return AssetContextAdapterModifier and TypeMethodDescriptionstatic AssetContextAdapterAssetContextAdapter.onDataset(com.onwbp.adaptation.Adaptation dataset) Creates an adapter for dataset contexts.static AssetContextAdapterAssetContextAdapter.onDataspace(com.onwbp.adaptation.AdaptationHome dataspace) Creates an adapter for dataspace contexts.static AssetContextAdapterAssetContextAdapter.onField(com.onwbp.adaptation.AdaptationTable table, com.orchestranetworks.schema.SchemaNode field) Creates an adapter for field contexts.static AssetContextAdapterAssetContextAdapter.onTable(com.onwbp.adaptation.AdaptationTable table) Creates an adapter for table contexts.static AssetContextAdapterAssetContextAdapter.onWorkflow(com.orchestranetworks.workflow.PublishedProcess workflow) Creates an adapter for workflow contexts.Methods in com.orchestranetworks.addon.dpra.function with parameters of type AssetContextAdapterModifier and TypeMethodDescriptionFunctionOperations.execute(String functionCode, AssetContextAdapter context) Executes a function identified by its code within the specified asset context.