jbpm-form-modeler-service-core 6.1.0.Beta2

org.jbpm.formModeler.core
Class FormCoreServices

java.lang.Object
  extended by org.jbpm.formModeler.core.FormCoreServices

@ApplicationScoped
public class FormCoreServices
extends Object


Field Summary
protected  BindingManager bindingManager
           
protected  FieldTypeManager fieldTypeManager
           
protected  FormManager formManager
           
protected  FormSerializationManager formSerializationManager
           
 
Constructor Summary
FormCoreServices()
           
 
Method Summary
 BindingManager getBindingManager()
           
 FieldTypeManager getFieldTypeManager()
           
 FormManager getFormManager()
           
 FormSerializationManager getFormSerializationManager()
           
static FormCoreServices lookup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formManager

@Inject
protected FormManager formManager

fieldTypeManager

@Inject
protected FieldTypeManager fieldTypeManager

bindingManager

@Inject
protected BindingManager bindingManager

formSerializationManager

@Inject
protected FormSerializationManager formSerializationManager
Constructor Detail

FormCoreServices

public FormCoreServices()
Method Detail

lookup

public static FormCoreServices lookup()

getFormManager

public FormManager getFormManager()

getFieldTypeManager

public FieldTypeManager getFieldTypeManager()

getBindingManager

public BindingManager getBindingManager()

getFormSerializationManager

public FormSerializationManager getFormSerializationManager()

jbpm-form-modeler-service-core 6.1.0.Beta2

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