Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


com.oracle.bpel.sensor.schemas
Interface ITActivityData

All Known Subinterfaces:
ITProcessActivityData
All Known Implementing Classes:
TActivityData, TProcessActivityData

public interface ITActivityData

Interface ITActivityData.


Method Summary
 java.lang.String getActivityType()
          Returns the value of field 'activityType'.
 javax.xml.datatype.Duration getDuration()
          Returns the value of field 'duration'.
 double getDurationInSeconds()
          Returns the value of field 'durationInSeconds'.
 java.lang.String getErrorMessage()
          Returns the value of field 'errorMessage'.
 java.lang.String getEvalPoint()
          Returns the value of field 'evalPoint'.
 void setActivityType(java.lang.String activityType)
          Sets the value of field 'activityType'.
 void setDuration(javax.xml.datatype.Duration duration)
          Sets the value of field 'duration'.
 void setDurationInSeconds(double durationInSeconds)
          Sets the value of field 'durationInSeconds'.
 void setErrorMessage(java.lang.String errorMessage)
          Sets the value of field 'errorMessage'.
 void setEvalPoint(java.lang.String evalPoint)
          Sets the value of field 'evalPoint'.

 

Method Detail

getActivityType

java.lang.String getActivityType()
Returns the value of field 'activityType'. The field 'activityType' has the following description: null
Returns:
the value of field 'activityType'.

getDuration

javax.xml.datatype.Duration getDuration()
Returns the value of field 'duration'. The field 'duration' has the following description: null
Returns:
the value of field 'duration'.

getDurationInSeconds

double getDurationInSeconds()
Returns the value of field 'durationInSeconds'. The field 'durationInSeconds' has the following description: null
Returns:
the value of field 'durationInSeconds'.

getErrorMessage

java.lang.String getErrorMessage()
Returns the value of field 'errorMessage'. The field 'errorMessage' has the following description: null
Returns:
the value of field 'errorMessage'.

getEvalPoint

java.lang.String getEvalPoint()
Returns the value of field 'evalPoint'. The field 'evalPoint' has the following description: null
Returns:
the value of field 'evalPoint'.

setActivityType

void setActivityType(java.lang.String activityType)
Sets the value of field 'activityType'. The field 'activityType' has the following description: null
Parameters:
activityType - the value of field 'activityType'.

setDuration

void setDuration(javax.xml.datatype.Duration duration)
Sets the value of field 'duration'. The field 'duration' has the following description: null
Parameters:
duration - the value of field 'duration'.

setDurationInSeconds

void setDurationInSeconds(double durationInSeconds)
Sets the value of field 'durationInSeconds'. The field 'durationInSeconds' has the following description: null
Parameters:
durationInSeconds - the value of field 'durationInSeconds'.

setErrorMessage

void setErrorMessage(java.lang.String errorMessage)
Sets the value of field 'errorMessage'. The field 'errorMessage' has the following description: null
Parameters:
errorMessage - the value of field 'errorMessage'.

setEvalPoint

void setEvalPoint(java.lang.String evalPoint)
Sets the value of field 'evalPoint'. The field 'evalPoint' has the following description: null
Parameters:
evalPoint - the value of field 'evalPoint'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.