Uses of Class
org.opencms.util.CmsPair
Packages that use 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
Methods in org.opencms.ade.contenteditor that return CmsPairModifier and TypeMethodDescriptionMethods in org.opencms.ade.contenteditor that return types with arguments of type CmsPair -
Uses of CmsPair in org.opencms.db.generic
Methods in org.opencms.db.generic that return CmsPairModifier 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
Methods in org.opencms.file that return CmsPairModifier and TypeMethodDescriptionDecodes a file's contents and return the content string and the encoding to use for writing the file back to the VFS.Methods in org.opencms.file that return types with arguments of type CmsPairModifier 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.Constructor parameters in org.opencms.file with type arguments of type CmsPair -
Uses of CmsPair in org.opencms.file.collectors
Methods in org.opencms.file.collectors that return CmsPairModifier 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
Method parameters in org.opencms.search.solr with type arguments of type CmsPair -
Uses of CmsPair in org.opencms.staticexport
Methods in org.opencms.staticexport that return CmsPairModifier 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
Fields in org.opencms.ui.components declared as CmsPairModifier 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.Methods in org.opencms.ui.components that return CmsPair -
Uses of CmsPair in org.opencms.util
Methods in org.opencms.util that return CmsPairModifier 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.Methods in org.opencms.util that return types with arguments of type CmsPairModifier 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.Method parameters in org.opencms.util with type arguments of type CmsPair -
Uses of CmsPair in org.opencms.widgets
Methods in org.opencms.widgets that return CmsPair -
Uses of CmsPair in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsPairModifier and TypeMethodDescriptionCmsDynamicFunctionParser.parseParameter
(CmsObject cms, I_CmsXmlContentValueLocation valueLocation) Parses a request parameter for the JSP from the XML content.