ORCentral
|
In later versions, function calls to ObjectRepository should be delegated to this class. More...
Public Member Functions | |
void | f_void (int n, Object...p) |
Function which delegates to Commands, which return nothing. | |
boolean | f_boolean (int n, Object...p) |
Function which delegates to Commands, which return boolean values. | |
int | f_int (int n, Object...p) |
Function which delegates to Commands, which return integer values. | |
String | f_String (int n, Object...p) |
Function which delegates to Commands, which return Strings. | |
Dataset | f_Dataset (int n, Object...p) |
Function which delegates to Commands, which return Dataset objects. | |
Dataset[] | f_DatasetA (int n, Object...p) |
Function which delegates to Commands, which return Dataset array. | |
Filestatus | f_Filestatus (int n, Object...p) |
Function which delegates to Commands, which return Filestatus object. | |
Filestatus[] | f_FilestatusA (int n, Object...p) |
Function which delegates to Commands, which return Filestatus arrays. | |
Filestruct | f_Filestruct (int n, Object...p) |
Function which delegates to Commands, which return Filestruct objects. | |
Filestruct[] | f_FilestructA (int n, Object...p) |
Function which delegates to Commands, which return Filestruct arrays. | |
Group | f_Group (int n, Object...p) |
Function which delegates to Commands, which return Group objects. | |
Group[] | f_GroupA (int n, Object...p) |
Function which delegates to Commands, which return Group arrays. | |
Location | f_Location (int n, Object...p) |
Function which delegates to Commands, which return Location objects. | |
Location[] | f_LocationA (int n, Object...p) |
Function which delegates to Commands, which return Location arrays. | |
Mimetype | f_Mimetype (int n, Object...p) |
Function which delegates to Commands, which return Mimetype objects. | |
Mimetype[] | f_MimetypeA (int n, Object...p) |
Function which delegates to Commands, which return Mimetype arrays. | |
Software[] | f_SoftwareA (int n, Object...p) |
Function which delegates to Commands, which return Software arrays. | |
User | f_User (int n, Object...p) |
Function which delegates to Commands, which return User objects. | |
User[] | f_UserA (int n, Object...p) |
Function which delegates to Commands, which return User arrays. | |
Usergroup | f_Usergroup (int n, Object...p) |
Function which delegates to Commands, which return Usergroup objects. | |
Usergroup[] | f_UsergroupA (int n, Object...p) |
Function which delegates to Commands, which return Usergroup arrays. | |
Session | f_Session (int n, Object...p) |
Function which delegates to Commands, which return Session objects. | |
Static Public Member Functions | |
static ORImplementation | the () |
In later versions, function calls to ObjectRepository should be delegated to this class.
This class should execute all commands.
Definition at line 9 of file ORImplementation.java.
boolean eu.coform.implementation.ORImplementation.f_boolean | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return boolean values.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 28 of file ORImplementation.java.
Dataset eu.coform.implementation.ORImplementation.f_Dataset | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Dataset objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 50 of file ORImplementation.java.
Dataset [] eu.coform.implementation.ORImplementation.f_DatasetA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Dataset array.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 57 of file ORImplementation.java.
Filestatus eu.coform.implementation.ORImplementation.f_Filestatus | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Filestatus object.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 64 of file ORImplementation.java.
Filestatus [] eu.coform.implementation.ORImplementation.f_FilestatusA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Filestatus arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 71 of file ORImplementation.java.
Filestruct eu.coform.implementation.ORImplementation.f_Filestruct | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Filestruct objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 78 of file ORImplementation.java.
Filestruct [] eu.coform.implementation.ORImplementation.f_FilestructA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Filestruct arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 85 of file ORImplementation.java.
Group eu.coform.implementation.ORImplementation.f_Group | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Group objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 92 of file ORImplementation.java.
Group [] eu.coform.implementation.ORImplementation.f_GroupA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Group arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 99 of file ORImplementation.java.
int eu.coform.implementation.ORImplementation.f_int | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return integer values.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 35 of file ORImplementation.java.
Location eu.coform.implementation.ORImplementation.f_Location | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Location objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 106 of file ORImplementation.java.
Location [] eu.coform.implementation.ORImplementation.f_LocationA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Location arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 113 of file ORImplementation.java.
Mimetype eu.coform.implementation.ORImplementation.f_Mimetype | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Mimetype objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 120 of file ORImplementation.java.
Mimetype [] eu.coform.implementation.ORImplementation.f_MimetypeA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Mimetype arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 127 of file ORImplementation.java.
Session eu.coform.implementation.ORImplementation.f_Session | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Session objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 173 of file ORImplementation.java.
Software [] eu.coform.implementation.ORImplementation.f_SoftwareA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Software arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 136 of file ORImplementation.java.
String eu.coform.implementation.ORImplementation.f_String | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Strings.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 42 of file ORImplementation.java.
User eu.coform.implementation.ORImplementation.f_User | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return User objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 143 of file ORImplementation.java.
User [] eu.coform.implementation.ORImplementation.f_UserA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return User arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 150 of file ORImplementation.java.
Usergroup eu.coform.implementation.ORImplementation.f_Usergroup | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Usergroup objects.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 157 of file ORImplementation.java.
Usergroup [] eu.coform.implementation.ORImplementation.f_UsergroupA | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return Usergroup arrays.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 165 of file ORImplementation.java.
void eu.coform.implementation.ORImplementation.f_void | ( | int | n, |
Object... | p | ||
) |
Function which delegates to Commands, which return nothing.
n | number which declares required command |
p | variable object list, parameter for commands |
Definition at line 21 of file ORImplementation.java.
static ORImplementation eu.coform.implementation.ORImplementation.the | ( | ) | [static] |
Definition at line 13 of file ORImplementation.java.