org.ow2.bonita.facade.def.majorElement
Interface ProcessFullDef
- All Superinterfaces:
- DefinitionRecord, ProcessDef, Record, java.io.Serializable
public interface ProcessFullDef
- extends ProcessDef
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessDef |
getAccessLevel, getAuthor, getCodepage, getCountrykey, getCreated, getDeploymentId, getDescription, getDurationUnit, getFormalParameters, getLimit, getPackageId, getPriority, getPublicationStatus, getResponsibles, getTimeEstimation, getValidFrom, getValidTo, getVersion |
Methods inherited from interface org.ow2.bonita.facade.Record |
getId |
getDataFields
java.util.Set<DataFieldDef> getDataFields()
getParticipants
java.util.Set<ParticipantDef> getParticipants()
getActivities
java.util.Set<ActivityDef> getActivities()
getTransitions
java.util.Set<TransitionDef> getTransitions()
getActivitySets
java.util.Set<ActivitySetDef> getActivitySets()
getApplications
java.util.Set<ApplicationDef> getApplications()