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
Methods inherited from interface org.ow2.bonita.services.record.Record |
getId |
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()