Skip navigation links

Oracle BPEL Process Manager
Sensor API Reference
10g Release 3 (10.1.3.1.0)
B28984-01


com.oracle.bpel.sensor.schemas
Interface ITProcessVariableData

All Superinterfaces:
ITVariableData, java.io.Serializable

public interface ITProcessVariableData
extends java.io.Serializable, ITVariableData

Interface ITProcessVariableData.


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.ITVariableData
getData, getDataType, getQueryName, getTarget, getUpdaterName, getUpdaterType, setData, setDataType, setQueryName, setTarget, setUpdaterName, setUpdaterType

 

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 BPEL Process Manager
Sensor API Reference
10g Release 3 (10.1.3.1.0)
B28984-01


Copyright © 2006, Oracle. All rights reserved.