|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessDef
Nested Class Summary | |
---|---|
static class |
ProcessDef.AccessLevel
|
static class |
ProcessDef.DurationUnit
|
static class |
ProcessDef.ProcessState
|
Method Summary | |
---|---|
ProcessDef.AccessLevel |
getAccessLevel()
The Access level of a process may be either PUBLIC or PRIVATE. |
java.lang.String |
getAuthor()
Name of the author of this process definition. |
java.lang.String |
getCodepage()
The codepage used for the text parts. |
java.lang.String |
getCountrykey()
Country code based on ISO 3166. |
java.lang.String |
getCreated()
Creation date of process definition. |
java.lang.String |
getDeploymentId()
A package can be deployed and then undeployed several times. |
java.lang.String |
getDescription()
Short textual description of the process. |
ProcessDef.DurationUnit |
getDurationUnit()
Describes the default unit to be applied to an integer duration value that has no unit tag. |
java.util.List<org.ow2.bonita.facade.def.element.FormalParameterDef> |
getFormalParameters()
A list of parameters that may be passed to the process. |
java.lang.String |
getLimit()
Expected duration for time management purposes (e.g. starting an escalation procedure etc.) in units of DurationUnit. |
java.lang.String |
getPackageId()
Returns the value of the package Id attribute defined into the xpdl file. |
java.lang.String |
getPriority()
The priority of the process type. |
PackageDef.PublicationStatus |
getPublicationStatus()
Status of the Process Definition. |
java.util.Set<java.lang.String> |
getResponsibles()
Participant, who is responsible for this process (usually an Organisational Unit or a Human). |
org.ow2.bonita.facade.def.element.TimeEstimationDef |
getTimeEstimation()
Grouping of waiting time, working time, and duration. |
java.lang.String |
getValidFrom()
The date that the process definition is active from. |
java.lang.String |
getValidTo()
The date at which the process definition becomes valid. |
java.lang.String |
getVersion()
Version of this process definition. |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord |
---|
getName |
Methods inherited from interface org.ow2.bonita.facade.Record |
---|
getId |
Method Detail |
---|
java.lang.String getPackageId()
getPackageId
in interface Record
java.lang.String getDeploymentId()
getDeploymentId
in interface Record
ProcessDef.AccessLevel getAccessLevel()
java.lang.String getCreated()
java.lang.String getDescription()
java.lang.String getPriority()
java.lang.String getLimit()
java.lang.String getValidFrom()
java.lang.String getValidTo()
org.ow2.bonita.facade.def.element.TimeEstimationDef getTimeEstimation()
ProcessDef.DurationUnit getDurationUnit()
java.lang.String getAuthor()
java.lang.String getVersion()
java.lang.String getCodepage()
java.lang.String getCountrykey()
java.util.Set<java.lang.String> getResponsibles()
PackageDef.PublicationStatus getPublicationStatus()
java.util.List<org.ow2.bonita.facade.def.element.FormalParameterDef> getFormalParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |