public class RegistrySearchResult extends Object implements TableRenderable
| Constructor and Description |
|---|
RegistrySearchResult(QName resourceID,
String resourceName,
String description) |
RegistrySearchResult(Workflow workflow)
Constructs a RegistrySearchResult.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnTitle(int index) |
String |
getDescription()
Returns the description.
|
QName |
getQname()
Returns the qname.
|
QName |
getResourceId()
Returns the resourceId.
|
String |
getResourceName()
Returns the resourceName.
|
Object |
getValue(int index) |
public RegistrySearchResult(Workflow workflow)
node - public QName getQname()
public QName getResourceId()
public String getDescription()
public String getResourceName()
public int getColumnCount()
getColumnCount in interface TableRenderableTableRenderable.getColumnCount()public String getColumnTitle(int index)
getColumnTitle in interface TableRenderableTableRenderable.getColumnTitle(int)public Object getValue(int index)
getValue in interface TableRenderableTableRenderable.getValue(int)Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.