@Embeddable public class Execution extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Execution.ExecutionStatus |
static class |
Execution.ExecutionType |
Constructor and Description |
---|
Execution() |
Modifier and Type | Method and Description |
---|---|
URI |
getCallbackUrl() |
Instant |
getScheduledStartTime() |
Execution.ExecutionType |
getType() |
Execution |
setCallbackUrl(URI callbackUrl) |
Execution |
setScheduledStartTime(Instant scheduledStartTime) |
Execution |
setType(Execution.ExecutionType type) |
public Instant getScheduledStartTime()
public Execution.ExecutionType getType()
public Execution setType(Execution.ExecutionType type)
public URI getCallbackUrl()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.