public class ProcessFlow extends ProcessFlowDescriptor implements Attributable
ProcessFlowDescriptor.FlowStatus
OBJECT_TYPE
Constructor and Description |
---|
ProcessFlow(String identifier,
ProcessFlowContext context,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision) |
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute(String name) |
List<Attribute> |
getAttributes() |
Set<DataProperty> |
getProcessData() |
void |
setAttribute(String name,
Serializable value) |
void |
setAttributes(List<Attribute> attributes) |
void |
setProcessData(Set<DataProperty> processData) |
equals, getContext, getContextPath, getCreated, getCreatedBy, getDescription, getLastModified, getLastModifiedBy, getName, getOwner, getProcessDefinitionInfo, getRevision, getStatus, hashCode, setDescription, setName, setOwner
getIdentifier, getObjectType, setIdentifier, setObjectType
public ProcessFlow(String identifier, ProcessFlowContext context, String contextPath, String name, String description, ProcessFlowDescriptor.FlowStatus status, String owner, ProcessDefinitionInfo processDefinitionInfo, String createdBy, Date created, String lastModifiedBy, Date lastModified, long revision)
public List<Attribute> getAttributes()
getAttributes
in interface Attributable
public void setAttributes(List<Attribute> attributes)
setAttributes
in interface Attributable
public void setAttribute(String name, Serializable value)
public Set<DataProperty> getProcessData()
public void setProcessData(Set<DataProperty> processData)
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA