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 ITProcessInstanceInfo

All Known Implementing Classes:
TProcessInstanceInfo

public interface ITProcessInstanceInfo

Interface ITProcessInstanceInfo.


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

 

Method Detail

getDomain

java.lang.String getDomain()
Returns the value of field 'domain'. The field 'domain' has the following description: null
Returns:
the value of field 'domain'.

getInstanceId

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

getProcessName

java.lang.String getProcessName()
Returns the value of field 'processName'. The field 'processName' has the following description: null
Returns:
the value of field 'processName'.

getProcessRevision

java.lang.String getProcessRevision()
Returns the value of field 'processRevision'. The field 'processRevision' has the following description: null
Returns:
the value of field 'processRevision'.

setDomain

void setDomain(java.lang.String domain)
Sets the value of field 'domain'. The field 'domain' has the following description: null
Parameters:
domain - the value of field 'domain'.

setInstanceId

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

setProcessName

void setProcessName(java.lang.String processName)
Sets the value of field 'processName'. The field 'processName' has the following description: null
Parameters:
processName - the value of field 'processName'.

setProcessRevision

void setProcessRevision(java.lang.String processRevision)
Sets the value of field 'processRevision'. The field 'processRevision' has the following description: null
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)
E14900-01


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