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

oracle.bpel.services.workflow.assignment.dynamic
Interface IDynamicAssignmentFunction

All Known Subinterfaces:
IDynamicGroupAssignmentFunction, IDynamicTaskEscalationFunction, IDynamicUserAssignmentFunction

Deprecated. since 11.1.1.6.0 - use IDynamicAssignmentPattern or IDynamicTaskEscalationPattern instead.

public interface IDynamicAssignmentFunction


Method Summary
 java.lang.String getDescription()
          Deprecated. Gets a description of this Dynamic Assignment Function
 java.lang.String getFunctionName()
          Deprecated. Gets the name of this Dynamic Assignment Function
 void setInitParams(java.util.Map initParams)
          Deprecated. Sets the initialization parameters required by the function (if any) This function is called automatically by the DynamicAssignmentRegistry on registration of a new function.
 

Method Detail

setInitParams

void setInitParams(java.util.Map initParams)
                   throws DynamicAssignmentException
Deprecated. 
Sets the initialization parameters required by the function (if any) This function is called automatically by the DynamicAssignmentRegistry on registration of a new function. Initialization parameters can be specified in the xml definition of the function in the dynamic assign config file

Parameters:
initParams - Map of String parameter values keyed by String parameter names
Throws:
DynamicAssignmentException - if implementation of method finds invalid parameters

getFunctionName

java.lang.String getFunctionName()
Deprecated. 
Gets the name of this Dynamic Assignment Function

Returns:
String the name of the Dynamic Assignment Function

getDescription

java.lang.String getDescription()
Deprecated. 
Gets a description of this Dynamic Assignment Function

Returns:
String description of function

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

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