Uses of Interface
lumis.util.IResource
-
-
Uses of IResource in lumis.collaboration.chat
Fields in lumis.collaboration.chat declared as IResource Modifier and Type Field Description protected IResource
ChatControllerXml. chatResource
protected IResource
ChatClock. resource
protected IResource
ChatManager. resource
Methods in lumis.collaboration.chat that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>
ChatHistoryControl. getResources()
Method parameters in lumis.collaboration.chat with type arguments of type IResource Modifier and Type Method Description java.lang.String
ChatManager. getMessagesXml(SessionConfig sessionConfig, java.util.Collection<ChatMessageConfig> chatMessageConfigs, boolean getMessagesToModerate, java.util.List<IResource> resources, ITransaction transaction)
java.lang.String
IChatManager. getMessagesXml(SessionConfig sessionConfig, java.util.Collection<ChatMessageConfig> chatMessageConfigs, boolean getMessagesToModerate, java.util.List<IResource> resources, ITransaction transaction)
Returns the xml for the given messages. -
Uses of IResource in lumis.content
Classes in lumis.content that implement IResource Modifier and Type Class Description class
ContentStringResource
String resource for contentConstructors in lumis.content with parameters of type IResource Constructor Description ContentException(java.lang.String arg0, IResource resource)
ContentException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.content with type arguments of type IResource Constructor Description ContentException(java.lang.String arg0, java.util.List<IResource> resources)
ContentException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.content.control.autolayout
Methods in lumis.content.control.autolayout that return IResource Modifier and Type Method Description IResource
AutoLayoutAssociationInformationControl. getControlResource()
IResource
AutoLayoutCategorizationAssociationControl. getControlResource()
IResource
AutoLayoutContentIdentificationControl. getControlResource()
IResource
AutoLayoutLanguageInformationControl. getControlResource()
IResource
AutoLayoutMetaDataInformationControl. getControlResource()
IResource
AutoLayoutPrimaryContentControl. getControlResource()
IResource
AutoLayoutPublishingInformationControl. getControlResource()
IResource
AutoLayoutSeoInformationControl. getControlResource()
IResource
AutoLayoutTagInformationControl. getControlResource()
IResource
AutoLayoutWorkflowInformationControl. getControlResource()
-
Uses of IResource in lumis.content.control.comments
Methods in lumis.content.control.comments that return IResource Modifier and Type Method Description IResource
CommentsControl. getControlResource()
-
Uses of IResource in lumis.content.control.language
Methods in lumis.content.control.language that return IResource Modifier and Type Method Description IResource
LanguageControl. getControlResource()
-
Uses of IResource in lumis.content.control.publishtoprincipals
Methods in lumis.content.control.publishtoprincipals that return IResource Modifier and Type Method Description IResource
PublishToPrincipalsControl. getControlResource()
-
Uses of IResource in lumis.content.control.publishtoserviceinstances
Methods in lumis.content.control.publishtoserviceinstances that return IResource Modifier and Type Method Description IResource
PublishToServiceInstancesControl. getControlResource()
-
Uses of IResource in lumis.content.control.publishtosocialnetwork
Methods in lumis.content.control.publishtosocialnetwork that return IResource Modifier and Type Method Description IResource
PublishToSocialNetworkControl. getControlResource()
-
Uses of IResource in lumis.content.control.tag
Methods in lumis.content.control.tag that return IResource Modifier and Type Method Description IResource
InputTagControl. getControlResource()
-
Uses of IResource in lumis.content.control.workflow
Methods in lumis.content.control.workflow that return IResource Modifier and Type Method Description IResource
SelectWorkflowControl. getControlResource()
IResource
WorkflowSendToControl. getControlResource()
Methods in lumis.content.control.workflow that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>
WorkflowMetaDataControl. getResources()
-
Uses of IResource in lumis.content.source.field.type
Methods in lumis.content.source.field.type that return IResource Modifier and Type Method Description IResource
WorkflowStateDataType.Data. getWorkflowResource()
Methods in lumis.content.source.field.type with parameters of type IResource Modifier and Type Method Description void
WorkflowStateDataType.Data. setWorkflowResource(IResource workflowResource)
Constructors in lumis.content.source.field.type with parameters of type IResource Constructor Description Data(WorkflowStateConfig state, IResource workflowResource)
-
Uses of IResource in lumis.content.table
Constructors in lumis.content.table with parameters of type IResource Constructor Description NoActiveVersionPossibleMappingException(java.lang.String arg0, IResource resource)
NoActiveVersionPossibleMappingException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.content.table with type arguments of type IResource Constructor Description NoActiveVersionPossibleMappingException(java.lang.String arg0, java.util.List<IResource> resources)
NoActiveVersionPossibleMappingException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.content.wizard
Classes in lumis.content.wizard that implement IResource Modifier and Type Class Description class
ContentWizardStringResource
Constructors in lumis.content.wizard with parameters of type IResource Constructor Description ContentWizardException(java.lang.String arg0, IResource resource)
ContentWizardException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.content.wizard with type arguments of type IResource Constructor Description ContentWizardException(java.lang.String arg0, java.util.List<IResource> resources)
ContentWizardException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.content.workflow
Classes in lumis.content.workflow that implement IResource Modifier and Type Class Description class
WorkflowStringResource
String resource for the workflow framework.Methods in lumis.content.workflow that return IResource Modifier and Type Method Description IResource
WorkflowConfig. getResource()
Returns the localization resource for this workflow.Constructors in lumis.content.workflow with parameters of type IResource Constructor Description WorkflowException(java.lang.String arg0, IResource resource)
WorkflowException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.content.workflow with type arguments of type IResource Constructor Description WorkflowException(java.lang.String arg0, java.util.List<IResource> resources)
WorkflowException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.doui
Classes in lumis.doui that implement IResource Modifier and Type Class Description class
DouiStringResource
Strings resource for DOUI.Constructors in lumis.doui with parameters of type IResource Constructor Description DouiException(java.lang.String arg0, IResource resource)
DouiException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.doui with type arguments of type IResource Constructor Description DouiException(java.lang.String arg0, java.util.List<IResource> resources)
DouiException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.doui.control
Classes in lumis.doui.control that implement IResource Modifier and Type Class Description class
ControlStringResource
String resource that all control strings should extend.Fields in lumis.doui.control declared as IResource Modifier and Type Field Description protected IResource
Control. controlResource
Fields in lumis.doui.control with type parameters of type IResource Modifier and Type Field Description protected java.util.List<IResource>
Control. resources
Methods in lumis.doui.control that return IResource Modifier and Type Method Description IResource
Control. getControlResource()
IResource
IControl. getControlResource()
IResource
ValidatorControl. getControlResource()
Methods in lumis.doui.control that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>
Control. getResources()
java.util.List<IResource>
IControl. getResources()
Constructors in lumis.doui.control with parameters of type IResource Constructor Description ControlException(java.lang.String arg0, IResource resource)
ControlException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.doui.control with type arguments of type IResource Constructor Description ControlException(java.lang.String arg0, java.util.List<IResource> resources)
ControlException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.doui.control.autorefresh
Methods in lumis.doui.control.autorefresh that return IResource Modifier and Type Method Description IResource
AutoRefreshControl. getControlResource()
-
Uses of IResource in lumis.doui.control.button
Methods in lumis.doui.control.button that return IResource Modifier and Type Method Description IResource
AccessControlButton. getControlResource()
IResource
ButtonControl. getControlResource()
IResource
DeleteButtonControl. getControlResource()
IResource
PositionFieldOrderButtonControl. getControlResource()
-
Uses of IResource in lumis.doui.control.datepicker
Methods in lumis.doui.control.datepicker that return IResource Modifier and Type Method Description IResource
CalendarControl. getControlResource()
IResource
DateTimePickerControl. getControlResource()
IResource
MonthPickerControl. getControlResource()
-
Uses of IResource in lumis.doui.control.fileupload
Methods in lumis.doui.control.fileupload that return IResource Modifier and Type Method Description IResource
FilesPickerControl. getControlResource()
-
Uses of IResource in lumis.doui.control.filter
Methods in lumis.doui.control.filter that return IResource Modifier and Type Method Description IResource
FiltersControl. getControlResource()
-
Uses of IResource in lumis.doui.control.htmleditor
Methods in lumis.doui.control.htmleditor that return IResource Modifier and Type Method Description IResource
HtmlEditorBlocksValidatorControl. getControlResource()
IResource
HtmlEditorControl. getControlResource()
-
Uses of IResource in lumis.doui.control.interfaceheaderbuttons
Methods in lumis.doui.control.interfaceheaderbuttons that return IResource Modifier and Type Method Description IResource
InterfaceHeaderButtonsControl. getControlResource()
-
Uses of IResource in lumis.doui.control.itempicker
Methods in lumis.doui.control.itempicker that return IResource Modifier and Type Method Description IResource
ItemPickerControl. getControlResource()
-
Uses of IResource in lumis.doui.control.label
Methods in lumis.doui.control.label that return IResource Modifier and Type Method Description IResource
LabelControl. getControlResource()
-
Uses of IResource in lumis.doui.control.multifileupload
Methods in lumis.doui.control.multifileupload that return IResource Modifier and Type Method Description IResource
MultiFileUploadControl. getControlResource()
IResource
MultiFileUploadExtensionCheckControl. getControlResource()
IResource
MultiFileUploadRequiredValueValidatorControl. getControlResource()
-
Uses of IResource in lumis.doui.control.pagination
Methods in lumis.doui.control.pagination that return IResource Modifier and Type Method Description IResource
PaginationControl. getControlResource()
-
Uses of IResource in lumis.doui.control.principalpicker
Methods in lumis.doui.control.principalpicker that return IResource Modifier and Type Method Description IResource
PrincipalPickerControl. getControlResource()
-
Uses of IResource in lumis.doui.control.selectserviceinstance
Methods in lumis.doui.control.selectserviceinstance with parameters of type IResource Modifier and Type Method Description java.util.List<IChannelChild>
ServiceInstanceProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of IResource in lumis.doui.control.tabulardata
Methods in lumis.doui.control.tabulardata that return IResource Modifier and Type Method Description IResource
TabularDataControl. getControlResource()
-
Uses of IResource in lumis.doui.control.validator
Methods in lumis.doui.control.validator that return IResource Modifier and Type Method Description IResource
DateCompareValidatorControl. getControlResource()
IResource
DateDataTypeValidatorControl. getControlResource()
IResource
EmailValidatorControl. getControlResource()
IResource
FileNameValidatorControl. getControlResource()
IResource
FileSizeValidatorControl. getControlResource()
IResource
IntegerDataTypeValidatorControl. getControlResource()
IResource
LengthValidatorControl. getControlResource()
IResource
NumberDataTypeValidatorControl. getControlResource()
IResource
RegularExpressionValidatorControl. getControlResource()
IResource
RequiredValuesDescriptorControl. getControlResource()
IResource
RequiredValueValidatorControl. getControlResource()
-
Uses of IResource in lumis.doui.processaction
Methods in lumis.doui.processaction that return IResource Modifier and Type Method Description protected IResource
ProcessActionHandler. getResource()
Returns the interface resource. -
Uses of IResource in lumis.doui.render
Methods in lumis.doui.render that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>
IRenderer. getResources()
Returns the localization resources to be used in the value render. -
Uses of IResource in lumis.portal
Classes in lumis.portal that implement IResource Modifier and Type Class Description class
PortalStringResource
String resource for the portalFields in lumis.portal with type parameters of type IResource Modifier and Type Field Description protected java.util.List<IResource>
PortalException. resources
Methods in lumis.portal that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>
PortalException. getResources()
Constructors in lumis.portal with parameters of type IResource Constructor Description AccessDeniedException(java.lang.String arg0, IResource resource)
AccessDeniedException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
FileUploadDeniedException(java.lang.String arg0, IResource resource)
FileUploadDeniedException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
ImmutableResourceException(java.lang.String arg0, IResource resource)
ImmutableResourceException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
IndexOutOfBoundsException(java.lang.String arg0, IResource resource)
IndexOutOfBoundsException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
InvalidSessionException(java.lang.String arg0, IResource resource)
InvalidSessionException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
PageNotFoundException(java.lang.String arg0, IResource resource)
PageNotFoundException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
PortalException(java.lang.String arg0, IResource resource)
PortalException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
PortalObjectAlreadyExistsException(java.lang.String arg0, IResource resource)
PortalObjectAlreadyExistsException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
PortalObjectNotFoundException(java.lang.String arg0, IResource resource)
PortalObjectNotFoundException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
UnexpectedException(java.lang.String arg0, IResource resource)
UnexpectedException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
UnsupportedOperationException(java.lang.String arg0, IResource resource)
UnsupportedOperationException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal with type arguments of type IResource Constructor Description AccessDeniedException(java.lang.String arg0, java.util.List<IResource> resources)
AccessDeniedException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
FileUploadDeniedException(java.lang.String arg0, java.util.List<IResource> resources)
FileUploadDeniedException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
ImmutableResourceException(java.lang.String arg0, java.util.List<IResource> resources)
ImmutableResourceException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
IndexOutOfBoundsException(java.lang.String arg0, java.util.List<IResource> resources)
IndexOutOfBoundsException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
InvalidSessionException(java.lang.String arg0, java.util.List<IResource> resources)
InvalidSessionException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
PageNotFoundException(java.lang.String arg0, java.util.List<IResource> resources)
PageNotFoundException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
PortalException(java.lang.String arg0, java.util.List<IResource> resources)
PortalException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
PortalObjectAlreadyExistsException(java.lang.String arg0, java.util.List<IResource> resources)
PortalObjectAlreadyExistsException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
PortalObjectNotFoundException(java.lang.String arg0, java.util.List<IResource> resources)
PortalObjectNotFoundException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
UnexpectedException(java.lang.String arg0, java.util.List<IResource> resources)
UnexpectedException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
UnsupportedOperationException(java.lang.String arg0, java.util.List<IResource> resources)
UnsupportedOperationException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.acl
Classes in lumis.portal.acl that implement IResource Modifier and Type Class Description class
PortalAclStringResource
-
Uses of IResource in lumis.portal.activitystream
Methods in lumis.portal.activitystream that return IResource Modifier and Type Method Description IResource
ActivityAction. getStringResource()
Returns the string resource used to localize this action's strings.IResource
ActivityObjectType. getStringResource()
Returns the string resource used to localize this object type's strings.Methods in lumis.portal.activitystream with parameters of type IResource Modifier and Type Method Description void
ActivityAction. setStringResource(IResource stringResource)
Sets the string localization resource paths for this action based on a string localization resource object.void
ActivityObjectType. setStringResource(IResource stringResource)
Sets the string localization resource paths for this object type based on a string localization resource object. -
Uses of IResource in lumis.portal.activitystream.notifier.email
Methods in lumis.portal.activitystream.notifier.email that return IResource Modifier and Type Method Description IResource
EmailNotifierVariableResolver.ActionDecorator. getStringResource()
IResource
EmailNotifierVariableResolver.ObjectTypeDecorator. getStringResource()
Methods in lumis.portal.activitystream.notifier.email with parameters of type IResource Modifier and Type Method Description void
EmailNotifierVariableResolver.ActionDecorator. setStringResource(IResource stringResource)
void
EmailNotifierVariableResolver.ObjectTypeDecorator. setStringResource(IResource stringResource)
-
Uses of IResource in lumis.portal.authentication
Constructors in lumis.portal.authentication with parameters of type IResource Constructor Description LoginFailedInvalidUserException(java.lang.String arg0, IResource resource)
LoginFailedInvalidUserException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
LoginFailedUserDisabledException(java.lang.String arg0, IResource resource)
LoginFailedUserDisabledException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.authentication with type arguments of type IResource Constructor Description LoginFailedInvalidUserException(java.lang.String arg0, java.util.List<IResource> resources)
LoginFailedInvalidUserException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
LoginFailedUserDisabledException(java.lang.String arg0, java.util.List<IResource> resources)
LoginFailedUserDisabledException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.businesscontext.internal
Constructors in lumis.portal.businesscontext.internal with parameters of type IResource Constructor Description BusinessContextNotEnabledForCurrentChannelException(java.lang.String message, IResource resource)
Constructor that receives the massage and the resource to translate it.BusinessContextPropertyNotFoundException(java.lang.String message, IResource resource)
Constructor that receives the massage and the resource to translate it. -
Uses of IResource in lumis.portal.channel
Constructors in lumis.portal.channel with parameters of type IResource Constructor Description ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, IResource resource)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.channel with type arguments of type IResource Constructor Description ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, java.util.List<IResource> resources)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.channel.tree
Methods in lumis.portal.channel.tree with parameters of type IResource Modifier and Type Method Description protected void
ChannelTreeManager. addChannels(java.lang.StringBuilder result, java.lang.StringBuilder parentChannelIds, java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>> channelChildren, ILocalizationManager localizationManager, IResource resource, SessionConfig sessionConfig, java.lang.String primaryServiceInstanceId, ITransaction transaction)
java.util.List<IChannelChild>
IChannelChildProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
Given a set of parentChannelIds, this method is responsible for returning a List of the children.java.util.List<IChannelChild>
PageProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
IChannelChildProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
Given a parentChannelId, this method is responsible for returning a List of the children.java.util.List<IChannelChild>
PageProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of IResource in lumis.portal.controller
Classes in lumis.portal.controller that implement IResource Modifier and Type Class Description class
ControllerStringResource
String resource for controllersConstructors in lumis.portal.controller with parameters of type IResource Constructor Description ControllerException(java.lang.String arg0, IResource resource)
ControllerException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.controller with type arguments of type IResource Constructor Description ControllerException(java.lang.String arg0, java.util.List<IResource> resources)
ControllerException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.dao
Classes in lumis.portal.dao that implement IResource Modifier and Type Class Description class
DaoStringResource
Strings resource for Data Access Objects messagesConstructors in lumis.portal.dao with parameters of type IResource Constructor Description DaoException(java.lang.String arg0, IResource resource)
DaoException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.dao with type arguments of type IResource Constructor Description DaoException(java.lang.String arg0, java.util.List<IResource> resources)
DaoException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.deployment
Classes in lumis.portal.deployment that implement IResource Modifier and Type Class Description class
DeploymentStringResource
Deployment backend string resource. -
Uses of IResource in lumis.portal.deployment.exception
Constructors in lumis.portal.deployment.exception with parameters of type IResource Constructor Description DeploymentInProgressException(java.lang.String arg0, IResource resource)
DeploymentInProgressException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
IllegalModuleArchiveException(java.lang.String arg0, IResource resource)
IllegalModuleArchiveException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
IllegalPackageArchiveException(java.lang.String arg0, IResource resource)
IllegalPackageArchiveException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.deployment.exception with type arguments of type IResource Constructor Description DeploymentInProgressException(java.lang.String arg0, java.util.List<IResource> resources)
DeploymentInProgressException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
IllegalModuleArchiveException(java.lang.String arg0, java.util.List<IResource> resources)
IllegalModuleArchiveException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
IllegalPackageArchiveException(java.lang.String arg0, java.util.List<IResource> resources)
IllegalPackageArchiveException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.el
Methods in lumis.portal.el with parameters of type IResource Modifier and Type Method Description protected static java.lang.String
PortalFunctionMapper. localize(IResource baseResource, java.lang.String[] args)
Resolves the string.protected static java.lang.String
PortalFunctionMapper. localize(IResource baseResource, PageWebResource pwr, java.lang.String[] args)
Resolves the string. -
Uses of IResource in lumis.portal.file
Classes in lumis.portal.file that implement IResource Modifier and Type Class Description class
FileStringResource
String resource for the portal's file component.Methods in lumis.portal.file that return IResource Modifier and Type Method Description static IResource
FileUtil. getFileResource()
Returns the file resource.Constructors in lumis.portal.file with parameters of type IResource Constructor Description FileValidationException(java.lang.String message, IResource resource)
FileValidationException(java.lang.String message, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.file with type arguments of type IResource Constructor Description FileValidationException(java.lang.String message, java.util.List<IResource> resources)
FileValidationException(java.lang.String message, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.incontextedit
Classes in lumis.portal.incontextedit that implement IResource Modifier and Type Class Description class
InContextEditResource
IResource
used in in context edit. -
Uses of IResource in lumis.portal.interactiveprocess
Constructors in lumis.portal.interactiveprocess with parameters of type IResource Constructor Description MandatoryStepIgnoredException(java.lang.String arg0, IResource resource)
MandatoryStepIgnoredException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
ProcessNotOwnedException(java.lang.String arg0, IResource resource)
ProcessNotOwnedException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.interactiveprocess with type arguments of type IResource Constructor Description MandatoryStepIgnoredException(java.lang.String arg0, java.util.List<IResource> resources)
MandatoryStepIgnoredException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
ProcessNotOwnedException(java.lang.String arg0, java.util.List<IResource> resources)
ProcessNotOwnedException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.localization
Classes in lumis.portal.localization that implement IResource Modifier and Type Class Description class
GenericStringResource
Generic string resource that initially is created without any string resource path.Methods in lumis.portal.localization with parameters of type IResource Modifier and Type Method Description void
GenericStringResource. addAllResourcePaths(IResource resource)
Adds all resource paths of the givenIResource
.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource)
Localizes the given string id using the given resource and current locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale)
Localizes the given string id using the given resource and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale, WebResource webResource)
Localizes the given string id using the given resource,WebResource
and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource, PageWebResource pageWebResource)
Localizes the given string id using the given resource,PageWebResource
and current locale.java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale, WebResource webResource)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource, PageWebResource pageWebResource)
Method parameters in lumis.portal.localization with type arguments of type IResource Modifier and Type Method Description java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources)
Localizes the given string id using the given resources and current locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale)
Localizes the given string id using the given resources and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale, WebResource pageWebResource)
Localizes the given string id using the given resources,WebResource
and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, PageWebResource pageWebResource)
Localizes the given string id using the given resources,PageWebResource
and current locale.java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources)
java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale)
java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale, WebResource webResource)
java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, PageWebResource pageWebResource)
-
Uses of IResource in lumis.portal.manager
Classes in lumis.portal.manager that implement IResource Modifier and Type Class Description class
ManagerStringResource
Constructors in lumis.portal.manager with parameters of type IResource Constructor Description ManagerException(java.lang.String arg0, IResource resource)
ManagerException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.manager with type arguments of type IResource Constructor Description ManagerException(java.lang.String arg0, java.util.List<IResource> resources)
ManagerException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.page
Methods in lumis.portal.page with parameters of type IResource Modifier and Type Method Description java.util.List<IChannelChild>
IPageDao. getChannelsChildren(java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
PageDaoHib. getChannelsChildren(java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
IPageDao. getChildrenData(java.lang.String channelId, int hidePages, int hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
PageDaoHib. getChildrenData(java.lang.String channelId, int hidePages, int hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of IResource in lumis.portal.presentation
Fields in lumis.portal.presentation declared as IResource Modifier and Type Field Description protected IResource
PresentationControllerHtml. resource
-
Uses of IResource in lumis.portal.principal.importprincipal
Classes in lumis.portal.principal.importprincipal that implement IResource Modifier and Type Class Description class
ImportPrincipalStringResource
String resource for the lumis.portal.principal.importprincipal package. -
Uses of IResource in lumis.portal.progress
Classes in lumis.portal.progress that implement IResource Modifier and Type Class Description class
ProgressStringResource
String resource for progress -
Uses of IResource in lumis.portal.serialization
Classes in lumis.portal.serialization that implement IResource Modifier and Type Class Description class
SerializationStringResource
String resource for serializationMethods in lumis.portal.serialization that return IResource Modifier and Type Method Description IResource
BaseSerializationContext. getResource()
Constructors in lumis.portal.serialization with parameters of type IResource Constructor Description SerializationAbortedException(java.lang.String arg0, IResource resource)
SerializationAbortedException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
SerializationException(java.lang.String arg0, IResource resource)
SerializationException(java.lang.String arg0, IResource resource, boolean notifyProgress)
SerializationException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
SerializationException(java.lang.String arg0, IResource resource, java.lang.Exception innerException, boolean notifyProgress)
SerializationSimulationException(java.lang.String arg0, IResource resource)
SerializationSimulationException(java.lang.String arg0, IResource resource, boolean notifyProgress)
SerializationSimulationException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
SerializationSimulationException(java.lang.String arg0, IResource resource, java.lang.Exception innerException, boolean notifyProgress)
Constructor parameters in lumis.portal.serialization with type arguments of type IResource Constructor Description SerializationAbortedException(java.lang.String arg0, java.util.List<IResource> resources)
SerializationAbortedException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
SerializationException(java.lang.String arg0, java.util.List<IResource> resources)
SerializationException(java.lang.String arg0, java.util.List<IResource> resources, boolean notifyProgress)
SerializationException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
SerializationException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException, boolean notifyProgress)
SerializationSimulationException(java.lang.String arg0, java.util.List<IResource> resources)
SerializationSimulationException(java.lang.String arg0, java.util.List<IResource> resources, boolean notifyProgress)
SerializationSimulationException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
SerializationSimulationException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException, boolean notifyProgress)
-
Uses of IResource in lumis.portal.service
Classes in lumis.portal.service that implement IResource Modifier and Type Class Description class
ServiceStringResource
String resource for servicesMethods in lumis.portal.service that return IResource Modifier and Type Method Description IResource
ServiceConfig. getResource()
Constructors in lumis.portal.service with parameters of type IResource Constructor Description ServiceException(java.lang.String arg0, IResource resource)
ServiceException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.service with type arguments of type IResource Constructor Description ServiceException(java.lang.String arg0, java.util.List<IResource> resources)
ServiceException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IResource Modifier and Type Class Description class
ServiceContainerStringResource
Resource to retrieve service container stringsConstructors in lumis.portal.servicecontainer with parameters of type IResource Constructor Description ServiceContainerException(java.lang.String arg0, IResource resource)
ServiceContainerException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.servicecontainer with type arguments of type IResource Constructor Description ServiceContainerException(java.lang.String arg0, java.util.List<IResource> resources)
ServiceContainerException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.serviceinstance
Methods in lumis.portal.serviceinstance with parameters of type IResource Modifier and Type Method Description java.util.List<IChannelChild>
IServiceInstanceDao. getChannelsChildren(java.lang.String parentChannelIds, boolean hideItems, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceDaoJdbc. getChannelsChildren(java.lang.String parentChannelIds, boolean hideItems, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
IServiceInstanceDao. getChildrenData(java.lang.String channelId, int hidePages, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceDaoJdbc. getChildrenData(java.lang.String channelId, int hidePages, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of IResource in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that return IResource Modifier and Type Method Description IResource
ServiceInterfaceConfig. getResource()
Constructors in lumis.portal.serviceinterface with parameters of type IResource Constructor Description ServiceInterfaceException(java.lang.String arg0, IResource resource)
ServiceInterfaceException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portal.serviceinterface with type arguments of type IResource Constructor Description ServiceInterfaceException(java.lang.String arg0, java.util.List<IResource> resources)
ServiceInterfaceException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.portal.serviceinterfaceinstance
Constructors in lumis.portal.serviceinterfaceinstance with parameters of type IResource Constructor Description CacheKeyProviderClassNotFoundException(java.lang.String className, IResource resource, java.lang.Exception cause)
Constructor. -
Uses of IResource in lumis.portal.taglib
Methods in lumis.portal.taglib that return IResource Modifier and Type Method Description static IResource
AddResourceTag. getResource(PageContext pageContext)
Returns the resource set in the current page through this tag. -
Uses of IResource in lumis.portal.theme
Methods in lumis.portal.theme with parameters of type IResource Modifier and Type Method Description static void
ThemeUtil. addNewTheme(java.lang.String themeName, java.lang.String themeDescription, java.lang.String themePath, java.lang.String moduleId, IResource resource)
-
Uses of IResource in lumis.portal.website
Constructors in lumis.portal.website with parameters of type IResource Constructor Description InvalidWebsiteURLException(java.lang.String msg, IResource resource)
-
Uses of IResource in lumis.portalmanagement.doui.control.tag
Methods in lumis.portalmanagement.doui.control.tag that return IResource Modifier and Type Method Description IResource
TagControl. getControlResource()
-
Uses of IResource in lumis.portlet
Classes in lumis.portlet that implement IResource Modifier and Type Class Description class
PortletStringResource
String resource for lumis/portlet/strings/strings.Constructors in lumis.portlet with parameters of type IResource Constructor Description PortletException(java.lang.String arg0, IResource resource)
PortletException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.portlet with type arguments of type IResource Constructor Description PortletException(java.lang.String arg0, java.util.List<IResource> resources)
PortletException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.search
Classes in lumis.search that implement IResource Modifier and Type Class Description class
SearchStringResource
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.Constructors in lumis.search with parameters of type IResource Constructor Description SearchException(java.lang.String arg0, IResource resource)
Deprecated.SearchException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Deprecated.Constructor parameters in lumis.search with type arguments of type IResource Constructor Description SearchException(java.lang.String arg0, java.util.List<IResource> resources)
Deprecated.SearchException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
Deprecated. -
Uses of IResource in lumis.search.lucene
Classes in lumis.search.lucene that implement IResource Modifier and Type Class Description class
LuceneSearchStringResource
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata. -
Uses of IResource in lumis.service.analytics
Classes in lumis.service.analytics that implement IResource Modifier and Type Class Description class
AnalyticsStringResource
Analytics service string resource path. -
Uses of IResource in lumis.service.analytics.usersegmentation.enums
Methods in lumis.service.analytics.usersegmentation.enums with parameters of type IResource Modifier and Type Method Description static java.lang.String
UserMonitorFieldsCSVEnum. getLabel(java.lang.String fullIdElasticSearchField, IResource resource)
Get localized label for the field.java.lang.String
UserMonitorFieldsCSVEnum. getLabel(IResource resource)
Get localized label for the field. -
Uses of IResource in lumis.service.autoadministration.control
Methods in lumis.service.autoadministration.control that return IResource Modifier and Type Method Description IResource
WorkflowSendToControl. getControlResource()
Methods in lumis.service.autoadministration.control that return types with arguments of type IResource Modifier and Type Method Description java.util.List<IResource>
WorkflowMetaDataControl. getResources()
-
Uses of IResource in lumis.service.callcenteronline
Fields in lumis.service.callcenteronline declared as IResource Modifier and Type Field Description protected IResource
ColProcessActionHandler. colResource
-
Uses of IResource in lumis.service.chatroom
Fields in lumis.service.chatroom declared as IResource Modifier and Type Field Description protected IResource
AddChatRoomProcessActionHandler. chatRoomResource
protected IResource
EditChatRoomProcessActionHandler. chatRoomResource
protected IResource
ParticipateProcessActionHandler. chatRoomResource
-
Uses of IResource in lumis.service.content.publishtosocialnetworks
Classes in lumis.service.content.publishtosocialnetworks that implement IResource Modifier and Type Class Description class
PublishToSocialNetworksStringResource
This string resource is used by Social Network Integration frontend. -
Uses of IResource in lumis.service.document
Fields in lumis.service.document declared as IResource Modifier and Type Field Description protected IResource
DocumentManager. resource
-
Uses of IResource in lumis.service.document.control
Methods in lumis.service.document.control that return IResource Modifier and Type Method Description IResource
DocumentPickerControl. getControlResource()
-
Uses of IResource in lumis.service.doui.propertybag
Methods in lumis.service.doui.propertybag that return IResource Modifier and Type Method Description protected IResource
PropertyBagProcessActionHandler. getResource()
-
Uses of IResource in lumis.service.emailtemplaterepository
Constructors in lumis.service.emailtemplaterepository with parameters of type IResource Constructor Description UnresolvedVariableException(java.lang.String arg0, IResource resource)
UnresolvedVariableException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.service.emailtemplaterepository with type arguments of type IResource Constructor Description UnresolvedVariableException(java.lang.String arg0, java.util.List<IResource> resources)
UnresolvedVariableException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.service.htmlevaluation
Methods in lumis.service.htmlevaluation that return IResource Modifier and Type Method Description protected IResource
URLAccessibilityEvaluationProcessActionHandler. getResource()
-
Uses of IResource in lumis.service.media.control
Methods in lumis.service.media.control that return IResource Modifier and Type Method Description IResource
MediaPickerControl. getControlResource()
-
Uses of IResource in lumis.service.navigation
Fields in lumis.service.navigation declared as IResource Modifier and Type Field Description static IResource
NavigationService. NAVIGATION_STRING_RESOURCE
Navigation service string resource. -
Uses of IResource in lumis.service.pagepersonalization.doui
Methods in lumis.service.pagepersonalization.doui with parameters of type IResource Modifier and Type Method Description java.util.List<IChannelChild>
ServiceInstanceProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of IResource in lumis.service.portalmanagement.genericacl
Methods in lumis.service.portalmanagement.genericacl that return IResource Modifier and Type Method Description IResource
GenericAclControl. getControlResource()
-
Uses of IResource in lumis.service.portalmanagement.server
Methods in lumis.service.portalmanagement.server that return IResource Modifier and Type Method Description IResource
EnviromentPropertiesControl. getControlResource()
-
Uses of IResource in lumis.service.portalmanagement.socialnetwork.doui.control
Methods in lumis.service.portalmanagement.socialnetwork.doui.control that return IResource Modifier and Type Method Description IResource
SelectPageControl. getControlResource()
-
Uses of IResource in lumis.service.uframe
Classes in lumis.service.uframe that implement IResource Modifier and Type Class Description class
UFrameStringResource
String resource for the lumis.service.uframe package. -
Uses of IResource in lumis.service.webserviceviewer
Constructors in lumis.service.webserviceviewer with parameters of type IResource Constructor Description WebServiceViewerException(java.lang.String arg0, IResource resource)
WebServiceViewerException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.service.webserviceviewer with type arguments of type IResource Constructor Description WebServiceViewerException(java.lang.String arg0, java.util.List<IResource> resources)
WebServiceViewerException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.socialnetworkintegration
Classes in lumis.socialnetworkintegration that implement IResource Modifier and Type Class Description class
SocialNetworkIntegrationStringResource
This string resource is used by Social Network Integration backend. -
Uses of IResource in lumis.upgrade
Classes in lumis.upgrade that implement IResource Modifier and Type Class Description class
UpdateStringResource
String resource for lumis/upgrade. -
Uses of IResource in lumis.util
Constructors in lumis.util with parameters of type IResource Constructor Description EnumException(java.lang.String arg0, IResource resource)
EnumException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.util with type arguments of type IResource Constructor Description EnumException(java.lang.String arg0, java.util.List<IResource> resources)
EnumException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
Uses of IResource in lumis.util.parse
Constructors in lumis.util.parse with parameters of type IResource Constructor Description ParseException(java.lang.String arg0, IResource resource)
ParseException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
Constructor parameters in lumis.util.parse with type arguments of type IResource Constructor Description ParseException(java.lang.String arg0, java.util.List<IResource> resources)
ParseException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-