|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.DataDictionary
public class DataDictionary
Data Dictionary - A tree containing the schema structure and the meta data corresponding to the schema. Data Dictionary is a tree of Data Dictionary Elements each representing a node in the schema.
| Field Summary | |
|---|---|
static java.lang.String |
DD_ASSOCIATION_CUTPOINT
|
static java.lang.String |
DD_CLASS_NAME
|
static java.lang.String |
DD_FIRST_LEVEL_CUTPOINT
|
static java.lang.String |
DD_HIERARCHY_CUTPOINT
|
static java.lang.String |
SEPARATOR
|
| Constructor Summary | |
|---|---|
DataDictionary()
Default constructor for defining data dictionary |
|
DataDictionary(java.lang.String name)
Constructor for defining data dictionary |
|
DataDictionary(java.lang.String name,
java.lang.String description,
java.util.List DDElements)
Constructor for defining data dictionary |
|
| Method Summary | |
|---|---|
java.lang.String |
getChecksum()
|
java.lang.String |
getCrxVersion()
|
java.util.List |
getDDElements()
|
java.lang.String |
getDescription()
|
DataDictionarySubtype |
getDictionarySubtype()
|
DataDictionaryType |
getDictionaryType()
|
java.lang.String |
getDisplayName()
|
java.util.Map |
getExtendedProperties()
|
java.lang.String |
getId()
|
java.lang.String |
getLastChangeBy()
|
java.util.Date |
getLastPublishDate()
|
java.util.Date |
getLastUpdateDate()
|
java.lang.String |
getLocalizationPrefix()
The prefix that is appended to all the localizable properties of the this object while generating localization keys |
java.util.List |
getLocalizationResourceInfoList()
gets the list containing localization data associated with this object |
java.lang.String |
getName()
|
java.util.Map |
getReferenceNameToPathMap()
|
RemotingServiceInfo |
getRemotingServiceInfo()
|
int |
getState()
|
java.lang.String |
getVersion()
|
int |
getVersionNum()
Deprecated. |
void |
setChecksum(java.lang.String checksum)
|
void |
setCrxVersion(java.lang.String crxVersion)
|
void |
setDDElements(java.util.List DDElements)
|
void |
setDescription(java.lang.String description)
|
void |
setDictionarySubtype(DataDictionarySubtype dictionarySubtype)
|
void |
setDictionaryType(DataDictionaryType dictionaryType)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setExtendedProperties(java.util.Map extendedProperties)
|
void |
setId(java.lang.String id)
|
void |
setLastChangeBy(java.lang.String lastChangeBy)
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
|
void |
setLastUpdateDate(java.util.Date lastUpdateDate)
|
void |
setLocalizationPrefix(java.lang.String prefix)
|
void |
setLocalizationResourceInfoList(java.util.List localizationResourceInfoList)
Sets the list of LocalizationResourceInfo on this object |
void |
setName(java.lang.String name)
|
void |
setReferenceNameToPathMap(java.util.Map referenceNameToPathMap)
|
void |
setRemotingServiceInfo(RemotingServiceInfo serviceInfo)
|
void |
setState(int state)
|
void |
setVersion(java.lang.String version)
|
void |
setVersionNum(int versionNum)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SEPARATOR
public static final java.lang.String DD_CLASS_NAME
public static final java.lang.String DD_ASSOCIATION_CUTPOINT
public static final java.lang.String DD_HIERARCHY_CUTPOINT
public static final java.lang.String DD_FIRST_LEVEL_CUTPOINT
| Constructor Detail |
|---|
public DataDictionary()
public DataDictionary(java.lang.String name)
name - name of the data dictionary. The name of data dictionary is unique in a system.
public DataDictionary(java.lang.String name,
java.lang.String description,
java.util.List DDElements)
name - name of the data dictionary. The name of data dictionary is unique in a system.description - description of the data dictionaryDDElements - the list of top level data dictionary elements.| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - identifier of the data dictionarypublic java.lang.String getName()
public void setName(java.lang.String name)
name - name of the data dictionary. The name of data dictionary is unique in a system.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the user friendly name of the data dictionarypublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - description of the data dictionarypublic java.util.List getDDElements()
public void setDDElements(java.util.List DDElements)
DDElements - the list of the top level elements in the data dictionarypublic java.util.Map getExtendedProperties()
public void setExtendedProperties(java.util.Map extendedProperties)
extendedProperties - the extended meta data properties of the data dictionarypublic DataDictionaryType getDictionaryType()
public void setDictionaryType(DataDictionaryType dictionaryType)
dictionaryType - the type of the data dictionarypublic DataDictionarySubtype getDictionarySubtype()
public void setDictionarySubtype(DataDictionarySubtype dictionarySubtype)
dictionarySubtype - the dictionarySubtype to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the version of the data dictionarypublic java.lang.String getCrxVersion()
public void setCrxVersion(java.lang.String crxVersion)
crxVersion - the crxVersion to setpublic java.lang.String getChecksum()
public void setChecksum(java.lang.String checksum)
checksum - the checksum generated at the time of data dictionary creationpublic java.util.Map getReferenceNameToPathMap()
public void setReferenceNameToPathMap(java.util.Map referenceNameToPathMap)
referenceNameToPathMap - map containing reference name versus path mapping for all Data Dictionary Elements within the Data Dictionary.public RemotingServiceInfo getRemotingServiceInfo()
public void setRemotingServiceInfo(RemotingServiceInfo serviceInfo)
serviceInfo - LCDS Remoting Service info for the data dictionarypublic int getState()
public void setState(int state)
state - the state of the Data Dictionary.public int getVersionNum()
public void setVersionNum(int versionNum)
versionNum - the version number of the data dictionarypublic java.util.Date getLastUpdateDate()
public void setLastUpdateDate(java.util.Date lastUpdateDate)
lastUpdateDate - the last updated date of the data dictionarypublic java.util.Date getLastPublishDate()
public void setLastPublishDate(java.util.Date lastPublishDate)
lastPublishDate - the last published date of the data dictionarypublic java.lang.String getLastChangeBy()
public void setLastChangeBy(java.lang.String lastChangeBy)
lastChangeBy - user who last changed the data dictionarypublic java.util.List getLocalizationResourceInfoList()
LocalizationResourceInfo objectspublic void setLocalizationResourceInfoList(java.util.List localizationResourceInfoList)
LocalizationResourceInfo on this object
locResourceInfoList - list containing LocalizationResourceInfo objectspublic java.lang.String getLocalizationPrefix()
getLocalizationPrefix in interface ILocalizablepublic void setLocalizationPrefix(java.lang.String prefix)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||