Class AssetLineageGraphRequestBody
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
org.odpi.openmetadata.commonservices.ffdc.rest.AssetLineageGraphRequestBody
AssetLineageGraphRequestBody provides the request body payload for an asset lineage graph.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.booleanReturn whether all anchors should be added - or just those to known nodes? Default is false.Return whether a particular information supply chain should be highlighted.Return whether the returned results should just show a particular information supply chain.inthashCode()Return hash code for this objectvoidsetAllAnchors(boolean allAnchors) Set up whether all anchors should be added - or just those to known nodes? Default is false.voidsetHighlightISCQualifiedName(String highlightISCQualifiedName) Set up whether a particular information supply chain should be highlighted.voidsetLimitToISCQualifiedName(String limitToISCQualifiedName) Set up whether the returned results should just show a particular information supply chain.toString()JSON-style toString.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
getAnchorDomainName, getAnchorGUID, getAnchorScopeGUID, getLimitResultsByStatus, getSequencingOrder, getSequencingProperty, setAnchorDomainName, setAnchorGUID, setAnchorScopeGUID, setLimitResultsByStatus, setSequencingOrder, setSequencingPropertyMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
getPageSize, getStartFrom, setPageSize, setStartFromMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
getAsOfTime, getGraphQueryDepth, getIncludeOnlyClassifiedElements, getIncludeOnlyRelationships, getMetadataElementSubtypeNames, getMetadataElementTypeName, getRelationshipsPageSize, getSkipClassifiedElements, getSkipRelationships, setAsOfTime, setGraphQueryDepth, setIncludeOnlyClassifiedElements, setIncludeOnlyRelationships, setMetadataElementSubtypeNames, setMetadataElementTypeName, setRelationshipsPageSize, setSkipClassifiedElements, setSkipRelationshipsMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
getEffectiveTime, getForDuplicateProcessing, getForLineage, getGovernanceZoneFilter, setEffectiveTime, setForDuplicateProcessing, setForLineage, setGovernanceZoneFilter
-
Constructor Details
-
AssetLineageGraphRequestBody
public AssetLineageGraphRequestBody()Default constructor -
AssetLineageGraphRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getLimitToISCQualifiedName
Return whether the returned results should just show a particular information supply chain. This supply chain has to be connected to the starting asset to show.- Returns:
- qualified name
-
setLimitToISCQualifiedName
Set up whether the returned results should just show a particular information supply chain. This supply chain has to be connected to the starting asset to show.- Parameters:
limitToISCQualifiedName- qualified name
-
getHighlightISCQualifiedName
Return whether a particular information supply chain should be highlighted.- Returns:
- qualified name
-
setHighlightISCQualifiedName
Set up whether a particular information supply chain should be highlighted.- Parameters:
highlightISCQualifiedName- qualified name
-
getAllAnchors
public boolean getAllAnchors()Return whether all anchors should be added - or just those to known nodes? Default is false.- Returns:
- flag
-
setAllAnchors
public void setAllAnchors(boolean allAnchors) Set up whether all anchors should be added - or just those to known nodes? Default is false.- Parameters:
allAnchors- flag
-
toString
JSON-style toString.- Overrides:
toStringin classQueryOptions- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classQueryOptions- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classQueryOptions- Returns:
- int hash code
-