public class BusinessProcessEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessProcessEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BusinessProcessEvent.Builder |
builder(String event) |
String |
getChoice() |
String |
getEvent() |
Date |
getExpirationDate() |
boolean |
isTriggeringInTheFutureEnabled() |
static BusinessProcessEvent |
newEvent(String event) |
String |
toString() |
public String getEvent()
public Date getExpirationDate()
public String getChoice()
public boolean isTriggeringInTheFutureEnabled()
public static BusinessProcessEvent newEvent(String event)
public static BusinessProcessEvent.Builder builder(String event)
Copyright © 2017 SAP SE. All Rights Reserved.