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

All Superinterfaces:
MajorElementDef
All Known Implementing Classes:
ProcessDefFullImpl, ProcessDefImpl

public interface ProcessDef
extends MajorElementDef


Nested Class Summary
static class ProcessDef.AccessLevel
           
static class ProcessDef.DurationUnit
           
 
Method Summary
 ProcessDef.AccessLevel getAccessLevel()
           
 java.lang.String getAuthor()
           
 java.lang.String getCodepage()
           
 java.lang.String getCountrykey()
           
 java.lang.String getCreated()
           
 java.lang.String getDeploymentId()
           
 java.lang.String getDescription()
           
 ProcessDef.DurationUnit getDurationUnit()
           
 java.util.List<? extends FormalParameterDef> getFormalParameters()
           
 java.lang.String getLimit()
           
 java.lang.String getPackageId()
           
 java.lang.String getPriority()
           
 PackageDef.PublicationStatus getPublicationStatus()
           
 java.util.Set<java.lang.String> getResponsibles()
           
 TimeEstimationDef getTimeEstimation()
           
 java.lang.String getValidFrom()
           
 java.lang.String getValidTo()
           
 java.lang.String getVersion()
           
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.MajorElementDef
getId, getName
 

Method Detail

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()