Interface ActionSubjectObject
-
- All Known Subinterfaces:
ActionEnableObject
,AlertSourceAction
,EmailAlertGateway
,JobDefinition
,JobDefinitionAction
,JobDefinitionTypeAction
,MonitorCondition
,Trigger
public interface ActionSubjectObject
An action that can run as a specific Subject (user).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subject
getActionSubject()
Get the user (Subject) that this action should run as.Long
getActionSubjectUniqueId()
Get the uniqueid of the user (Subject) that this action should run as.
-
-
-
Method Detail
-
getActionSubject
Subject getActionSubject()
Get the user (Subject) that this action should run as.- Returns:
- the user (Subject) that this action should run as.
-
getActionSubjectUniqueId
Long 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.
-
-