public class GraphQuery
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GraphQuery.CodeNamespacePair
The Class CodeNamespacePair.
|
static class |
GraphQuery.QualifierNameValuePair
The Class QualifierNameValuePair.
|
Constructor and Description |
---|
GraphQuery() |
Modifier and Type | Method and Description |
---|---|
GraphQuery |
clone() |
java.util.List<java.lang.String> |
getRestrictToAssociations()
Gets the restrict to associations.
|
java.util.List<GraphQuery.QualifierNameValuePair> |
getRestrictToAssociationsQualifiers()
Gets the restrict to associations qualifiers.
|
java.util.List<java.lang.String> |
getRestrictToEntityTypes()
Gets the restrict to entity types.
|
java.util.List<ConceptReference> |
getRestrictToSourceCodes()
Gets the restrict to source codes.
|
java.util.List<java.lang.String> |
getRestrictToSourceCodeSystem()
Gets the restrict to source code system.
|
java.util.List<ConceptReference> |
getRestrictToTargetCodes()
Gets the restrict to target codes.
|
java.util.List<java.lang.String> |
getRestrictToTargetCodeSystem()
Gets the restrict to target code system.
|
java.lang.Boolean |
isRestrictToAnonymous()
Checks if is restrict to anonymous.
|
void |
setRestrictToAnonymous(java.lang.Boolean restrictToAnonymous)
Sets the restrict to anonymous.
|
void |
setRestrictToAssociations(java.util.List<java.lang.String> restrictToAssociations)
Sets the restrict to associations.
|
void |
setRestrictToAssociationsQualifiers(java.util.List<GraphQuery.QualifierNameValuePair> restrictToAssociationsQualifiers)
Sets the restrict to associations qualifiers.
|
void |
setRestrictToEntityTypes(java.util.List<java.lang.String> restrictToEntityTypes)
Sets the restrict to entity types.
|
void |
setRestrictToSourceCodes(java.util.List<ConceptReference> restrictToSourceCodes)
Sets the restrict to source codes.
|
void |
setRestrictToSourceCodeSystem(java.util.List<java.lang.String> restrictToSourceCodeSystem)
Sets the restrict to source code system.
|
void |
setRestrictToTargetCodes(java.util.List<ConceptReference> restrictToTargetCodes)
Sets the restrict to target codes.
|
void |
setRestrictToTargetCodeSystem(java.util.List<java.lang.String> restrictToTargetCodeSystem)
Sets the restrict to target code system.
|
public java.util.List<java.lang.String> getRestrictToEntityTypes()
public void setRestrictToEntityTypes(java.util.List<java.lang.String> restrictToEntityTypes)
restrictToEntityTypes
- the new restrict to entity typespublic java.lang.Boolean isRestrictToAnonymous()
public void setRestrictToAnonymous(java.lang.Boolean restrictToAnonymous)
restrictToAnonymous
- the new restrict to anonymouspublic java.util.List<ConceptReference> getRestrictToSourceCodes()
public void setRestrictToSourceCodes(java.util.List<ConceptReference> restrictToSourceCodes)
restrictToSourceCodes
- the new restrict to source codespublic java.util.List<ConceptReference> getRestrictToTargetCodes()
public void setRestrictToTargetCodes(java.util.List<ConceptReference> restrictToTargetCodes)
restrictToTargetCodes
- the new restrict to target codespublic java.util.List<java.lang.String> getRestrictToAssociations()
public void setRestrictToAssociations(java.util.List<java.lang.String> restrictToAssociations)
restrictToAssociations
- the new restrict to associationspublic java.util.List<java.lang.String> getRestrictToSourceCodeSystem()
public void setRestrictToSourceCodeSystem(java.util.List<java.lang.String> restrictToSourceCodeSystem)
restrictToSourceCodeSystem
- the new restrict to source code systempublic java.util.List<java.lang.String> getRestrictToTargetCodeSystem()
public void setRestrictToTargetCodeSystem(java.util.List<java.lang.String> restrictToTargetCodeSystem)
restrictToTargetCodeSystem
- the new restrict to target code systempublic void setRestrictToAssociationsQualifiers(java.util.List<GraphQuery.QualifierNameValuePair> restrictToAssociationsQualifiers)
restrictToAssociationsQualifiers
- the new restrict to associations qualifierspublic java.util.List<GraphQuery.QualifierNameValuePair> getRestrictToAssociationsQualifiers()
public GraphQuery clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException