|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.WorkLog
The WorkLog class defines the structure to hold status data for a workflow.
It contains a list of StepLog that describe the executed and/or pending actions
carried out of the workflow
Main data includes the name of the overall workflow, time started, initiated by who, and the current status...
IProviderConnector,
com.sap.netweaver.bc.uwl.connect.PriorityEnum,
com.sap.netweaver.bc.uwl.connect.StatusEnum,
com.sap.netweaver.bc.uwl.connect.StepLog| Constructor Summary | |
WorkLog(List stepsProcessed)
For log data with single step only withOUT workflow instance |
|
WorkLog(String instanceId,
String title,
Date createdTime,
String initiator,
StatusEnum status,
PriorityEnum priority,
Date completedTime,
Date dueDate,
List stepsProcessed)
|
|
WorkLog(String instanceId,
String title,
Date createdTime,
String initiator,
StatusEnum status,
PriorityEnum priority,
Date dueDate,
List stepsProcessed)
Mainly for unfinished workflow with due date |
|
WorkLog(String instanceId,
String title,
Date createdTime,
String initiator,
StatusEnum status,
PriorityEnum priority,
List stepsProcessed)
Mainly for unfinished workflow |
|
| Method Summary | |
Date |
getCompletedTime()
|
Date |
getCreatedTime()
|
Date |
getDueDate()
|
String |
getInitiator()
|
PriorityEnum |
getPriority()
|
StatusEnum |
getStatus()
|
List |
getStepsProcessed()
|
String |
getTitle()
|
String |
getWorkflowInstanceId()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WorkLog(List stepsProcessed)
stepsProcessed -
public WorkLog(String instanceId,
String title,
Date createdTime,
String initiator,
StatusEnum status,
PriorityEnum priority,
List stepsProcessed)
instanceId - Can be nulltitle - createdTime - initiator - status - priority - stepsProcessed -
public WorkLog(String instanceId,
String title,
Date createdTime,
String initiator,
StatusEnum status,
PriorityEnum priority,
Date dueDate,
List stepsProcessed)
instanceId - Can be nulltitle - createdTime - initiator - status - priority - dueDate - Can be nullstepsProcessed -
public WorkLog(String instanceId,
String title,
Date createdTime,
String initiator,
StatusEnum status,
PriorityEnum priority,
Date completedTime,
Date dueDate,
List stepsProcessed)
instanceId - Can be nulltitle - createdTime - initiator - status - priority - completedTime - Can be null for unfinished workflow. Required for completed workflow.dueDate - Can be nullstepsProcessed - | Method Detail |
public String getWorkflowInstanceId()
public String getTitle()
public Date getCreatedTime()
public String getInitiator()
public StatusEnum getStatus()
public PriorityEnum getPriority()
public Date getCompletedTime()
public Date getDueDate()
public List getStepsProcessed()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||