org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.common
Interface HistoryServiceI

All Known Implementing Classes:
HistoryServiceClient

public interface HistoryServiceI

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)
           
 org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getAncestors(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
          Return the list of change events identifying the immediate ancestors of the given concept reference.
 org.LexGrid.LexBIG.DataModel.Collections.SystemReleaseList getBaselines(java.util.Date releasedAfter, java.util.Date releasedBefore)
          Return a list of baselines supported by this service that were released on or after the first supplied date and were released on or before the second date.
 org.LexGrid.LexBIG.DataModel.Collections.CodingSchemeVersionList getConceptChangeVersions(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference, java.util.Date beginDate, java.util.Date endDate)
          Return a list of all of the coding scheme versions in which the supplied concept changed between the two supplied times (inclusive).
 org.LexGrid.versions.CodingSchemeVersion getConceptCreationVersion(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
          Return the coding scheme version in which the supplied concept was created.
 org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getDescendents(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
          Return the list of change events identifying the immediate descendants of the given concept reference.
 org.LexGrid.versions.SystemRelease getEarliestBaseline()
          Return the earliest baseline version in the list.
 org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference, org.apache.axis.types.URI releaseURN)
          Return the list of available NCI-defined change events for the given concept and coding scheme version.
 org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList2(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference, org.LexGrid.versions.CodingSchemeVersion codingSchemeVersion)
          Return the list of available NCI-defined change events for the given concept and date range.
 org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList3(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference, java.util.Date beginDate, java.util.Date endDate)
          Return the list of NCI-defined change events for the given concept and release; empty if not applicable.
 org.LexGrid.versions.SystemRelease getLatestBaseline()
          Get the latest baseline in the list.
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
           
 org.LexGrid.LexBIG.DataModel.InterfaceElements.SystemReleaseDetail getSystemRelease(org.apache.axis.types.URI releaseURN)
          Return detailed information about the particular system release.
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
           
 org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
           
 

Method Detail

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

getAncestors

org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getAncestors(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
                                                                         throws java.rmi.RemoteException,
                                                                                org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the list of change events identifying the immediate ancestors of the given concept reference.

Parameters:
conceptReference -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getBaselines

org.LexGrid.LexBIG.DataModel.Collections.SystemReleaseList getBaselines(java.util.Date releasedAfter,
                                                                        java.util.Date releasedBefore)
                                                                        throws java.rmi.RemoteException,
                                                                               org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                               org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                               org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return a list of baselines supported by this service that were released on or after the first supplied date and were released on or before the second date. Returned baselines are arranged in sequential order, from earliest to latest.

Parameters:
releasedAfter -
releasedBefore -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getConceptChangeVersions

org.LexGrid.LexBIG.DataModel.Collections.CodingSchemeVersionList getConceptChangeVersions(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
                                                                                          java.util.Date beginDate,
                                                                                          java.util.Date endDate)
                                                                                          throws java.rmi.RemoteException,
                                                                                                 org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                                 org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                                 org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return a list of all of the coding scheme versions in which the supplied concept changed between the two supplied times (inclusive).

Parameters:
conceptReference -
beginDate -
endDate -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getConceptCreationVersion

org.LexGrid.versions.CodingSchemeVersion getConceptCreationVersion(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
                                                                   throws java.rmi.RemoteException,
                                                                          org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                          org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                          org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the coding scheme version in which the supplied concept was created.

Parameters:
conceptReference -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getDescendents

org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getDescendents(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
                                                                           throws java.rmi.RemoteException,
                                                                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the list of change events identifying the immediate descendants of the given concept reference.

Parameters:
conceptReference -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getEarliestBaseline

org.LexGrid.versions.SystemRelease getEarliestBaseline()
                                                       throws java.rmi.RemoteException,
                                                              org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                              org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the earliest baseline version in the list.

Throws:
InvalidServiceContextAccess
LBInvocationException
java.rmi.RemoteException

getEditActionList

org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
                                                                              org.apache.axis.types.URI releaseURN)
                                                                              throws java.rmi.RemoteException,
                                                                                     org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                     org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                     org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the list of available NCI-defined change events for the given concept and coding scheme version.

Parameters:
conceptReference -
releaseURN -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getEditActionList2

org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList2(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
                                                                               org.LexGrid.versions.CodingSchemeVersion codingSchemeVersion)
                                                                               throws java.rmi.RemoteException,
                                                                                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the list of available NCI-defined change events for the given concept and date range.

Parameters:
conceptReference -
codingSchemeVersion -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getEditActionList3

org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList3(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
                                                                               java.util.Date beginDate,
                                                                               java.util.Date endDate)
                                                                               throws java.rmi.RemoteException,
                                                                                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return the list of NCI-defined change events for the given concept and release; empty if not applicable.

Parameters:
conceptReference -
beginDate -
endDate -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

getLatestBaseline

org.LexGrid.versions.SystemRelease getLatestBaseline()
                                                     throws java.rmi.RemoteException,
                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Get the latest baseline in the list.

Throws:
InvalidServiceContextAccess
LBInvocationException
java.rmi.RemoteException

getSystemRelease

org.LexGrid.LexBIG.DataModel.InterfaceElements.SystemReleaseDetail getSystemRelease(org.apache.axis.types.URI releaseURN)
                                                                                    throws java.rmi.RemoteException,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
Return detailed information about the particular system release.

Parameters:
releaseURN -
Throws:
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException

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