Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


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

public 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

public java.lang.String getFunctionName()
Gets the name of this Dynamic Assignment Function
Returns:
String the name of the Dynamic Assignment Function

getDescription

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

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.