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