Modifier and Type | Method and Description |
---|---|
List<String> |
getAllACLs(String mandant)
Reads all existing ACL names.
|
com.saperion.jni.SaJNIFeatures |
getFeatures()
Reads the features from backend.
|
SaFieldDescription[] |
getFieldDescriptions(String ddcName,
String mandant)
Reads the field descriptions for a given DDC.
|
Map<String,String> |
getHibernateEntitymap()
Returns the hibernate entity map.
|
int |
getLicenseCount(int type)
Read the licence count for the given user.
|
List<String> |
getLocks(String ddcName)
Reads all locks from the given DDC.
|
List<String> |
getLocks(String ddcName,
String mandant)
Reads all locks from the given DDC.
|
int |
getMandantIdForDDC(String mandant,
String ddcName)
Reads the mandant ID for the given DDC.
|
String |
getRealDBName(String ddcName,
String field,
String mandant)
real table name for a given DDC.
|
SaSystemSetting |
getSetting(String key,
String mandant)
Reads the system settings for the given key.
|
SaSystemInfo |
getSystemInfo() |
boolean |
isInitialized()
This method returns whether this java core server is already initialized or still in the process of start up.
|
String[] |
loadDDCNames(String mandant)
Retrieves the avaiable DDC names.
|
String[] |
loadFolderDDCNames(String mandant)
Retrieves the avaiable folder DDC names.
|
Properties |
loadSettings(String section)
Loads the settings from saperion.
|
void |
setSetting(SaConstants.IniKind iniKind,
String section,
String name,
String value)
Sets a value with the given name, section and ini kind to backend profile.
|
boolean |
setUsedLicense(int type,
int count)
Set the count of used licenses.
|
Properties loadSettings(String section) throws RemoteException, com.lexmark.saperion.exceptions.system.BackendSystemException
section
- Section in the archief.iniRemoteException
- Error on the saperion systemcom.lexmark.saperion.exceptions.system.BackendSystemException
void setSetting(SaConstants.IniKind iniKind, String section, String name, String value) throws RemoteException
iniKind
- IniKindsection
- Sectionname
- Namevalue
- ValueRemoteException
- Error on the saperion systemSaSystemSetting getSetting(String key, String mandant) throws RemoteException
key
- Dot-delimited keymandant
- saperion mandantSaSystemSetting
RemoteException
- Error on the saperion systemboolean isInitialized() throws RemoteException
RemoteException
String[] loadDDCNames(String mandant) throws RemoteException
mandant
- saperion mandant numberRemoteException
- Error on the saperion systemString[] loadFolderDDCNames(String mandant) throws RemoteException
mandant
- saperion mandant numberRemoteException
- Error on the saperion systemSaFieldDescription[] getFieldDescriptions(String ddcName, String mandant) throws RemoteException
ddcName
- DDC namemandant
- internal saperion number of the current mandantRemoteException
- Error on the saperion systemString getRealDBName(String ddcName, String field, String mandant) throws RemoteException
ddcName
- DDC namefield
- ddc fieldmandant
- internal saperion number of the current mandantRemoteException
- Error on the saperion systemMap<String,String> getHibernateEntitymap() throws RemoteException
RemoteException
- Error on the saperion systemList<String> getLocks(String ddcName) throws RemoteException
ddcName
- DDC nameRemoteException
- Remote exceptionList<String> getLocks(String ddcName, String mandant) throws RemoteException
ddcName
- DDC namemandant
- internal saperion name of the current mandantRemoteException
- Remote exceptionList<String> getAllACLs(String mandant) throws RemoteException
mandant
- internal saperion name of the current mandantRemoteException
- Remote exceptionSaSystemInfo getSystemInfo() throws RemoteException
RemoteException
- Remote exceptionint getMandantIdForDDC(String mandant, String ddcName) throws RemoteException
mandant
- MandantddcName
- DDCRemoteException
- Remote exceptioncom.saperion.jni.SaJNIFeatures getFeatures() throws RemoteException
RemoteException
- Remote exceptionint getLicenseCount(int type) throws RemoteException
type
- Client typeRemoteException
- Error on the saperion systemboolean setUsedLicense(int type, int count) throws RemoteException
type
- Client typecount
- Number of licensesRemoteException
- Error on the saperion systemCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.