Package oracle.tip.pc.services.identity
Class PositionImpl
java.lang.Object
oracle.tip.pc.services.identity.PositionImpl
- All Implemented Interfaces:
BPMPosition
-
Constructor Summary
ConstructorsConstructorDescriptionPositionImpl
(BPMProvider provider, String positionId) Create a BPMPositon object with ID and the provider. -
Method Summary
Modifier and TypeMethodDescriptionGets the display name in default locale of the server.getDisplayName
(Locale locale) Gets display name of the position in a given locale.Gets users that are in this position.getName()
Gets the position name (id) of a position.toNode()
-
Constructor Details
-
PositionImpl
Create a BPMPositon object with ID and the provider.- Parameters:
provider
-positionId
-- Throws:
BPMIdentityException
-
-
Method Details
-
getGrantees
Description copied from interface:BPMPosition
Gets users that are in this position.- Specified by:
getGrantees
in interfaceBPMPosition
- Returns:
- set of BPMUser objects.
- Throws:
BPMIdentityException
-
toNode
-
getDisplayName
Gets display name of the position in a given locale. If display name is not found, returns the position id as default.- Specified by:
getDisplayName
in interfaceBPMPosition
- Parameters:
locale
- user locale to use for get the display name of the position.- Returns:
- display name of this
BPMPosition
- Throws:
BPMIdentityException
-
getDisplayName
Gets the display name in default locale of the server.- Specified by:
getDisplayName
in interfaceBPMPosition
- Returns:
- Throws:
BPMIdentityException
-
getName
Description copied from interface:BPMPosition
Gets the position name (id) of a position.- Specified by:
getName
in interfaceBPMPosition
- Returns:
- id of the position to use in the workflow system.
-