Class NewListNT

  • All Implemented Interfaces:
    com.chemaxon.dif.db.api.DFNewTypeChangeProcessor<com.im.df.api.ddl.DFList,​com.im.ijcs.api.ddl.dto.ListInfo>, com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>

    public class NewListNT
    extends Object
    implements com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>, com.chemaxon.dif.db.api.DFNewTypeChangeProcessor<com.im.df.api.ddl.DFList,​com.im.ijcs.api.ddl.dto.ListInfo>
    Author:
    Petr Hamernik
    • Constructor Detail

      • NewListNT

        public NewListNT​(com.chemaxon.dif.db.api.list.ListsContainer listsContainer,
                         String ntName,
                         String defListName)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • getCapabilityTypes

        public List<Class> getCapabilityTypes()
        Specified by:
        getCapabilityTypes in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • getType

        public String getType()
        Specified by:
        getType in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • isForAddingExistingItem

        public boolean isForAddingExistingItem()
        Specified by:
        isForAddingExistingItem in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • getOptions

        public com.im.df.api.support.DFNewTypeWellKnownOptions.NewList getOptions()
        Specified by:
        getOptions in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • create

        public Collection<com.im.df.api.ddl.DFList> create​(com.im.commons.progress.DFEnvironmentRW env)
        Specified by:
        create in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • isForCreatingSingleItem

        public boolean isForCreatingSingleItem()
        Specified by:
        isForCreatingSingleItem in interface com.im.df.api.support.DFNewType<com.im.df.api.ddl.DFList>
      • applyChangeToModel

        public com.im.df.api.ddl.DFList applyChangeToModel​(com.im.ijcs.api.ddl.dto.ListInfo dto,
                                                           com.im.commons.progress.DFEnvironmentRW env)
        Specified by:
        applyChangeToModel in interface com.chemaxon.dif.db.api.DFNewTypeChangeProcessor<com.im.df.api.ddl.DFList,​com.im.ijcs.api.ddl.dto.ListInfo>