Class TransientFolderActionFactory

  • All Implemented Interfaces:
    ExtensionPoint

    @Deprecated
    public abstract class TransientFolderActionFactory
    extends Object
    implements ExtensionPoint
    Deprecated.
    Extension point for inserting transient Actions into Folders. Actions contributed to Folders by this method are transient — they will not be persisted, and each time Nectar starts or the configuration of the job changes, they'll be recreated. Therefore, to maintain persistent data per project, you'll need to do data serialization by yourself. Do so by storing a file under AbstractItem.getRootDir().

    To register your implementation, put @Extension on your subtype.

    See Also:
    Action