Modifier and Type | Method and Description |
---|---|
protected boolean |
AutoLayoutContentFieldsControl.renderControlsForField(ISourceField field) |
Modifier and Type | Class and Description |
---|---|
class |
CategorizationSourceField
Categorization source field used to make categorization information available in interface XML and for filter sources
based on categories.
|
class |
LocaleMetaDataSourceField
Provides locale metadata information for the current row.
|
class |
MetaDataSourceField
A generic meta data source field.
|
class |
TagSourceField
Tag source field.
|
class |
VersionActiveField
Boolean field that indicates if the current version is active or not.
|
class |
WorkflowAssignedToSourceField
A workflow's assigned to source field.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AutoLayoutFieldsControl.renderControlsForField(ISourceField field) |
Modifier and Type | Class and Description |
---|---|
class |
Source<F extends ISourceField>
The base implementation of a doui data source.
|
Modifier and Type | Field and Description |
---|---|
protected F |
Source.introductionSourceField |
protected F |
Source.keywordsSourceField |
protected F |
Source.primaryNameSourceField |
Modifier and Type | Interface and Description |
---|---|
interface |
ITabularSourceField
The interface for a
TabularSource field. |
Modifier and Type | Class and Description |
---|---|
class |
BaseSourceField
The base implementation for a source field.
|
class |
BaseTabularSourceField
Base implementation for a
ITabularSourceField . |
Modifier and Type | Method and Description |
---|---|
protected void |
FileDataType.deleteRelatedFile(ISourceField field,
SourcePreDeleteDataEvent event)
Deletes related files from persistence.
|
protected void |
FilesDataType.deleteRelatedFiles(ISourceField field,
SourcePreDeleteDataEvent event)
Deletes related files from persistence.
|
void |
HtmlDataType.postAdd(ISourceField field,
SourcePostAddDataEvent event) |
default void |
ISourceFieldDataType.postAdd(ISourceField field,
SourcePostAddDataEvent event)
Method called by default for each source field after data is added.
|
default void |
ISourceFieldDataType.postDelete(ISourceField field,
SourcePostDeleteDataEvent event)
Method called by default for each source field after data is deleted.
|
default void |
ISourceFieldDataType.postUpdate(ISourceField field,
SourcePostUpdateDataEvent event)
Method called by default for each source field after data is updated.
|
void |
HtmlDataType.preAdd(ISourceField field,
SourcePreAddDataEvent event) |
default void |
ISourceFieldDataType.preAdd(ISourceField field,
SourcePreAddDataEvent event)
Method called by default for each source field before data is added.
|
void |
FileDataType.preDelete(ISourceField field,
SourcePreDeleteDataEvent event) |
void |
FilesDataType.preDelete(ISourceField field,
SourcePreDeleteDataEvent event) |
void |
HtmlDataType.preDelete(ISourceField field,
SourcePreDeleteDataEvent event) |
default void |
ISourceFieldDataType.preDelete(ISourceField field,
SourcePreDeleteDataEvent event)
Method called by default for each source field before data is deleted.
|
void |
HtmlDataType.preUpdate(ISourceField field,
SourcePreUpdateDataEvent event) |
default void |
ISourceFieldDataType.preUpdate(ISourceField field,
SourcePreUpdateDataEvent event)
Method called by default for each source field before data is updated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITableSourceField
A
TableSource field. |
Modifier and Type | Class and Description |
---|---|
class |
BaseTableSourceField
Base implementation for the
ITableSourceField interface. |
class |
ChannelTableSourceField
Implementation for fields with channel data type.
|
class |
ExperimentalGenericTableSourceField
This class is responsible to define a single column field in a specified
source.
|
class |
FileTableSourceField
Field used for files
|
class |
GenericTableSourceField
A generic table source field.
|
class |
PageTableSourceField
A page source field.
|
class |
ParentContentSourceField
A parent content source field.
|
class |
SingleColumnTableSourceField
A generic single column table source field.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentContentLocaleField
Implementation used for targetContentLocaleId, that shows the primary
name of the content locale.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentSourceField
A document source field.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentDataType.deleteRelatedFile(ISourceField field,
SourcePreDeleteDataEvent event) |
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 |
AbstractServiceInstanceCustomPropertiesDataProvider.loadData(SessionConfig sessionConfig,
Source<ISourceField> source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
static Collection<ISourceField> |
PublisherFiltersAutoLayoutFieldsControl.getProperFields(Collection<? extends ISourceField> list)
Method that return a list of proper fields.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PublisherFiltersAutoLayoutFieldsControl.validateDataType(ISourceField field)
Validates which field will be filtered by it data type
|
static boolean |
PublisherFiltersAutoLayoutFieldsControl.validateMetaDataField(ISourceField field)
Validates which field will be filtered by it meta data type
|
Modifier and Type | Method and Description |
---|---|
static Collection<ISourceField> |
PublisherFiltersAutoLayoutFieldsControl.getProperFields(Collection<? extends ISourceField> list)
Method that return a list of proper fields.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaSourceField
An media source field.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MediaDataType.deleteRelatedFile(ISourceField field,
SourcePreDeleteDataEvent event) |
Modifier and Type | Method and Description |
---|---|
static void |
PagePersonalizationUtil.addNewWidgets(Collection<String> oldWidgetInstancesIds,
Collection<String> updateWidgetInstancesIds,
ISourceField field,
SourcePreUpdateDataEvent event)
Compare two list of widgets instances and process the widgets whom exists on the updated list and does not exist
on the other list.
|
static void |
PagePersonalizationUtil.processWidgetInstaceInHtmlAdded(String html,
ISourceField field,
SourcePostAddDataEvent event)
Process the html field widget instance after it be added.
|
static void |
PagePersonalizationUtil.processWidgetInstaceInHtmlUpdate(String newHtml,
String originalHtml,
ISourceField field,
SourcePreUpdateDataEvent event)
Process the html field widget instance to be updated.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSizeField
A field for displaying file size information.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupConfigurationButtonField
Field used for providing information for rendering the configuration
button.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupTypeConfigurationButtonField
Field used for providing information for rendering the configuration
button.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
UserField
User that answered the questionnaire table source field.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.