public interface Action
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(ActivityRecord ar)
Execute the action described by this instance, 
 on the target ActivityRecord. 
 | 
void | 
execute(PublicObject po)
Execute the action described by this instance, 
 on the target PublicObject - using this PublicObject's
 existing ActivityRecord context. 
 | 
void execute(PublicObject po) throws IfsException
po - The target PublicObject (use its ActivityRecord)IfsException - if the operation fails.void execute(ActivityRecord ar) throws IfsException
ar - The target ActivityRecordIfsException - if the operation fails.Copyright © 2025. All rights reserved.