public abstract class DataModule extends Asset implements Serializable
ListDataModule,
ConditionalDataModule,
ImageModule,
TextModule,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
ASSOCIATION_CUTPOINT |
static String |
DM_CLASS |
static String |
FIRST_LEVEL_CUTPOINT |
static String |
HIERARCHY_CUTPOINT |
activeEndDate, activeStartDate, ASSET_CLASS, comment, crxVersion, desc, extendedProperties, FIRST_LEVEL_WITH_CAT_NAMES_CUTPOINT, folderId, id, lastChangeBy, lastPublishDate, lastPublishedBy, lastReplicationAction, lastUpdateDate, lastVersionDate, lcat, name, PROPERTY_NAME_DESCRIPTION, PROPERTY_NAME_TITLE, PROPERTY_NAME_VERSION, READY_TO_PUBLISH_CUTPOINT, state, tags, title, transientProperties, ucat, updatedBy, version| Modifier | Constructor and Description |
|---|---|
|
DataModule()
Default Constructor
|
protected |
DataModule(String name,
String desc,
int version,
String comment,
int state,
Date activeStartDate,
Date activeEndDate,
String lastChangeBy,
String dataDictionaryRef)
Construct a Data Module with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addVariable(Variable variable)
Add a variable to the set of variables in this data module.
|
String |
getDataDictionaryRef()
Deprecated.
Since 6.4, instead use
getSchemaRef() |
List<String> |
getDataDictionaryRefs()
Deprecated.
Since 6.4, instead use
getSchemaRef() |
String |
getSchemaRef()
Get the schema Reference path for Data Module.
|
com.adobe.fd.content.fdinternal.model.SchemaRefType |
getSchemaRefType()
Return the schemaRefType.
|
Set<Variable> |
getVariableList()
Get the
Variable objects in this Data Module. |
boolean |
removeVariable(Variable variable)
Remove a variable from the set of variables in this data module.
|
void |
setDataDictionaryRef(String dataDictionary)
Deprecated.
Since 6.4, instead use
setSchemaRef(String) |
void |
setDataDictionaryRefs(List<String> dataDictionaryRefs)
Deprecated.
Since 6.4, instead use
getSchemaRef() |
void |
setSchemaRef(String schemaRef)
Sets the schema Reference path for Data Module.
|
void |
setVariableList(Set<Variable> variableList)
Sets the
Variable objects in this Data Module. |
equals, getActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDesc, getDisplayField, getExtendedProperties, getFolderId, getId, getLastChangeBy, getLastPublishDate, getLastPublishedBy, getLastReplicationAction, getLastUpdateDate, getLastVersionDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getName, getState, getTags, getTitle, getTransientProperties, getUcat, getUpdatedBy, getVersion, hashCode, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setDesc, setExtendedProperties, setFolderId, setId, setLastChangeBy, setLastPublishDate, setLastPublishedBy, setLastReplicationAction, setLastUpdateDate, setLastVersionDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setName, setState, setTags, setTitle, setTransientProperties, setUcat, setUpdatedBy, setVersionpublic static final String DM_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
public DataModule()
protected DataModule(String name, String desc, int version, String comment, int state, Date activeStartDate, Date activeEndDate, String lastChangeBy, String dataDictionaryRef)
name - name of the Data Moduledesc - description of the Data Moduleversion - version of the Data Modulecomment - comment for the Data Modulestate - state of the Data ModuleactiveStartDate - activation start date of the Data ModuleactiveEndDate - activation end date of the Data ModulelastChangeBy - user creating the Data ModuledataDictionaryRef - Schema reference of the Data Modulepublic String getDataDictionaryRef()
getSchemaRef()public void setDataDictionaryRef(String dataDictionary)
setSchemaRef(String)dataDictionary - the dataDictionary to setpublic Set<Variable> getVariableList()
Variable objects in this Data Module.Variable objects in this Data Module.public void setVariableList(Set<Variable> variableList)
Variable objects in this Data Module.variableList - The Variable objects in this Data Module.public boolean addVariable(Variable variable)
variable - Variable to be addedpublic boolean removeVariable(Variable variable)
variable - Variable to be removedpublic List<String> getDataDictionaryRefs()
getSchemaRef()public void setDataDictionaryRefs(List<String> dataDictionaryRefs)
getSchemaRef()dataDictionaryRefs - The schema references (names) of the Data Module.public String getSchemaRef()
public void setSchemaRef(String schemaRef)
schemaRef - The the schema Reference path for letter.public com.adobe.fd.content.fdinternal.model.SchemaRefType getSchemaRefType()
SchemaRefTypecom.adobe.fd.content.fdinternal.exceptions.ContentExceptionCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.