org.ow2.bonita.facade.def.majorElement
Interface PackageFullDef
- All Superinterfaces:
- org.ow2.bonita.services.Archivable, DefinitionRecord, PackageDef, java.io.Serializable
public interface PackageFullDef
- extends PackageDef, org.ow2.bonita.services.Archivable
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.PackageDef |
getAuthor, getClassDependencies, getCodepage, getConformanceClass, getCostUnit, getCountrykey, getCreated, getDeployedBy, getDeployedDate, getDescription, getDocumentation, getExternalPackages, getPackageDependencies, getPackageId, getPriorityUnit, getPublicationStatus, getResponsibles, getScriptGrammar, getScriptType, getScriptVersion, getTypeDeclarations, getUndeployedBy, getUndeployedDate, getUUID, getVendor, getVersion, getXPDLVersion |
getParticipants
java.util.Set<ParticipantDef> getParticipants()
getApplications
java.util.Set<ApplicationDef> getApplications()
getDataFields
java.util.Set<DataFieldDef> getDataFields()
getProcesses
java.util.Set<ProcessFullDef> getProcesses()
setUndeployedDate
void setUndeployedDate(java.util.Date undeployedDate)
setUndeployedBy
void setUndeployedBy(java.lang.String undeployedBy)
stateMatch
boolean stateMatch(PackageDef.PackageState packageState)