Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.notification.payload
Interface INotificationContextType

All Known Implementing Classes:
NotificationContextType

public interface INotificationContextType

Interface INotificationContextType.


Method Summary
 java.lang.String getComponentName()
          Returns the value of field 'componentName'.
 java.lang.String getCompositeDN()
          Returns the value of field 'compositeDN'.
 java.lang.String getCompositeInstanceId()
          Returns the value of field 'compositeInstanceId'.
 java.lang.String getTaskId()
          Returns the value of field 'taskId'.
 void setComponentName(java.lang.String componentName)
          Sets the value of field 'componentName'.
 void setCompositeDN(java.lang.String compositeDN)
          Sets the value of field 'compositeDN'.
 void setCompositeInstanceId(java.lang.String compositeInstanceId)
          Sets the value of field 'compositeInstanceId'.
 void setTaskId(java.lang.String taskId)
          Sets the value of field 'taskId'.
 

Method Detail

getComponentName

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

Returns:
the value of field 'componentName'.

getCompositeDN

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

Returns:
the value of field 'compositeDN'.

getCompositeInstanceId

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

Returns:
the value of field 'compositeInstanceId'.

getTaskId

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

Returns:
the value of field 'taskId'.

setComponentName

void setComponentName(java.lang.String componentName)
Sets the value of field 'componentName'. The field 'componentName' has the following description: null

Parameters:
componentName - the value of field 'componentName'.

setCompositeDN

void setCompositeDN(java.lang.String compositeDN)
Sets the value of field 'compositeDN'. The field 'compositeDN' has the following description: null

Parameters:
compositeDN - the value of field 'compositeDN'.

setCompositeInstanceId

void setCompositeInstanceId(java.lang.String compositeInstanceId)
Sets the value of field 'compositeInstanceId'. The field 'compositeInstanceId' has the following description: null

Parameters:
compositeInstanceId - the value of field 'compositeInstanceId'.

setTaskId

void setTaskId(java.lang.String taskId)
Sets the value of field 'taskId'. The field 'taskId' has the following description: null

Parameters:
taskId - the value of field 'taskId'.

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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