Uses of Class
org.opencms.main.CmsIllegalArgumentException
Packages that use CmsIllegalArgumentException
Package
Description
Contains the container page editor service classes.
Low-level database connection and access functionality.
This package contains the implementation classes for the DB log.
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 implementations of the core resource types for the VFS are located here.
This package contains classes and interfaces used to access OpenCms through a wrapped
CmsObject.Classes to handle internalization (i18n) and locale selection in OpenCms.
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.
Implements the main full text search and indexing functions available in OpenCms.
The package contains the Solr search integration.
Access control and security classes for the OpenCms ACL permission system.
Utility functions for String manipulation and other often used tasks.
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
A collection of thread classes that are used in the OpenCms Workplace,
usually in connection with a report.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of CmsIllegalArgumentException in org.opencms.ade.containerpage
Methods in org.opencms.ade.containerpage that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionCmsContainerpageService.convertToServerId(String id) Parses an element id. -
Uses of CmsIllegalArgumentException in org.opencms.db
Methods in org.opencms.db that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionCmsDriverManager.copyResource(CmsDbContext dbc, CmsResource source, String destination, CmsResource.CmsResourceCopyMode siblingMode) Copies a resource.CmsDriverManager.createGroup(CmsDbContext dbc, CmsUUID id, String name, String description, int flags, String parent) Add a new group to the Cms.CmsDriverManager.createProject(CmsDbContext dbc, String name, String description, String groupname, String managergroupname, CmsProject.CmsProjectType projecttype) Creates a project.CmsDriverManager.createResource(CmsDbContext dbc, String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.CmsDriverManager.createUser(CmsDbContext dbc, String name, String password, String description, Map<String, Object> additionalInfos) Creates a new user.CmsDriverManager.moveToLostAndFound(CmsDbContext dbc, CmsResource resource, boolean returnNameOnly) Moves a resource to the "lost and found" folder.voidCmsDriverManager.removeUserFromGroup(CmsDbContext dbc, String username, String groupname, boolean readRoles) Removes a user from a group.voidCmsDriverManager.setPassword(CmsDbContext dbc, String username, String newPassword) Sets the password for a user. -
Uses of CmsIllegalArgumentException in org.opencms.db.log
Methods in org.opencms.db.log that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic CmsLogEntryTypeCmsLogEntryType.valueOf(int id) Parses anintinto a log entry type. -
Uses of CmsIllegalArgumentException in org.opencms.file
Methods in org.opencms.file that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidChecks if the provided user name is a valid user name and can be used as an argument value forCmsPrincipal.setName(String).static voidCmsPropertyDefinition.checkPropertyName(String name) Checks if the provided property name is a valid property name, that is contains only valid characters.static voidCmsResource.checkResourceName(String name) Checks if the provided resource name is a valid resource name, that is contains only valid characters.voidCmsObject.copyResource(String source, String destination) Copies a resource.voidCmsObject.copyResource(String source, String destination, CmsResource.CmsResourceCopyMode siblingMode) Copies a resource.CmsObject.createResource(String resourcename, int type) Deprecated.CmsObject.createResource(String resourcename, int type, byte[] content, List<CmsProperty> properties) Deprecated.CmsObject.createResource(String resourcename, I_CmsResourceType type) Creates a new resource of the given resource type with empty content and no properties.CmsObject.createResource(String resourcename, I_CmsResourceType type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties. -
Uses of CmsIllegalArgumentException in org.opencms.file.collectors
Methods in org.opencms.file.collectors that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionprotected List<CmsResource> CmsDefaultResourceCollector.getAllInFolder(CmsObject cms, String param, boolean tree, int numResults) Returns all resources in the folder pointed to by the parameter. -
Uses of CmsIllegalArgumentException in org.opencms.file.types
Methods in org.opencms.file.types that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidA_CmsResourceTypeFolderBase.copyResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource source, String destination, CmsResource.CmsResourceCopyMode siblingMode) voidI_CmsResourceType.copyResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource source, String destination, CmsResource.CmsResourceCopyMode siblingMode) Copies a resource.voidI_CmsResourceType.copyResourceToProject(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource) Copies a resource to the current project of the user.I_CmsResourceType.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.voidA_CmsResourceType.moveResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, String destination) voidA_CmsResourceTypeFolderBase.moveResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, String destination) voidCmsResourceTypeJsp.moveResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, String destination) voidCmsResourceTypePlain.moveResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, String destination) voidCmsResourceTypeXmlContent.moveResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, String destination) voidI_CmsResourceType.moveResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, String destination) Moves a resource to the given destination.voidI_CmsResourceType.removeResourceFromProject(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource) Removes a resource from the current project of the user. -
Uses of CmsIllegalArgumentException in org.opencms.file.wrapper
Methods in org.opencms.file.wrapper that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionbooleanA_CmsResourceExtensionWrapper.copyResource(CmsObject cms, String source, String destination, CmsResource.CmsResourceCopyMode siblingMode) booleanA_CmsResourceWrapper.copyResource(CmsObject cms, String source, String destination, CmsResource.CmsResourceCopyMode siblingMode) voidCmsObjectWrapper.copyResource(String source, String destination, CmsResource.CmsResourceCopyMode siblingMode) Copies a resource.booleanCmsResourceWrapperXmlPage.copyResource(CmsObject cms, String source, String destination, CmsResource.CmsResourceCopyMode siblingMode) booleanI_CmsResourceWrapper.copyResource(CmsObject cms, String source, String destination, CmsResource.CmsResourceCopyMode siblingMode) Copies a resource.A_CmsResourceExtensionWrapper.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) A_CmsResourceWrapper.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsObjectWrapper.createResource(String resourcename, int type) Creates a new resource of the given resource type with empty content and no properties.CmsObjectWrapper.createResource(String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.CmsResourceWrapperModules.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperModulesNonLazy.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperPreventCreateNameCI.createResource(CmsObject cms, String resourcepath, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperPreventCreateNameRegex.createResource(CmsObject cms, String resourcepath, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperPropertyFile.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperReplaceDeleted.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperXmlPage.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) I_CmsResourceWrapper.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.booleanA_CmsResourceExtensionWrapper.moveResource(CmsObject cms, String source, String destination) booleanA_CmsResourceWrapper.moveResource(CmsObject cms, String source, String destination) booleanCmsResourceWrapperPreventCreateNameCI.moveResource(CmsObject cms, String source, String destination) booleanCmsResourceWrapperPreventCreateNameRegex.moveResource(CmsObject cms, String source, String destination) booleanCmsResourceWrapperXmlPage.moveResource(CmsObject cms, String source, String destination) booleanI_CmsResourceWrapper.moveResource(CmsObject cms, String source, String destination) Moves a resource to the given destination. -
Uses of CmsIllegalArgumentException in org.opencms.i18n
Methods in org.opencms.i18n that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidCmsMultiMessages.addMessages(CmsMessages messages) Adds a messages instance to this multi message bundle. -
Uses of CmsIllegalArgumentException in org.opencms.jsp
Methods in org.opencms.jsp that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionintCmsJspTagContentLoad.doStartTag()intCmsJspTagEdit.doStartTag()intCmsJspTagFormatter.doStartTag()intCmsJspTagNavigation.doStartTag()intCmsJspTagResourceLoad.doStartTag()intCmsJspTagSearch.doStartTag()intCmsJspTagSimpleSearch.doStartTag() -
Uses of CmsIllegalArgumentException in org.opencms.module
Methods in org.opencms.module that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionprotected voidCmsModule.checkFrozen()Checks if this modules configuration is frozen.voidCmsModuleManager.checkModuleSelectionList(List<String> moduleNames, String rfsAbsPath, boolean forDeletion) Checks the module selection list for consistency, that means that if a module is selected, all its dependencies are also selected.voidCmsModule.checkResources(CmsObject cms) Checks if all resources of the module are present. -
Uses of CmsIllegalArgumentException in org.opencms.relations
Methods in org.opencms.relations that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic CmsRelationTypeCmsRelationType.valueOf(int id) Parses anintinto a relation type.static CmsRelationTypeParses anStringinto a relation type. -
Uses of CmsIllegalArgumentException in org.opencms.search
Methods in org.opencms.search that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidCmsSearchIndexSource.setIndexerClassName(String indexerClassName) Sets the class name of the indexer.voidvoidSets the logical key/name of this search index source.voidSets the logical key/name of this search index.voidCmsSearchParameters.setSearchIndex(CmsSearchIndex index) Sets the search index to use for the search.Constructors in org.opencms.search that throw CmsIllegalArgumentExceptionModifierConstructorDescriptionA_CmsSearchIndex(String name) Creates a new CmsSearchIndex with the given name.CmsSearchIndex(String name) Creates a new CmsSearchIndex with the given name. -
Uses of CmsIllegalArgumentException in org.opencms.search.solr
Methods in org.opencms.search.solr that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidSets the logical key/name of this search index.Constructors in org.opencms.search.solr that throw CmsIllegalArgumentExceptionModifierConstructorDescriptionCmsSolrIndex(String name) Public constructor to create a Solr index. -
Uses of CmsIllegalArgumentException in org.opencms.security
Methods in org.opencms.security that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidCmsDefaultValidationHandler.checkEmail(String email) The email should only be composed by digits and standard english letters, points, underscores and exact one "At" symbol.voidI_CmsValidationHandler.checkEmail(String email) Checks if the provided email is a valid email address.voidCmsDefaultValidationHandler.checkFirstname(String firstname) voidI_CmsValidationHandler.checkFirstname(String firstname) Checks if the provided first name is valid.voidCmsDefaultValidationHandler.checkGroupName(String name) voidI_CmsValidationHandler.checkGroupName(String groupName) Checks if the provided group name is a valid group name.voidCmsDefaultValidationHandler.checkLastname(String lastname) voidI_CmsValidationHandler.checkLastname(String lastname) Checks if the provided last name is valid.voidCmsDefaultValidationHandler.checkUserName(String userName) A user name can only be composed of digits, standard ASCII letters and the symbols defined inCmsDefaultValidationHandler.USERNAME_CONSTRAINTS.voidI_CmsValidationHandler.checkUserName(String userName) Checks if the provided user name is a valid user name.voidCmsDefaultValidationHandler.checkZipCode(String zipcode) That means, the parameter should only be composed by digits and standard english letters.voidI_CmsValidationHandler.checkZipCode(String zipcode) Checks if the provided string is a valid zip code. -
Uses of CmsIllegalArgumentException in org.opencms.util
Methods in org.opencms.util that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic voidCmsStringUtil.checkName(String name, String constraints, String key, I_CmsMessageBundle bundle) Checks if a given name is composed only of the charactersa...z,A...Z,0...9and the providedconstraints.static voidCmsFileUtil.checkResources(CmsObject cms, List<String> resources) Checks if all resources are present.PrintfFormat.sprintf(double x) Format a double.PrintfFormat.sprintf(int x) Format an int.PrintfFormat.sprintf(long x) Format an long.Format an Object.Format a String.Constructors in org.opencms.util that throw CmsIllegalArgumentExceptionModifierConstructorDescriptionPrintfFormat(Locale locale, String fmtArg) Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings. -
Uses of CmsIllegalArgumentException in org.opencms.workplace.comparison
Methods in org.opencms.workplace.comparison that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic CmsDiffViewModeParses an string into an element of this enumeration. -
Uses of CmsIllegalArgumentException in org.opencms.workplace.threads
Methods in org.opencms.workplace.threads that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidCmsXmlContentRepairSettings.setVfsFolder(String vfsFolder) Sets the VFS folder under which XML contents will be processed recursively. -
Uses of CmsIllegalArgumentException in org.opencms.workplace.tools
Methods in org.opencms.workplace.tools that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic CmsHtmlIconButtonStyleEnumParses an string into an element of this enumeration. -
Uses of CmsIllegalArgumentException in org.opencms.xml.content
Methods in org.opencms.xml.content that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionAdds a new XML content value for the given element name and locale at the given index position to this XML content document. -
Uses of CmsIllegalArgumentException in org.opencms.xml.page
Methods in org.opencms.xml.page that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidAdds a new, empty value with the given name and locale to this XML document.voidCmsXmlPage.renameValue(String oldValue, String newValue, Locale locale) Renames the page-element value from the old to the new one. -
Uses of CmsIllegalArgumentException in org.opencms.xml.types
Methods in org.opencms.xml.types that throw CmsIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidA_CmsXmlValueCdataBase.setStringValue(CmsObject cms, String value) voidA_CmsXmlValueTextBase.setStringValue(CmsObject cms, String value) voidCmsXmlAccessRestrictionValue.setStringValue(CmsObject cms, String value) voidCmsXmlBooleanValue.setStringValue(CmsObject cms, String value) voidCmsXmlCategoryValue.setStringValue(CmsObject cms, String value) voidCmsXmlDynamicCategoryValue.setStringValue(CmsObject cms, String value) voidCmsXmlVarLinkValue.setStringValue(CmsObject cms, String value) voidCmsXmlVfsFileValue.setStringValue(CmsObject cms, String value) voidCmsXmlVfsImageValue.setStringValue(CmsObject cms, String value)
CmsObject.createResource(String, I_CmsResourceType)instead.