|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPActivityInstance
| Method Summary | |
|---|---|
long |
getActualDuration()
Returns the Actual Duration of this activiy instance. |
Date |
getActualEndDate()
Returns the date when this activity Instance actually has been completed. |
Date |
getActualStartDate()
Returns the date when this activity Instance actually was started. |
String |
getID()
Returns the ID. |
IGPStructure |
getInputContext()
Returns input context for this activity instance The result will always contain the structure of the instance's context. |
IGPStructure |
getOutputContext()
Returns output context for this activity instance The result will always contain the structure of the instance's context. |
IGPBlockInstance |
getParentBlock()
Returns the parent block of this activity. |
IGPProcessInstance |
getParentProcess()
Returns the parent process of this activity. |
IGPActivity |
getTemplate()
Returns the corresponding template object. |
boolean |
isAction()
Return true if it is an action. |
boolean |
isBlock()
Return true if it is a block. |
| Method Detail |
|---|
String getID()
boolean isAction()
true if it is an action.
boolean isBlock()
true if it is a block.
IGPActivity getTemplate()
throws GPEngineException
GPEngineExceptionIGPBlockInstance getParentBlock()
IGPProcessInstance getParentProcess()
Date getActualEndDate()
throws GPEngineException
GPEngineException
long getActualDuration()
throws GPEngineException
GPEngineException
Date getActualStartDate()
throws GPEngineException
GPEngineException
IGPStructure getInputContext()
throws GPEngineException
GPEngineException
IGPStructure getOutputContext()
throws GPEngineException
GPEngineException
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||