jBPM Console NG - Human Tasks Backend 6.0.1.Final

org.jbpm.console.ng.ht.backend.server
Class FormServiceEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.FormServiceEntryPointImpl
All Implemented Interfaces:
FormServiceEntryPoint

@ApplicationScoped
public class FormServiceEntryPointImpl
extends Object
implements FormServiceEntryPoint


Constructor Summary
FormServiceEntryPointImpl()
           
 
Method Summary
 String getFormDisplayProcess(String domainId, String processId)
           
 String getFormDisplayTask(long taskId)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormServiceEntryPointImpl

public FormServiceEntryPointImpl()
Method Detail

init

@PostConstruct
public void init()

getFormDisplayTask

public String getFormDisplayTask(long taskId)
Specified by:
getFormDisplayTask in interface FormServiceEntryPoint

getFormDisplayProcess

public String getFormDisplayProcess(String domainId,
                                    String processId)
Specified by:
getFormDisplayProcess in interface FormServiceEntryPoint

jBPM Console NG - Human Tasks Backend 6.0.1.Final

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