Interface ISaveContext<T extends IPObject>
public interface ISaveContext<T extends IPObject>
- Since:
- 3.24.10
-
Method Summary
Modifier and TypeMethodDescriptionReturns aIScriptContextinstance providing access to the selected Services and their methods and fields.
-
Method Details
-
getTarget
- Returns:
- the
IPObjectthat is being saved.
-
scriptContext
Returns aIScriptContextinstance providing access to the selected Services and their methods and fields.- Returns:
- the
IScriptContextinstance
-
getModifiedContainedObjects
- Returns:
- the
IPObjectListof modified (contained) objects in transaction, e.g. Comments, Attachments.
-