public class ProcessFlowSearchResultItem extends Object implements Serializable
Constructor and Description |
---|
ProcessFlowSearchResultItem(String id,
String name,
ProcessFlowDescriptor.FlowStatus status,
String owner,
String processDefinitionKey,
String lastModifiedBy,
Date lastModifiedDate,
String contextPath,
CreationMethod creationMethod)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
Gets the context path of the context in which the process flow was created.
|
CreationMethod |
getCreationMethod()
Gets the method by which the process flow was created.
|
String |
getId()
Gets the unique identifier of the process flow.
|
String |
getLastModifiedBy()
Gets the user who last modified the process flow.
|
Date |
getLastModifiedDate()
Gets the date on which the process flow was last modified.
|
String |
getName()
Gets the name of the process flow.
|
String |
getOwner()
Gets the userId of the process flow owner.
|
String |
getProcessDefinitionKey()
Gets the key of the process flow definition.
|
ProcessFlowDescriptor.FlowStatus |
getStatus()
Gets the status of the process flow.
|
String |
toString() |
public ProcessFlowSearchResultItem(String id, String name, ProcessFlowDescriptor.FlowStatus status, String owner, String processDefinitionKey, String lastModifiedBy, Date lastModifiedDate, String contextPath, CreationMethod creationMethod)
id
- The unique identifier of the process flow.name
- The name of the process flow.status
- The status of the process flow.owner
- The userId of the process flow owner.processDefinitionKey
- The key of the process flow definition.lastModifiedBy
- The user who last modified the process flow.lastModifiedDate
- The date on which the process flow was last modified.contextPath
- The path of the context in which the process flow was created.creationMethod
- The method by which the process flow was created.public String getOwner()
public String getName()
public String getId()
public String getLastModifiedBy()
public Date getLastModifiedDate()
public String getContextPath()
public ProcessFlowDescriptor.FlowStatus getStatus()
public String getProcessDefinitionKey()
public CreationMethod getCreationMethod()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>