com.groiss.wf
Interface Task


public interface Task

A task is used to describe a manual task in a process definition.


Method Summary
 Application getApplication()
          Returns the application of the process.
 String getDescription()
           
 String getId()
          Return the id of the Task.
 String getName()
          Returns the name of the task
 long getOid()
          Returns the unique oid of the object.
 int getVersion()
          Return the version of the Task.
 

Method Detail

getOid

long getOid()
Returns the unique oid of the object.

Returns:
the oid

getId

String getId()
Return the id of the Task.

Returns:
the id

getVersion

int getVersion()
Return the version of the Task.

Returns:
the version, a natural number

getName

String getName()
Returns the name of the task

Returns:
the name, a string object

getApplication

Application getApplication()
Returns the application of the process.

Returns:
the application

getDescription

String getDescription()


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.