Uses of Class
lumis.doui.source.Source
-
-
Uses of Source in lumis.content.control.autolayout
Methods in lumis.content.control.autolayout with parameters of type Source Modifier and Type Method Description void
AutoLayoutCategorizationAssociationControl.CategorizationTermNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.content.control.comments
Methods in lumis.content.control.comments with parameters of type Source Modifier and Type Method Description protected void
CommentsControl. setValueFromSource(Source source)
-
Uses of Source in lumis.content.core
Methods in lumis.content.core with parameters of type Source Modifier and Type Method Description static java.lang.String
ContentUtil. getContentFieldId(Source<?> source)
Returns the field identifier that corresponds to the contentId. -
Uses of Source in lumis.content.search
Methods in lumis.content.search with parameters of type Source Modifier and Type Method Description void
ContentTabularSourceSearchContentFiller. init(ISourceData sourceData, Source source)
Deprecated. -
Uses of Source in lumis.content.source.field
Methods in lumis.content.source.field with parameters of type Source Modifier and Type Method Description void
CategorizationSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
MetaDataSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
VersionActiveField. init(Source source, org.w3c.dom.Node fieldNode)
-
Uses of Source in lumis.content.source.postloadprocessor
Methods in lumis.content.source.postloadprocessor with parameters of type Source Modifier and Type Method Description void
ContentNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected boolean
ContentNamePostLoadProcessor. showPublishedContentOnly(Source<?> source)
Returns if only published content should be shown for the given source. -
Uses of Source in lumis.content.table
Subclasses of Source in lumis.content.table Modifier and Type Class Description class
ContentTableSource
This source implementation adds content functionalities to theTableSource
it extends. -
Uses of Source in lumis.doui.bigdata
Classes in lumis.doui.bigdata with type parameters of type Source Modifier and Type Class Description class
DummySourceBigDataPersister<S extends Source<?>>
AISourceBigDataPersister
implementation that never persist anything.interface
ISourceBigDataPersister<S extends Source<?>>
This interface specifies the methods that must be implemented when customizing how a source's data is stored in theportal big data repository
.Methods in lumis.doui.bigdata that return Source Modifier and Type Method Description protected static Source<?>
TabularSourceBigDataPersister. getServiceSource(java.lang.String sourceId, ISourceContext sourceContext)
Returns the source of a service.Methods in lumis.doui.bigdata with parameters of type Source Modifier and Type Method Description static java.lang.String
DouiBigDataUtil. getDocumentTypeFieldId(Source<?> source)
Returns the identifier of the big data document type source field to be used.static java.lang.String
DouiBigDataUtil. getDocumentTypeId(Source<?> source)
Returns the identifier of the big data document type to be used, by default, for a source. -
Uses of Source in lumis.doui.control
Classes in lumis.doui.control with type parameters of type Source Modifier and Type Class Description class
DataBoundControl<S extends Source>
Control whose data is bound to a source.class
SourceBoundControl<S extends Source<?>>
Control that may be bound to aSource
.class
SourceFieldBoundControl<S extends Source<?>>
Control that may be bound to aSource
's field.Methods in lumis.doui.control that return Source Modifier and Type Method Description protected Source
Control. getRuntimeDefaultSource()
Returns default source to use in the context of the current control when evaluating runtime attributes.protected Source
DataBoundControl. getRuntimeDefaultSource()
protected Source<?>
SourceBoundControl. getRuntimeDefaultSource()
Source
IDataBoundControl. getSource()
Returns the source object that the current control is associated toMethods in lumis.doui.control with parameters of type Source Modifier and Type Method Description protected void
DataControl. setSourceParameter(Source source, java.lang.String parameterName)
Sets the parameter with the given name in the given source. -
Uses of Source in lumis.doui.control.autolayout
Classes in lumis.doui.control.autolayout with type parameters of type Source Modifier and Type Class Description class
AutoLayoutFieldsControl<S extends Source<?>>
Renders a label control and a value control of each visible field in the source.class
AutoLayoutPropertyPageControl<S extends Source<?>>
Renders a property page control with the visible source fields as label: input control pairs. -
Uses of Source in lumis.doui.control.button
Classes in lumis.doui.control.button with type parameters of type Source Modifier and Type Class Description class
AutoAdministrationListButtonsControl<S extends Source<?>>
Detects and automatically adds the following controls: lum_interfaceHeaderButtons, lum_addButton, lum_editButton, lum_deleteButton, lum_positionFieldOrderButton, lum_lockButton, lum_configureButton. -
Uses of Source in lumis.doui.control.checkbox
Fields in lumis.doui.control.checkbox declared as Source Modifier and Type Field Description protected Source
CheckBoxListControl. optionsSource
-
Uses of Source in lumis.doui.control.datagrid
Methods in lumis.doui.control.datagrid with parameters of type Source Modifier and Type Method Description protected void
DataGridControl. setSourceParameter(Source source, java.lang.String parameterName)
This control must not set source parameters.protected void
DataGridControl. setValueFromSource(Source source)
Retrieves the number of rows in the source tabular data. -
Uses of Source in lumis.doui.control.dropdownlist
Fields in lumis.doui.control.dropdownlist declared as Source Modifier and Type Field Description protected Source
DropDownListControl. optionsSource
-
Uses of Source in lumis.doui.control.filter
Classes in lumis.doui.control.filter with type parameters of type Source Modifier and Type Class Description class
FilterControl<S extends Source<?>>
Generic filter control. -
Uses of Source in lumis.doui.control.htmleditor
Methods in lumis.doui.control.htmleditor with parameters of type Source Modifier and Type Method Description static void
HtmlControlBlockConditionsHelper. validateBlocks(java.lang.String fieldId, Source<?> source, java.lang.String html)
Validate blocks. -
Uses of Source in lumis.doui.control.principalpicker
Methods in lumis.doui.control.principalpicker with parameters of type Source Modifier and Type Method Description void
ServiceInstancePrincipalsByPermissionDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.doui.control.profileimage
Methods in lumis.doui.control.profileimage with parameters of type Source Modifier and Type Method Description protected void
InputProfileImageControl. setValueFromSource(Source source)
-
Uses of Source in lumis.doui.control.radiobutton
Methods in lumis.doui.control.radiobutton with parameters of type Source Modifier and Type Method Description protected void
RadioButtonControl. setValueFromSource(Source source)
-
Uses of Source in lumis.doui.control.selectpage
Methods in lumis.doui.control.selectpage with parameters of type Source Modifier and Type Method Description protected void
SelectPageTemplateControl. setValueFromSource(Source source)
-
Uses of Source in lumis.doui.processaction
Classes in lumis.doui.processaction with type parameters of type Source Modifier and Type Class Description class
ProcessActionHandler<S extends Source>
Base class for all doui process action handlers.Fields in lumis.doui.processaction declared as Source Modifier and Type Field Description protected S
ProcessActionHandler. source
-
Uses of Source in lumis.doui.search
Subclasses of Source in lumis.doui.search Modifier and Type Class Description class
SearchSource
Source implementation for Search Results.Methods in lumis.doui.search with parameters of type Source Modifier and Type Method Description void
DouiTabularSourceSearchContentFiller. init(ISourceData sourceData, Source source)
Deprecated.void
ISourceSearchContentFiller. init(ISourceData sourceData, Source source)
Deprecated.protected void
SearchAggregationControl. setSourceParameter(Source source, java.lang.String parameterName)
-
Uses of Source in lumis.doui.source
Classes in lumis.doui.source with type parameters of type Source Modifier and Type Interface Description interface
IDataProvider<S extends Source>
Interface for data providers.Subclasses of Source in lumis.doui.source Modifier and Type Class Description class
TabularSource<F extends ITabularSourceField>
A source that has its data in a tabular format.Fields in lumis.doui.source declared as Source Modifier and Type Field Description protected Source
SourceContainer. defaultSource
protected Source
AbstractSourceData. source
The source this source data belongs to.Fields in lumis.doui.source with type parameters of type Source Modifier and Type Field Description protected java.util.Map<java.lang.String,Source>
SourceContainer. sourcesById
Methods in lumis.doui.source with type parameters of type Source Modifier and Type Method Description static <S extends Source>
IDataProvider<S>DataProviderFactory. createDataProvider(Source source)
<S extends Source<?>>
ISourceBigDataPersister<S>Source. getBigDataPersister()
Returns the ISourceBigDataPersister implementation to be used for this source.<S extends Source>
IDataProvider<S>Source. getDataProvider()
Returns the data provider for this source.protected <S extends Source<?>>
ISourceBigDataPersister<S>Source. getDefaultBigDataPersister()
Returns the default ISourceBigDataPersister implementation to be used for this source if the big data persisting is not disabled and no specific persister class is configured for this source.protected <S extends Source<?>>
ISourceBigDataPersister<S>TabularSource. getDefaultBigDataPersister()
<S extends Source>
SSourceContainer. getDefaultSource()
<S extends Source>
SSourceContainer. getSourceById(java.lang.String id)
Methods in lumis.doui.source that return Source Modifier and Type Method Description static Source<?>
SourceFactory. createSource(java.lang.String sourceId, java.lang.String serviceInstanceId)
Creates a source.static Source
SourceFactory. createSource(java.lang.String sourceId, ISourceContext sourceContext)
Create a source instance and return it.static Source
SourceFactory. createSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Methods in lumis.doui.source that return types with arguments of type Source Modifier and Type Method Description static java.lang.Class<? extends Source>
SourceFactory. getSourceClass(org.w3c.dom.Node sourceDefinitionNode, ITransaction transaction)
java.util.Map<java.lang.String,Source>
SourceContainer. getSourcesMap()
Returns the map with the sources in this source container.Methods in lumis.doui.source with parameters of type Source Modifier and Type Method Description void
SourceContainer. addSource(Source source)
static <S extends Source>
IDataProvider<S>DataProviderFactory. createDataProvider(Source source)
void
EmptyDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
Constructors in lumis.doui.source with parameters of type Source Constructor Description AbstractSourceData(Source source)
Creates a source data associated with the given source.SourceData(Source source)
Creates a source data associated with the given source.TabularData(Source source)
Creates a new tabular data associated with the given source. -
Uses of Source in lumis.doui.source.event
Methods in lumis.doui.source.event that return Source Modifier and Type Method Description Source<?>
SourceAddDataEvent. getSource()
Returns the source that triggered this event.Source<?>
SourceDeleteDataEvent. getSource()
Returns the source that triggered this event.Source<?>
SourceUpdateDataEvent. getSource()
Returns the source that triggered this event.Constructors in lumis.doui.source.event with parameters of type Source Constructor Description SourceAddDataEvent(Source<?> source, IParameters parameters)
Creates a new event for add of source data.SourceDeleteDataEvent(Source<?> serviceSource, java.util.Collection<java.lang.String> itemIds)
Creates a new event for before delete of source data.SourcePostAddDataEvent(Source<?> source, IParameters parameters, ISourceAddDataResult sourceAddDataResult)
Creates a new event for after add of source data.SourcePostDeleteDataEvent(Source<?> serviceSource, java.util.Collection<java.lang.String> itemIds)
Creates a new event for after delete of source data.SourcePostUpdateDataEvent(Source<?> source, IParameters parameters, java.lang.String originalItemId, ISourceUpdateDataResult sourceUpdateDataResult)
Creates a new event for after update of source data.SourcePreAddDataEvent(Source<?> source, IParameters parameters)
Creates a new event for before add of source data.SourcePreDeleteDataEvent(Source<?> serviceSource, java.util.Collection<java.lang.String> itemIds)
Creates a new event for before delete of source data.SourcePreUpdateDataEvent(Source<?> source, IParameters parameters, java.lang.String itemId)
Creates a new event for update of source data.SourceUpdateDataEvent(Source<?> source, IParameters parameters, java.lang.String originalItemId)
Creates a new event for update of source data. -
Uses of Source in lumis.doui.source.field
Fields in lumis.doui.source.field declared as Source Modifier and Type Field Description protected Source<?>
BaseSourceField. source
Methods in lumis.doui.source.field with parameters of type Source Modifier and Type Method Description void
BaseSourceField. init(Source<?> source, org.w3c.dom.Node fieldNode)
void
BaseTabularSourceField. init(Source<?> source, org.w3c.dom.Node fieldNode)
void
ISourceField. init(Source<?> source, org.w3c.dom.Node fieldNode)
Initializes this source field. -
Uses of Source in lumis.doui.source.filter
Classes in lumis.doui.source.filter with type parameters of type Source Modifier and Type Interface Description interface
ISourceFilter<S extends Source>
Defines the methods of a source filter. -
Uses of Source in lumis.doui.source.postloadprocessor
Methods in lumis.doui.source.postloadprocessor with parameters of type Source Modifier and Type Method Description boolean
RowLinkPostLoadProcessor. checkPermissions(org.w3c.dom.Node parametersNode, Source source)
protected boolean
RowProcessActionPostLoadProcessor. checkPreCondition(SessionConfig sessionConfig, ISourceData row, Source<? extends ISourceData> source, org.w3c.dom.Node precondition, ITransaction transaction)
Checks the pre-condition for a row in a source.void
IPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
NamePathConverterPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
RowLinkPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
RowProcessActionPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SortPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
Constructors in lumis.doui.source.postloadprocessor with parameters of type Source Constructor Description PostLoadProcessorVariableResolver(ISourceData row, Source source)
Creates a new resolver for the given doui context. -
Uses of Source in lumis.doui.source.processaction
Classes in lumis.doui.source.processaction with type parameters of type Source Modifier and Type Class Description class
BaseSourceProcessActionHandler<S extends Source<?>>
Base implementation for source basic operation process action handlers.class
SourceAddDataProcessActionHandler<S extends Source<?>>
Process action handler that executesaddData(Object)
.class
SourceAddFileMultiRowDataProcessActionHandler<S extends Source<?>>
This class is responsible for the generic add of multiple files in contents.class
SourceAddMultiRowDataProcessActionHandler<S extends Source<?>>
Process Action Handler to add multiple rows.class
SourceDeleteDataProcessActionHandler<S extends Source<?>>
ExecutesSource#deleteDataByItemIds(Object)
for the items returned bySourceDeleteDataProcessActionHandler.getItemIdsToDelete()
.class
SourceUpdateDataProcessActionHandler<S extends Source<?>>
Process action handler that executesupdateData(Object)
.class
SourceUpdateMultiRowDataProcessActionHandler<S extends Source<?>>
Update process action handler for a multi row editor. -
Uses of Source in lumis.doui.table
Subclasses of Source in lumis.doui.table Modifier and Type Class Description class
TableSource
A source that is based on a database table.Methods in lumis.doui.table with type parameters of type Source Modifier and Type Method Description protected <S extends Source<?>>
ISourceBigDataPersister<S>TableSource. getDefaultBigDataPersister()
-
Uses of Source in lumis.doui.table.field
Methods in lumis.doui.table.field with parameters of type Source Modifier and Type Method Description void
ExperimentalGenericTableSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
GenericTableSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
SingleColumnTableSourceField. init(Source source, org.w3c.dom.Node fieldNode)
-
Uses of Source in lumis.service.activitystream
Methods in lumis.service.activitystream with parameters of type Source Modifier and Type Method Description void
ActivityStreamInterfaceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
ActivityStreamServiceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
ActivityPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.analytics.abtest.doui
Subclasses of Source in lumis.service.analytics.abtest.doui Modifier and Type Class Description class
ExperimentSource
A/B test experiment source.class
VariantSource
A/B test experiment variant source. -
Uses of Source in lumis.service.analytics.abtest.doui.postload
Methods in lumis.service.analytics.abtest.doui.postload with parameters of type Source Modifier and Type Method Description void
AdminVariantPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EditVariantPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.analytics.automationflow.source
Subclasses of Source in lumis.service.analytics.automationflow.source Modifier and Type Class Description class
AutomationFlowSource
Automation flow source. -
Uses of Source in lumis.service.analytics.eventanalytics
Subclasses of Source in lumis.service.analytics.eventanalytics Modifier and Type Class Description class
DashboardSource
DOUI source forEventAnalyticsDashboard
.Methods in lumis.service.analytics.eventanalytics with parameters of type Source Modifier and Type Method Description void
DashboardTypeReplaceNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EditDashboardRemapTypePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.analytics.eventanalytics.report
Subclasses of Source in lumis.service.analytics.eventanalytics.report Modifier and Type Class Description class
ReportSource
Report source. -
Uses of Source in lumis.service.analytics.eventsadmin
Subclasses of Source in lumis.service.analytics.eventsadmin Modifier and Type Class Description class
EventFieldGroupSource
Event field group source, used in the customer experience event administration.class
EventFieldSource
Event field source, used in the customer experience event administration.class
EventSource
Event source, used in the customer experience event administration.Methods in lumis.service.analytics.eventsadmin that return Source Modifier and Type Method Description Source
AllFieldGroupsControl. getSource()
Source
AllFieldsControl. getSource()
Methods in lumis.service.analytics.eventsadmin with parameters of type Source Modifier and Type Method Description void
EditEventPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EditFieldGroupPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EventAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EventFieldAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EventFieldGroupAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.analytics.journey.postload
Methods in lumis.service.analytics.journey.postload with parameters of type Source Modifier and Type Method Description void
JourneyStageAddEditPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
UserJourneyInstancePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.analytics.journey.source
Subclasses of Source in lumis.service.analytics.journey.source Modifier and Type Class Description class
JourneySource
Journey source.class
JourneyStageSource
Journey Stage source. -
Uses of Source in lumis.service.analytics.usersegmentation.source
Subclasses of Source in lumis.service.analytics.usersegmentation.source Modifier and Type Class Description class
UserSegmentationSource
User segmentation source. -
Uses of Source in lumis.service.association
Methods in lumis.service.association with parameters of type Source Modifier and Type Method Description void
AssociationDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.autoadministration
Subclasses of Source in lumis.service.autoadministration Modifier and Type Class Description class
NavigationSource
Source implementation that changes the service instance of the source context to avoid content to be read from auto administration dummy service instance (lumis.portal.presentation.mode.publisher.PublicationDashboardModeURLProvider.AUTO_ADMIN_SERVICE_INSTANCE_ID
). -
Uses of Source in lumis.service.banner
Methods in lumis.service.banner with parameters of type Source Modifier and Type Method Description void
BannerPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
-
Uses of Source in lumis.service.blog.doui
Methods in lumis.service.blog.doui with parameters of type Source Modifier and Type Method Description protected boolean
RowProcessActionPostLoadProcessor. checkPreCondition(SessionConfig sessionConfig, ISourceData row, Source<? extends ISourceData> source, org.w3c.dom.Node precondition, ITransaction transaction)
-
Uses of Source in lumis.service.callcenteronline
Subclasses of Source in lumis.service.callcenteronline Modifier and Type Class Description class
ColRequestSource
Source implementation ofrequest
source of callcenter online service.Methods in lumis.service.callcenteronline with parameters of type Source Modifier and Type Method Description void
CheckAttendingHoursDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.categorization
Methods in lumis.service.categorization with parameters of type Source Modifier and Type Method Description void
AssociatedTermsDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
TermContentsDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ParentTermDisplayPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ServiceInstanceDisplayPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
TermDetailsPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.chatroom
Subclasses of Source in lumis.service.chatroom Modifier and Type Class Description class
ChatRoomSource
Source implementation ofchatRoom
source of Chat Room service. -
Uses of Source in lumis.service.community
Methods in lumis.service.community with parameters of type Source Modifier and Type Method Description void
CommunityCurrentUserRoleDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
-
Uses of Source in lumis.service.content.publishtosocialnetworks
Methods in lumis.service.content.publishtosocialnetworks with parameters of type Source Modifier and Type Method Description void
AdminSocialNetworkMessagesPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.doui.customproperties
Methods in lumis.service.doui.customproperties with parameters of type Source Modifier and Type Method Description protected abstract java.lang.String
AbstractServiceInstanceCustomPropertiesDataProvider. getServiceInstanceId(Source<ISourceField> source)
Get the service instance identifier to get the property from.protected java.lang.String
ServiceInstanceCustomPropertiesDataProvider. getServiceInstanceId(Source<ISourceField> source)
void
AbstractServiceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
void
InterfaceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
-
Uses of Source in lumis.service.doui.filters
Methods in lumis.service.doui.filters with parameters of type Source Modifier and Type Method Description void
CustomFiltersDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
FilterableFieldsPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.doui.orderby
Methods in lumis.service.doui.orderby with parameters of type Source Modifier and Type Method Description void
OrderByDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.doui.preferences
Methods in lumis.service.doui.preferences with parameters of type Source Modifier and Type Method Description void
CallerInterfaceInstancePreferencesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
-
Uses of Source in lumis.service.experiencecontent.postload
Methods in lumis.service.experiencecontent.postload with parameters of type Source Modifier and Type Method Description void
ListRestInterfacePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.formbuilder
Methods in lumis.service.formbuilder with parameters of type Source Modifier and Type Method Description void
IsFormPublishedPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.forum
Methods in lumis.service.forum with parameters of type Source Modifier and Type Method Description void
ForumMessageEditPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ForumMessageListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ForumMessageQuotePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.glossary
Methods in lumis.service.glossary with parameters of type Source Modifier and Type Method Description void
OrderGlossaryListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.group
Methods in lumis.service.group with parameters of type Source Modifier and Type Method Description void
PrefixRemovalPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.hierarchicalcontent
Subclasses of Source in lumis.service.hierarchicalcontent Modifier and Type Class Description class
HierarchicalContentSource
Hierarchical content source.Methods in lumis.service.hierarchicalcontent with parameters of type Source Modifier and Type Method Description void
BreadCrumbPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ContentChildrenPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ContentMenuPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SetParentNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.html
Methods in lumis.service.html with parameters of type Source Modifier and Type Method Description void
HtmlDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.htmltemplate
Subclasses of Source in lumis.service.htmltemplate Modifier and Type Class Description class
HtmlTemplateSource
Source customized to fix html formatting. -
Uses of Source in lumis.service.media
Methods in lumis.service.media with parameters of type Source Modifier and Type Method Description void
MediaInfoFetcherPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MediaStatusPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.mediaalbum
Methods in lumis.service.mediaalbum with parameters of type Source Modifier and Type Method Description void
MediaAlbumEscapeQuoteCharPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MediaPermalinkPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.navigation
Methods in lumis.service.navigation with parameters of type Source Modifier and Type Method Description void
BreadCrumbPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.pagepersonalization.doui.postloadprocessor
Methods in lumis.service.pagepersonalization.doui.postloadprocessor with parameters of type Source Modifier and Type Method Description void
EditWidgetPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SelectWidgetPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
WidgetListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.activitystream
Methods in lumis.service.portalmanagement.activitystream with parameters of type Source Modifier and Type Method Description void
ActivityPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.areatag
Methods in lumis.service.portalmanagement.areatag with parameters of type Source Modifier and Type Method Description void
AreaTagInheritedPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.audit
Methods in lumis.service.portalmanagement.audit with parameters of type Source Modifier and Type Method Description void
StringReplacePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
StringReplacePostLoadProcessor. replaceStrings(Source<?> source, java.lang.String fieldId, java.lang.String from, java.lang.String to)
Replace the from string by the to string in a field of a source. -
Uses of Source in lumis.service.portalmanagement.businesscontext
Methods in lumis.service.portalmanagement.businesscontext with parameters of type Source Modifier and Type Method Description void
BusinessContextNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.channel
Methods in lumis.service.portalmanagement.channel with parameters of type Source Modifier and Type Method Description void
ChannelFriendlyPathDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ChannelPropertyBagPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.channeltemplate
Methods in lumis.service.portalmanagement.channeltemplate with parameters of type Source Modifier and Type Method Description void
ChannelTemplatePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.clock
Methods in lumis.service.portalmanagement.clock with parameters of type Source Modifier and Type Method Description void
ClockPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.commandpalette
Methods in lumis.service.portalmanagement.commandpalette with parameters of type Source Modifier and Type Method Description void
CommandListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.deployment
Methods in lumis.service.portalmanagement.deployment with parameters of type Source Modifier and Type Method Description void
ComponentsPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
LastDeploymentInformationPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ModulePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
PackageHistoryPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.file
Methods in lumis.service.portalmanagement.file with parameters of type Source Modifier and Type Method Description void
DisplayFileInfosPostLoad. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.genericacl
Classes in lumis.service.portalmanagement.genericacl with type parameters of type Source Modifier and Type Class Description class
GenericAclActionHandler<S extends Source>
Generic process action handler for Access Control List manipulation.Methods in lumis.service.portalmanagement.genericacl with parameters of type Source Modifier and Type Method Description void
PrincipalPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.interactiveprocess
Methods in lumis.service.portalmanagement.interactiveprocess with parameters of type Source Modifier and Type Method Description void
ProcessPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.monitor
Subclasses of Source in lumis.service.portalmanagement.monitor Modifier and Type Class Description class
MonitorRequestRuleSource
Monitor request rule source.Methods in lumis.service.portalmanagement.monitor with parameters of type Source Modifier and Type Method Description void
LoginPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MonitorConfigurationOptionPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.page
Methods in lumis.service.portalmanagement.page with parameters of type Source Modifier and Type Method Description void
PagePropertyBagPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.pagelink
Methods in lumis.service.portalmanagement.pagelink with parameters of type Source Modifier and Type Method Description void
PageLinkURLsFieldPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.pagetemplate
Methods in lumis.service.portalmanagement.pagetemplate with parameters of type Source Modifier and Type Method Description void
PageTemplatePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.project
Subclasses of Source in lumis.service.portalmanagement.project Modifier and Type Class Description class
ProjectSource
Project
source.Methods in lumis.service.portalmanagement.project with parameters of type Source Modifier and Type Method Description void
ProjectExtraInfoPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.security.cors
Subclasses of Source in lumis.service.portalmanagement.security.cors Modifier and Type Class Description class
CorsRulesSource
CorsRule
source. -
Uses of Source in lumis.service.portalmanagement.serialization
Methods in lumis.service.portalmanagement.serialization with parameters of type Source Modifier and Type Method Description void
SerializationDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.service
Methods in lumis.service.portalmanagement.service with parameters of type Source Modifier and Type Method Description void
AdminServicePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.serviceinstance
Methods in lumis.service.portalmanagement.serviceinstance with parameters of type Source Modifier and Type Method Description void
EditServiceInstanceServiceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
void
ExtractorCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
void
ExtendedPropertiesMenuXmlPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ExtendedPropertiesServicePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
LoadTransformationFromDataBaseControl. setValueFromSource(Source source)
-
Uses of Source in lumis.service.portalmanagement.serviceinterfaceinstance
Methods in lumis.service.portalmanagement.serviceinterfaceinstance with parameters of type Source Modifier and Type Method Description void
DefaultCacheDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
InterfaceHolderPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ServiceInterfaceInstancePropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ServiceInterfaceNamesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
CacheConfigurationPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.servicesearchindex
Methods in lumis.service.portalmanagement.servicesearchindex with parameters of type Source Modifier and Type Method Description void
ServiceSearchIndexDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.socialnetwork.doui.source.postloadprocessor
Methods in lumis.service.portalmanagement.socialnetwork.doui.source.postloadprocessor with parameters of type Source Modifier and Type Method Description void
EditSocialNetworkPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.systeminfo
Methods in lumis.service.portalmanagement.systeminfo with parameters of type Source Modifier and Type Method Description void
StringReplacePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
StringReplacePostLoadProcessor. replaceStrings(Source<?> source, java.lang.String fieldId, java.lang.String from, java.lang.String to)
Replace the from string by the to string in a field of a source. -
Uses of Source in lumis.service.portalmanagement.testautomation
Methods in lumis.service.portalmanagement.testautomation with parameters of type Source Modifier and Type Method Description void
TestAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
TestGroupStatusPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
TestStatusPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.theme
Methods in lumis.service.portalmanagement.theme with parameters of type Source Modifier and Type Method Description void
ThemeAdministrationListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeInheritedPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeUsagePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.user
Subclasses of Source in lumis.service.portalmanagement.user Modifier and Type Class Description class
UserAttributesSource
User attributes source. -
Uses of Source in lumis.service.portalmanagement.webresource
Methods in lumis.service.portalmanagement.webresource with parameters of type Source Modifier and Type Method Description void
WebResourcePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.website
Methods in lumis.service.portalmanagement.website with parameters of type Source Modifier and Type Method Description void
WebsitePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.portalmanagement.xsleditor
Methods in lumis.service.portalmanagement.xsleditor with parameters of type Source Modifier and Type Method Description void
XslFileDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
InterfaceInstanceStyleNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
StyleDependencyPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
LazySourceDropDownListControl. setValueFromSource(Source source)
-
Uses of Source in lumis.service.privacyterm.doui
Subclasses of Source in lumis.service.privacyterm.doui Modifier and Type Class Description class
PrivacyTermSource
Privacy term sourceclass
ProcessPurposeSource
Process Purpose Source.Methods in lumis.service.privacyterm.doui with parameters of type Source Modifier and Type Method Description void
PrivacyTermSourcePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.questionnaire
Subclasses of Source in lumis.service.questionnaire Modifier and Type Class Description class
QuestionSource
Table source for questions on interface answer questionnaire.Methods in lumis.service.questionnaire with parameters of type Source Modifier and Type Method Description void
UserField. init(Source source, org.w3c.dom.Node fieldNode)
-
Uses of Source in lumis.service.rss
Methods in lumis.service.rss with parameters of type Source Modifier and Type Method Description void
RssPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.search
Methods in lumis.service.search with parameters of type Source Modifier and Type Method Description void
SearchFacetPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
SearchPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.search.synonym
Subclasses of Source in lumis.service.search.synonym Modifier and Type Class Description class
SynonymTableSource
Synonym table source. -
Uses of Source in lumis.service.smartcontent
Methods in lumis.service.smartcontent with parameters of type Source Modifier and Type Method Description static SearchFieldClause
SmartContentUtil. getStartTimeFrameFieldClause(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
Returns the field clause that filters by the start of the time frame. -
Uses of Source in lumis.service.socialnetworkintegration.dataprovider
Methods in lumis.service.socialnetworkintegration.dataprovider with parameters of type Source Modifier and Type Method Description void
SocialNetworkAccountAddFacebookProfileDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
-
Uses of Source in lumis.service.socialnetworkintegration.postload
Methods in lumis.service.socialnetworkintegration.postload with parameters of type Source Modifier and Type Method Description void
SocialNetworkNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.socialnetworkservices.microblog.doui.dataprovider
Methods in lumis.service.socialnetworkservices.microblog.doui.dataprovider with parameters of type Source Modifier and Type Method Description void
HashOccurencesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
NetworkPostsDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.socialnetworkservices.microblog.doui.postloadprocessor
Methods in lumis.service.socialnetworkservices.microblog.doui.postloadprocessor with parameters of type Source Modifier and Type Method Description void
CommentsListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.tagmanager.doui
Subclasses of Source in lumis.service.tagmanager.doui Modifier and Type Class Description class
TagManagerSource
Tag Manager SourceMethods in lumis.service.tagmanager.doui with parameters of type Source Modifier and Type Method Description void
EditTagPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.urlredirect
Subclasses of Source in lumis.service.urlredirect Modifier and Type Class Description class
URLRedirectSource
Source to perform CRUD inURLRedirect
. -
Uses of Source in lumis.service.vote
Methods in lumis.service.vote with parameters of type Source Modifier and Type Method Description void
VoteOptionPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
VotePercentCalculatorPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.webpage
Methods in lumis.service.webpage with parameters of type Source Modifier and Type Method Description void
WebPageParameterDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.webserviceviewer
Methods in lumis.service.webserviceviewer with parameters of type Source Modifier and Type Method Description void
WebServiceViewerConfigurationDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
WebServiceViewerParametersDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.wiki
Methods in lumis.service.wiki with parameters of type Source Modifier and Type Method Description protected void
ContentIdHolderControl. setValueFromSource(Source source)
-
Uses of Source in lumis.service.workflow
Methods in lumis.service.workflow with parameters of type Source Modifier and Type Method Description void
SelectServiceInstanceWorkflowDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
WorkflowSendToUsersDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of Source in lumis.service.wsrp.consumer.doui
Methods in lumis.service.wsrp.consumer.doui with parameters of type Source Modifier and Type Method Description protected java.lang.String
ClonePortletPostLoadProcessor. getPortletCloneName(SessionConfig sessionConfig, java.lang.String originalName, Source<?> source, ITransaction transaction)
Returns the portlet clone processed name.protected void
ClonedPortletUsePostLoadProcessor. processRow(ISourceData row, java.lang.String format, Source<?> source, SessionConfig sessionConfig, ITransaction transaction)
Process a single row.protected void
ClonePortletPostLoadProcessor. processRow(SessionConfig sessionConfig, ISourceData row, Source<?> source, ITransaction transaction)
Process a single row.void
ClonedPortletUsePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ClonePortletPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of Source in lumis.service.wsrp.producer
Fields in lumis.service.wsrp.producer declared as Source Modifier and Type Field Description protected Source
WSRPCheckBoxListControl. optionsSource
Deprecated.
-