public class AssetCollectionDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetCollectionDefinition.QueryType |
| Constructor and Description |
|---|
AssetCollectionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults() |
String |
getName() |
String |
getQuery() |
int |
getQueryIntervalMinutes() |
AssetCollectionDefinition.QueryType |
getQueryType() |
String |
getTitle() |
void |
setMaxResults(int maxResults) |
void |
setName(String name) |
void |
setQuery(String searchQuery)
The query to use if this is a dynamic collection.
|
void |
setQueryIntervalMinutes(int queryIntervalMinutes) |
void |
setQueryType(AssetCollectionDefinition.QueryType searchType) |
void |
setTitle(String title) |
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public AssetCollectionDefinition.QueryType getQueryType()
public void setQueryType(AssetCollectionDefinition.QueryType searchType)
public String getQuery()
public void setQuery(String searchQuery)
searchQuery - public int getMaxResults()
public void setMaxResults(int maxResults)
public int getQueryIntervalMinutes()
public void setQueryIntervalMinutes(int queryIntervalMinutes)
Copyright © 2005–2014 Alfresco Software. All rights reserved.