|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params) throws java.rmi.RemoteException
java.rmi.RemoteException
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
conceptReference
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
releasedAfter
- releasedBefore
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
conceptReference
- beginDate
- endDate
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
conceptReference
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
conceptReference
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
InvalidServiceContextAccess
LBInvocationException
java.rmi.RemoteException
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
conceptReference
- releaseURN
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
conceptReference
- codingSchemeVersion
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
conceptReference
- beginDate
- endDate
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
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
InvalidServiceContextAccess
LBInvocationException
java.rmi.RemoteException
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
releaseURN
-
InvalidServiceContextAccess
LBParameterException
LBInvocationException
java.rmi.RemoteException
org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |