|
||||||||||
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. |
java.lang.String |
getLength()
Returns the length of the data. |
DataFieldDefinitionUUID |
getUUID()
Returns the UUID for the DataFieldDefinition. |
boolean |
isActivityDataField()
Indicates if it is an activity dataField. |
boolean |
isArray()
Indicates if it is an array |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord |
---|
getProcessDefinitionUUID |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord |
---|
getName, getPackageDefinitionUUID |
Method Detail |
---|
DataFieldDefinitionUUID getUUID()
java.lang.String getDataFieldId()
DataTypeDefinition getDataType()
org.ow2.bonita.facade.def.dataType
interface.
java.lang.String getInitialValue()
java.lang.String getLength()
java.lang.String getDescription()
boolean isArray()
boolean isActivityDataField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |