|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client.CodedNodeGraphClient
public class CodedNodeGraphClient
This class is autogenerated, DO NOT EDIT GENERATED GRID SERVICE ACCESS METHODS. This client is generated automatically by Introduce to provide a clean unwrapped API to the service. On construction the class instance will contact the remote service and retrieve it's security metadata description which it will use to configure the Stub specifically for each method call.
Field Summary | |
---|---|
protected CodedNodeGraphPortType |
portType
|
private java.lang.Object |
portTypeMutex
|
Fields inherited from class gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient |
---|
authorization, delegationMode, epr, operations, proxy, securityMetadata |
Constructor Summary | |
---|---|
CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
|
|
CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr,
org.globus.gsi.GlobusCredential proxy)
|
|
CodedNodeGraphClient(java.lang.String url)
|
|
CodedNodeGraphClient(java.lang.String url,
org.globus.gsi.GlobusCredential proxy)
|
Method Summary | |
---|---|
org.LexGrid.LexBIG.DataModel.cagrid.CodeRelationship |
areCodesRelated(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy,
org.LexGrid.LexBIG.DataModel.Core.NameAndValue nameAndValue)
Determine whether there is an directed edge (or transitive closure of an edge) from the source code to the target code in this graph. |
private CodedNodeGraphPortType |
createPortType()
|
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy params)
|
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
|
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(javax.xml.namespace.QName params)
|
private void |
initialize()
|
void |
intersect(CodedNodeGraphReference graph)
Return the set of concepts and associations that are present in both graphs. |
org.LexGrid.LexBIG.DataModel.cagrid.CodeExistence |
isCodeInGraph(org.LexGrid.LexBIG.DataModel.Core.ConceptReference code)
Determine whether the supplied concept code is in the graph. |
org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList |
listCodeRelationships(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy)
Return a list of all of the associations in the graph that have the supplied source and target concepts or, if directOnly is false, all associations whose transitive closure has the supplied associations. |
org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList |
listCodeRelationships2(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy)
Return a list of all of the associations in the graph that have the supplied source and target concepts based on distance between them. |
static void |
main(java.lang.String[] args)
|
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
|
org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList |
resolveAsList(org.LexGrid.LexBIG.DataModel.cagrid.GraphResolutionPolicy graphResolutionPolicy)
Resolve all of the coded nodes in the list, sorting by the supplied property (if any), resolving the supplied properties, resolving coded entries to the supplied depth and resolving associations to the supplied * depth. |
void |
restrictToAssociations(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associations,
org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
Restrict the graph to the nodes that participate as a source or target of the named association and, if supplied, the named association qualifiers. |
void |
restrictToCodes(CodedNodeSetReference codes)
Return a graph that contains only the codes that are present in the supplied list, and all edges that still have a source and target code remaining. |
void |
restrictToCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Restrict the graph to concept codes (source and target) that originate from the supplied code system. |
void |
restrictToDirectionalNames(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList directionalNames,
org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
Restrict the graph to the nodes that participate as a source or target of an association whose directional name matches the one provided and, if supplied, * the named association qualifiers. |
void |
restrictToSourceCodes(CodedNodeSetReference codes)
Restrict the graph to associations that have one of the codes in the supplied list as source codes. |
void |
restrictToSourceCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Restrict the graph to concept codes (source and target) that originate from the supplied code system. |
void |
restrictToTargetCodes(CodedNodeSetReference codes)
Restrict the graph to associations that have one of the codes in the supplied list as target codes. |
void |
restrictToTargetCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Restrict the graph to edges that have concepts derived from the supplied code system as a target. |
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
|
CodedNodeSetClient |
toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy)
Transform the graph into a simple of list of concept codes, removing all association information. |
void |
union(CodedNodeGraphReference graph)
Return the union of the two graphs. |
static void |
usage()
|
Methods inherited from class gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient |
---|
configureStubSecurity, getAuthorization, getDelegationMode, getEndpointReference, getProxy, getServiceSecurityMetadata, resetStub, setAuthorization, setDelegationMode, setProxy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CodedNodeGraphPortType portType
private java.lang.Object portTypeMutex
Constructor Detail |
---|
public CodedNodeGraphClient(java.lang.String url) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
public CodedNodeGraphClient(java.lang.String url, org.globus.gsi.GlobusCredential proxy) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
public CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
public CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr, org.globus.gsi.GlobusCredential proxy) throws org.apache.axis.types.URI.MalformedURIException, java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
Method Detail |
---|
private void initialize() throws java.rmi.RemoteException
java.rmi.RemoteException
private CodedNodeGraphPortType createPortType() throws java.rmi.RemoteException
java.rmi.RemoteException
public static void usage()
public static void main(java.lang.String[] args)
public org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList resolveAsList(org.LexGrid.LexBIG.DataModel.cagrid.GraphResolutionPolicy graphResolutionPolicy) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
resolveAsList
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList listCodeRelationships(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
listCodeRelationships
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToSourceCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToSourceCodeSystem
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToTargetCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToTargetCodeSystem
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToCodeSystem
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToTargetCodes(CodedNodeSetReference codes) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToTargetCodes
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToSourceCodes(CodedNodeSetReference codes) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToSourceCodes
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToDirectionalNames(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList directionalNames, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToDirectionalNames
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToAssociations(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associations, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToAssociations
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void restrictToCodes(CodedNodeSetReference codes) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
restrictToCodes
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void intersect(CodedNodeGraphReference graph) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
intersect
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public void union(CodedNodeGraphReference graph) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
union
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public org.LexGrid.LexBIG.DataModel.cagrid.CodeExistence isCodeInGraph(org.LexGrid.LexBIG.DataModel.Core.ConceptReference code) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
isCodeInGraph
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public CodedNodeSetClient toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
toNodeList
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
public org.LexGrid.LexBIG.DataModel.cagrid.CodeRelationship areCodesRelated(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy, org.LexGrid.LexBIG.DataModel.Core.NameAndValue nameAndValue) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
areCodesRelated
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList listCodeRelationships2(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
CodedNodeGraphI
listCodeRelationships2
in interface CodedNodeGraphI
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
public org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params) throws java.rmi.RemoteException
getMultipleResourceProperties
in interface CodedNodeGraphI
java.rmi.RemoteException
public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params) throws java.rmi.RemoteException
getResourceProperty
in interface CodedNodeGraphI
java.rmi.RemoteException
public org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params) throws java.rmi.RemoteException
queryResourceProperties
in interface CodedNodeGraphI
java.rmi.RemoteException
public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params) throws java.rmi.RemoteException
destroy
in interface CodedNodeGraphI
java.rmi.RemoteException
public org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params) throws java.rmi.RemoteException
setTerminationTime
in interface CodedNodeGraphI
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |