package com.vci.corba.refquery;
|
|
|
/**
|
* Generated from IDL interface "RefQueryService".
|
*
|
* @author JacORB IDL compiler V 3.9
|
* @version generated at 2022-12-23 15:42:24
|
*/
|
|
public interface RefQueryServiceOperations
|
{
|
/* constants */
|
/* operations */
|
com.vci.corba.refquery.RefPath[] getRefQueryResults(com.vci.corba.refquery.RefPath[] paths) throws com.vci.corba.common.VCIError;
|
com.vci.corba.refquery.RefPath[] getRefResults(com.vci.corba.refquery.RefPath[] paths, java.lang.String toType) throws com.vci.corba.common.VCIError;
|
com.vci.corba.refquery.RefPath[] getRefTypesResults(com.vci.corba.refquery.RefPath[] paths, java.lang.String[] types) throws com.vci.corba.common.VCIError;
|
}
|