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

org.jbpm.formModeler.core.config.builders.dataHolder
Class BasicTypeHolderBuilder

java.lang.Object
  extended by org.jbpm.formModeler.core.config.builders.dataHolder.BasicTypeHolderBuilder
All Implemented Interfaces:
DataHolderBuilder, RangedDataHolderBuilder

@ApplicationScoped
public class BasicTypeHolderBuilder
extends Object
implements RangedDataHolderBuilder


Field Summary
static String HOLDER_TYPE_BASIC_TYPE
           
 
Constructor Summary
BasicTypeHolderBuilder()
           
 
Method Summary
 DataHolder buildDataHolder(DataHolderBuildConfig config)
           
 String getDataHolderName(Locale locale)
           
 Map<String,String> getHolderSources(String context)
           
 String getId()
           
 int getPriority()
           
 String[] getSupportedHolderTypes()
           
 boolean supportsPropertyType(String typeClass, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOLDER_TYPE_BASIC_TYPE

public static final String HOLDER_TYPE_BASIC_TYPE
See Also:
Constant Field Values
Constructor Detail

BasicTypeHolderBuilder

public BasicTypeHolderBuilder()
Method Detail

getId

public String getId()
Specified by:
getId in interface DataHolderBuilder

buildDataHolder

public DataHolder buildDataHolder(DataHolderBuildConfig config)
Specified by:
buildDataHolder in interface DataHolderBuilder

supportsPropertyType

public boolean supportsPropertyType(String typeClass,
                                    String path)
Specified by:
supportsPropertyType in interface DataHolderBuilder

getPriority

public int getPriority()
Specified by:
getPriority in interface DataHolderBuilder

getHolderSources

public Map<String,String> getHolderSources(String context)
Specified by:
getHolderSources in interface RangedDataHolderBuilder

getSupportedHolderTypes

public String[] getSupportedHolderTypes()
Specified by:
getSupportedHolderTypes in interface DataHolderBuilder

getDataHolderName

public String getDataHolderName(Locale locale)
Specified by:
getDataHolderName in interface DataHolderBuilder

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

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