|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoryServiceGrid
The history service returns information about the change history of a coding scheme.
Field Summary | |
---|---|
static java.lang.String |
metaURN
|
Method Summary | |
---|---|
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList |
getAncestors(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference)
Return the list of change events identifying the immediate ancestors of the given concept reference. |
org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.Collections.CodingSchemeVersionList |
getConceptChangeVersions(org.LexGrid.LexBIG.iso21090.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.iso21090.versions.CodingSchemeVersion |
getConceptCreationVersion(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference)
Return the coding scheme version in which the supplied concept was created. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList |
getDescendants(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference)
Return the list of change events identifying the immediate descendants of the given concept reference. |
org.LexGrid.iso21090.versions.SystemRelease |
getEarliestBaseline()
Return the earliest baseline version in the list |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList |
getEditActionList(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference,
org.LexGrid.iso21090.versions.CodingSchemeVersion codingSchemeVersion)
Return the list of available NCI-defined change events for the given concept and coding scheme version. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList |
getEditActionList(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference,
java.util.Date beginDate,
java.util.Date endDate)
Return the list of available NCI-defined change events for the given concept and date range. |
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList |
getEditActionList(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference,
java.net.URI releaseURN)
Return the list of NCI-defined change events for the given concept and release; empty if not applicable. |
org.LexGrid.iso21090.versions.SystemRelease |
getLatestBaseline()
Get the latest baseline in the list. |
org.LexGrid.LexBIG.iso21090.DataModel.InterfaceElements.SystemReleaseDetail |
getSystemRelease(java.net.URI releaseURN)
Return detailed information about the particular system release. |
Field Detail |
---|
static final java.lang.String metaURN
Method Detail |
---|
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList getAncestors(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- ConceptReference
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.Collections.SystemReleaseList getBaselines(java.util.Date releasedAfter, java.util.Date releasedBefore) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
releasedAfter
- If present, only return baselines released on or after the
supplied date.releasedBefore
- If present, only return baselines that were released before
the specified date
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.Collections.CodingSchemeVersionList getConceptChangeVersions(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference, java.util.Date beginDate, java.util.Date endDate) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- The concept to pull the versions out ofbeginDate
- Begin date (inclusive) to check for version changes. If
omitted, go to earliest recorded dateendDate
- Last date to check for changes in (inclusive). If omitted
include all dates past and including beginDate
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.iso21090.versions.CodingSchemeVersion getConceptCreationVersion(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- ConceptReference
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList getDescendants(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- ConceptReference
LBParameterException,LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.iso21090.versions.SystemRelease getEarliestBaseline() throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
LBInvocationException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList getEditActionList(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference, org.LexGrid.iso21090.versions.CodingSchemeVersion codingSchemeVersion) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- Optional concept to get the action list for. If omitted, all
events for the given change set (represented by a coding
scheme version) are returned.codingSchemeVersion
- Version to get the action list for
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList getEditActionList(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference, java.util.Date beginDate, java.util.Date endDate) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- Optional concept to get the action list for. If omitted, all
events for the given date range are returned.beginDate
- Begin date (inclusive) to check for version changes. If
omitted, go to earliest recorded date.endDate
- Last date to check for changes in (inclusive). If omitted
include all dates past and including beginDate.
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NCIChangeEventList getEditActionList(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference conceptReference, java.net.URI releaseURN) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
conceptReference
- Optional concept to get the action list for. If omitted the
actions for all registered concepts for the specified system
release are returned.releaseURN
- URN of the system release to retrieve the action list for.
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.iso21090.versions.SystemRelease getLatestBaseline() throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.InterfaceElements.SystemReleaseDetail getSystemRelease(java.net.URI releaseURN) throws org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException, org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess, java.rmi.RemoteException
releaseURN
- The URN of the system release to retrieve.
LBInvocationException,LBParameterException,InvalidServiceContextAccess,RemoteException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |