org.ow2.bonita.facade.def.majorElement
Interface DataFieldDef
- All Superinterfaces:
- DefinitionRecord, ProcessDefinitionRecord, Record, java.io.Serializable
public interface DataFieldDef
- extends ProcessDefinitionRecord, java.io.Serializable
Methods inherited from interface org.ow2.bonita.facade.Record |
getId |
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()