com.im.df.api 5.9

com.im.df.api.ddl
Interface DFScriptParent

All Superinterfaces:
DFItem, PropertiesEditingConfigurable
All Known Subinterfaces:
DFDataTree, DFSchema

public interface DFScriptParent
extends DFItem

Parent item of the script. Script will be executed against context of this parent. Right now we support only schema and data tree as script parent.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.im.df.api.ddl.DFItem
DFItem.Handle<T extends DFItem>
 
Nested classes/interfaces inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
PropertiesEditingConfigurable.Extra
 
Field Summary
static String PROP_SCRIPTS
           
 
Fields inherited from interface com.im.df.api.ddl.DFItem
PROP_CAPABILITIES, PROP_DESCRIPTION, PROP_ID, PROP_NAME, PROP_TYPE, PROP_VALID
 
Method Summary
 DFSchema getSchema()
           
 DFContainer<DFScript> getScripts()
           
 
Methods inherited from interface com.im.df.api.ddl.DFItem
addPropertyChangeListener, getCapabilities, getDescription, getHandle, getId, getName, getType, isValid, removePropertyChangeListener, setDescription, setName
 
Methods inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
isPropertyEditable
 

Field Detail

PROP_SCRIPTS

static final String PROP_SCRIPTS
See Also:
Constant Field Values
Method Detail

getScripts

DFContainer<DFScript> getScripts()

getSchema

DFSchema getSchema()

com.im.df.api 5.9