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

All Superinterfaces:
MajorElementDef, org.ow2.bonita.services.record.Record, java.io.Serializable
All Known Implementing Classes:
PackageDefFullImpl, PackageDefImpl

public interface PackageDef
extends MajorElementDef, org.ow2.bonita.services.record.Record


Nested Class Summary
static class PackageDef.GraphConformance
           
static class PackageDef.PublicationStatus
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.util.Set<java.lang.String> getClassDependencies()
           
 java.lang.String getCodepage()
           
 PackageDef.GraphConformance getConformanceClass()
           
 java.lang.String getCostUnit()
           
 java.lang.String getCountrykey()
           
 java.lang.String getCreated()
           
 java.lang.String getDeployedBy()
           
 java.util.Date getDeployedDate()
           
 java.lang.String getDeploymentId()
           
 java.lang.String getDescription()
           
 java.lang.String getDocumentation()
           
 java.util.Set<? extends ExternalPackageDef> getExternalPackages()
           
 java.util.Set<java.lang.String> getPackageDependencies()
           
 java.lang.String getPriorityUnit()
           
 PackageDef.PublicationStatus getPublicationStatus()
           
 java.util.Set<java.lang.String> getResponsibles()
           
 java.lang.String getScriptGrammar()
           
 java.lang.String getScriptType()
           
 java.lang.String getScriptVersion()
           
 java.util.Set<? extends TypeDeclarationDef> getTypeDeclarations()
           
 java.lang.String getUndeployedBy()
           
 java.util.Date getUndeployedDate()
           
 java.lang.String getVendor()
           
 java.lang.String getVersion()
           
 java.lang.String getXPDLVersion()
           
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.MajorElementDef
getId, getName
 
Methods inherited from interface org.ow2.bonita.services.record.Record
getId
 

Method Detail

getDeploymentId

java.lang.String getDeploymentId()
Specified by:
getDeploymentId in interface org.ow2.bonita.services.record.Record

getDeployedDate

java.util.Date getDeployedDate()

getUndeployedDate

java.util.Date getUndeployedDate()

getDeployedBy

java.lang.String getDeployedBy()

getUndeployedBy

java.lang.String getUndeployedBy()

getXPDLVersion

java.lang.String getXPDLVersion()

getVendor

java.lang.String getVendor()

getCreated

java.lang.String getCreated()

getDescription

java.lang.String getDescription()

getDocumentation

java.lang.String getDocumentation()

getPriorityUnit

java.lang.String getPriorityUnit()

getCostUnit

java.lang.String getCostUnit()

getAuthor

java.lang.String getAuthor()

getVersion

java.lang.String getVersion()

getCodepage

java.lang.String getCodepage()

getCountrykey

java.lang.String getCountrykey()

getResponsibles

java.util.Set<java.lang.String> getResponsibles()

getPublicationStatus

PackageDef.PublicationStatus getPublicationStatus()

getConformanceClass

PackageDef.GraphConformance getConformanceClass()

getScriptType

java.lang.String getScriptType()

getScriptVersion

java.lang.String getScriptVersion()

getScriptGrammar

java.lang.String getScriptGrammar()

getExternalPackages

java.util.Set<? extends ExternalPackageDef> getExternalPackages()

getTypeDeclarations

java.util.Set<? extends TypeDeclarationDef> getTypeDeclarations()

getPackageDependencies

java.util.Set<java.lang.String> getPackageDependencies()

getClassDependencies

java.util.Set<java.lang.String> getClassDependencies()