public class WorkflowTemplateDTO extends JobDTO
| Constructor and Description |
|---|
WorkflowTemplateDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionTemplateDTO> |
getActions() |
String |
getActivationScript() |
String |
getDescription() |
String |
getName() |
UserDTO |
getOwner() |
Collection<PrincipalDTO> |
getVisibleForPrincipals() |
void |
setActions(List<WorkflowActionTemplateDTO> value) |
void |
setActivationScript(String value) |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setVisibleForPrincipals(Collection<PrincipalDTO> value) |
getActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getCode, getCronJobs, getEmailAddress, getEmailNotificationTemplate, getErrorMode, getLogLevelDatabase, getLogLevelFile, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPriority, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getRestrictions, getRetry, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setCronJobs, setEmailAddress, setEmailNotificationTemplate, setErrorMode, setLogLevelDatabase, setLogLevelFile, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPriority, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setRestrictions, setRetry, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setTriggersgetComments, getCreationtime, getItemtype, getModifiedtime, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic WorkflowTemplateDTO()
public List<WorkflowActionTemplateDTO> getActions()
public String getActivationScript()
public String getDescription()
public String getName()
public Collection<PrincipalDTO> getVisibleForPrincipals()
public void setActions(List<WorkflowActionTemplateDTO> value)
public void setActivationScript(String value)
public void setDescription(String value)
public void setName(String value)
public void setVisibleForPrincipals(Collection<PrincipalDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.