public abstract static class WorkflowDTO.StepDTO extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
emailAttachment
Signals that approvable should be exported and attached to email in the given step
|
protected Map<String,Object> |
properties |
protected String |
uniqueName |
protected WorkflowDTO |
workflow |
Constructor and Description |
---|
StepDTO(WorkflowDTO workflow,
String uniqueName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
void |
fromMap(Map<String,Object> values) |
Boolean |
getEmailAttachment()
Retrieves the attachment sending setting
|
Map<String,Object> |
getProperties() |
String |
getUniqueName()
Gets the name of the step
|
int |
hashCode() |
Map<String,Object> |
toMap() |
void |
withEmailAttachment()
Makes the step send the attachment along with the notification
Same as
withEmailAttachment(true) |
void |
withEmailAttachment(Boolean emailAttachment)
Makes the step send the attachment along with the notification
|
protected WorkflowDTO workflow
protected String uniqueName
protected Boolean emailAttachment
public StepDTO(WorkflowDTO workflow, String uniqueName)
public String getUniqueName()
public void withEmailAttachment()
withEmailAttachment(true)
public void withEmailAttachment(Boolean emailAttachment)
emailAttachment
- Send attachment (true) or not (false)public Boolean getEmailAttachment()
Copyright © 2016. All rights reserved.