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

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

public interface ApplicationDef
extends ProcessDefinitionRecord, java.io.Serializable


Method Summary
 java.lang.String getDeploymentId()
          A package can be deployed and then undeployed several times.
 java.lang.String getDescription()
           
 org.ow2.bonita.facade.def.element.ExternalReferenceDef getExternalReference()
           
 java.util.List<org.ow2.bonita.facade.def.element.FormalParameterDef> getFormalParameters()
           
 java.lang.String getPackageId()
          Returns the package id (defined into the Package element of the imported xpdl file).
 
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.

getDescription

java.lang.String getDescription()

getFormalParameters

java.util.List<org.ow2.bonita.facade.def.element.FormalParameterDef> getFormalParameters()

getExternalReference

org.ow2.bonita.facade.def.element.ExternalReferenceDef getExternalReference()