org.ow2.bonita.facade.def.majorElement
Interface DataFieldDefinition

All Superinterfaces:
DefinitionRecord, ProcessDefinitionRecord, java.io.Serializable

public interface DataFieldDefinition
extends ProcessDefinitionRecord, java.io.Serializable

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

getUUID

DataFieldDefinitionUUID getUUID()
Returns the UUID for the DataFieldDefinition.


getDataFieldId

java.lang.String getDataFieldId()
Returns the value of the id attribute of the DataField element defined into the XPDL file.


getDataType

DataTypeDefinition getDataType()
Returns the org.ow2.bonita.facade.def.dataType interface.


getInitialValue

java.lang.String getInitialValue()
Returns the initial value of the dataField.


getLength

java.lang.String getLength()
Returns the length of the data.


getDescription

java.lang.String getDescription()
Returns the description of the dataField.


isArray

boolean isArray()
Indicates if it is an array


isActivityDataField

boolean isActivityDataField()
Indicates if it is an activity dataField.



Copyright © 2008 OW2 Consortium. All Rights Reserved.