de.danet.an.workflow.api
Interface ProcessDefinition.ProcessHeaderData

Enclosing interface:
ProcessDefinition

public static interface ProcessDefinition.ProcessHeaderData

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

created

public java.lang.String created()
Dreation date of the process definition.

Returns:
the created information.

description

public java.lang.String description()
Short description of the process definition.

Returns:
the description.

priority

public java.lang.String priority()
Priority of the process type.

Returns:
the priority.

limit

public java.lang.String limit()
Expected duration for time management purposes in units of duration unit (duration unit does not present in this class).

Returns:
the limit.

validFrom

public java.lang.String validFrom()
Date that the workflow process definition is active from.

Returns:
the valid from date.

validTo

public java.lang.String validTo()
Date at witch the process definition becomes valid.

Returns:
the valid to date.

timeEstimationWaiting

public java.lang.String timeEstimationWaiting()
Describes the amount of time the performer of the activity needs to perform the task.

Returns:
the estimated time.

timeEstimationWorking

public java.lang.String timeEstimationWorking()
Describes the amount of time the performer of the activity needs to perform the task.

Returns:
the estimated time.

timeEstimationDuration

public java.lang.String timeEstimationDuration()
Describes the amount of time the performer of the activity needs to perform the task.

Returns:
the estimated time.

author

public java.lang.String author()
Name of the author of this workflow process definition.

Returns:
the author.

version

public java.lang.String version()
Describes the version of this workflow process definition.

Returns:
the version.

codepage

public java.lang.String codepage()
Describes the codepage used for the text parts.

Returns:
the codepage.

countrykey

public java.lang.String countrykey()
Describes the country code based on ISO 3166. It could be either the three digits country code number, or the two alpha characters country codes.

Returns:
the country code.

publicationStatus

public java.lang.String publicationStatus()
Describes the status of the Workflow Process Definition.

Returns:
the status.

responsibles

public java.util.List responsibles()
Describes the responsible Workflow participant(s). It is assumed that the responsible is the supervisor during the execution of the process.

Returns:
the list of responsible Workflow participant in String.

packageHeader

public ProcessDefinition.PackageHeaderData packageHeader()
The elements of package header.

Returns:
the package header.