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:BPMPositionGets users that are in this position.- Specified by:
getGranteesin 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:
getDisplayNamein 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:
getDisplayNamein interfaceBPMPosition- Returns:
- Throws:
BPMIdentityException
-
getName
Description copied from interface:BPMPositionGets the position name (id) of a position.- Specified by:
getNamein interfaceBPMPosition- Returns:
- id of the position to use in the workflow system.
-