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


oracle.tip.pc.services.identity
Interface BPMGroup

All Superinterfaces:
BPMIdentity, BPMPrincipal, BPMRole, java.security.Principal

public interface BPMGroup
extends BPMRole

BPMGroup interface defines BPEL Process Manager Group


Method Summary
 java.util.List getParticipants(boolean direct)
          Gets participants
 org.w3c.dom.Node toNode()
          Create a DOM Node from the BPMGroup object

 

Methods inherited from interface oracle.tip.pc.services.identity.BPMRole
getActions, getAllParticipants, getParticipants

 

Methods inherited from interface oracle.tip.pc.services.identity.BPMIdentity
getAppRoles, getEmail, getGroups, getRoles, isInRole, isInRole

 

Methods inherited from interface oracle.tip.pc.services.identity.BPMPrincipal
getAttribute, getAttributes, getDescription, getDisplayName, getFullName, getGuid

 

Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString

 

Method Detail

getParticipants

public java.util.List getParticipants(boolean direct)
                               throws BPMIdentityException
Gets participants
Specified by:
getParticipants in interface BPMRole
Parameters:
direct - a boolean flag. If true it returns direct participants,else all
Returns:
List of participants
Throws:
BPMIdentityException - if error occurs

toNode

public org.w3c.dom.Node toNode()
Create a DOM Node from the BPMGroup object
Returns:
Node DOM Node representing the BPMGroup

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


Copyright © 2005, Oracle. All rights reserved.