public class DeferredAction
extends java.lang.Object
DeferredAction describes an action which will be executed at a
 specific date.| Modifier and Type | Field and Description | 
|---|---|
java.lang.String | 
actionId
actionId associates the action with a specific plugin handling this type of
 actions 
 | 
java.util.Map<java.lang.String,java.lang.String> | 
configuration
Generic action configuration 
 | 
java.util.Date | 
executionDate
The action execution date 
 | 
java.lang.String | 
reference
reference associates the action with a specific entity (for example, a series
 of actions referencing a single event) 
 | 
| Constructor and Description | 
|---|
DeferredAction()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeferredAction | 
copy(java.util.Date executionDate)  | 
java.lang.String | 
toString()  | 
@NotNull public java.lang.String actionId
@NotNull public java.lang.String reference
@NotNull public java.util.Date executionDate
public java.util.Map<java.lang.String,java.lang.String> configuration
public DeferredAction copy(java.util.Date executionDate)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All Rights Reserved.