Skip navigation links 
 
oracle.iam.scheduler.api
Interface PluggableTaskParameterSupport
- 
public interface PluggableTaskParameterSupport
 
 
| Method Summary | 
 java.lang.Object | 
getParameter(long id) 
          Returns a Parameter object for the parameter Id passed | 
 java.lang.Object | 
getParameter(java.lang.String name) 
          Returns a Parameter object for the parameter Name passed | 
 java.util.HashMap | 
getParameters(java.lang.String searchCriteria) 
          Returns a HashMap of the parameters .Returns ID & Name of the parameter | 
 
 
getParameters
java.util.HashMap getParameters(java.lang.String searchCriteria)
- Returns a HashMap of the parameters .Returns ID & Name of the parameter
 
- 
- Parameters:
 
searchCriteria - Search criteria based on which list of parameters would be fetched 
- Returns:
 
- A HashMap of parameters
 
 
getParameter
java.lang.Object getParameter(long id)
                              throws JobParameterNotFoundException
- Returns a Parameter object for the parameter Id passed
 
- 
- Parameters:
 
id - Id of the Parameter 
- Returns:
 
- Parameter Object
 
- Throws:
 
JobParameterNotFoundException 
 
getParameter
java.lang.Object getParameter(java.lang.String name)
                              throws JobParameterNotFoundException
- Returns a Parameter object for the parameter Name passed
 
- 
- Parameters:
 
name - Name of the Parameter 
- Returns:
 
- Parameter Object
 
- Throws:
 
JobParameterNotFoundException 
 
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.