Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Class GetUserPropertyFunction

java.lang.Object
  extended byoracle.tip.pc.services.identity.GetUserPropertyFunction

All Implemented Interfaces:
org.collaxa.thirdparty.jaxen.Function

public class GetUserPropertyFunction
extends java.lang.Object
implements org.collaxa.thirdparty.jaxen.Function

The signature of this function is ora:getUserProperty(userId, attributeName). The arguments are:

  1. userId - String or element containing the user whose attribute should be retrieved
  2. attributeName - String or element containing the name of the user attribute. The attribute name should be one of the following values:
    1. givenName
    2. middleName
    3. sn
    4. displayName
    5. mail
    6. telephoneNumber
    7. homephone
    8. mobile
    9. facsimileTelephoneNumber
    10. pager
    11. preferredLanguage
    12. title
    13. manager

<p/>


Field Summary
static java.lang.String UNDEFINED
           

 

Constructor Summary
GetUserPropertyFunction()
           

 

Method Summary
 java.lang.Object call(org.collaxa.thirdparty.jaxen.Context context, java.util.List args)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

UNDEFINED

public static final java.lang.String UNDEFINED
See Also:
Constant Field Values

Constructor Detail

GetUserPropertyFunction

public GetUserPropertyFunction()

Method Detail

call

public java.lang.Object call(org.collaxa.thirdparty.jaxen.Context context,
                             java.util.List args)
                      throws org.collaxa.thirdparty.jaxen.FunctionCallException
Specified by:
call in interface org.collaxa.thirdparty.jaxen.Function
Throws:
org.collaxa.thirdparty.jaxen.FunctionCallException

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.