public class TipiActivityInfos extends Object implements Serializable
| Constructor and Description |
|---|
TipiActivityInfos(DbActivity db,
String description,
boolean loadVariables) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallstack() |
String |
getCorrelationId() |
Date |
getDateCreation() |
Date |
getDateEndActivity() |
Date |
getDateEndExecute() |
Date |
getDateStartExecute() |
String |
getDescription() |
String |
getExecutionTime()
Retourne la durée d'exécution
|
String |
getFqn() |
long |
getId() |
long |
getParentId() |
String |
getParentName() |
String |
getProcessFqn() |
long |
getProcessId() |
String |
getSimpleName() |
ActivityState |
getState() |
String |
getType() |
Map<String,Object> |
getVariables() |
boolean |
isRequestEndExecution() |
boolean |
isTerminated() |
void |
setDateEndExecute(Date date) |
String |
toString() |
public TipiActivityInfos(DbActivity db, String description, boolean loadVariables)
public long getId()
public String getType()
public String getFqn()
public String getProcessFqn()
public String getSimpleName()
public String getCallstack()
public long getProcessId()
public long getParentId()
public String getParentName()
public String getDescription()
public boolean isRequestEndExecution()
public Date getDateCreation()
public Date getDateStartExecute()
public Date getDateEndExecute()
public void setDateEndExecute(Date date)
public Date getDateEndActivity()
public ActivityState getState()
public boolean isTerminated()
public String getCorrelationId()
public String getExecutionTime()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.