- RadioButtonControl - Class in lumis.doui.control.radiobutton
-
Renders a radio button control.
- RadioButtonControl() - Constructor for class lumis.doui.control.radiobutton.RadioButtonControl
-
- randomizedBanners(TabularData, int) - Method in class lumis.service.banner.BannerDataProvider
-
- rank - Variable in class lumis.search.SearchHit
-
- RatioXmlHtmlJRDataSourceProvider - Class in lumis.report.ratioxmlhtml
-
Data source provider used by the Ration XMl/HTML report.
- RatioXmlHtmlJRDataSourceProvider() - Constructor for class lumis.report.ratioxmlhtml.RatioXmlHtmlJRDataSourceProvider
-
- rawRequestInputFile - Variable in class lumis.portal.presentation.PresentationControllerHtml
-
The file where the raw request input content is stored.
- reachedUserLimit(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
-
- reachedUserLimit(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
-
Returns true if the conversation has reached its user limit
- read(Object) - Method in class lumis.portal.cache.HibernatePortalCache
-
- read(Node) - Method in class lumis.portal.principal.importprincipal.reader.ActiveDirectoryPrincipalReader
-
- read(Node) - Method in interface lumis.portal.principal.importprincipal.reader.IPrincipalReader
-
Read users and groups and return them in string format in entries named userList and groupList of the map returned.
- read(InputNode) - Method in class lumis.portal.structure.sync.model.propertybag.PropertyDefault.PropertyDefaultConverter
-
- read(Class<T>, File, ChannelResume) - Static method in class lumis.portal.structure.sync.SyncUtil
-
Reads a structure file.
- read() - Method in class lumis.util.StopWatch
-
- read(URL, String) - Static method in class lumis.util.TextUtil
-
- read(InputStream, String) - Static method in class lumis.util.TextUtil
-
Reads an input stream as a string using the given encoding.
- read(Reader) - Static method in class lumis.util.TextUtil
-
Reads the data from the reader until its end is reached.
- READ_ONLY_TRANSACTION_FACTORY - Static variable in interface lumis.portal.structure.sync.ParallelExecutor.ITransactionFactory
-
A transaction factory that returns transactions optimized for
read-only use.
- readAttributeBoolean(String, Node) - Static method in class lumis.util.XmlUtil
-
- readAttributeBoolean(String, Node, boolean) - Static method in class lumis.util.XmlUtil
-
- readAttributeInt(String, Node, int) - Static method in class lumis.util.XmlUtil
-
Returns the attribute integer value in the given node.
- readAttributeOrNodeString(Node, String) - Static method in class lumis.util.XmlUtil
-
- readAttributeOrNodeString(Node, String, String) - Static method in class lumis.util.XmlUtil
-
- readAttributeString(String, Node) - Static method in class lumis.util.XmlUtil
-
- readAttributeString(String, Node, String) - Static method in class lumis.util.XmlUtil
-
- readData - Variable in class lumis.doui.source.Source
-
- readData(QuerySelect, ITransaction) - Method in interface lumis.doui.table.ITableDao
-
Reads the data as specified in the given querySelect, and returns the result in a
TabularData
.
- readData(QuerySelect, ITransaction) - Method in class lumis.doui.table.TableDaoJdbc
-
- readData(String, ITransaction) - Method in class lumis.doui.table.TableSource
-
Reads the data with the given primary key value, and returns it.
- readData(String[], ITransaction) - Method in class lumis.doui.table.TableSource
-
Reads the data with the given primary key values, and returns it.
- readDefinition(Node, ControlContainer, IControl) - Method in class lumis.service.portalmanagement.audit.LinkToRuntimeTabularDataControl
-
Reads the control configuration and sets the control attributes.
- readDefinition(Node, ControlContainer, IControl) - Method in class lumis.service.wsrp.consumer.doui.LinkToRuntimeTabularDataControl
-
Reads the control configuration and sets the control attributes.
- readExternal(ObjectInput) - Method in class lumis.portal.cluster.multiserver.ClusterTransmissionHeader
-
- readFieldsIntoFieldsMap() - Method in class lumis.doui.source.Source
-
- readFieldsIntoFieldsMap() - Method in class lumis.doui.source.TabularSource
-
- readFile(File) - Static method in class lumis.util.FileUtil
-
Returns the content of a file as an array of bytes.
- readFile(String) - Static method in class lumis.util.TextUtil
-
Deprecated.
This method uses the system default encoding, which if diferent
from the file's encoding may cause data corruption. Instead of using
this method use TextUtil.readFile(String, String)
specifying the correct
encoding.
- readFile(String, String) - Static method in class lumis.util.TextUtil
-
- readFrom(DataInputStream) - Method in class lumis.portal.cluster.multiserver.ClusterTransmissionHeader
-
- readMemberData(String) - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
-
Returns the data for a specific member.
- readMembers(DatabaseViewGroupConfig, int) - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
-
Read from persistence the identifiers of principals that match the
specified criteria.
- readNodeBoolean(String, Node, boolean) - Static method in class lumis.util.XmlUtil
-
- readNodeInt(String, Node, int) - Static method in class lumis.util.XmlUtil
-
- readNodeInteger(String, Node, Integer) - Static method in class lumis.util.XmlUtil
-
- readNodesString(String, Node) - Static method in class lumis.util.XmlUtil
-
- readNodeString(String, Node) - Static method in class lumis.util.XmlUtil
-
- readNodeString(String, Node, String) - Static method in class lumis.util.XmlUtil
-
- readOnly - Variable in class lumis.doui.source.field.BaseSourceField
-
- readParameterValue(String, Node) - Method in class lumis.service.portalmanagement.audit.StringReplacePostLoadProcessor
-
Reads the value of a given parameter using its name.
- readParameterValue(String, Node) - Method in class lumis.service.portalmanagement.systeminfo.StringReplacePostLoadProcessor
-
Reads the value of a given parameter using its name.
- readPrincipals(SessionConfig, String, ITransaction) - Method in interface lumis.portal.principal.importprincipal.IImportPrincipalManager
-
Read xml config file initializing the declared readers building a xml file with the users and groups extracted by the users.
- readPrincipals(SessionConfig, String, ITransaction) - Method in class lumis.portal.principal.importprincipal.ImportPrincipalManager
-
- ReadPrincipalsProcessActionHandler - Class in lumis.service.portalmanagement.importprincipal
-
Reader process action handler.
- ReadPrincipalsProcessActionHandler() - Constructor for class lumis.service.portalmanagement.importprincipal.ReadPrincipalsProcessActionHandler
-
- readProperty(T, String) - Method in class lumis.doui.source.AbstractObjectDataProvider
-
Reads the property value of an object.
- readProperty(RemoteConsumerRegistration, String) - Method in class lumis.service.wsrp.producer.RegistrationManagementInterfaceDataProvider
-
- readRow(Object[]) - Method in interface lumis.doui.table.ITableDao.IRowProcessor
-
- readSelectedData() - Method in class lumis.doui.table.BaseTableDataProcessActionHandler
-
Reads the data selected by the user from the persistence and returns it.
- rebuildEntityManagerFactoriesIfNeeded() - Static method in class lumis.portal.dao.hibernate.HibernateUtil
-
Rebuilds the entity manager factories if needed.
- RebuildEntityManagerFactoriesStepExecutable - Class in lumis.portal.deployment.stepexecutable.module
-
Step executable that sends a cluster command to rebuild entity manager factories if needed.
- RebuildEntityManagerFactoriesStepExecutable(String, String) - Constructor for class lumis.portal.deployment.stepexecutable.module.RebuildEntityManagerFactoriesStepExecutable
-
Creates a new instance.
- rebuildLumisAdministration(SessionConfig, ITransaction) - Method in interface lumis.upgrade.IUpgradeManager
-
- rebuildLumisAdministration() - Method in class lumis.upgrade.UpgradeControllerHtml
-
- rebuildLumisAdministration(SessionConfig, ITransaction) - Method in class lumis.upgrade.UpgradeManager
-
- recalculateCaches(String) - Method in class lumis.portal.page.cache.PageCacheManager
-
Recalculates the attributes for the caches in the portal area inside the
specified channel.
- recover(String) - Method in class lumis.portal.interactiveprocess.InteractiveProcessManager
-
Changes the process status to "Ready".
- RecoverProcessActionHandler - Class in lumis.service.portalmanagement.interactiveprocess
-
Process action of recover process.
- RecoverProcessActionHandler() - Constructor for class lumis.service.portalmanagement.interactiveprocess.RecoverProcessActionHandler
-
- recreateTransformations(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.transformation.FileTransformationManager
-
- recreateTransformations(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.transformation.IFileTransformationManagerSPI
-
Recreates all transformations of a given file.
- recursiveDelete() - Method in class lumis.portal.filesystem.PortalFile
-
Recursively deletes this file and any child of it.
- redeployWar(ZipFile, String) - Method in class lumis.portal.appserver.GenericApplicationServerManager
-
- redeployWar(ZipFile, String) - Method in interface lumis.portal.appserver.IAppServerDeployer
-
Redeploy the given war file to the specified context path.
- redirectToLoginPage(HttpServletRequest, HttpServletResponse, int) - Static method in class lumis.portal.url.WebResourceDiscoveryFilter
-
Redirects to the login page.
- RefreshButtonControl - Class in lumis.doui.control.button
-
ButtonControl that simply refreshes the current page.
- RefreshButtonControl() - Constructor for class lumis.doui.control.button.RefreshButtonControl
-
- refreshInterfaceInstance(Node, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerXml
-
- REGEX_HASHTAG - Static variable in class lumis.service.socialnetworkservices.microblog.core.util.URLGenerator
-
- REGEX_WEBPAGE - Static variable in class lumis.service.socialnetworkservices.microblog.core.util.URLGenerator
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentAdministrationEditPropertyPageServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentAdministrationListServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentAdministrationPropertyPageServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentDetailsServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentGenericListServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentListServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.content.service.ContentQuickListServiceInterface
-
- register(SessionConfig, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
-
Register a workflow.
- register(Node, ITransaction) - Method in class lumis.content.workflow.WorkflowControllerXml
-
Deprecated.
- register(SessionConfig, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
-
Register a workflow.
- register(Node, ITransaction) - Method in class lumis.doui.controller.xml.DouiControlControllerXml
-
- register(Node, ITransaction) - Method in class lumis.doui.controller.xml.DouiControllerXml
-
- register(Node, ITransaction) - Method in class lumis.doui.controller.xml.DouiProcessActionControllerXml
-
- register(Node, ITransaction) - Method in class lumis.doui.controller.xml.DouiSourceControllerXml
-
- register(SessionConfig, String, ITransaction) - Method in class lumis.doui.DouiManager
-
- register(SessionConfig, Document, ITransaction) - Method in class lumis.doui.DouiManager
-
- register(SessionConfig, String, ITransaction) - Method in interface lumis.doui.IDouiManager
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.doui.service.DouiAdministrationListServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.doui.service.DouiAdministrationPropertyPageServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.doui.service.DouiDetailsServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.doui.service.DouiListServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.doui.service.DouiQuickListServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in class lumis.doui.service.DouiServiceInterface
-
- register(String, String, String) - Method in class lumis.portal.businesscontext.internal.BusinessContextManager
-
- register(String, String, String) - Method in interface lumis.portal.businesscontext.internal.IBusinessContextManagerSPI
-
Registers a new context
- register(String) - Method in interface lumis.portal.report.IReportManager
-
Registers a new report type.
- register(String) - Method in class lumis.portal.report.ReportManager
-
- register(SessionConfig, String, ITransaction) - Method in interface lumis.portal.service.IServiceManager
-
Register the service.
- register(Node, ITransaction) - Method in class lumis.portal.service.ServiceControllerXml
-
- register(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.ServiceManager
-
Service
- register(SessionConfig, Node, ITransaction) - Method in class lumis.portal.serviceinterface.GenericServiceInterface
-
- register(SessionConfig, Node, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterface
-
Called by the service interface manager when a service interface definition is registered.
- register(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
-
Register the service interface.
- register(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
-
- register(String) - Method in interface lumis.portal.theme.IThemeManagerSPI
-
Registers a theme in the specified classpath relative path.
- register(String) - Method in class lumis.portal.theme.ThemeManager
-
- register(Class, Class<? extends IConverter>) - Static method in class lumis.util.converter.ConvertUtil
-
- RegisterComponentStructuralElementsStepExecutable - Class in lumis.portal.deployment.stepexecutable.component
-
Register component structural elements step executable.
- RegisterComponentStructuralElementsStepExecutable(IComponent) - Constructor for class lumis.portal.deployment.stepexecutable.component.RegisterComponentStructuralElementsStepExecutable
-
Creates a new instance.
- RegisterControlProcessActionHandler - Class in lumis.service.portalmanagement.controlregistry
-
Handles Register Controls Process Actions
- RegisterControlProcessActionHandler() - Constructor for class lumis.service.portalmanagement.controlregistry.RegisterControlProcessActionHandler
-
- registerControls(SessionConfig, String, ITransaction) - Method in class lumis.doui.control.ControlManager
-
- registerControls(SessionConfig, String, ITransaction) - Method in interface lumis.doui.control.IControlManager
-
- registerControls() - Method in class lumis.service.portalmanagement.controlregistry.RegisterControlProcessActionHandler
-
- registerDefaultTypes() - Method in interface lumis.portal.report.IReportManager
-
Registers all Portal's default report types.
- registerDefaultTypes() - Method in class lumis.portal.report.ReportManager
-
- registerDeployer(IPortalDeployer) - Method in class lumis.portal.deployment.DeploymentManager
-
Deprecated.
- registerDeployer(IPortalDeployer) - Method in interface lumis.portal.deployment.IDeploymentManager
-
- registerEntry(AuditEntry, AuditEntryState) - Method in class lumis.portal.audit.AuditManager
-
Register the audit entry in database.
- registerExistingReportTypes() - Method in class lumis.service.portalmanagement.reporttype.RegisterReportTypeProcessActionHandler
-
- registerExistingServices() - Method in class lumis.service.portalmanagement.service.RegisterServiceProcessActionHandler
-
- registerMenuGroupTypes(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
-
Register the menu group types.
- registerMenuGroupTypes(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
-
- registerMenuItemTypes(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
-
Register menu item type.
- registerMenuItemTypes(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
-
- registerMenuTypes() - Method in class lumis.service.portalmanagement.servicemenutype.RegisterMenuTypesProcessActionHandler
-
- RegisterMenuTypesProcessActionHandler - Class in lumis.service.portalmanagement.servicemenutype
-
Responsible for registering and unregistering menu item types and menu group types
- RegisterMenuTypesProcessActionHandler() - Constructor for class lumis.service.portalmanagement.servicemenutype.RegisterMenuTypesProcessActionHandler
-
- RegisterModuleStructuralElementsStepExecutable - Class in lumis.portal.deployment.stepexecutable.module
-
Register module structural elements step executable.
- RegisterModuleStructuralElementsStepExecutable(IModule) - Constructor for class lumis.portal.deployment.stepexecutable.module.RegisterModuleStructuralElementsStepExecutable
-
Creates a new instance.
- registerNewReportType() - Method in class lumis.service.portalmanagement.reporttype.RegisterReportTypeProcessActionHandler
-
- registerNewService() - Method in class lumis.service.portalmanagement.service.RegisterServiceProcessActionHandler
-
- registerObservers(SessionConfig, String, ITransaction) - Method in interface lumis.portal.event.IPortalEventManager
-
Registers the observers in the specified observer configuration file.
- registerObservers(SessionConfig, String, ITransaction) - Method in class lumis.portal.event.PortalEventManager
-
- registerOnEventScript(String, String) - Method in class lumis.doui.control.Control
-
- registerOnEventScript(String, String) - Method in interface lumis.doui.control.IControl
-
- registerProcessActions(SessionConfig, String, ITransaction) - Method in interface lumis.doui.processaction.IProcessActionManager
-
- registerProcessActions(SessionConfig, String, ITransaction) - Method in class lumis.doui.processaction.ProcessActionManager
-
- RegisterReportTypeProcessActionHandler - Class in lumis.service.portalmanagement.reporttype
-
- RegisterReportTypeProcessActionHandler() - Constructor for class lumis.service.portalmanagement.reporttype.RegisterReportTypeProcessActionHandler
-
- registerRequest() - Method in class lumis.service.callcenteronline.ColProcessActionHandler
-
- registerServiceInterfaceTypes(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
-
Register the type of the service interface.
- registerServiceInterfaceTypes(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
-
- RegisterServiceProcessActionHandler - Class in lumis.service.portalmanagement.service
-
- RegisterServiceProcessActionHandler() - Constructor for class lumis.service.portalmanagement.service.RegisterServiceProcessActionHandler
-
- RegisterServiceStepHandler - Class in lumis.upgrade
-
Registers a service.
- RegisterServiceStepHandler() - Constructor for class lumis.upgrade.RegisterServiceStepHandler
-
- RegisterServiceTask - Class in lumis.portal.ant
-
Register portal service task for ant.
- RegisterServiceTask() - Constructor for class lumis.portal.ant.RegisterServiceTask
-
- registerServiceTypes(SessionConfig, String, ITransaction) - Method in interface lumis.portal.service.IServiceManager
-
Register the types of service.
- registerServiceTypes(Node, ITransaction) - Method in class lumis.portal.service.ServiceControllerXml
-
- registerServiceTypes(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.ServiceManager
-
- registerServiceTypes() - Method in class lumis.service.portalmanagement.servicetype.RegisterServiceTypesProcessActionHandler
-
- RegisterServiceTypesProcessActionHandler - Class in lumis.service.portalmanagement.servicetype
-
Handles Register Service Type Process Actions
- RegisterServiceTypesProcessActionHandler() - Constructor for class lumis.service.portalmanagement.servicetype.RegisterServiceTypesProcessActionHandler
-
- registerSources(SessionConfig, String, ITransaction) - Method in interface lumis.doui.source.ISourceManager
-
- registerSources(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.SourceManager
-
- registerStandardControls() - Method in class lumis.service.portalmanagement.controlregistry.RegisterControlProcessActionHandler
-
- registerStandardMenuTypes() - Method in class lumis.service.portalmanagement.servicemenutype.RegisterMenuTypesProcessActionHandler
-
- registerStandardServiceTypes() - Method in class lumis.service.portalmanagement.servicetype.RegisterServiceTypesProcessActionHandler
-
- registerVote(String, String, ITransaction) - Method in class lumis.service.vote.VoteDaoJdbc
-
- registerVoteOption(String, String, ITransaction) - Method in class lumis.service.vote.VoteDaoJdbc
-
- Registration - Class in lumis.service.wsrp.consumer.producermanager
-
Registration entity.
- RegistrationAdministrationListDeleteProcessActionHandler - Class in lumis.service.wsrp.producer
-
ProcessActionHandler
responsible for deletion of
RemoteConsumerRegistration
from a
ProducerImpl
associated with current service instance.
- RegistrationAdministrationListDeleteProcessActionHandler() - Constructor for class lumis.service.wsrp.producer.RegistrationAdministrationListDeleteProcessActionHandler
-
- registrationContext - Variable in class lumis.service.wsrp.consumer.RemotePortletHelper
-
- RegistrationManagementInterfaceDataProvider - Class in lumis.service.wsrp.producer
-
/**
IDataProvider
responsible for populating a
TabularData
with
the
RemoteConsumerRegistration
associated with the current producer.
- RegistrationManagementInterfaceDataProvider() - Constructor for class lumis.service.wsrp.producer.RegistrationManagementInterfaceDataProvider
-
Default constructor
- RegularExpressionValidatorControl - Class in lumis.doui.control.validator
-
Generates client side and server side validation that verifies that a control value if provided matches the regular expression specified in the expression attribute of the validator.
- RegularExpressionValidatorControl() - Constructor for class lumis.doui.control.validator.RegularExpressionValidatorControl
-
- reindex(boolean) - Method in class lumis.content.table.ContentTableSource
-
Deprecated.
- reindex(boolean) - Method in class lumis.doui.source.TabularSource
-
Deprecated.
- reindexContent(Content, Collection<String>, DouiIndexConfig) - Method in interface lumis.content.search.common.IContentIndexer
-
Performs the re-indexing of the given content.
- reindexContent(Content, Collection<String>, DouiIndexConfig) - Method in class lumis.content.search.ContentIndexer
-
- ReindexerTabularDataProcessorFactory - Class in lumis.doui.search
-
Factory for IReindexerTabularDataProcessor implementation instances
- ReindexerTabularDataProcessorFactory() - Constructor for class lumis.doui.search.ReindexerTabularDataProcessorFactory
-
- rejectMessage(Node, ITransaction) - Method in class lumis.collaboration.chat.ChatControllerXml
-
- RelatableNode - Class in lumis.portal.socialnetwork.relationship.entity
-
RelatableNode entity implementation.
- RelatableNode() - Constructor for class lumis.portal.socialnetwork.relationship.entity.RelatableNode
-
- relationId - Variable in class lumis.util.query.QueryTable
-
- RelationshipDAO - Class in lumis.portal.socialnetwork.relationship.dao
-
Dao implementation for relationship, based on JDBC.
- RelationshipDAO() - Constructor for class lumis.portal.socialnetwork.relationship.dao.RelationshipDAO
-
- RelationshipManager - Class in lumis.portal.socialnetwork.relationship
-
Relationship manager implementation.
- RelationshipManager() - Constructor for class lumis.portal.socialnetwork.relationship.RelationshipManager
-
- RelationshipNode - Class in lumis.portal.socialnetwork.relationship.entity
-
Relationship entity implementation.
- RelationshipNode() - Constructor for class lumis.portal.socialnetwork.relationship.entity.RelationshipNode
-
- RelationshipType - Class in lumis.portal.socialnetwork.relationship.entity
-
RelationshipType entity implementation.
- RelationshipType() - Constructor for class lumis.portal.socialnetwork.relationship.entity.RelationshipType
-
- release() - Method in class lumis.doui.DouiContext
-
- releaseFromProcess(String) - Method in interface lumis.service.newsletter.IScheduleDao
-
- releaseFromProcess(String) - Method in class lumis.service.newsletter.ScheduleDaoHib
-
- releaseGenerationLock(PageCacheConfig, IPageCacheManager.GenerationOutcome) - Method in class lumis.portal.page.cache.PageCacheManager
-
Releases the generation lock for a cached page.
- releaseLock(String) - Method in class lumis.content.core.ContentManager
-
- releaseLock(String) - Method in interface lumis.content.core.IContentManager
-
Releases the lock for the contentLocale.
- reloadSubControlsRecursively(IControl) - Method in class lumis.doui.control.datagrid.DataGridControl
-
- RemainingHoldersPanel - Class in lumis.portal.presentation.mode.portaladministration
-
Panel that renders the holders present in the page layout that has not
been rendered in the page.
- RemainingHoldersPanel(String) - Constructor for class lumis.portal.presentation.mode.portaladministration.RemainingHoldersPanel
-
- REMOTE_PORTLET_HANDLE_CUSTOM_PROPERTY_ID - Static variable in class lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceConstants
-
Custom property name used to store remote portlet handle.
- REMOTE_PORTLET_HANDLE_PARAMETER_NAME - Static variable in class lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceConstants
-
Remote portlet handle parameter name.
- RemotePortletConfigurationInterfaceConstants - Class in lumis.service.wsrp.consumer.doui
-
Class used to store constants used by WSRP consumer.
- RemotePortletConfigurationInterfaceConstants() - Constructor for class lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceConstants
-
- RemotePortletConfigurationInterfaceControl - Class in lumis.service.wsrp.consumer.doui
-
Control
that renders an admin list if service instance is configured.
- RemotePortletConfigurationInterfaceControl() - Constructor for class lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceControl
-
- RemotePortletConfigurationInterfaceDataProvider - Class in lumis.service.wsrp.consumer.doui
-
Reads offered portlets by producer and populate a
TabularData
with
them.
- RemotePortletConfigurationInterfaceDataProvider() - Constructor for class lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceDataProvider
-
- RemotePortletConfigurationInterfaceProcessActionHandler - Class in lumis.service.wsrp.consumer.doui
-
- RemotePortletConfigurationInterfaceProcessActionHandler() - Constructor for class lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceProcessActionHandler
-
- RemotePortletHelper - Class in lumis.service.wsrp.consumer
-
Base helper for remote portlet version.
- RemotePortletHelperV2 - Class in lumis.service.wsrp.consumer
-
Helper for remote portlet version 2.
- RemotePortletManagementManager - Interface in lumis.service.wsrp.consumer
-
Interface for remote portlet manager.
- RemotePortletManagementManagerV1 - Class in lumis.service.wsrp.consumer
-
Remote portlet manager implementation for version 1.
- RemotePortletManagementManagerV1(URL, RegistrationContext) - Constructor for class lumis.service.wsrp.consumer.RemotePortletManagementManagerV1
-
- RemotePortletManagementManagerV2 - Class in lumis.service.wsrp.consumer
-
Remote portlet manager implementation for version 2.
- RemotePortletManagementManagerV2(URL, RegistrationContext) - Constructor for class lumis.service.wsrp.consumer.RemotePortletManagementManagerV2
-
- RemotePortletServiceInterface - Class in lumis.service.wsrp.consumer
-
Service interface used to represent a remote portlet consumed through WSRP.
- RemotePortletServiceInterface() - Constructor for class lumis.service.wsrp.consumer.RemotePortletServiceInterface
-
- RemoteServiceManagerFactory - Class in lumis.service.wsrp.consumer
-
Factory for remote service manager.
- RemoteServiceManagerFactory() - Constructor for class lumis.service.wsrp.consumer.RemoteServiceManagerFactory
-
- remove(Object) - Method in class lumis.doui.search.common.ParametersSourceDataWrapper
-
- remove(Object) - Method in class lumis.doui.source.SourceData
-
- remove(Object) - Method in class lumis.doui.source.TabularData
-
Delegates the call to the first row or returns null if there is no row.
- remove(Object) - Method in class lumis.portal.cache.HibernatePortalCache
-
- remove(String) - Method in class lumis.portal.cache.PortalCache
-
- remove(String, ITransaction) - Method in class lumis.portal.cache.PortalCache
-
Removes an entry from the cache now and after the given transaction
ends.
- remove(String) - Method in class lumis.portal.servicecontainer.ReplaceInterfacesStorage
-
Removes the given interface instance from the replace map (searching it as the mapping key).
- remove(ServiceInstanceConfig) - Method in interface lumis.portal.urlshortener.IURLShortenerManager
-
- remove(ChannelConfig) - Method in interface lumis.portal.urlshortener.IURLShortenerManager
-
- remove(ServiceInstanceConfig) - Method in class lumis.portal.urlshortener.URLShortenerManager
-
- remove(ChannelConfig) - Method in class lumis.portal.urlshortener.URLShortenerManager
-
- remove(Comment) - Method in class lumis.service.socialnetworkservices.microblog.core.manager.CommentManager
-
Method that enables a flag indicating that the comment is no longer available for display.
- remove(PostAttachment) - Method in class lumis.service.socialnetworkservices.microblog.core.manager.PostAttachmentManager
-
- remove(Post) - Method in class lumis.service.socialnetworkservices.microblog.core.manager.PostManager
-
Method that deletes an user post
- remove(UserFollows) - Method in class lumis.service.socialnetworkservices.microblog.core.manager.UserFollowsManager
-
Method that deletes an UserFollows relationship
- remove(Object) - Method in class lumis.service.wsrp.producer.PortletDescriptorHolderImpl
-
- remove(SocialNetworkMessage) - Method in class lumis.socialnetworkintegration.connector.FacebookConnector
-
- remove(SocialNetworkMessage) - Method in class lumis.socialnetworkintegration.connector.TwitterConnector
-
- remove(SocialNetworkMessage) - Method in interface lumis.socialnetworkintegration.ISocialNetworkConnector
-
Calls the social network's remove method (varies according to network) if
there is one.
- REMOVE_INHERIT_COPY_PERMISSIONS - Static variable in class lumis.util.security.acl.AccessControlList
-
- REMOVE_INHERIT_REMOVE_PERMISSIONS - Static variable in class lumis.util.security.acl.AccessControlList
-
- removeAclEntriesByPrincipalId(SessionConfig, String, ITransaction) - Method in class lumis.util.security.acl.GenericAclManager
-
- removeAclEntriesByPrincipalId(SessionConfig, String, ITransaction) - Method in interface lumis.util.security.acl.IGenericAclManager
-
- removeAdditionalBaseURL(IWebsiteBaseURL) - Method in class lumis.portal.website.Website
-
Removes an additional base URL from this website.
- removeAggregationValue(String) - Method in interface lumis.portal.monitor.IMonitorContext
-
Removes an aggregation value from the current monitor context and from
current log context.
- removeAllSubControls(Node) - Method in class lumis.service.forum.ForumButtonVisibilityControl
-
- removeAttachment(SearchContentAttachment) - Method in class lumis.search.SearchContent
-
Removes an attachment from this search content.
- removeAttribute(String) - Method in class lumis.lptf.portal.serviceinterface.MockServiceInterfaceRenderRequest
-
- removeAttribute(String) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
-
- removeAttribute(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
-
- removeAttribute(String) - Method in class lumis.search.SearchAttributes
-
Remove an attribute.
- removeAttribute(String) - Method in interface lumis.util.ITransaction
-
Removes an attribute from this transaction.
- removeBusinessContext(IBusinessContextSPI) - Method in class lumis.portal.businesscontext.internal.BusinessContextManager
-
Removes the built business context.
- removeChannelAggregationValues() - Static method in class lumis.portal.monitor.MonitorUtil
-
- removeChild(IControl) - Method in class lumis.doui.control.Control
-
- removeChild(IControl) - Method in interface lumis.doui.control.IControl
-
- removeChildren() - Method in class lumis.doui.control.Control
-
- removeChildren() - Method in interface lumis.doui.control.IControl
-
- removeClone(String) - Method in interface lumis.service.wsrp.consumer.IPortletServiceManager
-
Removes the clone.
- removeClone(String) - Method in class lumis.service.wsrp.consumer.PortletServiceManager
-
- removeClone(String) - Method in interface lumis.service.wsrp.consumer.RemotePortletManagementManager
-
Removes the clone.
- removeClone(String) - Method in class lumis.service.wsrp.consumer.RemotePortletManagementManagerV1
-
- removeClone(String) - Method in class lumis.service.wsrp.consumer.RemotePortletManagementManagerV2
-
- RemoveCloneProcessActionHandler - Class in lumis.service.wsrp.consumer.doui
-
ProcessActionHandler to remove unwanted cloned portlets.
- RemoveCloneProcessActionHandler() - Constructor for class lumis.service.wsrp.consumer.doui.RemoveCloneProcessActionHandler
-
- RemoveComponentPublicFilesStepExecutable - Class in lumis.portal.deployment.stepexecutable.component
-
Removes component public files step executable.
- RemoveComponentPublicFilesStepExecutable(IComponent) - Constructor for class lumis.portal.deployment.stepexecutable.component.RemoveComponentPublicFilesStepExecutable
-
Creates a new instance.
- RemoveComponentRegisterStepExecutable - Class in lumis.portal.deployment.stepexecutable.component
-
Remove component register step executable.
- RemoveComponentRegisterStepExecutable(IComponent) - Constructor for class lumis.portal.deployment.stepexecutable.component.RemoveComponentRegisterStepExecutable
-
Creates a new instance.
- removeConfigDeletion(String) - Method in class lumis.portal.serialization.DeserializationContext
-
- removeConfiguration(String) - Static method in class lumis.portal.configuration.ServerConfiguration
-
Removes the configuration for a given server id.
- removeContentFromIndex(Content, Collection<String>, DouiIndexConfig) - Method in interface lumis.content.search.common.IContentIndexer
-
Removes the given content from the search index.
- removeContentFromIndex(Content, Collection<String>, DouiIndexConfig) - Method in class lumis.content.search.ContentIndexer
-
- removeControl(IControl) - Method in class lumis.doui.control.ControlContainer
-
- removeCurrentItemId() - Static method in class lumis.content.service.DetailsUtil
-
Deprecated.
Removes the itemId set in the current thread.
- removeEmptyGroups() - Method in class lumis.util.query.QueryFilterGroup
-
- removeEnvironmentRestriction(String, EnvironmentType) - Method in class lumis.portal.interactiveprocess.Step
-
Removes the environment restriction with the given tag and type.
- removeFields(String) - Method in class lumis.search.SearchContent
-
Removes all fields with the given name.
- removeFileTransformation(SessionConfig, FileTransformation, ITransaction) - Method in class lumis.portal.file.transformation.FileTransformationManager
-
- removeFileTransformation(SessionConfig, FileTransformation, ITransaction) - Method in interface lumis.portal.file.transformation.IFileTransformationManager
-
Removes the specified transformation and its related files.
- removeFileTransformationInternal(SessionConfig, FileTransformation, IWebRootPortalBaseFolder, ITransaction) - Method in class lumis.portal.file.transformation.FileTransformationManager
-
- removeFileTransformationInternal(SessionConfig, FileTransformation, IWebRootPortalBaseFolder, ITransaction) - Method in interface lumis.portal.file.transformation.IFileTransformationManagerSPI
-
Removes the specified transformation and all related files.
- removeFromCache(String, ITransaction) - Method in class lumis.util.security.acl.AclManager
-
- removeFromCache(String, ITransaction) - Method in interface lumis.util.security.acl.IAclManager
-
Allows removal of cached items
- removeFromIndex() - Method in class lumis.doui.table.BaseTableDataProcessActionHandler
-
- removeFromQueue(IQueueTaskProcess, boolean) - Method in interface lumis.portal.processqueue.IProcessQueueManagerSPI
-
Removes from queue the current item.
- removeFromQueue(IQueueTaskProcess, boolean) - Method in class lumis.portal.processqueue.QueueManager
-
- RemoveGlobalNonReferencedEntriesStepExecutable - Class in lumis.portal.deployment.stepexecutable.script
-
Removes global non referenced entries.
- RemoveGlobalNonReferencedEntriesStepExecutable(Map<String, List<EnvironmentType>>, String) - Constructor for class lumis.portal.deployment.stepexecutable.script.RemoveGlobalNonReferencedEntriesStepExecutable
-
Creates a new instance.
- removeGroup(String) - Method in class lumis.portal.cache.PortalCache
-
Removes all keys associated with the given group.
- removeInContextEditInterfaceInstance(SessionConfig, IPortalMode, ServiceInterfaceInstanceConfig, String, AppendingStringBuffer, String, ITransaction) - Method in class lumis.content.incontextedit.ContentServiceInterfaceInContextEdit
-
- removeInContextEditInterfaceInstance(SessionConfig, IPortalMode, ServiceInterfaceInstanceConfig, String, AppendingStringBuffer, String, ITransaction) - Method in interface lumis.portal.incontextedit.IServiceInterfaceInContextEdit
-
Removes in context editing interface instance related attributes if
needed.
- removeInheritance() - Method in class lumis.util.security.acl.AccessControlEntry
-
- removeInheritance(int) - Method in class lumis.util.security.acl.AccessControlList
-
- removeInheriting() - Method in class lumis.util.security.acl.Permissions
-
- RemoveInterfaceBehavior - Class in lumis.portal.presentation.mode.portaladministration
-
Behavior that provides the javascript for removing an interface,
during the edit of a page.
- RemoveInterfaceBehavior() - Constructor for class lumis.portal.presentation.mode.portaladministration.RemoveInterfaceBehavior
-
- removeListener() - Method in class lumis.portal.servlet.UniqueWriterController
-
Removes this unique writer controller listener.
- removeMember(String, String) - Method in class lumis.portal.group.AbstractGroupMembershipProvider
-
- removeMember(String, String) - Method in interface lumis.portal.group.IGroupMembershipProvider
-
Remove a member from a group.
- removeMember(String, String) - Method in class lumis.portal.group.standardmembership.StandardGroupMembershipProvider
-
- removeNotConvertDynUrls(String) - Static method in class lumis.portal.servicecontainer.ServiceContainer
-
Removes the marker that indicates that the dynamic urls are not to be converted (#lumDoNotConvertDynUrls- -lumDoNotConvertDynUrls#) if there are any.
- removeObserver(ITransactionObserver) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
-
- removeObserver(ITransactionObserver) - Method in interface lumis.util.ITransaction
-
Removes an observer for this transaction.
- removeOldEntries() - Method in class lumis.portal.audit.AuditManager
-
Remove audit entries older than the number of days specified by the
cleanInterval field in configuration.
- removePageAggregationValues() - Static method in class lumis.portal.monitor.MonitorUtil
-
- removePostWithDependencies(Post) - Method in class lumis.service.socialnetworkservices.microblog.core.manager.PostManager
-
Method that deletes an user post and all related data, i.e., associated entities
attached to it (Comments, PostAttachments, Hashtags)
- removeProducerEntity(String, boolean) - Method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerImpl
-
- removeProducers(String, String[]) - Method in class lumis.service.wsrp.producer.ProducerManagerImpl
-
- removeProperties(String) - Method in class lumis.portal.structure.sync.model.propertybag.PropertyBag
-
Removes and returns the values of the given property.
- removeProperty(String) - Method in class lumis.portal.propertybag.PropertyBag
-
Removes a property from this property bag.
- removeProperty(String) - Method in class lumis.portal.structure.GenericStructureElementPropertiesAccessor
-
- removeProperty(String) - Method in interface lumis.portal.structure.IStructureElementPropertiesAccessor
-
Removes a property for a given property name from the local property structure map.
- removeProperty(String) - Method in class lumis.portal.structure.StructureElement
-
Removes a property for a given property name from the local property structure map.
- removeProperty(String) - Method in class lumis.portal.structure.sync.model.propertybag.PropertyBag
-
- RemovePublicDataFolderServiceStep - Class in lumis.upgrade.custom.build_5_6_0_110121_1
-
Removes the lumis.service.portalmanagement.publicdatafolder service.
- RemovePublicDataFolderServiceStep() - Constructor for class lumis.upgrade.custom.build_5_6_0_110121_1.RemovePublicDataFolderServiceStep
-
- removePublicRenderParameter(String) - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
-
- removePublicRenderParameter(String) - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
-
Deprecated.
- removeSearchContent(SearchContent) - Method in class lumis.search.Indexer
-
- removeSearchContent(SearchContent, String) - Method in class lumis.search.Indexer
-
Removes a
content
from the index, using a field of a
content
as selection criteria.
- removeSearchContent(Collection<SearchContent>) - Method in class lumis.search.Indexer
-
- removeSearchContent(SearchContent) - Method in class lumis.search.lucene.LuceneIndexer
-
- removeSearchContent(SearchContent, String) - Method in class lumis.search.lucene.LuceneIndexer
-
- removeSearchContent(Collection<SearchContent>, String, String) - Method in class lumis.search.lucene.LuceneIndexer
-
- removeSearchContent(Collection<SearchContent>) - Method in class lumis.search.lucene.LuceneIndexer
-
- removeSearchContent(Collection<SearchContent>, String) - Method in class lumis.search.lucene.LuceneIndexer
-
- removeSearchContent(String, Set<String>, String) - Method in class lumis.search.lucene.LuceneIndexer
-
- removeSearchContents(ISourceData, Source, DouiIndexConfig) - Method in interface lumis.doui.search.common.IDouiIndexer
-
- removeSearchContents(ISourceData, Source, DouiIndexConfig) - Method in class lumis.doui.search.DouiIndexer
-
- removeSearchContents(List<SearchContent>, String, DouiIndexConfig) - Method in class lumis.doui.search.DouiIndexer
-
- removeSearchContentsByServiceInstanceId(String, Source, DouiIndexConfig) - Method in interface lumis.doui.search.common.IDouiIndexer
-
- removeSearchContentsByServiceInstanceId(String, Source, DouiIndexConfig) - Method in class lumis.doui.search.DouiIndexer
-
- removeServiceInstanceAggregationValues() - Static method in class lumis.portal.monitor.MonitorUtil
-
- removeServiceInstanceDependencies(String, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
-
Remove the service instance dependencies that matches the dependent service instance id and dependency type given.
- removeServiceInstanceDependencies(String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoHib
-
- removeServiceInstanceDependencies(String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
-
- removeServiceInterfaceInstance(String) - Method in class lumis.portal.presentation.tag.page.RenderHolderComponent
-
Removes a service interface instance from this holder.
- RemoveStartingSlashFromServicesBaseUrl - Class in lumis.upgrade.custom.build_5_6_0_110311
-
Makes necessary changes to services registered with starting "/" (or "\") in
base url to work properly.
- RemoveStartingSlashFromServicesBaseUrl() - Constructor for class lumis.upgrade.custom.build_5_6_0_110311.RemoveStartingSlashFromServicesBaseUrl
-
- removeStoredFile(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
-
- removeStoredFile(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
-
Removes the specified file.
- removeStoredFiles(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
-
- removeStoredFiles(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
-
Removes the files associated with the filesId given.
- removeThemeFolderFromWebRoots(Collection<? extends ITheme>, Collection<IWebRootPortalBaseFolder>) - Method in class lumis.portal.theme.ThemeManager
-
Removes the given themes' folders from the given web root folders.
- RemoveTransformationsFromPublicFolderTask - Class in lumis.portal.file.transformation
-
Removes the transformed files of a list of file configs.
- RemoveTransformationsFromPublicFolderTask(Collection<String>, String) - Constructor for class lumis.portal.file.transformation.RemoveTransformationsFromPublicFolderTask
-
- RemoveTransformationTask - Class in lumis.portal.file.transformation
-
Runnable to performs transformation remove.
- RemoveTransformationTask(FileTransformation, IWebRootPortalBaseFolder) - Constructor for class lumis.portal.file.transformation.RemoveTransformationTask
-
Creates a new transformation removal Task object.
- removeTransformedFileConfig(TransformedFileConfig, ITransaction) - Method in class lumis.portal.file.transformation.FileTransformationManager
-
- removeTransformedFileConfig(TransformedFileConfig, IWebRootPortalBaseFolder, ITransaction) - Method in class lumis.portal.file.transformation.FileTransformationManager
-
- removeTransformedFileConfig(TransformedFileConfig, ITransaction) - Method in interface lumis.portal.file.transformation.IFileTransformationManagerSPI
-
Deletes asynchronously the persisted transformed file.
- removeTransformedFileConfig(TransformedFileConfig, IWebRootPortalBaseFolder, ITransaction) - Method in interface lumis.portal.file.transformation.IFileTransformationManagerSPI
-
Deletes synchronously persisted transformed file.
- RemoveTransformedFilesTask - Class in lumis.portal.file.transformation
-
Runnable to performs remove transformed files.
- RemoveTransformedFilesTask(Collection<String>, Collection<String>, String) - Constructor for class lumis.portal.file.transformation.RemoveTransformedFilesTask
-
Creates a new instance using the given parameters.
- RemoveTransformedFilesTask(String, String, String) - Constructor for class lumis.portal.file.transformation.RemoveTransformedFilesTask
-
Creates a new instance using the given parameters.
- removeUserAggregationValues() - Static method in class lumis.portal.authentication.AuthenticationMonitorUtil
-
Remove user related aggregation values from the current monitor context.
- RemoveWidgetAction - Class in lumis.service.pagepersonalization.widgetmanipulationaction
-
An AbstractWidgetManipulationAction
implementation for removing user
widgets.
- RemoveWidgetAction() - Constructor for class lumis.service.pagepersonalization.widgetmanipulationaction.RemoveWidgetAction
-
- removeWorkflowPermissionsWithoutAcl() - Method in class lumis.content.workflow.WorkflowManager
-
Removes all workflow permissions entries where there does not exist
an ACL entry for the same principal in the same service instance.
- renameFile(File, File) - Static method in class lumis.portal.deployment.DeploymentUtil
-
Tries to rename a file to another.
- renameTempPortalFileToFinalModulePortalFile(PortalFile) - Static method in class lumis.portal.deployment.DeploymentUtil
-
Renames the temp module file to the unique module file name.
- renameTo(File) - Method in class lumis.portal.filesystem.PortalFile
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.content.service.ContentServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.doui.service.DouiServiceInterface
-
Called by the service interface container to allow the service interface to generate the
content of the response based on its current state.
- render() - Method in interface lumis.lptf.portal.serviceinterface.IRenderRequestCycle
-
Call the
render
method of a service interface using this cycle's request and response objects.
- render() - Method in class lumis.lptf.portal.serviceinterface.RenderRequestCycle
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.portal.serviceinterface.GenericServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in interface lumis.portal.serviceinterface.IServiceInterface
-
Called by the service interface container to allow the service interface to generate the
content of the response based on its current state.
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.portal.serviceinterface.StyledServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.portal.urlshortener.doui.ConfigureURLShortenerServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.portlet.container.service.PortletServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.autoadministration.HolderServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.banner.BannerDouiInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.categorization.SelectRepositoryInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.chatroom.ChatRoomHistoryInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.chatroom.ChatRoomParticipateInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.comment.CommentListServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.comment.CommentQuickListServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.content.preview.PreviewServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.content.version.SelectVersionInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.document.DocumentEditServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.document.SelectRepositoryInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.doui.fields.FieldsInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.doui.filters.FiltersInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.doui.maxrows.MaxRowsInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.doui.orderby.OrderByInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.html.DisplayHtml
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.login.LoginInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.login.LogoutInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.mailmarketing.UserSubscriptionInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.media.MediaEditServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.media.SelectRepositoryInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.newsletter.UserSubscriptionInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.pagepersonalization.doui.serviceinterface.WidgetListServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.build.BuildInformationInterface
-
Deprecated.
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channel.AddSubChannelInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channel.EditSubChannelInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channel.PortalPropertiesInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channel.SubChannelsAdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channelacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channeltemplate.AddChannelTemplateInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channeltemplate.AppliedOnChannelsInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channeltemplate.ChannelTemplatesAdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channeltemplate.EditChannelTemplateInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.channeltemplate.UpdateChannelsInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.group.ConfigureDatabaseViewGroupServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.group.LocalGroupDouiInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.group.MemberGroupsInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.groupacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localgroup.AddInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localgroup.AddMemberInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localgroup.AddMembershipInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localgroup.EditInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localgroup.MemberGroupsInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localgroup.MembersInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localuser.AddInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.localuser.EditInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.page.AddInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.page.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.page.EditInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.page.LayoutElementsPropertiesInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pageacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pagetemplate.AddInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pagetemplate.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pagetemplate.AppliedOnPagesInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pagetemplate.ApplyUpdateInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pagetemplate.EditInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.pagetemplateacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.portalacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serialization.ImportExportInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.AddInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.AddTransformationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.EditInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.EditTransformationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.FileManagementPropertiesInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstance.UsedByInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinstanceacl.AdministrationInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinterfaceinstance.InterfaceHolderPropertiesInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinterfaceinstance.PropertiesInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.serviceinterfaceinstance.ServiceInterfaceHolder
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.structureeditor.StructureEditorServiceInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.user.LocalUserDouiInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.xsleditor.AddPropertiesXslInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.portalmanagement.xsleditor.XslEditorInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.search.SearchPropertiesInterfaces
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.socialnetworkintegration.action.SocialNetworkAccountAddPropertyPage
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.tag.SelectRepositoryInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.uframe.UFrameServiceInterface
-
Method that enables a uFrame div.
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.webpage.WebPage
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.webserviceviewer.WebServiceViewer
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.workflow.SelectWorkflowInterface
-
- render(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.service.wsrp.consumer.RemotePortletServiceInterface
-
- RENDER_AS_CLIENT_SIDE_SCRIPT_DEFINITION_VALUE - Static variable in class lumis.portal.serviceinterface.ServiceInterfaceConfig
-
- RENDER_AS_CLIENT_SIDE_SCRIPT_VALUE - Static variable in class lumis.portal.serviceinterface.ServiceInterfaceConfig
-
- RENDER_AS_INHERIT - Static variable in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
-
- RENDER_AS_INLINE_DEFINITION_VALUE - Static variable in class lumis.portal.serviceinterface.ServiceInterfaceConfig
-
- RENDER_AS_INLINE_VALUE - Static variable in class lumis.portal.serviceinterface.ServiceInterfaceConfig
-
- RENDER_BUTTONS_TYPE_NONE - Static variable in class lumis.doui.control.propertypage.PropertyPageControl
-
- RENDER_BUTTONS_TYPE_STANDARD - Static variable in class lumis.doui.control.propertypage.PropertyPageControl
-
- RENDER_BUTTONS_TYPE_STANDARD_EMBEDDED - Static variable in class lumis.doui.control.propertypage.PropertyPageControl
-
- RENDER_BUTTONS_TYPE_STANDARD_POPUP - Static variable in class lumis.doui.control.propertypage.PropertyPageControl
-
- RENDER_CONTROL_ID - Static variable in class lumis.doui.control.ControlContainer
-
- RENDER_URL - Static variable in interface lumis.portal.serviceinterface.IServiceInterfaceUrl
-
Comment for RENDER_URL
specifies that this url is a render url
- renderable - Variable in class lumis.doui.render.CharSequenceRenderableWrapper
-
- RenderActionOnLoadScriptControl - Class in lumis.service.portalmanagement.xsleditor
-
Control to do a render action after the first interface rendering to load the correct style values.
- RenderActionOnLoadScriptControl() - Constructor for class lumis.service.portalmanagement.xsleditor.RenderActionOnLoadScriptControl
-
- renderAdministrationMenu(LayoutFilePage, ChannelConfig, int, boolean, ITransaction) - Method in class lumis.portal.presentation.mode.portaladministration.PortalSettingsNavigationComponent
-
- renderBefore(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.doui.service.DouiServiceInterface
-
Called by the service interface container before rendering the interface client side.
- renderBefore(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in class lumis.portal.serviceinterface.GenericServiceInterface
-
- renderBefore(IServiceInterfaceRenderRequest, IServiceInterfaceRenderResponse) - Method in interface lumis.portal.serviceinterface.IServiceInterface
-
Called by the service interface container before rendering the interface client side.
- renderControl() - Method in class lumis.content.control.autolayout.AutoLayoutAssociationInformationControl
-
- renderControl() - Method in class lumis.content.control.autolayout.AutoLayoutCategorizationAssociationControl
-
- renderControl() - Method in class lumis.content.control.autolayout.AutoLayoutGenericAssociationInformationControl
-
- renderControl() - Method in class lumis.content.control.autolayout.AutoLayoutGenericContentAssociationControl
-
- renderControlsForField(ISourceField) - Method in class lumis.content.control.autolayout.AutoLayoutContentFieldsControl
-
- renderControlsForField(ISourceField) - Method in class lumis.doui.control.autolayout.AutoLayoutFieldsControl
-
- renderData(IServiceInterfaceRenderResponse, DouiContext) - Method in class lumis.content.service.ContentAdministrationEditPropertyPageServiceInterface
-
- renderData(IServiceInterfaceRenderResponse, DouiContext) - Method in class lumis.content.service.ContentDetailsServiceInterface
-
- renderData(IServiceInterfaceRenderResponse, DouiContext) - Method in class lumis.doui.service.DouiServiceInterface
-
Render data.
- RenderDataValue - Class in lumis.doui.render
-
Allows a
CharSequence
value to be used directly as the render data.
- RenderDataValue(CharSequence) - Constructor for class lumis.doui.render.RenderDataValue
-
- renderHead(IHeaderResponse) - Method in class lumis.portal.presentation.mode.portaladministration.RemoveInterfaceBehavior
-
- renderHead(IHeaderResponse) - Method in class lumis.portal.presentation.mode.portaladministration.SaveHoldersLayoutBehavior
-
- RenderHolderComponent - Class in lumis.portal.presentation.tag.page
-
Component used to mark a interface holder in a layout file.
- RenderHolderComponent(String, String, boolean) - Constructor for class lumis.portal.presentation.tag.page.RenderHolderComponent
-
- RenderHolderTag - Class in lumis.portal.presentation.tag.page
-
Tag used for rendering a holder.
- RenderHolderTag(ComponentTag, ILayoutFileComponentFactory) - Constructor for class lumis.portal.presentation.tag.page.RenderHolderTag
-
- RenderHolderTag(LayoutFilePageTag, boolean) - Constructor for class lumis.portal.presentation.tag.page.RenderHolderTag
-
- renderLayoutFile() - Method in class lumis.portal.presentation.PresentationControllerHtml
-
- renderOutput(ServiceContainerRenderRequest, ServiceContainerRenderResponse, Map<String, String>, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerHtml
-
- renderOutput(ServiceContainerRenderRequest, ServiceContainerRenderResponse, Map<String, String>, ITransaction) - Method in class lumis.service.banner.BannerController
-
- renderPage() - Method in class lumis.portal.presentation.PresentationControllerHtml
-
Renders a portal page.
- renderPage() - Method in class lumis.service.portalmanagement.xsleditor.XsltResultControllerHtml
-
- renderPagePortalSettingsMode(ITransaction) - Method in class lumis.portal.presentation.PresentationControllerHtml
-
Renders the page in portal settings mode .
- renderPagePortalStudioMode(ITransaction) - Method in class lumis.portal.presentation.PresentationControllerHtml
-
Renders the page in portal studio mode .
- renderPagePublisherMode(ITransaction) - Method in class lumis.portal.presentation.PresentationControllerHtml
-
Renders the page in publisher perspective.
- renderPageUserMode(ITransaction) - Method in class lumis.portal.presentation.PresentationControllerHtml
-
Render the page in UserMode.
- renderPageUserMode(ITransaction) - Method in class lumis.service.portalmanagement.xsleditor.XsltResultControllerHtml
-
- RenderPortalSettingsWorkPaneHeaderComponent - Class in lumis.portal.presentation.mode.portaladministration
-
Renders the Portal Setting's work pane header.
- RenderPortalSettingsWorkPaneHeaderComponent(String) - Constructor for class lumis.portal.presentation.mode.portaladministration.RenderPortalSettingsWorkPaneHeaderComponent
-
- RenderRequestCycle - Class in lumis.lptf.portal.serviceinterface
-
Represents the render request cycle - containing mocks for request and
response and performing render operations.
- RenderRequestCycle() - Constructor for class lumis.lptf.portal.serviceinterface.RenderRequestCycle
-
- renderRequestCycle - Variable in class lumis.lptf.portal.serviceinterface.ServiceInterfaceTestCase
-
Instance of IRenderRequestCycle used to get request and response mocks
for render method.
- renderServiceInterfaceInstance(String, LayoutFilePage) - Static method in class lumis.portal.presentation.PageRendererUtil
-
Returns the HTML source code for the service interface instance instantiated on a page.
- renderServiceInterfaceInstance(ServiceContainerRenderRequest, ServiceContainerRenderResponse, ITransaction) - Method in class lumis.portal.servicecontainer.ServiceContainer
-
Renders a single service interface instance.
- renderServiceInterfaceInstance() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerHtml
-
Returns the HTML for a single service interface instance.
- RenderWorkPaneHeaderComponent - Class in lumis.portal.presentation.mode.portaladministration
-
Renders the Portal Studio's work pane header.
- RenderWorkPaneHeaderComponent(String) - Constructor for class lumis.portal.presentation.mode.portaladministration.RenderWorkPaneHeaderComponent
-
Creates a new RenderPortalAdministrationFooterComponent.
- reorderMatchers(List<String>) - Static method in class lumis.portal.file.metadata.FileMacrotypeMappingUtil
-
Reorder the matchers with the given identifiers.
- replace(Object, Object, Object) - Method in class lumis.portal.dao.hibernate.GenericEnumUserType
-
- replaceChildNode(Node, Node) - Static method in class lumis.util.XmlUtil
-
- replaceChildNode(String, Node, String) - Static method in class lumis.util.XmlUtil
-
- replaceInterfaceInstanceIds(Document, Map<String, String>) - Static method in class lumis.portal.page.PageLayoutUtil
-
Replaces service interface instance identifiers of given
layout
using the
Map
to resolve the identifiers.
- replaceInterfaceInstanceIds(Document, PageLayoutUtil.IMappingResolver) - Static method in class lumis.portal.page.PageLayoutUtil
-
- replaceInterfacesStorage - Variable in class lumis.portal.presentation.PresentationControllerHtml
-
- ReplaceInterfacesStorage - Class in lumis.portal.servicecontainer
-
Storage for replace interfaces.
- ReplaceInterfacesStorage(String) - Constructor for class lumis.portal.servicecontainer.ReplaceInterfacesStorage
-
Constructs a new storage with the given string.
- replaceSmartTags(String, IAttributeSetReader) - Static method in class lumis.search.SmartTagUtil
-
- replaceSmartTags(List<String>, IAttributeSetReader) - Static method in class lumis.search.SmartTagUtil
-
- replaceStrings(Source<?>, String, String, String) - Method in class lumis.service.portalmanagement.audit.StringReplacePostLoadProcessor
-
Replace the from string by the to string in a field of a source.
- replaceStrings(Source<?>, String, String, String) - Method in class lumis.service.portalmanagement.systeminfo.StringReplacePostLoadProcessor
-
Replace the from string by the to string in a field of a source.
- Report - Class in lumis.portal.report
-
Holds configuration information of a Report.
- Report() - Constructor for class lumis.portal.report.Report
-
- ReportContext - Class in lumis.report
-
Utility methods for use inside a Jasper Report.
- ReportContext() - Constructor for class lumis.report.ReportContext
-
- ReportDataProvider - Class in lumis.service.report
-
Provides
Report
data according to the source's service instance.
- ReportDataProvider() - Constructor for class lumis.service.report.ReportDataProvider
-
- ReportManager - Class in lumis.portal.report
-
Implementation of report management operations.
- ReportManager() - Constructor for class lumis.portal.report.ReportManager
-
- ReportParameter - Class in lumis.portal.report
-
A parameter entry of a
Report
.
- ReportParameter() - Constructor for class lumis.portal.report.ReportParameter
-
- ReportParametersDataProvider - Class in lumis.service.report
-
Provides the parameters and their appropriate values for a given report.
- ReportParametersDataProvider() - Constructor for class lumis.service.report.ReportParametersDataProvider
-
- ReportProcessActionHandler - Class in lumis.service.report
-
Process Action Handler responsible for processing report administration actions.
- ReportProcessActionHandler() - Constructor for class lumis.service.report.ReportProcessActionHandler
-
- ReportService - Class in lumis.service.report
-
Service for managing and displaying reports.
- ReportService() - Constructor for class lumis.service.report.ReportService
-
- ReportServletContextListener - Class in lumis.report
-
Initialization class of portal's jasper reports.
- ReportServletContextListener() - Constructor for class lumis.report.ReportServletContextListener
-
- ReportStringResource - Class in lumis.service.report
-
String resource for reports
- ReportStringResource() - Constructor for class lumis.service.report.ReportStringResource
-
- ReportType - Class in lumis.portal.report
-
- ReportType() - Constructor for class lumis.portal.report.ReportType
-
- reportType - Variable in class lumis.service.report.control.BaseParametersControl
-
- ReportTypeParameter - Class in lumis.portal.report
-
A parameter of a report type.
- ReportTypeParameter() - Constructor for class lumis.portal.report.ReportTypeParameter
-
- ReportUtil - Class in lumis.report.util
-
Utility methods for use in reports.
- ReportUtil() - Constructor for class lumis.report.util.ReportUtil
-
- REPOSITORY_ID - Static variable in class lumis.service.categorization.CategorizationServiceInstanceProvider
-
- reprocess(String) - Method in interface lumis.portal.processqueue.IProcessQueueManager
-
Triggers the process to be retried.
- reprocess(String) - Method in class lumis.portal.processqueue.QueueManager
-
- reprocess() - Method in class lumis.socialnetworkintegration.SocialNetworkMessage
-
Adds the message back to the queue if there was a problem during
processing in the queue.
- ReprocessFileTransformation - Class in lumis.service.media
-
- ReprocessFileTransformation() - Constructor for class lumis.service.media.ReprocessFileTransformation
-
- ReprocessModuleStepExecutable - Class in lumis.portal.deployment.stepexecutable.module
-
Reprocess module step executable.
- ReprocessModuleStepExecutable(IModule, IModule) - Constructor for class lumis.portal.deployment.stepexecutable.module.ReprocessModuleStepExecutable
-
Creates a new instance.
- ReprocessQueueTaskProcessActionHandler - Class in lumis.service.portalmanagement.processqueue
-
Process Action to re-process a queue task in failed status.
- ReprocessQueueTaskProcessActionHandler() - Constructor for class lumis.service.portalmanagement.processqueue.ReprocessQueueTaskProcessActionHandler
-
- request - Variable in class lumis.portal.controller.ControllerHtml
-
- request - Variable in class lumis.portal.controller.ControllerXml
-
- REQUEST_ACTIVE - Static variable in class lumis.service.callcenteronline.ColRequestConfig
-
- REQUEST_BEING_TRANSFERRED - Static variable in class lumis.service.callcenteronline.ColRequestConfig
-
- REQUEST_CLOSED - Static variable in class lumis.service.callcenteronline.ColRequestConfig
-
- REQUEST_WAITING - Static variable in class lumis.service.callcenteronline.ColRequestConfig
-
- requestAuthentication(HttpServletRequest, HttpServletResponse) - Method in class lumis.portal.authentication.http.HttpHandshakeAuthenticator
-
Request authentication from the browser.
- requestAuthentication(HttpServletRequest, HttpServletResponse) - Method in class lumis.portal.authentication.http.NtlmAuthenticator
-
- requestAuthentication(HttpServletRequest, HttpServletResponse) - Method in class lumis.portal.authentication.http.SpnegoAuthenticator
-
- RequestCycle - Class in lumis.lptf.portal.serviceinterface
-
Represents the request cycle.
- RequestCycle() - Constructor for class lumis.lptf.portal.serviceinterface.RequestCycle
-
- RequestCycleFactory - Class in lumis.lptf.portal.serviceinterface
-
Creates and initializes RequestCycle instances.
- RequestCycleFactory() - Constructor for class lumis.lptf.portal.serviceinterface.RequestCycleFactory
-
- requestedPath - Variable in class lumis.portal.page.cache.PageCacheControllerHtml
-
The originally requested path that caused the not found error.
- requestParameterName - Variable in class lumis.doui.control.DataControl
-
- RequestPreferences - Class in lumis.portal.servicecontainer
-
- RequestPreferences(ServiceContainerRequest, IPreferences) - Constructor for class lumis.portal.servicecontainer.RequestPreferences
-
- requestTime - Variable in class lumis.service.callcenteronline.ColRequestConfig
-
- requestXmlDoc - Variable in class lumis.collaboration.chat.ChatControllerXml
-
- requestXmlDoc - Variable in class lumis.content.workflow.WorkflowControllerXml
-
Deprecated.
- requestXmlDoc - Variable in class lumis.doui.contenttree.DouiContentTreeControllerXml
-
- requestXmlDoc - Variable in class lumis.doui.controller.xml.DouiControlControllerXml
-
- requestXmlDoc - Variable in class lumis.doui.controller.xml.DouiControllerXml
-
- requestXmlDoc - Variable in class lumis.doui.controller.xml.DouiProcessActionControllerXml
-
- requestXmlDoc - Variable in class lumis.doui.controller.xml.DouiSourceControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.channel.ChannelControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.channel.template.ChannelTemplateControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.channel.tree.ChannelTreeControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.group.GroupControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.page.PageControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.page.template.PageTemplateControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.service.ServiceControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.serviceinterface.list.ServiceInterfaceListControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerXml
-
- requestXmlDoc - Variable in class lumis.portal.user.UserControllerXml
-
- requestXmlDoc - Variable in class lumis.service.portalmanagement.servicesearchindex.DouiReindexerControllerXml
-
- required() - Method in class lumis.doui.control.datagrid.DataGridControlField
-
- required() - Method in class lumis.doui.control.datagrid.DataGridControlFieldTabularSourceFieldWrapper
-
- required() - Method in interface lumis.doui.control.datagrid.IDataGridControlField
-
Returns the value of the required attribute.
- required - Variable in class lumis.doui.source.field.BaseSourceField
-
- RequiredFilterValueException - Exception in lumis.doui.source.filter
-
Exception thrown when a required value was not specified
for a filter.
- RequiredFilterValueException() - Constructor for exception lumis.doui.source.filter.RequiredFilterValueException
-
- RequiredFilterValueException(Throwable) - Constructor for exception lumis.doui.source.filter.RequiredFilterValueException
-
- RequiredValuesDescriptorControl - Class in lumis.doui.control.validator
-
Simply used to render a text indicating the fields marked with a * are required.
- RequiredValuesDescriptorControl() - Constructor for class lumis.doui.control.validator.RequiredValuesDescriptorControl
-
- RequiredValueValidatorControl - Class in lumis.doui.control.validator
-
Generates client side and server side validation that verifies that a control has a value that is not null.
- RequiredValueValidatorControl() - Constructor for class lumis.doui.control.validator.RequiredValueValidatorControl
-
- RequiredValueWhenEnableControl - Class in lumis.service.portalmanagement.socialnetwork.doui.control
-
- RequiredValueWhenEnableControl() - Constructor for class lumis.service.portalmanagement.socialnetwork.doui.control.RequiredValueWhenEnableControl
-
- RequiredValueWhenVisibleValidatorControl - Class in lumis.doui.control.validator
-
This is a client side only validating control.
- RequiredValueWhenVisibleValidatorControl() - Constructor for class lumis.doui.control.validator.RequiredValueWhenVisibleValidatorControl
-
- requiredWhenVisible - Variable in class lumis.doui.source.field.BaseSourceField
-
- requiresFriendlyPathUpdate(WebResource) - Method in class lumis.portal.channel.ChannelManager
-
- requiresFriendlyPathUpdate(WebResource) - Method in class lumis.portal.page.PageManager
-
- requiresFriendlyPathUpdate(WebResource) - Method in interface lumis.portal.url.IWebResourceFactory
-
Returns whether the friendly path for the given web resource
requires updating.
- reset() - Method in class lumis.lptf.portal.serviceinterface.MockServiceInterfaceRenderResponse
-
- reset(String) - Method in class lumis.portal.servicecontainer.RequestPreferences
-
- reset() - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletResponse
-
- reset() - Method in class lumis.portal.servicecontainer.ServiceContainerServletOutputStream
-
- reset() - Method in class lumis.portal.serviceinterface.ServiceInterfaceRenderResponseSPIWrapper
-
- reset() - Method in class lumis.portal.servlet.BufferedHttpServletResponse
-
- reset() - Method in class lumis.portal.xslcache.XslCacheManager.LumisTransformer
-
- reset() - Method in class lumis.util.StopWatch
-
- resetAdministrationBarChannelIds() - Method in interface lumis.portal.presentation.IPresentationManager
-
Reset the administration bar of the Channel.
- resetAdministrationBarChannelIds() - Method in class lumis.portal.presentation.PresentationManager
-
- resetBuffer() - Method in class lumis.lptf.portal.serviceinterface.MockServiceInterfaceRenderResponse
-
- resetBuffer() - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletResponse
-
- resetBuffer() - Method in class lumis.portal.serviceinterface.ServiceInterfaceRenderResponseSPIWrapper
-
- resetBuffer() - Method in class lumis.portal.servlet.BufferedHttpServletResponse
-
- ResetClockState() - Method in class lumis.service.portalmanagement.clock.ClockProcessActionHandler
-
Reset the Clock State.
- resetDefaultValues(String) - Method in class lumis.portal.propertybag.PropertyBag
-
Resets a property default values, so that it will be inherited from the
parent property bag.
- resetExpiredGeneratingPages() - Method in interface lumis.portal.page.cache.IPageCacheManagerSPI
-
Resets all pages that have been in the generating state for more than 30 minutes.
- resetExpiredGeneratingPages() - Method in class lumis.portal.page.cache.PageCacheManager
-
- ResetPageProcessActionHandler - Class in lumis.service.pagepersonalization.doui.processactionhandler
-
- ResetPageProcessActionHandler() - Constructor for class lumis.service.pagepersonalization.doui.processactionhandler.ResetPageProcessActionHandler
-
- resolve(String) - Static method in enum lumis.portal.file.metadata.FileMacrotype
-
Resolves the
type
from the given content type.
The resolve process will be as follows:
The
FileMetadataMatchers
will be processed (in order) to find one that matches the given content type.
- resolve(String) - Method in interface lumis.portal.page.PageLayoutUtil.IMappingResolver
-
Resolves a service interface instance identifier into another one.
- resolve(HttpServletRequest) - Method in class lumis.portal.presentation.mode.ContentPublicationPortalMode
-
- resolve(HttpServletRequest) - Method in class lumis.portal.presentation.mode.ContextValidatingPortalMode
-
Resolves the context.
- resolve(HttpServletRequest) - Method in class lumis.portal.presentation.mode.PortalStudioPortalMode
-
- resolveDestinationInterfaceId(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.doui.service.DouiHyperLinkResolver
-
- resolveDestinationInterfaceId(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.portal.hyperlink.GenericHyperLinkResolver
-
Resolves the interface that should be the destination for the given
hyperlinkConfig
- resolveDestinationPageId(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.portal.hyperlink.GenericHyperLinkResolver
-
Tries to resolve the destination page for the specified hyperlink.
- resolveFieldValueNode(Node) - Method in class lumis.doui.processaction.ProcessActionHandler
-
Resolves the value for a fieldValue
node.
- resolveFriendlyPath(WebResource, String) - Method in class lumis.portal.url.GenericURLResolver
-
- resolveFriendlyPath(WebResource, String) - Method in interface lumis.portal.url.IURLResolver
-
Resolves the friendly path for a web resource.
- resolveFunction(String, String) - Method in class lumis.portal.el.PortalFunctionMapper
-
- resolveFunction(String, String) - Method in class lumis.portal.page.PageWebResourceFunctionMapper
-
- resolveFunction(String, String) - Method in class lumis.portal.servicecontainer.ServiceContainerRenderRequestFunctionMapper
-
- resolveFunction(String, String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequestFunctionMapper
-
- resolveHyperLink(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.content.service.ContentService
-
- resolveHyperLink(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.doui.service.DouiService
-
Resolves an hyperlink to the corresponding URL.
- resolveHyperLink(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.portal.hyperlink.GenericHyperLinkResolver
-
Resolves an hyperlink to the corresponding URL.
- resolveHyperLink(SessionConfig, HyperLinkConfig, ITransaction) - Method in interface lumis.portal.hyperlink.IHyperLinkResolver
-
Resolves an hyperlink to the corresponding URL.
- resolveLayoutFilePath(String, List<? extends ITheme>) - Static method in class lumis.portal.theme.ThemeUtil
-
Resolves the layout file path with the given applied themes applying the following rules:
If the
appliedThemes
parameter is
null
or if it is empty the original resource path will be returned
The given resource will be searched through the applied themes' resource (under
IThemeSPI.ResourceFolder.DEF
)
If the resource was found in any applied theme, the resolved resource will be compound as:
If the resource was not found, the original one will be returned
- resolveQueue(WebResource) - Method in class lumis.portal.page.cache.DefaultPageCacheQueueResolver
-
- resolveQueue(WebResource) - Method in interface lumis.portal.page.cache.IPageCacheQueueResolver
-
Resolves the queue to be used for the cache of a web resource.
- resolveURL(String) - Static method in class lumis.portal.page.PageWebResourceFunctionMapper
-
- resolveVariable(String) - Method in class lumis.doui.control.Control
-
- resolveVariable(String) - Method in class lumis.doui.source.postloadprocessor.PostLoadProcessorVariableResolver
-
- resolveVariable(String) - Method in class lumis.portal.businesscontext.internal.BusinessContextVariableResolver
-
- resolveVariable(String) - Method in class lumis.portal.channel.TemplateLocalPrefixVariableResolver
-
- resolveVariable(String) - Method in class lumis.portal.el.AbstractRequestVariableResolver
-
- resolveVariable(String) - Method in class lumis.portal.page.PageWebResourceVariableResolver
-
- resolveVariable(String) - Method in class lumis.portal.PortalRequestContext
-
- resolveVariable(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequestVariableResolver
-
- resolveVariable(String, WebResource, String) - Method in class lumis.portal.url.GenericURLResolver
-
Resolves a variable in the friendly path expression.
- resolveVariable(String) - Method in class lumis.service.rss.RssHeaderVariableResolver
-
- resolveWebsiteBaseURLByString(String) - Static method in class lumis.portal.website.WebsiteUtil
-
- resolveWebsiteByString(String) - Static method in class lumis.portal.website.WebsiteUtil
-
Resolves the given website string in a
website
.
The given string will be parsed as
new
URI(String)
, so that it must adhere with
URI
syntax.
- resolveWWWResourcePath(String, List<? extends ITheme>) - Static method in class lumis.portal.theme.ThemeUtil
-
Resolves the resources' paths with the given applied themes applying the following rules:
If the resource path start with
no theme prefix
, then the returned resource path will be the original one without the
prefix
If the
appliedThemes
parameter is
null
or if it is empty the original resource path will be returned
The given resource will be searched through the applied themes' resource (under
IThemeSPI.ResourceFolder.WWW
)
If the resource was found in any applied theme, the resolved resource will be compound as:
(where
<theme www prefix>
is
ThemeManager.THEME_WWW_RESOURCE_PREFIX
)
If the resource was not found, the original one will be returned
- resource - Variable in class lumis.collaboration.chat.ChatClock
-
- resource - Variable in class lumis.collaboration.chat.ChatManager
-
- resource - Variable in class lumis.portal.presentation.PresentationControllerHtml
-
- resource - Variable in class lumis.service.document.DocumentManager
-
- RESOURCE_PATH - Static variable in class lumis.doui.control.multifileupload.MultiFileUploadUtil
-
Control's resource path.
- resourcePaths - Variable in class lumis.portal.localization.GenericStringResource
-
- ResourceProxyServlet - Class in lumis.service.wsrp.consumer
-
Services calls to resources of a consumed remote portlet.
- ResourceProxyServlet() - Constructor for class lumis.service.wsrp.consumer.ResourceProxyServlet
-
- ResourceProxyServlet.InvalidRequestException - Exception in lumis.service.wsrp.consumer
-
Exception internally used to indicate that the request is invalid, due to
a parameter value.
- ResourceProxyServlet.InvalidRequestException() - Constructor for exception lumis.service.wsrp.consumer.ResourceProxyServlet.InvalidRequestException
-
- ResourceProxyServlet.InvalidRequestException(String, Throwable) - Constructor for exception lumis.service.wsrp.consumer.ResourceProxyServlet.InvalidRequestException
-
- ResourceProxyServlet.InvalidRequestException(String) - Constructor for exception lumis.service.wsrp.consumer.ResourceProxyServlet.InvalidRequestException
-
- ResourceProxyServlet.InvalidRequestException(Throwable) - Constructor for exception lumis.service.wsrp.consumer.ResourceProxyServlet.InvalidRequestException
-
- resources - Variable in class lumis.doui.control.Control
-
- resources - Variable in exception lumis.portal.PortalException
-
- ResourcesDataType - Class in lumis.service.resourcescheduler
-
A resources data type.
- ResourcesDataType() - Constructor for class lumis.service.resourcescheduler.ResourcesDataType
-
- ResourcesDataType.Data - Class in lumis.service.resourcescheduler
-
Data object for a field with data type Resources.
- ResourcesDataType.Data(Collection<Resource>) - Constructor for class lumis.service.resourcescheduler.ResourcesDataType.Data
-
- ResourcesDataType.ResourcesDataConverter - Class in lumis.service.resourcescheduler
-
- ResourcesDataType.ResourcesDataConverter() - Constructor for class lumis.service.resourcescheduler.ResourcesDataType.ResourcesDataConverter
-
- ResourceValidatorProcessActionHandler - Class in lumis.service.resourcescheduler
-
Does not allow resources to have duplicated names.
- ResourceValidatorProcessActionHandler() - Constructor for class lumis.service.resourcescheduler.ResourceValidatorProcessActionHandler
-
- respond(AjaxRequestTarget) - Method in class lumis.portal.presentation.mode.portaladministration.AddInterfaceBehavior
-
- respond(AjaxRequestTarget) - Method in class lumis.portal.presentation.mode.portaladministration.MoveInterfaceBehavior
-
- respond(AjaxRequestTarget) - Method in class lumis.portal.presentation.mode.portaladministration.RemoveInterfaceBehavior
-
- respond(AjaxRequestTarget) - Method in class lumis.portal.presentation.mode.portaladministration.SaveHoldersLayoutBehavior
-
- response - Variable in class lumis.portal.controller.ControllerHtml
-
- response - Variable in class lumis.portal.controller.ControllerXml
-
- RESPONSE_TYPE_CLOSE_WINDOW - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_HYPERLINK - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_MESSAGE - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_POPUP_INTERFACE - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_PREVIEW - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_REFRESH_PARENT - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_REQUEST_PROCESS_ACTION_CONFIRMATION_MESSAGE - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_REQUEST_PROCESS_ACTION_CONFIRMATION_PROCESS_ACTION_ID - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_RUN_JAVASCRIPT - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_SET_REQUEST_ATTRIBUTES - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_SET_REQUEST_PARAMETERS - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_SET_RESPONSE_PARAMETERS - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_STANDARD_COMMIT - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_STANDARD_EMBEDDED - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_STANDARD_POPUP - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RESPONSE_TYPE_VALIDATE_PROCESS_ACTION_ON_RENDER - Static variable in class lumis.doui.processaction.ProcessActionHandler
-
- RestApplication - Class in lumis.portal.rest
-
Lumis Portal built-in REST application.
- RestApplication() - Constructor for class lumis.portal.rest.RestApplication
-
- RestartResponseWithTargetException - Exception in lumis.portal.presentation.core
-
Causes wicket to interrupt current request processing and immediately respond
with the specified IRequestTarget
.
- RestartResponseWithTargetException(IRequestTarget) - Constructor for exception lumis.portal.presentation.core.RestartResponseWithTargetException
-
- RestConverter - Class in lumis.util.converter
-
This converter is able to converts String to RestXMLFragment and RestJSON.
- RestConverter() - Constructor for class lumis.util.converter.RestConverter
-
- RestJSON - Class in lumis.portal.rest
-
Class that represents the JSON type used in REST.
- RestJSON(Object) - Constructor for class lumis.portal.rest.RestJSON
-
Creates a new REST JSON based on the given object.
- restLumGetDataGet(String, String, HttpServletRequest) - Method in class lumis.doui.service.DouiService
-
Sub-resource to treats request on GET HTTP method.
- restLumGetDataPost(String, String, HttpServletRequest) - Method in class lumis.doui.service.DouiService
-
Sub-resource to treats request on POST HTTP method.
- RestorePointsDataProvider - Class in lumis.service.portalmanagement.importexport
-
Returns all the restore point directory names.
- RestorePointsDataProvider() - Constructor for class lumis.service.portalmanagement.importexport.RestorePointsDataProvider
-
- RestServletApplication - Class in lumis.portal.rest
-
Servlet that provides access to Lumis Portal built-in REST operations.
- RestServletApplication() - Constructor for class lumis.portal.rest.RestServletApplication
-
- RestShortNameValidationControl - Class in lumis.service.portalmanagement.structure.doui.control
-
Validates the restEnabled identifier depending if the rest support is enabled.
- RestShortNameValidationControl() - Constructor for class lumis.service.portalmanagement.structure.doui.control.RestShortNameValidationControl
-
- RestXMLFragment - Class in lumis.portal.rest
-
Class that represents the XML fragment to be used in REST.
- RestXMLFragment(String) - Constructor for class lumis.portal.rest.RestXMLFragment
-
Creates a new REST XML fragment based on the given XML code.
- retrievePermissionURL() - Method in class lumis.socialnetworkintegration.SocialNetwork
-
Returns the needed URL to retrieve permission tokens.
- returnedClass() - Method in class lumis.portal.dao.hibernate.GenericEnumUserType
-
- rightField - Variable in class lumis.util.query.QueryFilter
-
- RobotsTxtDataProvider - Class in lumis.service.seo.robotstxt
-
This class generates a plain text type of structure, previewing how the Robots.txt of that
Service Instance would look like.
- RobotsTxtDataProvider() - Constructor for class lumis.service.seo.robotstxt.RobotsTxtDataProvider
-
- RobotsTxtServedUrlsDataProvider - Class in lumis.service.seo.robotstxt
-
Populates the source with the served urls defined in the PropertyBag.
- RobotsTxtServedUrlsDataProvider() - Constructor for class lumis.service.seo.robotstxt.RobotsTxtServedUrlsDataProvider
-
- RobotsTxtServlet - Class in lumis.service.seo.robotstxt
-
Servlet that detects the current url, and calculates which robots.txt
information should be served.
- RobotsTxtServlet() - Constructor for class lumis.service.seo.robotstxt.RobotsTxtServlet
-
- RobotsTxtSitemap - Class in lumis.service.seo.robotstxt
-
- RobotsTxtSitemap() - Constructor for class lumis.service.seo.robotstxt.RobotsTxtSitemap
-
- RobotsTxtSitemapNameProcessActionHandler - Class in lumis.service.seo.robotstxt
-
Process Action Handler that validates duplicate sitemap url.
- RobotsTxtSitemapNameProcessActionHandler() - Constructor for class lumis.service.seo.robotstxt.RobotsTxtSitemapNameProcessActionHandler
-
- RobotsTxtUserAgentNameProcessActionHandler - Class in lumis.service.seo.robotstxt
-
Process Action Handler that validates duplicate user agent names.
- RobotsTxtUserAgentNameProcessActionHandler() - Constructor for class lumis.service.seo.robotstxt.RobotsTxtUserAgentNameProcessActionHandler
-
- rollback() - Method in class lumis.portal.dao.hibernate.TransactionHibernate
-
- rollback() - Method in interface lumis.util.ITransaction
-
- RoomDeleteValidatorProcessActionHandler - Class in lumis.service.resourcescheduler
-
Validates the roomIds before delete then.
- RoomDeleteValidatorProcessActionHandler() - Constructor for class lumis.service.resourcescheduler.RoomDeleteValidatorProcessActionHandler
-
- rootChannelId - Variable in class lumis.portal.presentation.PresentationControllerHtml
-
- rootFile - Variable in class lumis.portal.serialization.persistency.fs.FSDirectory
-
- RowLinkPostLoadProcessor - Class in lumis.doui.source.postloadprocessor
-
Post Load Processor that generates a link for a field.
- RowLinkPostLoadProcessor() - Constructor for class lumis.doui.source.postloadprocessor.RowLinkPostLoadProcessor
-
- rowNumberFieldId - Variable in class lumis.doui.table.TableAddMultiRowDataProcessActionHandler
-
- rowNumberFieldId - Variable in class lumis.doui.table.TableUpdateMultiRowDataProcessActionHandler
-
- RowProcessActionPostLoadProcessor - Class in lumis.doui.source.postloadprocessor
-
Post load processor that generates a process action script.
- RowProcessActionPostLoadProcessor() - Constructor for class lumis.doui.source.postloadprocessor.RowProcessActionPostLoadProcessor
-
- RowProcessActionPostLoadProcessor - Class in lumis.service.blog.doui
-
Post load processor that generates a process action script.
- RowProcessActionPostLoadProcessor() - Constructor for class lumis.service.blog.doui.RowProcessActionPostLoadProcessor
-
- RSS_ADD_OR_UPDATE_RSS - Static variable in class lumis.service.rss.RssProcessActionHandler
-
- RSS_DELETE_RSS_XML - Static variable in class lumis.service.rss.RssProcessActionHandler
-
- RSS_GENERATE_RSS_XML - Static variable in class lumis.service.rss.RssProcessActionHandler
-
- RssConfig - Class in lumis.service.rss
-
Represents a RSS object
- RssConfig() - Constructor for class lumis.service.rss.RssConfig
-
- RssDao - Class in lumis.service.rss
-
DAO JDBC implementation for RSS related data
- RssDao() - Constructor for class lumis.service.rss.RssDao
-
- RssHeaderVariableResolver - Class in lumis.service.rss
-
Return the value for the specified variable
- RssHeaderVariableResolver() - Constructor for class lumis.service.rss.RssHeaderVariableResolver
-
- RssManager - Class in lumis.service.rss
-
Implementation for the RSS manager.
- RssManager() - Constructor for class lumis.service.rss.RssManager
-
- RssManagerFactory - Class in lumis.service.rss
-
- RssManagerFactory() - Constructor for class lumis.service.rss.RssManagerFactory
-
- RssObserver - Class in lumis.service.rss
-
Observer that update the RSS XML file according to the notifications received.
- RssObserver() - Constructor for class lumis.service.rss.RssObserver
-
- RssPostLoadProcessor - Class in lumis.service.rss
-
Responsible for setting the href value for each rss.
- RssPostLoadProcessor() - Constructor for class lumis.service.rss.RssPostLoadProcessor
-
- RssProcessActionHandler - Class in lumis.service.rss
-
Process action handler for the rss service.
- RssProcessActionHandler() - Constructor for class lumis.service.rss.RssProcessActionHandler
-
- RssResultRow - Class in lumis.service.rss
-
Represents a RSS result row object
- RssResultRow() - Constructor for class lumis.service.rss.RssResultRow
-
- RssService - Class in lumis.service.rss
-
RSS service implementation.
- RssService() - Constructor for class lumis.service.rss.RssService
-
- rssServiceInstanceId - Variable in class lumis.service.rss.RssConfig
-
- run() - Method in class lumis.portal.channel.template.ChannelTemplateUpdateChannelsRunner
-
- run() - Method in class lumis.portal.clock.PortalClock
-
- run() - Method in class lumis.portal.configuration.EnvironmentConfiguration.EnvironmentConfigurationCommand
-
- run() - Method in class lumis.portal.configuration.ServerConfiguration.ServerConfigurationCommand
-
- run() - Method in class lumis.portal.deployment.AutoDeployScannerScheduler
-
- run() - Method in class lumis.portal.file.transformation.CopyTransformationsToPublicFolderTask
-
- run() - Method in class lumis.portal.file.transformation.MoveTransformedPublicFilesTask
-
- run() - Method in class lumis.portal.file.transformation.RemoveTransformationsFromPublicFolderTask
-
- run() - Method in class lumis.portal.file.transformation.RemoveTransformationTask
-
- run() - Method in class lumis.portal.file.transformation.RemoveTransformedFilesTask
-
- run() - Method in class lumis.portal.file.transformation.TransformationTask
-
- run() - Method in class lumis.portal.filesystem.FileSystemManager.WriteFileCommand
-
- run() - Method in interface lumis.portal.processqueue.IQueueTask
-
Method to be called by queue processor in order to process queue item.
- run() - Method in class lumis.portal.serialization.SerializationManager2.DeserializeChannelRunner
-
- run() - Method in class lumis.portal.serialization.SerializationManager2.SerializeChannelRunner
-
- run() - Method in class lumis.service.portalmanagement.file.UpdateMetadataRunner
-
- run() - Method in class lumis.socialnetworkintegration.action.MessagePublisher
-
Low level method that uses ISocialNetworkConnector to publish a message
to the social network.
- run() - Method in class lumis.socialnetworkintegration.action.MessageRemover
-
Low level method that uses ISocialNetworkConnector to remove a message to
the social network.
- run() - Method in class lumis.socialnetworkintegration.action.MessageUpdater
-
Low level method that uses ISocialNetworkConnector to update a message to
the social network.
- RunClassStepExecutable - Class in lumis.portal.deployment.stepexecutable.script
-
Runs a custom class.
- RunClassStepExecutable(Map<String, List<EnvironmentType>>, String, String, Map<String, String>) - Constructor for class lumis.portal.deployment.stepexecutable.script.RunClassStepExecutable
-
Creates a new instance.
- runSql(String, ITransaction) - Method in interface lumis.upgrade.IUpgradeDao
-
- runSql(String, ITransaction) - Method in class lumis.upgrade.UpgradeDaoJdbc
-
- RunSqlIfNecessary - Class in lumis.upgrade.util
-
Run SQL if necessary
- RunSqlIfNecessary() - Constructor for class lumis.upgrade.util.RunSqlIfNecessary
-
- RunSqlStepExecutable - Class in lumis.portal.deployment.stepexecutable.script
-
Runs a SQL command.
- RunSqlStepExecutable(Map<String, List<EnvironmentType>>, String, String, String) - Constructor for class lumis.portal.deployment.stepexecutable.script.RunSqlStepExecutable
-
Creates a new instance.
- RunSqlStepExecutable(Map<String, List<EnvironmentType>>, String, Node) - Constructor for class lumis.portal.deployment.stepexecutable.script.RunSqlStepExecutable
-
Creates a new instance.
- RunSqlStepHandler - Class in lumis.upgrade
-
Step handler that executes a sql statement.
- RunSqlStepHandler() - Constructor for class lumis.upgrade.RunSqlStepHandler
-
- RuntimeParametersControl - Class in lumis.service.report.control
-
Control that renders runtime parameters controls.
- RuntimeParametersControl() - Constructor for class lumis.service.report.control.RuntimeParametersControl
-