public abstract class ObjectWithWorkflow extends Property<ObjectWithWorkflow>
Modifier and Type | Class and Description |
---|---|
class |
ObjectWithWorkflow.ObjectWorkflowTable
this class is the widget holding all the tasks of the workflow
|
Property.PropertyElementDisplayDefinition
FIELDDIPLSAY_TITLE_MOD, FIELDDISPLAY_BOTTOMNOTES, FIELDDISPLAY_NONE, FIELDDISPLAY_NORMAL, FIELDDISPLAY_NORMAL_MOD, FIELDDISPLAY_TITLE, parent
Constructor and Description |
---|
ObjectWithWorkflow(java.lang.String name)
creates an object with workflow with the given name
|
Modifier and Type | Method and Description |
---|---|
Widget |
getObjectWorkflowTable() |
void |
setWorkflowTableWidgetPriority(WidgetDisplayPriority workflowtablepriority)
sets the priority of the widget holding the workflow tasks table (allows to
check the workflow progress)
|
addBusinessRule, addChoiceCategoryHelper, addContextForDataCreation, addDataAccessMethod, addDataInput, addDependentProperty, addDisplayProfileForProperty, addElement, addElement, addElementasSearchElement, addExternalObjectProperty, addFieldOverrides, addMethodAdditionalProcessing, addObjectToAuthorityMapper, addPropertyGenerics, addStringHelper, controlAfterParentDefinition, generatePropertyHelperToFile, getBusinessRule, getBusinessRuleByName, getBusinessRuleNumber, getChoiceCategoryByKey, getChoiceCategoryKeyNumber, getChoiceCategoryNumber, getContextDataForCreation, getContextDataForCreationSize, getDataAccessMethod, getDataAccessMethod, getDataAccessMethodnumber, getDataInputForCreation, getDataInputSize, getDataObjectConstructorAttributes, getDataObjectFieldName, getDependentProperties, getDisplayDefinitionForElement, getDisplayProfileForProperty, getDisplayProfileForPropertyNumber, getExternalObject, getExternalObjectDependence, getExternalObjectProperty, getExternalObjectPropertySize, getFieldOverridesat, getFieldOverridesNumber, getInstancename, getJavaClassType, getMethodAdditionalProcessing, getMethodAdditionalProcessingnumber, getParent, getPropertyclassname, getPropertyDeepCopyStatement, getPropertyExtractMethod, getPropertyGenerics, getPropertyGenericsSize, getPropertyGenericsString, getPropertyHelperName, getPropertyInitMethod, hasDynamicDefinitionHelper, hasInterface, hasStaticQuery, hideDataInputForCreation, isDatainputatbottom, isDataInputHiddenForCreation, isDataInputUsedForUpdate, isLegacy, isPropertyHelperTransient, setAsLegacy, setDatainputatbottom, setDataInputForUpdate, setDynamicDefinitionHelper, setExtraAttributes, setFinalSettings, writeAdditionalDefinition
AddElementWithSearch, addIndex, getDisplayname, getElements, getIndex, getJavaType, getSearchWidgetList, getTooltip, writeDependentClass
changeName, cleanName, equals, getName
public ObjectWithWorkflow(java.lang.String name)
name
- name of the workflow. Should be unique in the data object and a
valid java field namepublic void setWorkflowTableWidgetPriority(WidgetDisplayPriority workflowtablepriority)
workflowtablepriority
- display priority for the workflowpublic Widget getObjectWorkflowTable()