KIE Remote Services :: Services 6.2.0.CR4

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)
           
 String generateFormTaskURL(String baseURL, long taskId, String opener)
           
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)

generateFormTaskURL

public String generateFormTaskURL(String baseURL,
                                  long taskId,
                                  String opener)

generateURL

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

KIE Remote Services :: Services 6.2.0.CR4

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