public abstract class ASearchResult<S extends IAnalyzableElement,E extends IAnalyzableElement>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ASearchResult()
Initialize the new instance with default values.
|
protected |
ASearchResult(S initiator,
E[] found)
Initialize the new instance with an initiator and found values.
|
Modifier and Type | Method and Description |
---|---|
protected org.pfsw.util.CollectionUtil |
coll() |
E[] |
getAllFoundObjects()
Returns all a copy of the array containing all found objects
|
protected E[] |
getFoundObjects() |
java.lang.String |
getId()
Returns the unique id of the search result
|
S |
getSearchInitiator() |
java.lang.String |
getTitle()
Returns a describing title for the search result
|
Workset |
getWorkset()
Returns the workset this search result was created for
|
protected void |
setFoundObjects(E[] newValue) |
void |
setId(java.lang.String newValue)
Sets the unique id of the search result
|
protected void |
setSearchInitiator(S newValue) |
void |
setSupportsGraphView(boolean newValue) |
void |
setTitle(java.lang.String newValue)
Sets a describing title for the search result
|
boolean |
supportsGraphView() |
protected ASearchResult()
public java.lang.String getId()
public void setId(java.lang.String newValue)
public java.lang.String getTitle()
public void setTitle(java.lang.String newValue)
public boolean supportsGraphView()
public void setSupportsGraphView(boolean newValue)
public S getSearchInitiator()
protected void setSearchInitiator(S newValue)
protected E[] getFoundObjects()
protected void setFoundObjects(E[] newValue)
public E[] getAllFoundObjects()
public Workset getWorkset()
protected org.pfsw.util.CollectionUtil coll()