Skip navigation links

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


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

All Known Subinterfaces:
IDynamicGroupAssignmentFunction, IDynamicTaskEscalationFunction, IDynamicUserAssignmentFunction

public interface IDynamicAssignmentFunction

Method Summary
 java.lang.String getDescription()
          Gets a description of this Dynamic Assignment Function
 java.lang.String getFunctionName()
          Gets the name of this Dynamic Assignment Function
 void setInitParams(java.util.Map initParams)
          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
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()
Gets the name of this Dynamic Assignment Function
Returns:
String the name of the Dynamic Assignment Function

getDescription

java.lang.String getDescription()
Gets a description of this Dynamic Assignment Function
Returns:
String description of function

Skip navigation links

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


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