com.groiss.org
Interface Application


public interface Application

Interface for describing an application. Process definitions, forms, rights, roles, tasks, and functions belog to applications.


Field Summary
static long DEFAULT
          The default application oid.
 
Method Summary
 java.lang.String getApplDirectory()
          Return the directory where the application files are installed.
 java.lang.String getId()
          Return the id of the application.
 java.lang.String getName()
          Returns the name of the application
 long getOid()
          Returns the unique oid of the object.
 

Field Detail

DEFAULT

static final long DEFAULT
The default application oid.

See Also:
Constant Field Values
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 application.

Returns:
the id

getName

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

Returns:
the name, a string object

getApplDirectory

java.lang.String getApplDirectory()
Return the directory where the application files are installed.



Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.