public interface AssetQuery<T extends ManagedPortalObject> extends PortalObjectListQuery<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsScopeOnly()
Gets the isScopeOnly parameter for the query.
|
java.lang.Boolean |
getIsSeeded()
Gets the isSeeded parameter for the query.
|
java.lang.String |
getNameContains()
Gets the name contains parameter for the query.
|
void |
setIsScopeOnly(boolean scopeOnly)
Sets the isScopeOnly parameter for the query.
|
void |
setIsSeeded(java.lang.Boolean seeded)
Sets the isSeeded parameter for the query.
|
void |
setNameContains(java.lang.String name)
Sets the name contains parameter for the query.
|
execute, getResultList, setLimit, setOffset, setOrdergetPortal, getQueryType, setPortalvoid setNameContains(java.lang.String name)
name - java.lang.String getNameContains()
void setIsScopeOnly(boolean scopeOnly)
scopeOnly - boolean getIsScopeOnly()
void setIsSeeded(java.lang.Boolean seeded)
seeded - java.lang.Boolean getIsSeeded()