Interface ISaveContext<T extends IPObject>


public interface ISaveContext<T extends IPObject>
Since:
3.24.10
  • Method Details

    • getTarget

      @NotNull T getTarget()
      Returns:
      the IPObject that is being saved.
    • scriptContext

      @NotNull IScriptContext scriptContext()
      Returns a IScriptContext instance providing access to the selected Services and their methods and fields.
      Returns:
      the IScriptContext instance
    • getModifiedContainedObjects

      @NotNull IPObjectList<IPObject> getModifiedContainedObjects()
      Returns:
      the IPObjectList of modified (contained) objects in transaction, e.g. Comments, Attachments.