Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.dictionary
Interface DataTypeDefinition

@org.alfresco.api.AlfrescoPublicApi
public interface DataTypeDefinition
Read-only definition of a Data Type
Author:
David Caruana

Field Summary
ANY
ASSOC_REF
BOOLEAN
CATEGORY
CHILD_ASSOC_REF
CONTENT
DATE
DATETIME
DOUBLE
ENCRYPTED
FLOAT
INT
LOCALE
LONG
MLTEXT
NODE_REF
PATH
PERIOD
QNAME
TEXT
Method Summary
getAnalyserResourceBundleName()
          Get the name of the property bundle that defines analyser mappings for this data type (keyed by the type of the property)
getDefaultAnalyserClassName()
          Get the default analyser class - used when no resource bundles can be found and no repository default is set.
getDescription()
          Deprecated. The problem identified in MNT-413 will still exist
getDescription(MessageLookup messageLookup)
getJavaClassName()
getModel()
getName()
getTitle()
          Deprecated. The problem identified in MNT-413 will still exist
getTitle(MessageLookup messageLookup)
resolveAnalyserClassName()
resolveAnalyserClassName(Locale locale)
Field Detail
ANY
public static final QName ANY

ASSOC_REF
public static final QName ASSOC_REF

BOOLEAN
public static final QName BOOLEAN

CATEGORY
public static final QName CATEGORY

CHILD_ASSOC_REF
public static final QName CHILD_ASSOC_REF

CONTENT
public static final QName CONTENT

DATE
public static final QName DATE

DATETIME
public static final QName DATETIME

DOUBLE
public static final QName DOUBLE

ENCRYPTED
public static final QName ENCRYPTED

FLOAT
public static final QName FLOAT

INT
public static final QName INT

LOCALE
public static final QName LOCALE

LONG
public static final QName LONG

MLTEXT
public static final QName MLTEXT

NODE_REF
public static final QName NODE_REF

PATH
public static final QName PATH

PERIOD
public static final QName PERIOD

QNAME
public static final QName QNAME

TEXT
public static final QName TEXT
Method Detail
getModel
ModelDefinition getModel()
Returns:
defining model

getName
QName getName()
Returns:
the qualified name of the data type

getTitle
String getTitle()
Deprecated. The problem identified in MNT-413 will still exist
See Also:
getTitle(org.alfresco.service.cmr.i18n.MessageLookup)

getDescription
String getDescription()
Deprecated. The problem identified in MNT-413 will still exist
See Also:
getDescription(org.alfresco.service.cmr.i18n.MessageLookup)

getTitle
String getTitle(MessageLookup messageLookup)
Returns:
the human-readable class title

getDescription
String getDescription(MessageLookup messageLookup)
Returns:
the human-readable class description

getAnalyserResourceBundleName
String getAnalyserResourceBundleName()
Get the name of the property bundle that defines analyser mappings for this data type (keyed by the type of the property)
Returns:
the resource or null if not set.

getJavaClassName
String getJavaClassName()
Returns:
the equivalent java class name (or null, if not mapped)

getDefaultAnalyserClassName
String getDefaultAnalyserClassName()
Get the default analyser class - used when no resource bundles can be found and no repository default is set.
Returns:
String

resolveAnalyserClassName
String resolveAnalyserClassName(Locale locale)
Returns:
String

resolveAnalyserClassName
String resolveAnalyserClassName()
Returns:
String

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.