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

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

java.lang.String getName()
Returns the name of the process.

Returns:
the name, a string object

getDescription

java.lang.String getDescription()

getApplication

Application getApplication()
Returns the application of the process.

Returns:
the application


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