Skip navigation links

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


oracle.tip.pc.services.identity.xpath
Class GetGroupPropertyFunction

java.lang.Object
  extended byoracle.tip.pc.services.identity.xpath.GetGroupPropertyFunction

All Implemented Interfaces:
com.oracle.bpel.xml.xpath.IXPathFunction

public class GetGroupPropertyFunction
extends java.lang.Object
implements com.oracle.bpel.xml.xpath.IXPathFunction

The signature of this function is ora:getGroupProperty(groupId, attributeName). The arguments are:

  1. groupId - String or element containing the group whose attribute should be retrieved
  2. attributeName - String or element containing the name of the group attributeThe attribute name should be one of the following values:
    1. displayName
    2. mail

<p/>


Field Summary
static java.lang.String UNDEFINED
           

 

Constructor Summary
GetGroupPropertyFunction()
           

 

Method Summary
 java.lang.Object call(com.oracle.bpel.xml.xpath.IXPathContext 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

GetGroupPropertyFunction

public GetGroupPropertyFunction()

Method Detail

call

public java.lang.Object call(com.oracle.bpel.xml.xpath.IXPathContext context,
                             java.util.List args)
                      throws com.oracle.bpel.xml.xpath.XPathFunctionException
Specified by:
call in interface com.oracle.bpel.xml.xpath.IXPathFunction
Throws:
com.oracle.bpel.xml.xpath.XPathFunctionException

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.