Modifier and Type | Method and Description |
---|---|
void |
AutoLayoutCategorizationAssociationControl.CategorizationTermNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected void |
CommentsControl.setValueFromSource(Source source) |
Modifier and Type | Method and Description |
---|---|
static String |
ContentUtil.getContentFieldId(Source<?> source)
Returns the field identifier that corresponds to the contentId.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CategorizationSourceField.init(Source source,
Node fieldNode) |
void |
MetaDataSourceField.init(Source source,
Node fieldNode) |
void |
VersionActiveField.init(Source source,
Node fieldNode) |
Modifier and Type | Method and Description |
---|---|
void |
ContentNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
protected boolean |
ContentNamePostLoadProcessor.showPublishedContentOnly(Source<?> source)
Returns if only published content should be shown for the given source.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTableSource
This source implementation adds content functionalities
to the
TableSource it extends. |
Modifier and Type | Class and Description |
---|---|
class |
DummySourceBigDataPersister<S extends Source<?>>
A
ISourceBigDataPersister 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 the
portal big data repository . |
Modifier and Type | Method and Description |
---|---|
protected static Source<?> |
TabularSourceBigDataPersister.getServiceSource(String sourceId,
ISourceContext sourceContext)
Returns the source of a service.
|
Modifier and Type | Method and Description |
---|---|
static String |
DouiBigDataUtil.getDocumentTypeFieldId(Source<?> source)
Returns the identifier of the big data document type source field to be used.
|
static String |
DouiBigDataUtil.getDocumentTypeId(Source<?> source)
Returns the identifier of the big data document type to be used, by default, for a source.
|
Modifier and Type | Class and 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 a
Source . |
class |
SourceFieldBoundControl<S extends Source<?>>
Control that may be bound to a
Source 's field. |
Modifier and Type | Method and 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 to
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataControl.setSourceParameter(Source source,
String parameterName)
Sets the parameter with the given name in the given source.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Source |
CheckBoxListControl.optionsSource |
Modifier and Type | Method and Description |
---|---|
protected void |
DataGridControl.setSourceParameter(Source source,
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.
|
Modifier and Type | Field and Description |
---|---|
protected Source |
DropDownListControl.optionsSource |
Modifier and Type | Class and Description |
---|---|
class |
FilterControl<S extends Source<?>>
Generic filter control.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInstancePrincipalsByPermissionDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected void |
InputProfileImageControl.setValueFromSource(Source source) |
Modifier and Type | Method and Description |
---|---|
protected void |
RadioButtonControl.setValueFromSource(Source source) |
Modifier and Type | Method and Description |
---|---|
protected void |
SelectPageTemplateControl.setValueFromSource(Source source) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessActionHandler<S extends Source>
Base class for all doui process action handlers.
|
Modifier and Type | Field and Description |
---|---|
protected S |
ProcessActionHandler.source |
Modifier and Type | Class and Description |
---|---|
class |
SearchSource
Source implementation for Search Results.
|
Modifier and Type | Method and Description |
---|---|
void |
ISourceSearchContentFiller.init(ISourceData sourceData,
Source source)
Deprecated.
|
void |
DouiTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source)
Deprecated.
|
protected void |
SearchAggregationControl.setSourceParameter(Source source,
String parameterName) |
Modifier and Type | Interface and Description |
---|---|
interface |
IDataProvider<S extends Source>
Interface for data providers.
|
Modifier and Type | Class and Description |
---|---|
class |
TabularSource<F extends ITabularSourceField>
A source that has its data in a tabular format.
|
Modifier and Type | Field and Description |
---|---|
protected Source |
SourceContainer.defaultSource |
protected Source |
AbstractSourceData.source
The source this source data belongs to.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Source> |
SourceContainer.sourcesById |
Modifier and Type | Method and Description |
---|---|
static <S extends Source> |
DataProviderFactory.createDataProvider(Source source) |
<S extends Source<?>> |
Source.getBigDataPersister()
Returns the ISourceBigDataPersister implementation to be used for this source.
|
<S extends Source> |
Source.getDataProvider()
Returns the data provider for this source.
|
protected <S extends Source<?>> |
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<?>> |
TabularSource.getDefaultBigDataPersister() |
<S extends Source> |
SourceContainer.getDefaultSource() |
<S extends Source> |
SourceContainer.getSourceById(String id) |
Modifier and Type | Method and Description |
---|---|
static Source |
SourceFactory.createSource(Node sourceDefinitionNode,
ISourceContext sourceContext) |
static Source |
SourceFactory.createSource(String sourceId,
ISourceContext sourceContext)
Create a source instance and return it.
|
static Source<?> |
SourceFactory.createSource(String sourceId,
String serviceInstanceId)
Creates a source.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends Source> |
SourceFactory.getSourceClass(Node sourceDefinitionNode,
ITransaction transaction) |
Map<String,Source> |
SourceContainer.getSourcesMap()
Returns the map with the sources in this source container.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceContainer.addSource(Source source) |
static <S extends Source> |
DataProviderFactory.createDataProvider(Source source) |
void |
EmptyDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Constructor and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SourceAddDataEvent(Source<?> source,
IParameters parameters)
Creates a new event for add of source data.
|
SourceDeleteDataEvent(Source<?> serviceSource,
Collection<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,
Collection<String> itemIds)
Creates a new event for after delete of source data.
|
SourcePostUpdateDataEvent(Source<?> source,
IParameters parameters,
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,
Collection<String> itemIds)
Creates a new event for before delete of source data.
|
SourcePreUpdateDataEvent(Source<?> source,
IParameters parameters,
String itemId)
Creates a new event for update of source data.
|
SourceUpdateDataEvent(Source<?> source,
IParameters parameters,
String originalItemId)
Creates a new event for update of source data.
|
Modifier and Type | Field and Description |
---|---|
protected Source<?> |
BaseSourceField.source |
Modifier and Type | Method and Description |
---|---|
void |
BaseSourceField.init(Source<?> source,
Node fieldNode) |
void |
BaseTabularSourceField.init(Source<?> source,
Node fieldNode) |
void |
ISourceField.init(Source<?> source,
Node fieldNode)
Initializes this source field.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISourceFilter<S extends Source>
Defines the methods of a source filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RowLinkPostLoadProcessor.checkPermissions(Node parametersNode,
Source source) |
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction)
Checks the pre-condition for a row in a source.
|
void |
IPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
NamePathConverterPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
RowLinkPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
RowProcessActionPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
SortPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Constructor and Description |
---|
PostLoadProcessorVariableResolver(ISourceData row,
Source source)
Creates a new resolver for the given doui context.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSourceProcessActionHandler<S extends Source<?>>
Base implementation for source basic operation process action handlers.
|
class |
SourceAddDataProcessActionHandler<S extends Source<?>>
Process action handler that executes
addData(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<?>>
Executes
Source#deleteDataByItemIds(Object) for the items returned by SourceDeleteDataProcessActionHandler.getItemIdsToDelete() . |
class |
SourceUpdateDataProcessActionHandler<S extends Source<?>>
Process action handler that executes
updateData(Object) . |
class |
SourceUpdateMultiRowDataProcessActionHandler<S extends Source<?>>
Update process action handler for a multi row editor.
|
Modifier and Type | Class and Description |
---|---|
class |
TableSource
A source that is based on a database table.
|
Modifier and Type | Method and Description |
---|---|
protected <S extends Source<?>> |
TableSource.getDefaultBigDataPersister() |
Modifier and Type | Method and Description |
---|---|
void |
ExperimentalGenericTableSourceField.init(Source source,
Node fieldNode) |
void |
GenericTableSourceField.init(Source source,
Node fieldNode) |
void |
SingleColumnTableSourceField.init(Source source,
Node fieldNode) |
Modifier and Type | Method and 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,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
AutomationFlowSource
Automation flow source.
|
Modifier and Type | Method and Description |
---|---|
void |
JourneyStageAddEditPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
UserJourneyInstancePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
JourneySource
Journey source.
|
class |
JourneyStageSource
Journey Stage source.
|
Modifier and Type | Class and Description |
---|---|
class |
UserSegmentationSource
User segmentation source.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociationDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Class and 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 ). |
Modifier and Type | Method and Description |
---|---|
void |
BannerPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source<?> source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
ColRequestSource
Source implementation of
request source of callcenter online service. |
Modifier and Type | Method and Description |
---|---|
void |
CheckAttendingHoursDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and 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,
Node parametersNode,
ITransaction transaction) |
void |
ServiceInstanceDisplayPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
TermDetailsPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
ChatRoomSource
Source implementation of
chatRoom source of Chat Room service. |
Modifier and Type | Method and Description |
---|---|
void |
CommunityCurrentUserRoleDataProvider.loadData(SessionConfig sessionConfig,
Source<?> source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
AdminSocialNetworkMessagesPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
AbstractServiceInstanceCustomPropertiesDataProvider.getServiceInstanceId(Source<ISourceField> source)
Get the service instance identifier to get the property from.
|
protected String |
ServiceInstanceCustomPropertiesDataProvider.getServiceInstanceId(Source<ISourceField> source) |
void |
InterfaceInstanceCustomPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source<?> source,
ITransaction transaction) |
void |
AbstractServiceInstanceCustomPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source<ISourceField> source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
CustomFiltersDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
FilterableFieldsPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
OrderByDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
CallerInterfaceInstancePreferencesDataProvider.loadData(SessionConfig sessionConfig,
Source<?> source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
IsFormPublishedPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ForumMessageEditPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ForumMessageListPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ForumMessageQuotePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
OrderGlossaryListPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
PrefixRemovalPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
BreadCrumbPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ContentChildrenPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ContentMenuPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
SetParentNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
MediaInfoFetcherPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
MediaStatusPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
MediaAlbumEscapeQuoteCharPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
MediaPermalinkPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
BreadCrumbPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
EditWidgetPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
SelectWidgetPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
WidgetListPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
AreaTagInheritedPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
StringReplacePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
protected void |
StringReplacePostLoadProcessor.replaceStrings(Source<?> source,
String fieldId,
String from,
String to)
Replace the from string by the to string in a field of a source.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessContextNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelFriendlyPathDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
ChannelPropertyBagPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
GoogleAnalyticsInheritancePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelTemplatePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
CommandListPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentsPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
LastDeploymentInformationPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ModulePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
PackageHistoryPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
DisplayFileInfosPostLoad.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
GenericAclActionHandler<S extends Source>
Generic process action handler for Access Control List manipulation.
|
Modifier and Type | Method and Description |
---|---|
void |
PrincipalPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
MobileAppEditWebsitePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
MonitorRequestRuleSource
Monitor request rule source.
|
Modifier and Type | Method and Description |
---|---|
void |
LoginPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
MonitorConfigurationOptionPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
PagePropertyBagPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
PageLinkURLsFieldPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
PageTemplatePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
CorsRulesSource
CorsRule source. |
Modifier and Type | Method and Description |
---|---|
void |
SerializationDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
AdminServicePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and 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,
Node parametersNode,
ITransaction transaction) |
void |
ExtendedPropertiesServicePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
GoogleAnalyticsInheritancePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
protected void |
LoadTransformationFromDataBaseControl.setValueFromSource(Source source) |
Modifier and Type | Method and 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,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceSearchIndexDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
EditSocialNetworkPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
StringReplacePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
protected void |
StringReplacePostLoadProcessor.replaceStrings(Source<?> source,
String fieldId,
String from,
String to)
Replace the from string by the to string in a field of a source.
|
Modifier and Type | Method and Description |
---|---|
void |
TestAdminPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
TestGroupStatusPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
TestStatusPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ThemeAdministrationListPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ThemeInheritedPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ThemeNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ThemeUsagePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
UserAttributesSource
User attributes source.
|
Modifier and Type | Method and Description |
---|---|
void |
WebResourcePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
WebsitePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
XslFileDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
InterfaceInstanceStyleNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
StyleDependencyPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
protected void |
LazySourceDropDownListControl.setValueFromSource(Source source) |
Modifier and Type | Class and Description |
---|---|
class |
PrivacyTermSource
Privacy term source
|
class |
ProcessPurposeSource
Process Purpose Source.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivacyTermSourcePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
QuestionSource
Table source for questions on interface answer questionnaire.
|
Modifier and Type | Method and Description |
---|---|
void |
UserField.init(Source source,
Node fieldNode) |
Modifier and Type | Method and Description |
---|---|
void |
RssPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
SearchFacetPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
SearchPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
SynonymTableSource
Synonym table source.
|
Modifier and Type | Method and Description |
---|---|
static SearchFieldClause |
SmartContentUtil.getStartTimeFrameFieldClause(SessionConfig sessionConfig,
Source<?> source,
ITransaction transaction)
Returns the field clause that filters by the start of the time frame.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialNetworkAccountAddFacebookProfileDataProvider.loadData(SessionConfig sessionConfig,
Source<?> source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
SocialNetworkNamePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
HashOccurencesDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
NetworkPostsDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
CommentsListPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
VoteOptionPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
VotePercentCalculatorPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
WebPageParameterDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceViewerConfigurationDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
WebServiceViewerParametersDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentIdHolderControl.setValueFromSource(Source source) |
Modifier and Type | Method and Description |
---|---|
void |
SelectServiceInstanceWorkflowDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
void |
WorkflowSendToUsersDataProvider.loadData(SessionConfig sessionConfig,
Source source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected String |
ClonePortletPostLoadProcessor.getPortletCloneName(SessionConfig sessionConfig,
String originalName,
Source<?> source,
ITransaction transaction)
Returns the portlet clone processed name.
|
protected void |
ClonedPortletUsePostLoadProcessor.processRow(ISourceData row,
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 |
ClonePortletPostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
void |
ClonedPortletUsePostLoadProcessor.processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
Modifier and Type | Field and Description |
---|---|
protected Source |
WSRPCheckBoxListControl.optionsSource
Deprecated.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.