public class Recurrence
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Recurrence.End
Class defines condition under which Recurrence stops for a node in
process.
|
Constructor and Description |
---|
Recurrence() |
Modifier and Type | Method and Description |
---|---|
Recurrence.End |
getEnd()
Returns End object that defines the end condition of the Recurrance of the
node.
|
RecurringInterval |
getRecurringInterval()
Gets the time interval between two consecutive recurrences of a node.
|
java.lang.String |
getTimeZoneId()
Gets the TimeZone ID used to calculate the Time at which the event
occurs.
|
java.lang.String |
getTimeZoneIdExpr()
Gets the TimeZone ID expression used to calculate the Time at which the event
occurs.
|
void |
setEnd(Recurrence.End end_)
Set the end condition for the Recurrence of a node to stop.
|
void |
setRecurringInterval(RecurringInterval recurringInterval_)
Sets the time interval between two consecutive recurrences of a node.
|
void |
setTimeZoneId(java.lang.String timeZoneId)
Sets the TimeZone ID used to calculate the Time at which the event
occurs.
|
void |
setTimeZoneIdExpr(java.lang.String timeZoneIdExpr)
Sets the TimeZone ID expression used to calculate the Time at which the event
occurs.
|
public Recurrence.End getEnd()
Recurrence.End
public void setEnd(Recurrence.End end_)
Recurrence.End
public RecurringInterval getRecurringInterval()
RecurringInterval
public void setRecurringInterval(RecurringInterval recurringInterval_)
RecurringInterval
public java.lang.String getTimeZoneId()
public void setTimeZoneId(java.lang.String timeZoneId)
timeZoneId
- TimeZone IDpublic java.lang.String getTimeZoneIdExpr()
public void setTimeZoneIdExpr(java.lang.String timeZoneIdExpr)
timeZoneIdExpr
- String expression that resolves to a TimeZone IDCopyright © 2003-2024 Appian Corporation. All Rights Reserved.