org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service
Class HistoryServiceImpl
java.lang.Object
org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.HistoryServiceImplBase
org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.HistoryServiceImpl
public class HistoryServiceImpl
- extends HistoryServiceImplBase
TODO:I am the service side implementation class. IMPLEMENT AND DOCUMENT ME
Method Summary |
org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList |
getAncestors(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
|
org.LexGrid.LexBIG.DataModel.Collections.SystemReleaseList |
getBaselines(java.util.Date releasedAfter,
java.util.Date releasedBefore)
|
org.LexGrid.LexBIG.DataModel.Collections.CodingSchemeVersionList |
getConceptChangeVersions(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
java.util.Date beginDate,
java.util.Date endDate)
|
org.LexGrid.versions.CodingSchemeVersion |
getConceptCreationVersion(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
|
org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList |
getDescendents(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
|
org.LexGrid.versions.SystemRelease |
getEarliestBaseline()
|
org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList |
getEditActionList(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
org.apache.axis.types.URI releaseURN)
|
org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList |
getEditActionList2(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
org.LexGrid.versions.CodingSchemeVersion codingSchemeVersion)
|
org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList |
getEditActionList3(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
java.util.Date beginDate,
java.util.Date endDate)
|
org.LexGrid.versions.SystemRelease |
getLatestBaseline()
|
org.LexGrid.LexBIG.DataModel.InterfaceElements.SystemReleaseDetail |
getSystemRelease(org.apache.axis.types.URI releaseURN)
|
Methods inherited from class org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.HistoryServiceImplBase |
getCodedNodeGraphResourceHome, getCodedNodeSetResourceHome, getConfiguration, getFilterResourceHome, getLexBIGServiceConvenienceMethodsResourceHome, getLexBIGServiceMetadataResourceHome, getLexEVSGridServiceResourceHome, getResolvedConceptReferencesIteratorResourceHome, getResourceHome, getResourceHome, getSortResourceHome |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryServiceImpl
public HistoryServiceImpl()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAncestors
public org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getAncestors(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getBaselines
public org.LexGrid.LexBIG.DataModel.Collections.SystemReleaseList getBaselines(java.util.Date releasedAfter,
java.util.Date releasedBefore)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getConceptChangeVersions
public 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,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getConceptCreationVersion
public org.LexGrid.versions.CodingSchemeVersion getConceptCreationVersion(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getDescendents
public org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getDescendents(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getEarliestBaseline
public org.LexGrid.versions.SystemRelease getEarliestBaseline()
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
getEditActionList
public org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
org.apache.axis.types.URI releaseURN)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getEditActionList2
public org.LexGrid.LexBIG.DataModel.Collections.NCIChangeEventList getEditActionList2(org.LexGrid.LexBIG.DataModel.Core.ConceptReference conceptReference,
org.LexGrid.versions.CodingSchemeVersion codingSchemeVersion)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getEditActionList3
public 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,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException
getLatestBaseline
public org.LexGrid.versions.SystemRelease getLatestBaseline()
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBInvocationException
getSystemRelease
public org.LexGrid.LexBIG.DataModel.InterfaceElements.SystemReleaseDetail getSystemRelease(org.apache.axis.types.URI releaseURN)
throws java.rmi.RemoteException,
InvalidServiceContextAccess,
LBParameterException,
LBInvocationException
- Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException