@JsonApiResource(type="uiExplorer",
resourcePath="presentation/explorer")
public class ExplorerElement
extends PresentationElement
| Constructor and Description |
|---|
ExplorerElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(ActionElement action) |
ActionContainerElement |
getActions() |
QueryElement |
getBaseQuery() |
java.util.List<io.crnk.core.queryspec.PathSpec> |
getFullTextSearchPaths() |
java.lang.String |
getPath() |
java.lang.String |
getServiceName() |
java.lang.String |
getServicePath() |
DataTableElement |
getTable() |
void |
setActions(ActionContainerElement actions) |
void |
setBaseQuery(QueryElement baseQuery) |
void |
setFullTextSearchPaths(java.util.List<io.crnk.core.queryspec.PathSpec> fullTextSearchPaths) |
void |
setPath(java.lang.String path) |
void |
setServiceName(java.lang.String serviceName) |
void |
setServicePath(java.lang.String servicePath) |
void |
setTable(DataTableElement table) |
getComponentId, getId, setComponentId, setIdpublic java.util.List<io.crnk.core.queryspec.PathSpec> getFullTextSearchPaths()
public void setFullTextSearchPaths(java.util.List<io.crnk.core.queryspec.PathSpec> fullTextSearchPaths)
public void addAction(ActionElement action)
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public java.lang.String getServicePath()
public void setServicePath(java.lang.String servicePath)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public DataTableElement getTable()
public void setTable(DataTableElement table)
public QueryElement getBaseQuery()
public void setBaseQuery(QueryElement baseQuery)
public ActionContainerElement getActions()
public void setActions(ActionContainerElement actions)