|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.rca.client.ReviewCommentingAndApprovalUtilClient
public class ReviewCommentingAndApprovalUtilClient
| Constructor Summary | |
|---|---|
ReviewCommentingAndApprovalUtilClient(com.adobe.idp.dsc.clientsdk.ServiceClientFactory serviceClientFactory)
Create ManagedReviewAndApprovalUtilClient instance. |
|
| Method Summary | |
|---|---|
Map |
findCustomRCAProcesses()
Returns a Map of Processes that can be used as Process Hooks or for ARS/RTS Creation . |
String |
findProcessHooks()
Returns the name of all the processes that matches the search for pre and post hook processes. |
String |
findTrackingSheetProcess()
Returns the name of all the processes that matches the search for Approval Routing Slip/Review Tracking Sheet generation process. |
String |
findUsers(String domainName,
String partialUserName)
Returns list of users matching the criteria. |
Boolean |
hasPermission(List permissionList)
This method checks if the invoker has all the permissions specified in list of permissions. |
void |
refreshReviewTemplateList()
Migrates old review templates to newer version of review templates. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReviewCommentingAndApprovalUtilClient(com.adobe.idp.dsc.clientsdk.ServiceClientFactory serviceClientFactory)
serviceClientFactory - serviceClientFactory to be used| Method Detail |
|---|
public String findUsers(String domainName,
String partialUserName)
throws com.adobe.idp.dsc.DSCException
domainName - User Management Domain namepartialUserName - Partial user name to be searched
ICRException - if no such match is found.
com.adobe.idp.dsc.DSCException
public String findProcessHooks()
throws com.adobe.idp.dsc.DSCException
com.adobe.idp.dsc.DSCException
public Map findCustomRCAProcesses()
throws com.adobe.idp.dsc.DSCException
PROCESS_HOOK_KEY - List of Custom Hooks ProcessesTRACKING_SHEET_KEY - List of ARS/RTS Creation Processes
String, List>.
com.adobe.idp.dsc.DSCException
public String findTrackingSheetProcess()
throws com.adobe.idp.dsc.DSCException
com.adobe.idp.dsc.DSCException
public Boolean hasPermission(List permissionList)
throws ICRException
permissionList - List of permission names.
ICRException - if the permission is not a valid RCAPermission
public void refreshReviewTemplateList()
throws ICRException
ICRException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||