Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TProcessActivityData

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TActivityData
          extended by com.oracle.bpel.sensor.schemas.TProcessActivityData

All Implemented Interfaces:
ITActivityData, ITProcessActivityData, java.io.Serializable

public class TProcessActivityData
extends TActivityData
implements java.io.Serializable, ITProcessActivityData

Constructor Summary
TProcessActivityData()
           
TProcessActivityData(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 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 class com.oracle.bpel.sensor.schemas.TActivityData
getActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPoint

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

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

 

Constructor Detail

TProcessActivityData

public TProcessActivityData()

TProcessActivityData

public TProcessActivityData(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Overrides:
__getFacadeName in class TActivityData

getCreationDate

public java.util.Calendar getCreationDate()
Returns the value of field 'creationDate'. The field 'creationDate' has the following description: null
Specified by:
getCreationDate in interface ITProcessActivityData
Returns:
the value of field 'creationDate'.

getEvalTime

public long getEvalTime()
Returns the value of field 'evalTime'. The field 'evalTime' has the following description: null
Specified by:
getEvalTime in interface ITProcessActivityData
Returns:
the value of field 'evalTime'.

getModifyDate

public java.util.Calendar getModifyDate()
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Specified by:
getModifyDate in interface ITProcessActivityData
Returns:
the value of field 'modifyDate'.

getRetryCount

public int getRetryCount()
Returns the value of field 'retryCount'. The field 'retryCount' has the following description: null
Specified by:
getRetryCount in interface ITProcessActivityData
Returns:
the value of field 'retryCount'.

setCreationDate

public void setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'. The field 'creationDate' has the following description: null
Specified by:
setCreationDate in interface ITProcessActivityData
Parameters:
creationDate - the value of field 'creationDate'.

setEvalTime

public void setEvalTime(long evalTime)
Sets the value of field 'evalTime'. The field 'evalTime' has the following description: null
Specified by:
setEvalTime in interface ITProcessActivityData
Parameters:
evalTime - the value of field 'evalTime'.

setModifyDate

public void setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Specified by:
setModifyDate in interface ITProcessActivityData
Parameters:
modifyDate - the value of field 'modifyDate'.

setRetryCount

public void setRetryCount(int retryCount)
Sets the value of field 'retryCount'. The field 'retryCount' has the following description: null
Specified by:
setRetryCount in interface ITProcessActivityData
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.7.0)
E14900-09


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