Uses of Interface
lumis.doui.source.field.type.ISourceFieldDataType

Packages that use ISourceFieldDataType
lumis.content.source.field   
lumis.content.source.field.type   
lumis.doui.source.field   
lumis.doui.source.field.type   
lumis.doui.table.field   
lumis.service.chatroom   
lumis.service.document.field   
lumis.service.image.field   
lumis.service.resourcescheduler   
 

Uses of ISourceFieldDataType in lumis.content.source.field
 

Constructors in lumis.content.source.field with parameters of type ISourceFieldDataType
MetaDataSourceField(String tableRelationId, String columnName, ISourceFieldDataType dataType)
           
 

Uses of ISourceFieldDataType in lumis.content.source.field.type
 

Classes in lumis.content.source.field.type that implement ISourceFieldDataType
 class WorkflowStateDataType
          Data type for a workflow state.
 

Uses of ISourceFieldDataType in lumis.doui.source.field
 

Fields in lumis.doui.source.field declared as ISourceFieldDataType
protected  ISourceFieldDataType BaseSourceField.dataType
           
 

Methods in lumis.doui.source.field that return ISourceFieldDataType
protected  ISourceFieldDataType BaseSourceField.createDataType()
          Factory method that creates a data type instance for this field.
 ISourceFieldDataType ISourceField.getDataType()
           
 ISourceFieldDataType BaseSourceField.getDataType()
           
 

Uses of ISourceFieldDataType in lumis.doui.source.field.type
 

Classes in lumis.doui.source.field.type that implement ISourceFieldDataType
 class AbstractSourceFieldDataType
          Base implementation for the ISourceFieldDataType interface.
 class BooleanDataType
          A boolean data type.
 class ChannelDataType
          Channel data type.
 class DateDataType
          A date data type.
 class DateTimeDataType
          A date time data type.
 class DoubleDataType
          A double data type.
 class FileDataType
          A file data type.
 class FilesDataType
          A files data type.
 class GuidDataType
          A guid data type.
 class HtmlDataType
          A html data type.
 class IntegerDataType
          A integer data type.
 class LongDataType
          A long data type.
 class PageDataType
          Page data type.
 class PageOrPageTemplateDataType
          Page or page template data type.
 class PageTemplateDataType
          Page template data type.
 class ParentContentDataType
          A parent content data type.
 class PrincipalDataType
          A principal data type.
 class StringDataType
          A string data type.
 class TextDataType
          A text data type.
 class TimeDataType
          A time data type.
 

Methods in lumis.doui.source.field.type that return ISourceFieldDataType
static ISourceFieldDataType SourceFieldTypes.getInstance(String id)
           
 

Uses of ISourceFieldDataType in lumis.doui.table.field
 

Methods in lumis.doui.table.field that return ISourceFieldDataType
protected  ISourceFieldDataType SingleColumnTableSourceField.createDataType()
           
 

Constructors in lumis.doui.table.field with parameters of type ISourceFieldDataType
SingleColumnTableSourceField(String tableRelationId, String columnName, ISourceFieldDataType dataType)
           
 

Uses of ISourceFieldDataType in lumis.service.chatroom
 

Classes in lumis.service.chatroom that implement ISourceFieldDataType
 class AnyDataType
          A data type that allows any type of value.
 

Uses of ISourceFieldDataType in lumis.service.document.field
 

Classes in lumis.service.document.field that implement ISourceFieldDataType
 class DocumentDataType
          A document data type.
 

Uses of ISourceFieldDataType in lumis.service.image.field
 

Classes in lumis.service.image.field that implement ISourceFieldDataType
 class ImageDataType
          An image data type.
 

Uses of ISourceFieldDataType in lumis.service.resourcescheduler
 

Classes in lumis.service.resourcescheduler that implement ISourceFieldDataType
 class ResourcesDataType
          A resources data type.
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.