org.jbpm.formModeler.core.config.builders.dataHolder
Class PojoDataHolderBuilder
java.lang.Object
org.jbpm.formModeler.core.config.builders.dataHolder.PojoDataHolderBuilder
- All Implemented Interfaces:
- DataHolderBuilder
@ApplicationScoped
public class PojoDataHolderBuilder
- extends Object
- implements DataHolderBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOLDER_TYPE_POJO_CLASSNAME
public static final String HOLDER_TYPE_POJO_CLASSNAME
- See Also:
- Constant Field Values
PojoDataHolderBuilder
public PojoDataHolderBuilder()
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 type,
String path)
- Specified by:
supportsPropertyType
in interface DataHolderBuilder
getPriority
public int getPriority()
- Specified by:
getPriority
in interface DataHolderBuilder
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.