Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.tip.pc.services.identity
Interface BPMPosition


public interface BPMPosition

Represents a position of an identity. Human workflow supports Position Hierarchy that can used instead of managerial hierarchy for approval. This class represents a single position. A position identity can be assigned to multiple users. In an oraganizations, users can be in a position. and task can be assigned to a position. Users need to acquire tasks assigned to positions to work the approvals.


Method Summary
 java.lang.String getDisplayName()
          Gets display name of the position in default locale.
 java.lang.String getDisplayName(java.util.Locale locale)
          Gets display name of the position for a given locale.
 java.util.Set<BPMUser> getGrantees()
          Gets users that are in this position.
 java.lang.String getName()
          Gets the position name (id) of a position.

 

Method Detail

getGrantees

java.util.Set<BPMUser> getGrantees()
                                   throws BPMIdentityException
Gets users that are in this position.
Returns:
set of BPMUser objects.
Throws:
BPMIdentityException

getDisplayName

java.lang.String getDisplayName(java.util.Locale locale)
                                throws BPMIdentityException
Gets display name of the position for a given locale. If the locale is null, default JVM locale is used.
Parameters:
locale - user locale to use for get the display name of the position.
Returns:
display name of the position.
Throws:
BPMIdentityException

getName

java.lang.String getName()
                         throws BPMIdentityException
Gets the position name (id) of a position.
Returns:
id of the position to use in the workflow system.
Throws:
BPMIdentityException

getDisplayName

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

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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