Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TProcessInstanceInfo

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

All Implemented Interfaces:
ITProcessInstanceInfo, java.io.Serializable

public class TProcessInstanceInfo
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITProcessInstanceInfo

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.lang.String getDomain()
          Returns the value of field 'domain'.
 int getInstanceId()
          Returns the value of field 'instanceId'.
 java.lang.String getProcessName()
          Returns the value of field 'processName'.
 java.lang.String getProcessRevision()
          Returns the value of field 'processRevision'.
 void setDomain(java.lang.String domain)
          Sets the value of field 'domain'.
 void setInstanceId(int instanceId)
          Sets the value of field 'instanceId'.
 void setProcessName(java.lang.String processName)
          Sets the value of field 'processName'.
 void setProcessRevision(java.lang.String processRevision)
          Sets the value of field 'processRevision'.

 

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

 

Constructor Detail

TProcessInstanceInfo

public TProcessInstanceInfo()

TProcessInstanceInfo

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getDomain

public java.lang.String getDomain()
Returns the value of field 'domain'. The field 'domain' has the following description: null
Specified by:
getDomain in interface ITProcessInstanceInfo
Returns:
the value of field 'domain'.

getInstanceId

public int getInstanceId()
Returns the value of field 'instanceId'. The field 'instanceId' has the following description: null
Specified by:
getInstanceId in interface ITProcessInstanceInfo
Returns:
the value of field 'instanceId'.

getProcessName

public java.lang.String getProcessName()
Returns the value of field 'processName'. The field 'processName' has the following description: null
Specified by:
getProcessName in interface ITProcessInstanceInfo
Returns:
the value of field 'processName'.

getProcessRevision

public java.lang.String getProcessRevision()
Returns the value of field 'processRevision'. The field 'processRevision' has the following description: null
Specified by:
getProcessRevision in interface ITProcessInstanceInfo
Returns:
the value of field 'processRevision'.

setDomain

public void setDomain(java.lang.String domain)
Sets the value of field 'domain'. The field 'domain' has the following description: null
Specified by:
setDomain in interface ITProcessInstanceInfo
Parameters:
domain - the value of field 'domain'.

setInstanceId

public void setInstanceId(int instanceId)
Sets the value of field 'instanceId'. The field 'instanceId' has the following description: null
Specified by:
setInstanceId in interface ITProcessInstanceInfo
Parameters:
instanceId - the value of field 'instanceId'.

setProcessName

public void setProcessName(java.lang.String processName)
Sets the value of field 'processName'. The field 'processName' has the following description: null
Specified by:
setProcessName in interface ITProcessInstanceInfo
Parameters:
processName - the value of field 'processName'.

setProcessRevision

public void setProcessRevision(java.lang.String processRevision)
Sets the value of field 'processRevision'. The field 'processRevision' has the following description: null
Specified by:
setProcessRevision in interface ITProcessInstanceInfo
Parameters:
processRevision - the value of field 'processRevision'.

Skip navigation links

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


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