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 String |
emailAttachmentTemplateName |
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
|
String |
getEmailAttachmentTemplateName() |
Map<String,Object> |
getProperties() |
String |
getUniqueName()
Gets the name of the step
|
int |
hashCode() |
protected List<String> |
readSingleValue(String name) |
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
|
void |
withEmailAttachmentTemplateName(String emailAttachmentTemplateName) |
protected WorkflowDTO workflow
protected String uniqueName
protected Boolean emailAttachment
protected String emailAttachmentTemplateName
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()
public void withEmailAttachmentTemplateName(String emailAttachmentTemplateName)
public String getEmailAttachmentTemplateName()
Copyright © 2017. All rights reserved.