Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.bpel.services.workflow.task
Interface INotificationCallback


public interface INotificationCallback

Field Summary
static java.lang.String CURRENCY
           
static java.lang.String ENCODING
           
static java.lang.String LOCALE
           
static java.lang.String TIME_ZONE
           

 

Method Summary
 void overrideNotificationProperties(java.lang.String realm, java.lang.String name, java.lang.String identityType, java.util.HashMap<java.lang.String,java.lang.Object> notifProp)
          Override notification properties.

 

Field Detail

ENCODING

static final java.lang.String ENCODING
See Also:
Constant Field Values

LOCALE

static final java.lang.String LOCALE
See Also:
Constant Field Values

TIME_ZONE

static final java.lang.String TIME_ZONE
See Also:
Constant Field Values

CURRENCY

static final java.lang.String CURRENCY
See Also:
Constant Field Values

Method Detail

overrideNotificationProperties

void overrideNotificationProperties(java.lang.String realm,
                                    java.lang.String name,
                                    java.lang.String identityType,
                                    java.util.HashMap<java.lang.String,java.lang.Object> notifProp)
Override notification properties. Implementation of this interface, can override the properties in notifProp parameter. These values would then be used for sending notifications. Following are the keys to properties available in notifProp hashMap ENCODING - String
Parameters:
realm - The realm of name
name - The Unique name of user/group to which the notification is being sent
identityType - IWorkflowConstants.IDENTITY_TYPE_USER, IWorkflowConstants.IDENTITY_TYPE_GROUP
notifProp - The hashMap containing notification properties

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


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