|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFieldDefinition
This interface represents the DataField definition. It's derived from the DataField Definition (also called Workflow Relevant Data) of XPDL.
Method Summary | |
---|---|
java.lang.String |
getDataFieldId()
Returns the value of the id attribute of the DataField element defined into the XPDL file. |
DataTypeDefinition |
getDataType()
Returns the org.ow2.bonita.facade.def.dataType interface. |
java.lang.String |
getDescription()
Returns the description of the dataField. |
java.lang.String |
getInitialValue()
Returns the initial value of the dataField. |
DataFieldDefinitionUUID |
getUUID()
Returns the UUID for the DataFieldDefinition. |
boolean |
isActivityDataField()
Indicates if it is an activity dataField. |
void |
setDescription(java.lang.String description)
Adds a description |
void |
setInitialValue(java.lang.String initialValue)
Initializes the dataField value |
void |
setUUID(DataFieldDefinitionUUID uuid)
Sets the dataFieldDefinitionUUID. |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessElement |
---|
getProcessDefinitionUUID, setProcessDefinitionUUID |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.NamedElement |
---|
getName |
Method Detail |
---|
DataFieldDefinitionUUID getUUID()
java.lang.String getDataFieldId()
DataTypeDefinition getDataType()
org.ow2.bonita.facade.def.dataType
interface.
java.lang.String getInitialValue()
java.lang.String getDescription()
boolean isActivityDataField()
void setUUID(DataFieldDefinitionUUID uuid)
uuid
- void setDescription(java.lang.String description)
description
- the dataField descriptionvoid setInitialValue(java.lang.String initialValue)
initialValue
- the initial value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |