Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITProcessActivityData

All Superinterfaces:
ITActivityData, java.io.Serializable
All Known Implementing Classes:
TProcessActivityData

public interface ITProcessActivityData
extends java.io.Serializable, ITActivityData

Interface ITProcessActivityData.


Method Summary
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 long getEvalTime()
          Returns the value of field 'evalTime'.
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 int getRetryCount()
          Returns the value of field 'retryCount'.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setEvalTime(long evalTime)
          Sets the value of field 'evalTime'.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.
 void setRetryCount(int retryCount)
          Sets the value of field 'retryCount'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITActivityData
getActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPoint

 

Method Detail

getCreationDate

java.util.Calendar getCreationDate()
Returns the value of field 'creationDate'. The field 'creationDate' has the following description: null
Returns:
the value of field 'creationDate'.

getEvalTime

long getEvalTime()
Returns the value of field 'evalTime'. The field 'evalTime' has the following description: null
Returns:
the value of field 'evalTime'.

getModifyDate

java.util.Calendar getModifyDate()
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Returns:
the value of field 'modifyDate'.

getRetryCount

int getRetryCount()
Returns the value of field 'retryCount'. The field 'retryCount' has the following description: null
Returns:
the value of field 'retryCount'.

setCreationDate

void setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'. The field 'creationDate' has the following description: null
Parameters:
creationDate - the value of field 'creationDate'.

setEvalTime

void setEvalTime(long evalTime)
Sets the value of field 'evalTime'. The field 'evalTime' has the following description: null
Parameters:
evalTime - the value of field 'evalTime'.

setModifyDate

void setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Parameters:
modifyDate - the value of field 'modifyDate'.

setRetryCount

void setRetryCount(int retryCount)
Sets the value of field 'retryCount'. The field 'retryCount' has the following description: null
Parameters:
retryCount - the value of field 'retryCount'.

Skip navigation links

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


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