Class BasicResult
java.lang.Object
com.inductiveautomation.ignition.common.browsing.BasicResult
- All Implemented Interfaces:
- Result,- Serializable
- Direct Known Subclasses:
- TagResult
A basic implementation of Result that can be used for browsing operations.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBasicResult(Result copy) BasicResult(QualifiedPath path, boolean hasChildren) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns the friendlier "display path" for this result.getPath()Returns the qualified path of this result.getType()If the type is specifically defined, it is returned.booleanIndicates that this result object is itself browsable.voidsetDisplayPath(Path displayPath) voidsetHasChildren(boolean hasChildren) voidsetPath(QualifiedPath path) voidtoString()
- 
Constructor Details- 
BasicResultpublic BasicResult()
- 
BasicResult
- 
BasicResult
 
- 
- 
Method Details- 
getDisplayPathDescription copied from interface:ResultReturns the friendlier "display path" for this result. May be null, and not necessarily unique.- Specified by:
- getDisplayPathin interface- Result
 
- 
setDisplayPath
- 
getPathDescription copied from interface:ResultReturns the qualified path of this result.
- 
setPath
- 
getTypeIf the type is specifically defined, it is returned. Otherwise, the last path component id is returned.
- 
setType
- 
hasChildrenpublic boolean hasChildren()Description copied from interface:ResultIndicates that this result object is itself browsable.- Specified by:
- hasChildrenin interface- Result
 
- 
setHasChildrenpublic void setHasChildren(boolean hasChildren) 
- 
toString
 
-