org.ow2.bonita.facade.def.majorElement
Interface ProcessDef
- All Superinterfaces:
- MajorElementDef
- All Known Implementing Classes:
- ProcessDefFullImpl, ProcessDefImpl
public interface ProcessDef
- extends MajorElementDef
getPackageId
java.lang.String getPackageId()
getDeploymentId
java.lang.String getDeploymentId()
getAccessLevel
ProcessDef.AccessLevel getAccessLevel()
getCreated
java.lang.String getCreated()
getDescription
java.lang.String getDescription()
getPriority
java.lang.String getPriority()
getLimit
java.lang.String getLimit()
getValidFrom
java.lang.String getValidFrom()
getValidTo
java.lang.String getValidTo()
getTimeEstimation
TimeEstimationDef getTimeEstimation()
getDurationUnit
ProcessDef.DurationUnit getDurationUnit()
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()
getFormalParameters
java.util.List<? extends FormalParameterDef> getFormalParameters()