Package oracle.tip.pc.services.identity
Interface BPMPosition
- All Known Implementing Classes:
PositionImpl
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
Modifier and TypeMethodDescriptionGets display name of the position in default locale.getDisplayName
(Locale locale) Gets display name of the position for a given locale.Gets users that are in this position.getName()
Gets the position name (id) of a position.
-
Method Details
-
getGrantees
Gets users that are in this position.- Returns:
- set of BPMUser objects.
- Throws:
BPMIdentityException
-
getDisplayName
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
Gets the position name (id) of a position.- Returns:
- id of the position to use in the workflow system.
- Throws:
BPMIdentityException
-
getDisplayName
Gets display name of the position in default locale.- Returns:
- display name of the position.
- Throws:
BPMIdentityException
-