|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.util.Set<BPMUser> getGrantees()
throws BPMIdentityException
BPMIdentityException
java.lang.String getDisplayName(java.util.Locale locale)
throws BPMIdentityException
locale - user locale to use for get the display name of the position.BPMIdentityException
java.lang.String getName()
throws BPMIdentityException
BPMIdentityException
java.lang.String getDisplayName()
throws BPMIdentityException
BPMIdentityException
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||