Interface ActionSubjectObject
- 
- All Known Subinterfaces:
- ActionEnableObject,- AlertSourceAction,- EmailAlertGateway,- JobDefinition,- JobDefinitionAction,- JobDefinitionTypeAction,- MonitorCondition,- Trigger
 
 public interface ActionSubjectObjectAn action that can run as a specific Subject (user).
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectgetActionSubject()Get the user (Subject) that this action should run as.LonggetActionSubjectUniqueId()Get the uniqueid of the user (Subject) that this action should run as.
 
- 
- 
- 
Method Detail- 
getActionSubjectSubject getActionSubject() Get the user (Subject) that this action should run as.- Returns:
- the user (Subject) that this action should run as.
 
 - 
getActionSubjectUniqueIdLong getActionSubjectUniqueId() Get the uniqueid of the user (Subject) that this action should run as.- Returns:
- uniqueid of the user (Subject) that this action should run as.
 
 
- 
 
-