KIE Remote Services :: Services 6.1.0.CR2

org.kie.remote.services.util
Class FormURLGenerator

java.lang.Object
  extended by org.kie.remote.services.util.FormURLGenerator

public class FormURLGenerator
extends Object


Field Summary
protected static String FORM_PERSPECTIVE
           
protected static String KIE_WB_GWT_MODULE
           
 
Constructor Summary
FormURLGenerator()
           
 
Method Summary
 String generateFormProcessURL(String baseURL, String processId, String deploymentId, String opener, Map<String,List<String>> params)
           
 String generateFormTaskURL(String baseURL, long taskId, String opener, Map<String,List<String>> params)
           
protected  String generateURL(String baseURL, Map<String,String> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIE_WB_GWT_MODULE

protected static final String KIE_WB_GWT_MODULE
See Also:
Constant Field Values

FORM_PERSPECTIVE

protected static final String FORM_PERSPECTIVE
See Also:
Constant Field Values
Constructor Detail

FormURLGenerator

public FormURLGenerator()
Method Detail

generateFormProcessURL

public String generateFormProcessURL(String baseURL,
                                     String processId,
                                     String deploymentId,
                                     String opener,
                                     Map<String,List<String>> params)

generateFormTaskURL

public String generateFormTaskURL(String baseURL,
                                  long taskId,
                                  String opener,
                                  Map<String,List<String>> params)

generateURL

protected String generateURL(String baseURL,
                             Map<String,String> params)

KIE Remote Services :: Services 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.