public class URLDCDefinition extends AbstractDefinition
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | DEFINITIONSDefinition tag as the root. | 
| static java.lang.String | IDID for the individual Definition. | 
| static java.lang.String | IMPL_DEFImplementation class for the individual Definition. | 
| static java.lang.String | URL_NSNamespace for the metadata definition. | 
| static java.lang.String | USE_PERSIST_STRUCT | 
CACHE_TO_SOURCEPATH, DONT_CACHE, mDCConfiguration, mFullNameTYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_CRITERIA, TYPE_CRITERIA_ITEM, TYPE_CRITERIA_OPERATOR, TYPE_CRITERIA_ROW, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_NAMED, TYPE_OPERATION, TYPE_OPERATIONRETURN, TYPE_PARAMETER, TYPE_STRUCTURE, TYPE_VARIABLE| Constructor and Description | 
|---|
| URLDCDefinition() | 
| URLDCDefinition(java.lang.String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addDefinition(java.lang.String defName,
             AbstractURLChildDefinition def)Used to add a Definition to the URLDCDefinition aggregate map. | 
| DataControl | createDataControl()Creates an instance of data control generated from the metadata definition. | 
| java.lang.String | getAdapterType()Returns the type of the adapter. | 
| java.util.Collection<AbstractURLChildDefinition> | getAllChildDefinitions() | 
| java.lang.String | getDCName()Returns the name of the data control. | 
| AbstractURLChildDefinition | getDefinition(java.lang.String defName)Returns a Definition based on the definition name. | 
| Node | getMetadata()Returns the element that defines the metadata for the data control. | 
| java.lang.String | getRootStructureName()Gets the root structure definition name | 
| StructureDefinition | getStructure()Gets the structure definition of the output data. | 
| boolean | isStructureDirty(boolean refresh)Tells the framework whether the Data control structure is dirty and needs
 to be refreshed on the palette. | 
| void | loadFromMetadata(Node node,
                java.util.Map params)Loads the definition from a metadata  Node. | 
| void | removeDefinition(java.lang.String defName)Removes the Definition from the aggregate | 
| void | setRootStructureName(java.lang.String rootDefName)Sets the root structure definition name | 
assignDefaultPackage, createDuplicateDetailIterator, getAdapterContext, getCachingMode, getConfiguration, getConfigurationFullName, getDefClassName, getDefinitionParent, getDefinitionType, getFactoryClassName, getFullName, getJUDTDataControlName, getName, getParameters, getProperties, getProperty, getRuntimeParameters, isSupported, setAdapterContext, setCachingMode, setCompileProjectOnCreate, setConfigurationFullName, setFullName, setName, setProperty, shouldCompileProjectOnCreate, useDefinitionProvider, usePersistedStructurepublic static final java.lang.String URL_NS
public static final java.lang.String DEFINITIONS
public static final java.lang.String IMPL_DEF
public static final java.lang.String ID
public static final java.lang.String USE_PERSIST_STRUCT
public URLDCDefinition()
public URLDCDefinition(java.lang.String name)
public DataControl createDataControl()
AbstractDefinitioncreateDataControl in class AbstractDefinitionpublic Node getMetadata()
AbstractDefinitiongetMetadata in class AbstractDefinitionNode that defines the metadata for this instance.
         This metadata will be used at the runtime to fetch data from the
         data source.public StructureDefinition getStructure()
AbstractDefinitiongetStructure in interface DataControlDefinitiongetStructure in class AbstractDefinitionpublic void loadFromMetadata(Node node, java.util.Map params)
AbstractDefinitionNode.loadFromMetadata in class AbstractDefinitionnode - the metadata node. It can be null if no metadata is defined.params - context parameters.public void addDefinition(java.lang.String defName,
                 AbstractURLChildDefinition def)
defName - def - public AbstractURLChildDefinition getDefinition(java.lang.String defName)
defName - public void removeDefinition(java.lang.String defName)
defName - public java.util.Collection<AbstractURLChildDefinition> getAllChildDefinitions()
public boolean isStructureDirty(boolean refresh)
isStructureDirty in class AbstractDefinitionrefresh - flag to indicate if the refresh is requested for the 
 structure.public java.lang.String getAdapterType()
getAdapterType in class AbstractDefinitionAdapterDefinitionpublic java.lang.String getRootStructureName()
getRootStructureName in class AbstractDefinitionpublic java.lang.String getDCName()
AbstractDefinitiongetDCName in class AbstractDefinitionpublic void setRootStructureName(java.lang.String rootDefName)
setRootStructureName in class AbstractDefinition