ADMPreview Method
Given an ADM session's deployment filter (such as an EAI Search Specification), returns a valid search specification for ISS Joint Workspace View. Basically, this function parses out the [Full] parameter in the deployment filter.
Syntax
ISS Import Export Authoring Service.InvokeMethod(“ADMPreview", Input Arguments,Output Arguments);
Arguments
Argument | Type | Description |
---|---|---|
MethodName |
In |
ADMPreview |
Input Arguments |
In |
Unparsed filter |
Output Arguments |
Out |
Search specification |
Properties of Input Arguments
Property | Value | Description |
---|---|---|
EAI Search Spec |
ADM deployment filter |
ADM deployment filter |
Properties of Output Arguments
Property | Value | Description |
---|---|---|
EAI Search Spec |
Search Specification |
Search Specification for ISS Joint Workspace View |