org.jbpm.formModeler.core.config.builders.dataHolder
Class BasicTypeHolderBuilder
java.lang.Object
org.jbpm.formModeler.core.config.builders.dataHolder.BasicTypeHolderBuilder
- All Implemented Interfaces:
- DataHolderBuilder, RangedDataHolderBuilder
@ApplicationScoped
public class BasicTypeHolderBuilder
- extends Object
- implements RangedDataHolderBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOLDER_TYPE_BASIC_TYPE
public static final String HOLDER_TYPE_BASIC_TYPE
- See Also:
- Constant Field Values
BasicTypeHolderBuilder
public BasicTypeHolderBuilder()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.