org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.common
Interface CodedNodeSetI
All Known Implementing Classes: CodedNodeSetClient
public interface CodedNodeSetI
This class is autogenerated, DO NOT EDIT.
This interface represents the API which is accessable on the grid service from the client.
Method Summary
org.oasis.wsrf.lifetime.DestroyResponse
destroy (org.oasis.wsrf.lifetime.Destroy params)
void
difference (CodedNodeSetReference codes)
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse
getMultipleResourceProperties (org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
org.oasis.wsrf.properties.GetResourcePropertyResponse
getResourceProperty (javax.xml.namespace.QName params)
void
intersect (CodedNodeSetReference codes)
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeExistence
isCodeInSet (org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference code)
org.oasis.wsrf.properties.QueryResourcePropertiesResponse
queryResourceProperties (org.oasis.wsrf.properties.QueryResourceProperties_Element params)
ResolvedConceptReferencesIteratorClient
resolve (org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ResolvedConceptReferenceList
resolveToList (org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
void
restrictToCodes (org.LexGrid.LexBIG.iso21090.DataModel.Collections.ConceptReferenceList codeList)
void
restrictToMatchingDesignations (org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.enums.SearchDesignationOption searchDesignationOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
void
restrictToMatchingProperties (org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
void
restrictToProperties (org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList propertyList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList)
void
restrictToStatus (org.LexGrid.LexBIG.iso21090.DataModel.enums.ActiveOption activeOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.Status[] status)
org.oasis.wsrf.lifetime.SetTerminationTimeResponse
setTerminationTime (org.oasis.wsrf.lifetime.SetTerminationTime params)
void
union (CodedNodeSetReference codes)
resolveToList
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ResolvedConceptReferenceList resolveToList (org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToCodes
void restrictToCodes (org.LexGrid.LexBIG.iso21090.DataModel.Collections.ConceptReferenceList codeList)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
isCodeInSet
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeExistence isCodeInSet (org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference code)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToMatchingDesignations
void restrictToMatchingDesignations (org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.enums.SearchDesignationOption searchDesignationOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
resolve
ResolvedConceptReferencesIteratorClient resolve (org.LexGrid.LexBIG.iso21090.DataModel.cagrid.SetResolutionPolicy setResolutionPolicy)
throws java.rmi.RemoteException,
org.apache.axis.types.URI.MalformedURIException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToStatus
void restrictToStatus (org.LexGrid.LexBIG.iso21090.DataModel.enums.ActiveOption activeOption,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.Status[] status)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
intersect
void intersect (CodedNodeSetReference codes)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
union
void union (CodedNodeSetReference codes)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
difference
void difference (CodedNodeSetReference codes)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToProperties
void restrictToProperties (org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList propertyList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
restrictToMatchingProperties
void restrictToMatchingProperties (org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList,
org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyType,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList2,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList localNameList3,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList nameAndValueList,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchCriteria,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification extensionIdentification,
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.LanguageIdentification languageIdentification)
throws java.rmi.RemoteException,
InvalidServiceContextAccess ,
LBInvocationException ,
LBParameterException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
LBParameterException
destroy
org.oasis.wsrf.lifetime.DestroyResponse destroy (org.oasis.wsrf.lifetime.Destroy params)
throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
setTerminationTime
org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime (org.oasis.wsrf.lifetime.SetTerminationTime params)
throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
getMultipleResourceProperties
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties (org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
getResourceProperty
org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty (javax.xml.namespace.QName params)
throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
queryResourceProperties
org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties (org.oasis.wsrf.properties.QueryResourceProperties_Element params)
throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD