Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.tip.pc.services.identity
Interface BPMPosition


public interface BPMPosition

Method Summary
 java.lang.String getDisplayName()
          Returns display name of the position in defualt locale.
 java.lang.String getDisplayName(java.util.Locale locale)
          Gets display name of the position in given locale.
 java.util.Set<BPMUser> getGrantees()
           
 java.lang.String getName()
          Returns the ID of the position.

 

Method Detail

getGrantees

java.util.Set<BPMUser> getGrantees()
                                   throws BPMIdentityException
Throws:
BPMIdentityException

getDisplayName

java.lang.String getDisplayName(java.util.Locale locale)
                                throws BPMIdentityException
Gets display name of the position in given locale. If the locale is null default JVM locale is used.
Returns:
display name of this BPMPrincipal
Throws:
BPMIdentityException

getName

java.lang.String getName()
                         throws BPMIdentityException
Returns the ID of the position.
Returns:
Throws:
BPMIdentityException

getDisplayName

java.lang.String getDisplayName()
                                throws BPMIdentityException
Returns display name of the position in defualt locale.
Returns:
Throws:
BPMIdentityException

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


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