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.
 java.lang.String getDescription()
           
 java.lang.String getId()
          Return the id of the Task.
 java.lang.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

java.lang.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

java.lang.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

java.lang.String getDescription()


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.