Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Uses of Class
oracle.security.jps.service.policystore.info.FunctionEntry.ARG_TYPE

Packages that use FunctionEntry.ARG_TYPE
oracle.security.jps.service.policystore.entitymanager   
oracle.security.jps.service.policystore.info   

 

Uses of FunctionEntry.ARG_TYPE in oracle.security.jps.service.policystore.entitymanager

 

Methods in oracle.security.jps.service.policystore.entitymanager with parameters of type FunctionEntry.ARG_TYPE
 FunctionEntry ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters, VarArgsInfo varArgs, java.util.List<FunctionEntry.ARG_TYPE> paramTypess, FunctionEntry.ARG_TYPE returnValueType)
          Create a function.

 

Method parameters in oracle.security.jps.service.policystore.entitymanager with type arguments of type FunctionEntry.ARG_TYPE
 FunctionEntry ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters, VarArgsInfo varArgs, java.util.List<FunctionEntry.ARG_TYPE> paramTypess, FunctionEntry.ARG_TYPE returnValueType)
          Create a function.

 

Uses of FunctionEntry.ARG_TYPE in oracle.security.jps.service.policystore.info

 

Methods in oracle.security.jps.service.policystore.info that return FunctionEntry.ARG_TYPE
static FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.getFunctionReturnValueType(java.lang.String name)
          Returns type of value returned by a funtion given simple name
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeIsInBagFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeOneAndOnlyFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeBagSizeFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeIntersectionFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeUnionFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeSubsetFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE[] BuiltInFunctionsHandler.TypeSetEqualsFunctions.getParameterValueTypes()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeOneAndOnlyFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeBagSizeFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeBagFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeIntersectionFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeUnionFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeSubsetFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE BuiltInFunctionsHandler.TypeSetEqualsFunctions.getReturnValueType()
           
 FunctionEntry.ARG_TYPE FunctionEntry.getReturnValueType()
          Get type of returned value
static FunctionEntry.ARG_TYPE FunctionEntry.ARG_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FunctionEntry.ARG_TYPE[] FunctionEntry.ARG_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.security.jps.service.policystore.info that return types with arguments of type FunctionEntry.ARG_TYPE
static java.util.List<FunctionEntry.ARG_TYPE> BuiltInFunctionsHandler.getFunctionParameterValueTypes(java.lang.String name)
          Returns parameter value types of input parameters for a function (whether input parameter is a single object/ bag/ set of objects).
 java.util.List<FunctionEntry.ARG_TYPE> FunctionEntry.getParameterValueTypes()
          Returns the value type of each input parameter to the function.

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


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