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 ITProcessFaultData

All Superinterfaces:
ITFaultData, java.io.Serializable
All Known Implementing Classes:
TProcessFaultData

public interface ITProcessFaultData
extends java.io.Serializable, ITFaultData

Interface ITProcessFaultData.


Method Summary
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITFaultData
getActivityName, getActivityType, getData, getFaultName, setActivityName, setActivityType, setData, setFaultName

 

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'.

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'.

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'.

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'.

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.