|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface providing the information from the process definition header section.
Method Summary | |
java.lang.String |
author()
Name of the author of this workflow process definition. |
java.lang.String |
codepage()
Describes the codepage used for the text parts. |
java.lang.String |
countrykey()
Describes the country code based on ISO 3166. |
java.lang.String |
created()
Dreation date of the process definition. |
java.lang.String |
description()
Short description of the process definition. |
java.lang.String |
limit()
Expected duration for time management purposes in units of duration unit (duration unit does not present in this class). |
ProcessDefinition.PackageHeaderData |
packageHeader()
The elements of package header. |
java.lang.String |
priority()
Priority of the process type. |
java.lang.String |
publicationStatus()
Describes the status of the Workflow Process Definition. |
java.util.List |
responsibles()
Describes the responsible Workflow participant(s). |
java.lang.String |
timeEstimationDuration()
Describes the amount of time the performer of the activity needs to perform the task. |
java.lang.String |
timeEstimationWaiting()
Describes the amount of time the performer of the activity needs to perform the task. |
java.lang.String |
timeEstimationWorking()
Describes the amount of time the performer of the activity needs to perform the task. |
java.lang.String |
validFrom()
Date that the workflow process definition is active from. |
java.lang.String |
validTo()
Date at witch the process definition becomes valid. |
java.lang.String |
version()
Describes the version of this workflow process definition. |
Method Detail |
public java.lang.String created()
public java.lang.String description()
public java.lang.String priority()
public java.lang.String limit()
public java.lang.String validFrom()
public java.lang.String validTo()
public java.lang.String timeEstimationWaiting()
public java.lang.String timeEstimationWorking()
public java.lang.String timeEstimationDuration()
public java.lang.String author()
public java.lang.String version()
public java.lang.String codepage()
public java.lang.String countrykey()
public java.lang.String publicationStatus()
public java.util.List responsibles()
public ProcessDefinition.PackageHeaderData packageHeader()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |