public interface WorkflowDeployment extends Serializable
Modifier and Type | Method and Description |
---|---|
ApprovalDetails |
getApprovalDetails()
The thread state and other information necessary to replay this deployment in an asynchronous
thread of execution.
|
Date |
getDeploymentDate()
The date/time on which the deployment should execute
|
List<WorkflowEvent> |
getEvents()
The list of changes that should be executed
|
Long |
getId() |
Long |
getJobId()
When a deployment is created, a scheduled job should be created as well.
|
String |
getMessage()
An optional message describing the deployment
|
String |
getName()
An optional name describing the deployment
|
WorkflowDeploymentRecurrenceType |
getRecurrenceType()
Describes the recurrence type of the deployment in its overall lifecycle
|
DeploymentStatusType |
getStatus()
Describes the state of the deployment in its overall lifecycle
|
void |
setApprovalDetails(ApprovalDetails approvalDetails) |
void |
setDeploymentDate(Date deploymentDate)
The date/time on which the deployment should execute
|
void |
setEvents(List<WorkflowEvent> events)
The list of changes that should be executed
|
void |
setId(Long id) |
void |
setJobId(Long jobId)
When a deployment is created, a scheduled job should be created as well.
|
void |
setMessage(String message)
An optional message describing the deployment
|
void |
setName(String name)
An optional name describing the deployment
|
void |
setRecurrenceType(WorkflowDeploymentRecurrenceType recurrenceType)
Describes the recurrence type of the deployment in its overall lifecycle
|
void |
setStatus(DeploymentStatusType status)
Describes the state of the deployment in its overall lifecycle
|
Date getDeploymentDate()
void setDeploymentDate(Date deploymentDate)
deploymentDate
- the deployment dateList<WorkflowEvent> getEvents()
void setEvents(List<WorkflowEvent> events)
events
- the list of changesLong getId()
void setId(Long id)
Long getJobId()
ScheduledJob
instance.void setJobId(Long jobId)
ScheduledJob
instance.jobId
- the scheduled job idString getMessage()
void setMessage(String message)
message
- descriptive messageString getName()
void setName(String name)
name
- descriptive nameDeploymentStatusType getStatus()
void setStatus(DeploymentStatusType status)
status
- deployment stateWorkflowDeploymentRecurrenceType getRecurrenceType()
void setRecurrenceType(WorkflowDeploymentRecurrenceType recurrenceType)
recurrenceType
- deployment recurrence typeApprovalDetails getApprovalDetails()
void setApprovalDetails(ApprovalDetails approvalDetails)
Copyright © 2019. All rights reserved.