jBPM distribution 6.0.0.Alpha9

org.jbpm.form.builder.services.impl.base
Class BaseFormDefinitionService

java.lang.Object
  extended by org.jbpm.form.builder.services.impl.base.BaseFormDefinitionService

public abstract class BaseFormDefinitionService
extends Object


Constructor Summary
BaseFormDefinitionService()
           
 
Method Summary
protected  boolean isFormName(String assetId)
           
protected  boolean isItemName(String assetId)
           
protected  boolean updateFormName(FormRepresentation form)
           
protected  boolean updateItemName(String formItemName, StringBuilder returnName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFormDefinitionService

public BaseFormDefinitionService()
Method Detail

updateFormName

protected boolean updateFormName(FormRepresentation form)
Parameters:
form - FormRepresentation with name to be changed
Returns:
true if its an update, false if it is an insert

updateItemName

protected boolean updateItemName(String formItemName,
                                 StringBuilder returnName)

isItemName

protected boolean isItemName(String assetId)

isFormName

protected boolean isFormName(String assetId)

jBPM distribution 6.0.0.Alpha9

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