Interface DFScript

  • All Superinterfaces:
    DFItem, DFUserItem, PropertiesEditingConfigurable

    public interface DFScript
    extends DFUserItem
    Representation of the script. Script is a real script written in certain language that can be executed against either schema or data tree. Script is persisted in IJC_CUSTOM_ITEMS table and its specifics are stored in XML that is represented by ScriptXml. This custom info is stored in DATA column similarly as lists or queries. One difference to lists and queries is that script can be child of different DF item types. Right now we support schema and data tree. This parent is represented by DFScriptParent.
    Author:
    Martin Adamek
    • Field Detail

      • FILE_ATTR_SCRIPT

        static final java.lang.String FILE_ATTR_SCRIPT
        Attribute set in virtual FileObject for this script
        See Also:
        Constant Field Values
    • Method Detail

      • getScriptXml

        com.im.ijcs.api.ddl.dto.ScriptXml getScriptXml()
      • setScriptXml

        void setScriptXml​(com.im.ijcs.api.ddl.dto.ScriptXml scriptXml,
                          com.im.commons.progress.DFEnvironmentRW env)