public class VersionHistoryTableContentProvider extends BaseIteratorTableContentProvider
m_index, m_selectableHelper, m_var
fExpireWithPageFlow
Constructor and Description |
---|
VersionHistoryTableContentProvider()
Default Constructor.
|
VersionHistoryTableContentProvider(javax.jcr.Session jcrSession)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getParentNodeId()
Returns the parent node id
|
String |
getParentNodePath()
Returns the parent node path
|
protected boolean |
hasValidInputParameters()
Checks if the input parameters are valid
|
protected javax.jcr.RangeIterator |
invokeSearch()
Performs the work to lookup the version history of the specified parent node.
|
void |
setParentNodeId(String parentNodeId)
Sets the parent node id
|
void |
setParentNodePath(String parentNodePath)
Sets the parent node path
|
getCurrentRow, getJcrSession, getNeedRefresh, getPropertyKeys, getRowCount, getRowId, getRowIndex, getRowSelectedCount, getRowSelectedIds, getRowType, getRowUnselectedIds, getRowVariable, getSelectedRows, getSort, getType, getUniqueId, getUseUnselectedModel, getValue, hasProperty, isAddressable, isAutoRefresh, isRowAvailable, isRowSelected, refresh, setAutoRefresh, setJcrSession, setNeedRefresh, setRowById, setRowIndex, setRowSelected, setRowSelectedIds, setRowUnselectedIds, setRowVariable, setSort, supportsAutoRefresh
getExpireWithPageFlow, setExpireWithPageFlow
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public VersionHistoryTableContentProvider()
BaseIteratorTableContentProvider.setJcrSession(Session)
and either setParentNodeId(String)
or setParentNodePath(String)
before using this provider.public VersionHistoryTableContentProvider(javax.jcr.Session jcrSession)
setParentNodeId(String)
or setParentNodePath(String)
before using this provider.jcrSession
- the active JCR sessionpublic String getParentNodePath()
public void setParentNodePath(String parentNodePath)
parentNodePath
- the parentNodePath to setpublic String getParentNodeId()
public void setParentNodeId(String parentNodeId)
parentNodeId
- the parentNodeId to setprotected boolean hasValidInputParameters()
hasValidInputParameters
in class BaseIteratorTableContentProvider
protected javax.jcr.RangeIterator invokeSearch()
invokeSearch
in class BaseIteratorTableContentProvider