|
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 IGPAction
| Method Summary | |
|---|---|
long |
getDuration()
Returns the duration associated with an action; if no duration is specified the method returns IActionTemplate.DURATION_INVALID. |
IGPProcessExceptionInfo |
getProcessException(String exceptionName)
Returns the process exception information for the process exception with the specified name or null |
int |
getProcessExceptionCount()
Returns the number of process exceptions. |
IGPProcessExceptionInfo[] |
getProcessExceptions()
Returns an array of IProcessExceptionInformation - process exceptions. |
IGPResultStateInfo |
getResultState(String name)
Returns the result state information for the result state with the specified name or null |
int |
getResultStateCount()
Returns the number of available result states. |
IGPResultStateInfo[] |
getResultStates()
Returns an array of IGPCOResultStateInfo - the available result states. |
| Methods inherited from interface com.sap.caf.eu.gp.process.api.IGPActivity |
|---|
getAdhocActivities, getAssignedCategories, getAttachmentIds, getAttachments, getCreationDate, getCreator, getID, getInfoCallableObjects, getInputMappingGroup, getInputParameters, getLocalParameters, getOutputMappingGroup, getOutputParameters, getParentBlock, getParentProcess, getVersionNumber, isAction, isBlock, resolveDescription, resolveTitle |
| Methods inherited from interface com.sap.caf.eu.gp.base.api.IGPDevelopmentObject |
|---|
getCategories, getDescription, getMetadata, getOriginalLocale, getPermissions, getStatus, getTitle, getType |
| Method Detail |
|---|
long getDuration()
IActionTemplate.DURATION_INVALID.
IGPResultStateInfo[] getResultStates()
throws GPEngineException
GPEngineException
GPInvocationException
int getResultStateCount()
throws GPEngineException,
GPInvocationException
GPEngineException
GPInvocationException
IGPResultStateInfo getResultState(String name)
throws GPEngineException,
GPInvocationException
null
name - String NOT NULL
GPEngineException
GPInvocationException
int getProcessExceptionCount()
throws GPEngineException,
GPInvocationException
GPEngineException
GPInvocationException
IGPProcessExceptionInfo[] getProcessExceptions()
throws GPEngineException,
GPInvocationException
GPEngineException
GPInvocationException
IGPProcessExceptionInfo getProcessException(String exceptionName)
throws GPEngineException,
GPInvocationException
null
exceptionName - String NOT NULL
GPEngineException
GPInvocationException
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||