程序包 | 说明 |
---|---|
org.opencms.workplace.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
org.opencms.workplace.comparison |
Contains OpenCms Workplace dialogs to compare OpenCms Xml Documents.
|
org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
org.opencms.workplace.list |
Generates the list views commonly used in the OpenCms Workplace "Administration" tools.
|
org.opencms.workplace.search |
Contains classes for the workplace search tool.
|
org.opencms.workplace.tools.accounts |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.content.check |
This package contains the tool classes for the content check tools administration view.
|
org.opencms.workplace.tools.content.languagecopy |
This package contains the tool classes for the language node copy tool.
|
org.opencms.workplace.tools.content.propertyviewer |
This package contains the tool classes for the Property Viewer tool.
|
org.opencms.workplace.tools.link |
This package contains the tool classes for the link checking related administration views.
|
org.opencms.workplace.tools.projects |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.scheduler |
This package contains the tool classes for the job management related administration views.
|
org.opencms.workplace.tools.searchindex |
This package contains the tool classes for the management of search indexes and related administration views.
|
org.opencms.workplace.tools.searchindex.sourcesearch | |
org.opencms.workplace.tools.sites | |
org.opencms.workplace.tools.workplace.broadcast |
Contains the "Message Broadcast" tool displayed in the Administration view.
|
org.opencms.workplace.tools.workplace.logging |
限定符和类型 | 方法和说明 |
---|---|
protected CmsListItem |
CmsUserSelectionList.makeListItem(CmsUser user)
Makes a list item from a user.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsResourceLinkRelationList.getListItems() |
protected java.util.List<CmsListItem> |
CmsHistoryList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsPrincipalSelectionList.getIconPath(CmsListItem item)
Returns the right icon path for the given list item.
|
CmsResource |
CmsListResourceLinkRelationCollector.getResource(CmsObject cms,
CmsListItem item) |
java.lang.String |
CmsListResourceLinkRelationExplorerColumn.htmlCell(CmsListItem item,
boolean isPrintable) |
protected void |
CmsDeleteBrokenRelationsCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
protected void |
CmsLockedResourcesCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
protected void |
CmsListResourceLinkRelationCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
protected void |
CmsPublishBrokenRelationsCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsAttributeComparisonList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsNewResourceFolder.getListItems() |
protected java.util.List<CmsListItem> |
CmsNewResource.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
CmsResource |
CmsNewResourceXmlContentModelCollector.getResource(CmsObject cms,
CmsListItem item)
Returns the dummy resource object representing the "none" selection, this has to be treated specially.
|
protected void |
CmsNewResourceXmlContentModelCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsHtmlList.m_filteredItems
Filtered list of items or
null if no filter is set and not sorted. |
protected java.util.Map<java.lang.String,CmsListItem> |
A_CmsListResourceCollector.m_liCache
List item cache.
|
protected java.util.List<CmsListItem> |
CmsHtmlList.m_originalItems
Really content of the list.
|
protected java.util.List<CmsListItem> |
CmsHtmlList.m_visibleItems
Items currently displayed.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsListItem |
A_CmsListResourceCollector.createResourceListItem(CmsResource resource,
CmsHtmlList list,
boolean showPermissions,
boolean showDateLastMod,
boolean showUserLastMod,
boolean showDateCreate,
boolean showUserCreate,
boolean showDateRel,
boolean showDateExp,
boolean showState,
boolean showLockedBy,
boolean showSite)
Returns a list item created from the resource information, differs between valid resources and invalid resources.
|
protected CmsListItem |
A_CmsListResourceCollector.getDummyListItem(CmsHtmlList list)
Returns a dummy list item.
|
CmsListItem |
CmsListDirectAction.getItem() |
CmsListItem |
I_CmsListDirectAction.getItem()
Returns the current item.
|
CmsListItem |
CmsHtmlList.getItem(java.lang.String id)
This method returns the item identified by the parameter id.
|
CmsListItem |
A_CmsListDialog.getSelectedItem()
Returns the current selected item.
|
CmsListItem |
CmsHtmlList.newItem(java.lang.String id)
Returns a new list item for this list.
|
CmsListItem |
CmsHtmlList.removeItem(java.lang.String id)
Removes an item from the list.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsListItem> |
CmsListSearchAction.filter(java.util.List<CmsListItem> items,
java.lang.String filter)
Returns a sublist of the given items, that match the given filter string.
|
java.util.List<CmsListItem> |
CmsHtmlList.getAllContent()
Returns all list items in the list, may be not visible and sorted.
|
java.util.Comparator<CmsListItem> |
I_CmsListItemComparator.getComparator(java.lang.String columnId,
java.util.Locale locale)
Returns a new comparator for comparing list items by the given column,
and using the given locale.
|
java.util.List<CmsListItem> |
CmsHtmlList.getContent()
Returns the filtered list of list items.
|
java.util.List<CmsListItem> |
CmsHtmlList.getCurrentPageItems()
Returns all items of the current page.
|
protected abstract java.util.List<CmsListItem> |
A_CmsListDialog.getListItems()
Should generate a list with the list items to be displayed.
|
protected java.util.List<CmsListItem> |
A_CmsListExplorerDialog.getListItems() |
java.util.List<CmsListItem> |
A_CmsListResourceCollector.getListItems(java.lang.String parameter)
Returns a list of list items from a list of resources.
|
java.util.List<CmsListItem> |
I_CmsListResourceCollector.getListItems(java.lang.String parameter)
Returns a list of list items from a list of resources.
|
java.util.List<CmsListItem> |
A_CmsListDialog.getSelectedItems()
Returns a list of current selected items.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsListColumnDefinition.csvCell(CmsListItem item)
returns the csv output for a cell.
|
java.lang.String |
CmsListMetadata.csvItem(CmsListItem item)
Returns the csv output for a list item.
|
java.lang.String |
CmsListMetadata.I_CsvItemFormatter.csvItem(CmsListItem item)
Generates a CSV line.
|
CmsResource |
A_CmsListResourceCollector.getResource(CmsObject cms,
CmsListItem item)
Returns the resource for the given item.
|
CmsResource |
I_CmsListResourceCollector.getResource(CmsObject cms,
CmsListItem item)
Returns the resource for the given item.
|
CmsResourceUtil |
A_CmsListExplorerDialog.getResourceUtil(CmsListItem item)
Returns an appropiate initialized resource util object for the given item.
|
java.lang.String |
CmsListColumnDefinition.htmlCell(CmsListItem item,
boolean isPrintable)
returns the html for a cell.
|
java.lang.String |
CmsListExplorerColumn.htmlCell(CmsListItem item,
boolean isPrintable) |
java.lang.String |
CmsListMetadata.htmlItem(CmsListItem item,
boolean odd,
boolean isPrintable)
Returns the html code for a list item.
|
protected abstract void |
A_CmsListResourceCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil)
Set additional column entries for a resource.
|
void |
CmsListDirectAction.setItem(CmsListItem item) |
void |
I_CmsListDirectAction.setItem(CmsListItem item)
Sets the current item, should be called before the
method. |
void |
CmsListExplorerDirectAction.setItem(CmsListItem item) |
void |
CmsListEditResourceAction.setItem(CmsListItem item) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsListItem> |
CmsListSearchAction.filter(java.util.List<CmsListItem> items,
java.lang.String filter)
Returns a sublist of the given items, that match the given filter string.
|
void |
CmsHtmlList.setContent(java.util.Collection<CmsListItem> listItems)
Sets the list item to display in the list.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSearchResourcesCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 方法和说明 |
---|---|
protected CmsListItem |
A_CmsGroupUsersList.makeListItem(CmsUser user)
Makes a list item from a user.
|
protected CmsListItem |
A_CmsUsersList.makeListItemForUser(CmsUser user)
Makes a list item for a given user.
|
protected CmsListItem |
A_CmsGroupUsersList.makeListItemForUser(CmsUser user)
Makes a list item for a given user.
|
protected CmsListItem |
A_CmsRoleUsersList.makeUserItem(CmsUser user)
Makes a list item from a user.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsGroupPrincipalDependenciesList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsUsersList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsUserGroupsList.getListItems() |
protected java.util.List<CmsListItem> |
CmsGroupTransferList.getListItems() |
protected java.util.List<CmsListItem> |
CmsRoleUsersList.getListItems() |
protected java.util.List<CmsListItem> |
CmsOrgUnitsSubList.getListItems() |
protected java.util.List<CmsListItem> |
CmsShowOrgUnitResourceList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsGroupsList.getListItems() |
protected java.util.List<CmsListItem> |
CmsGroupsAllOrgUnitsList.getListItems() |
protected java.util.List<CmsListItem> |
CmsUsersAllOrgUnitsList.getListItems() |
protected java.util.List<CmsListItem> |
CmsNotGroupUsersList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsOrgUnitsList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsGroupUsersList.getListItems() |
protected java.util.List<CmsListItem> |
CmsUserPrincipalDependenciesList.getListItems() |
protected java.util.List<CmsListItem> |
CmsShowGroupUsersList.getListItems() |
protected java.util.List<CmsListItem> |
CmsUsersList.getListItems() |
protected java.util.List<CmsListItem> |
CmsGroupUsersList.getListItems() |
protected java.util.List<CmsListItem> |
CmsAllPrincipalDependenciesList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsOrgUnitUsersList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsRolesList.getListItems() |
protected java.util.List<CmsListItem> |
CmsShowRoleUsersList.getListItems() |
protected java.util.List<CmsListItem> |
CmsNotRoleUsersList.getListItems() |
protected java.util.List<CmsListItem> |
A_CmsRoleUsersList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsRolesList.getIconPath(CmsListItem item) |
java.lang.String |
CmsRoleEditList.getIconPath(CmsListItem item) |
java.lang.String |
CmsShowUserRolesList.getIconPath(CmsListItem item) |
java.lang.String |
A_CmsGroupUsersList.getIconPath(CmsListItem item)
Returns the right icon path for the given list item.
|
java.lang.String |
A_CmsOrgUnitUsersList.getIconPath(CmsListItem item)
Returns the right icon path for the given list item.
|
abstract java.lang.String |
A_CmsRolesList.getIconPath(CmsListItem item)
Returns the right icon path for the given list item.
|
protected void |
CmsShowOrgUnitResourcesCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
protected void |
A_CmsUsersList.setUserData(CmsUser user,
CmsListItem item)
Sets all needed data of the user into the list item object.
|
protected void |
CmsUsersAllOrgUnitsList.setUserData(CmsUser user,
CmsListItem item) |
protected void |
A_CmsGroupUsersList.setUserData(CmsUser user,
CmsListItem item)
Sets all needed data of the user into the list item object.
|
protected void |
CmsUserTransferList.setUserData(CmsUser user,
CmsListItem item)
Sets all needed data of the user into the list item object.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsContentCheckCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsLanguageCopySelectionList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsPropertyviewList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsInternalLinkValidationFilesCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsProjectFilesCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsSchedulerList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsDocumentTypeRemoveList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchFieldConfigurationList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchIndexList.getListItems() |
protected java.util.List<CmsListItem> |
CmsFieldsList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchIndexSourceControlList.getListItems() |
protected java.util.List<CmsListItem> |
CmsMappingsList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchResourcesList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchIndexSourceRemoveList.getListItems() |
protected java.util.List<CmsListItem> |
CmsDocumentTypeList.getListItems() |
protected java.util.List<CmsListItem> |
CmsDocumentTypeAddList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchIndexSourceList.getListItems() |
protected java.util.List<CmsListItem> |
CmsSearchIndexSourceAddList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
protected CmsListItem |
CmsSourceSearchFilesDialog.createResourceListItem(CmsResource resource,
CmsHtmlList list,
boolean showPermissions,
boolean showDateLastMod,
boolean showUserLastMod,
boolean showDateCreate,
boolean showUserCreate,
boolean showDateRel,
boolean showDateExp,
boolean showState,
boolean showLockedBy,
boolean showSite)
Returns a list item created from the resource information, differs between valid resources and invalid resources.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsSourceSearchFilesDialog.getListItems()
Returns a list of list items from a list of resources.
|
限定符和类型 | 方法和说明 |
---|---|
CmsResource |
CmsSourceSearchCollector.getResource(CmsObject cms,
CmsListItem item)
Returns the resource for the given item.
|
CmsResourceUtil |
CmsSourceSearchFilesDialog.getResourceUtil(CmsListItem item)
Returns an appropiate initialized resource util object for the given item.
|
protected void |
CmsSourceSearchCollector.setAdditionalColumns(CmsListItem item,
CmsResourceUtil resUtil) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsSitesOverviewList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsListItem> |
CmsSessionsList.getListItems() |
限定符和类型 | 方法和说明 |
---|---|
java.util.Comparator<CmsListItem> |
CmsLogLevelListItemComparator.getComparator(java.lang.String columnId,
java.util.Locale locale) |
protected java.util.List<CmsListItem> |
CmsLog4JAdminDialog.getListItems() |