Package oracle.tip.pc.services.identity
Class LocalIdentityService
java.lang.Object
oracle.tip.pc.services.identity.LocalIdentityService
- All Implemented Interfaces:
Service
LocalIdentityService defines web services which used by local binding only
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagementChainUsersgetManagementChain(String userName, int levels, String uptoTitle, String uptoUser) Gets ManagementChain for given userstatic ManagementChainUsersgetManagementChain(String userName, ManagementChain managementChain) Gets ManagementChain for given userstatic StringgetManager(String userName) Gets user manager nameGets status
-
Constructor Details
-
LocalIdentityService
public LocalIdentityService()
-
-
Method Details
-
getManager
public static String getManager(String userName) throws BPMIdentityNotFoundException, BPMIdentityException Gets user manager name- Parameters:
userName- a user name- Returns:
- manager name
- Throws:
BPMIdentityNotFoundExceptionBPMIdentityException
-
getManagementChain
public static ManagementChainUsers getManagementChain(String userName, int levels, String uptoTitle, String uptoUser) throws BPMIdentityNotFoundException, BPMIdentityException Gets ManagementChain for given user- Parameters:
userName- a user namelevels- The number of levesuptoTitle- The title of the last user in the management chainuptoUser- The last user in the management chain- Returns:
- ManagementChainUsers object
- Throws:
BPMIdentityNotFoundException- if user not foundBPMIdentityException- if error occurs
-
getManagementChain
public static ManagementChainUsers getManagementChain(String userName, ManagementChain managementChain) throws BPMIdentityNotFoundException, BPMIdentityException Gets ManagementChain for given user- Parameters:
userName- a user namemanagementChain- The ManagementChain object containing the parameters- Returns:
- ManagementChainUsers object
- Throws:
BPMIdentityNotFoundException- if user not foundBPMIdentityException- if error occurs
-
getStatus
Gets status
-