Interface PageStorage
-
- All Superinterfaces:
DebugDumpable,Serializable
- All Known Implementing Classes:
AuditLogStorage,CertCampaignsStorage,CertDecisionsStorage,ContainerTabStorage,GenericPageStorage,MemberPanelStorage,ObjectListStorage,OrgStructurePanelStorage,OrgTabPanelStorage,ReportsStorage,ResourceContentStorage,ResourcesStorage,WorkItemsStorage
public interface PageStorage extends Serializable, DebugDumpable
- Author:
- shood
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectPaginggetPaging()SearchgetSearch()voidsetPaging(ObjectPaging paging)voidsetSearch(Search search)-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getSearch
Search getSearch()
-
setSearch
void setSearch(Search search)
-
setPaging
void setPaging(ObjectPaging paging)
-
getPaging
ObjectPaging getPaging()
-
-