Interface IPersistInfo

  • All Known Implementing Classes:
    BpmnPersistInfo, jadex.kernelbase.DefaultPersistInfo

    public interface IPersistInfo
    Interface for a persistable component state to be used from the outside (e.g. persistence service).
    • Method Detail

      • getModelFileName

        java.lang.String getModelFileName()
        Gets the model file name.
        Returns:
        The model file name.
      • getComponentDescription

        IComponentDescription getComponentDescription()
        Get the component description.
        Returns:
        The component description