public class ProcessFlowDescriptor extends AbstractIdentifiable
ProcessFlow
for details.Modifier and Type | Class and Description |
---|---|
static class |
ProcessFlowDescriptor.FlowStatus
Provides the status of the process flow.
|
Constructor and Description |
---|
ProcessFlowDescriptor(String id,
String contextId,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision)
Initializing constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContextId()
Get the context of this object
|
String |
getContextPath()
Get the path of the context of this object
|
Date |
getCreated()
Return the date this process flow was created.
|
String |
getCreatedBy()
Get the userid of the user who created this process flow
|
String |
getDescription()
Get the description of this object
|
Date |
getLastModified()
Return the date this process flow was last modified.
|
String |
getLastModifiedBy()
Get the userid of the user who last modified this process flow
|
String |
getName()
Get the name of this process flow
|
String |
getOwner()
Get the owner's userid of this process flow
|
ProcessDefinitionInfo |
getProcessDefinitionInfo()
Get the process definition information that was used to create this process flow
|
long |
getRevision()
The internal revision number of this process flow object.
|
ProcessFlowDescriptor.FlowStatus |
getStatus()
Get the status of this process flow
|
int |
hashCode() |
void |
setDescription(String description)
Set the description of this process flow
|
void |
setName(String name)
Set the name of this process flow
|
void |
setOwner(String owner)
Set the userid of the user who will be the owner of this process flow
|
String |
toString() |
getId, getTypeId
public ProcessFlowDescriptor(String id, String contextId, String contextPath, String name, String description, ProcessFlowDescriptor.FlowStatus status, String owner, ProcessDefinitionInfo processDefinitionInfo, String createdBy, Date created, String lastModifiedBy, Date lastModified, long revision)
id
- the unique identifier of this work itemcontextId
- the id of the context where this process flow was createdcontextPath
- the path of the context where this process flow was createdname
- the name of this process flowdescription
- the description of this process flowstatus
- the status of this process flowowner
- the owner of this process flowprocessDefinitionInfo
- the process definition information of this process flowcreatedBy
- the user who created this process flowcreated
- the date this process flow was createdlastModifiedBy
- the user who last modified this process flowlastModified
- the date this process flow was last modifiedrevision
- the internal revision numberpublic String getName()
public void setName(String name)
name
- public String getContextId()
public String getContextPath()
public String getDescription()
public void setDescription(String description)
description
- public Date getLastModified()
public String getLastModifiedBy()
public Date getCreated()
public String getCreatedBy()
public String getOwner()
public void setOwner(String owner)
owner
- the userid of the ownerpublic ProcessFlowDescriptor.FlowStatus getStatus()
public ProcessDefinitionInfo getProcessDefinitionInfo()
public long getRevision()
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA