Uses of Class
org.opencms.util.CmsPair
Package
Description
Contains the acacia editor shared client/server classes.
Contains the acacia editor RPC service interfaces.
Contains server side classes for the XML content editor.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
The package contains the Solr search integration.
Contains the functionality for the static HTML page export.
Contains some reusable GUI components for Vaadin UI.
Utility functions for String manipulation and other often used tasks.
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsPair in org.opencms.ade.contenteditor
Modifier and TypeMethodDescription -
Uses of CmsPair in org.opencms.db.generic
Modifier and TypeMethodDescriptionCmsUserDriver.createUserQuery
(CmsUserSearchParameters searchParams, boolean countOnly) Creates a query for searching users.CmsUserQueryBuilder.createUserQuery
(CmsUserSearchParameters searchParams, boolean countOnly) Creates a query for searching users.CmsUserQueryBuilder.makePaged
(CmsSelectQuery select, CmsUserSearchParameters params) Creates a query which uses paging from another query.protected CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsProjectDriver.prepareLogConditions
(CmsLogFilter filter) Build the whole WHERE SQL statement part for the given log entry filter.static CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsVfsDriver.prepareUrlNameMappingConditions
(CmsUrlNameMappingFilter filter) This method prepares the SQL conditions for mapping entries for a given URL name mapping filter.protected CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsSubscriptionDriver.prepareVisitConditions
(CmsVisitEntryFilter filter) Build the whole WHERE SQL statement part for the given visit entry filter. -
Uses of CmsPair in org.opencms.file
Modifier and TypeMethodDescriptionDecodes a file's contents and return the content string and the encoding to use for writing the file back to the VFS.Modifier and TypeMethodDescriptionprotected List<CmsPair<CmsResource,
CmsResource>> CmsLinkRewriter.getMatchingResources
(String source, String target) Gets a list of resource pairs whose paths relative to the source/target roots passed match. -
Uses of CmsPair in org.opencms.file.collectors
Modifier and TypeMethodDescriptionI_CmsCollectorPostCreateHandler.splitClassAndConfig
(String handlerConfig) Splits the string that configures the handler into the handler class and the configuration part. -
Uses of CmsPair in org.opencms.search.solr
-
Uses of CmsPair in org.opencms.staticexport
Modifier and TypeMethodDescriptionCmsDefaultLinkSubstitutionHandler.addVfsPrefix
(CmsObject cms, String vfsName, CmsSite targetSite, String parameters) Adds the VFS prefix to the VFS name and potentially adjusts request parametersCmsLocalePrefixLinkSubstitutionHandler.addVfsPrefix
(CmsObject cms, String vfsName, CmsSite targetSite, String parameters) -
Uses of CmsPair in org.opencms.ui.components
Modifier and TypeFieldDescriptionCmsAvailabilitySelector.m_optionAll
Option that selects all resources including the expired/unreleased resources.CmsAvailabilitySelector.m_optionOnly
Option that selects only the expired/unreleased resources.CmsAvailabilitySelector.m_optionWithout
Option that selects all resources without the expired/unreleased resources. -
Uses of CmsPair in org.opencms.util
Modifier and TypeMethodDescriptionstatic <A,
B> CmsPair<A, B> CmsPair.create
(A a, B b) Helper method for constructing a pair which avoids having to explicitly write the generic type parameters.Modifier and TypeMethodDescriptionstatic <A extends Comparable<A>,
B extends Comparable<B>>
Comparator<CmsPair<A,B>> CmsPair.getLexicalComparator()
Utility method which creates a new comparator for lexically ordering pairs. -
Uses of CmsPair in org.opencms.widgets
-
Uses of CmsPair in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionCmsDynamicFunctionParser.parseParameter
(CmsObject cms, I_CmsXmlContentValueLocation valueLocation) Parses a request parameter for the JSP from the XML content.