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.Object getApplicationClass()
           
 java.lang.String getDescription()
          Get the description.
 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.
 OrgTree getOrgTree()
          Returns the OrgTree used by this application
 java.lang.String getVersion()
           
 void setDescription(java.lang.String description)
           
 

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

getDescription

java.lang.String getDescription()
Get the description.

Returns:
the description

setDescription

void setDescription(java.lang.String description)

getApplDirectory

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


getApplicationClass

java.lang.Object getApplicationClass()

getVersion

java.lang.String getVersion()

getOrgTree

OrgTree getOrgTree()
Returns the OrgTree used by this application

Returns:
the OrgTree


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