public interface IDfAttachAspectCallback
You should use this callback only if you are attaching the aspect from within a TBO or aspect implementation. Otherwise prefer to simply refetch the object and perform the operations inline.
You should use this callback for client-level operations. For initialization operations internal to an aspect or TBO implementation prefer #DfPersistentObject.onObjectReinitEx.
Modifier and Type | Method and Description |
---|---|
void |
doPostAttach(IDfPersistentObject object)
Callback method invoked after an aspect has been attached and after the object
has been completely rebuilt.
|
void doPostAttach(IDfPersistentObject object) throws java.lang.Exception
object
- the object to which the aspect has just been attachedjava.lang.Exception
- if your callback encounters an errorCopyright 1994-2023 OpenText Corporation. All rights reserved.