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

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

public interface DataFieldDef
extends ProcessDefinitionRecord, java.io.Serializable


Method Summary
 DataTypeDef getDataType()
           
 java.lang.String getDeploymentId()
          A package can be deployed and then undeployed several times.
 java.lang.String getDescription()
           
 java.lang.String getInitialValue()
           
 java.lang.String getLength()
           
 java.lang.String getPackageId()
          Returns the package id (defined into the Package element of the imported xpdl file).
 boolean isActivityDataField()
           
 boolean isArray()
           
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord
getProcessId
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
getName
 
Methods inherited from interface org.ow2.bonita.facade.Record
getId
 

Method Detail

getPackageId

java.lang.String getPackageId()
Description copied from interface: Record
Returns the package id (defined into the Package element of the imported xpdl file).

Specified by:
getPackageId in interface Record
Returns:
The package id.

getDeploymentId

java.lang.String getDeploymentId()
Description copied from interface: Record
A package can be deployed and then undeployed several times. Each deployment can be uniquely identified by the deployment id.

Specified by:
getDeploymentId in interface Record
Returns:
The deployment id.

getDataType

DataTypeDef getDataType()

getInitialValue

java.lang.String getInitialValue()

getLength

java.lang.String getLength()

getDescription

java.lang.String getDescription()

isArray

boolean isArray()

isActivityDataField

boolean isActivityDataField()