@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class) public class HistorySearchItem extends HistoryDataItem
| Modifier and Type | Field and Description |
|---|---|
protected String |
searchTerm |
history| Constructor and Description |
|---|
HistorySearchItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFragment()
Returns a text fragment that matches the search term.
|
String |
getRunPath()
Returns the base path of the run.
|
String |
getSelectedScript()
Returns the selected script in a run.
|
protected de.valtech.aecu.api.service.HistoryEntry |
readHistory() |
protected de.valtech.aecu.api.service.ExecutionResult |
readSingleResult()
Reads the single execution result.
|
void |
setup() |
getDate, getDuration, getPath, getScriptCount, getStatusColor, getStatusIconprotected String searchTerm
@PostConstruct public void setup()
setup in class HistoryDataItemprotected de.valtech.aecu.api.service.HistoryEntry readHistory()
protected de.valtech.aecu.api.service.ExecutionResult readSingleResult()
public String getFragment()
public String getSelectedScript()
public String getRunPath()
Copyright © 2019. All rights reserved.