com.groiss.wf
Interface ProcessDefinition


public interface ProcessDefinition

This class describes process definitions. Manipulation of the objects of these class are done using the @enterprise administration interface.


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

Method Detail

getOid

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

Returns:
the oid

getId

String getId()
Return the id of the process definition.

Returns:
the id

getVersion

int getVersion()
Return the version of the process definition.

Returns:
the version, a natural number

getName

String getName()
Returns the name of the process.

Returns:
the name, a string object

getDescription

String getDescription()

getApplication

Application getApplication()
Returns the application of the process.

Returns:
the application


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